minix/drivers
Ben Gras 3512a86b44 . DS understands publishing and subscribing where keys are in string
form. Subscriptions are regular expressions.
 . different types are stored per key; currently u32 and/or string.
   the same key can be referenced (publish, subscribe, check) as any type.
 . notify()s are sent when subscriptions are triggered (publishing or
   updating of matching keys); optionally, a subscribe flag sends
   updates for all matching keys at subscription time, instead of only
   after updates after subscribing
 . all interfacing to ds is in /usr/src/lib/syslib/ds.c.
 . subscribe is ds_subscribe
   publish functions are ds_publish_<type>
   retrieve functions are ds_retrieve_<type> (one-time retrieval of a value)
   check functions are ds_check_<type> (check for updated key caller
      subscribes to not yet checked for, or ESRCH for none)
 . ramdisk driver updated with new ds interface
2006-07-13 14:50:23 +00:00
..
at_wini Changed to use sys_readbios to get BIOS parameters. 2006-07-10 12:34:41 +00:00
bios_wini Understand *_S variants 2006-06-20 08:52:26 +00:00
cmos Changed to use sys_readbios get the 'machine ID'. 2006-07-10 12:35:55 +00:00
dp8390 Safecopy support in ethernet drivers. 2006-07-10 12:43:38 +00:00
dpeth Safecopy support in ethernet drivers. 2006-07-10 12:43:38 +00:00
floppy Change to 'safe' copy variant 2006-06-20 08:54:22 +00:00
fxp Safecopy support in ethernet drivers. 2006-07-10 12:43:38 +00:00
lance Safecopy support in ethernet drivers. 2006-07-10 12:43:38 +00:00
libdriver . made libdriver understand *_S variants 2006-06-20 08:49:51 +00:00
log Use safecopy version to get log messages from TTY. 2006-07-10 12:42:31 +00:00
memory . DS understands publishing and subscribing where keys are in string 2006-07-13 14:50:23 +00:00
pci Fixed a bug that would report a device more than once. Added safecopy 2006-07-10 12:39:54 +00:00
printer Conversion to safe calls, and returning grant in DEV_REVIVE messages 2006-06-20 09:49:02 +00:00
random safe conversion 2006-06-20 09:46:57 +00:00
rescue safe conversion 2006-06-20 08:56:58 +00:00
rtl8139 Safecopy support in ethernet drivers. 2006-07-10 12:43:38 +00:00
sb16 Changed order of -lsys and -lsysutil for printf() 2006-06-20 10:50:29 +00:00
ti1225 Changed order of -lsys and -lsysutil for printf() 2006-06-20 10:50:29 +00:00
tty Changed to use sys_readbios to get screen parameters. Added safecopy version 2006-07-10 12:37:39 +00:00
drivers.h Miscellaneous clean ups and fixes to the kernel. 2005-08-04 09:26:36 +00:00
Makefile Disabled building rescue driver (no longer needed). Moved allocmem from 2006-05-19 12:19:37 +00:00