minix/drivers
Ben Gras 89bf7bae27 - tty: only report unrecognized scancodes once; forget about
remembering the origin and cursor position as that feature didn't
   really work properly anyway
 - tty: map in video and font memory using a vm call, access it from C,
   thereby eliminating pesky weird segment calls and assembly to access it,
   and unbreaks loadfont (Roman Ignatov)
 - bios_wini: fix bios_wini by allocating a <1MB buffers for it
 - memory: preallocate ramdisk, makes it a bit faster (and doesn't
   fail halfway if you allocate a huge one)
 - floppy: use <1MB buffer
 - ramdisk proto: because of the 2x1 page reservations, binaries
   got a little fatter and didn't fit on the ramdisk any more.
   increase it.
2009-09-21 14:25:54 +00:00
..
amddev Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
at_wini - tty: only report unrecognized scancodes once; forget about 2009-09-21 14:25:54 +00:00
audio cleanup: sys_irqrmpolicy does not need IRQ vector 2009-09-06 14:24:44 +00:00
bios_wini - tty: only report unrecognized scancodes once; forget about 2009-09-21 14:25:54 +00:00
dp8390 . no more HZ, but use sys_hz() to get that value 2008-12-11 14:42:23 +00:00
dpeth Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
floppy - tty: only report unrecognized scancodes once; forget about 2009-09-21 14:25:54 +00:00
fxp FXP: support for 8086/1064 (reported and tested by Jose Luis Sanchez) 2009-08-30 16:13:46 +00:00
lance Lance cleanup 2009-07-22 12:36:19 +00:00
libdriver . no more HZ, but use sys_hz() to get that value 2008-12-11 14:42:23 +00:00
libdriver_asyn . new kernel call sysctl for generic unprivileged system operations; 2009-01-26 17:43:59 +00:00
log - tty: only report unrecognized scancodes once; forget about 2009-09-21 14:25:54 +00:00
memory - tty: only report unrecognized scancodes once; forget about 2009-09-21 14:25:54 +00:00
orinoco Make the rtl8139 and orinoco drivers handle the system shutdown case 2009-04-22 12:42:37 +00:00
pci - sys_privctl: don't mix message types 2009-09-06 12:37:13 +00:00
printer . no more HZ, but use sys_hz() to get that value 2008-12-11 14:42:23 +00:00
random moved type and constants for random data to include file; 2009-04-02 15:24:44 +00:00
readclock readclock easily runs out of stack with so little of it. 2009-02-06 16:28:35 +00:00
rtl8139 Disable IOMMU warnings. 2009-04-22 16:53:46 +00:00
sb16 Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
ti1225 Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
tty - tty: only report unrecognized scancodes once; forget about 2009-09-21 14:25:54 +00:00
drivers.h Miscellaneous clean ups and fixes to the kernel. 2005-08-04 09:26:36 +00:00
Makefile Build libdriver_asyn for target image 2008-02-25 14:38:09 +00:00