minix/drivers
Ben Gras 82173212ee Introduction of a 'big' ioctl, with more bits (20) reserved for encoding the
size field. The TIOCSFON ioctl size (8192) didn't get encoded properly,
as there weren't enough bits for it (12) in the regular format.

The new format has only one type field, and an extra flag (_IOC_BIG)
turned on. FS checks for this flag and uses the alternative decoding
of the ioctl codes to determine the size when doing grants.

This unbreaks loadfont, although that still uses a phys copy in tty.
2006-07-25 09:41:40 +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 Introduction of a 'big' ioctl, with more bits (20) reserved for encoding the 2006-07-25 09:41:40 +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