minix/drivers
Ben Gras dd56aa321f to let tty run with its own page table (instead of with the kernel identity
map table), make it map in video memory.

sadly, this breaks tty in non-paged mode.

happily, this simplifies the code by throwing out the messing
around with segments, and throws out vidcopy.s.
2009-05-12 12:43:18 +00:00
..
amddev Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
at_wini wrong field index in at_wini env_parse call 2009-05-10 16:58:23 +00:00
audio Disable IOMMU warnings. 2009-04-22 16:53:46 +00:00
bios_wini Basic VM and other minor improvements. 2008-11-19 12:26:10 +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 . no more HZ, but use sys_hz() to get that value 2008-12-11 14:42:23 +00:00
fxp . no more HZ, but use sys_hz() to get that value 2008-12-11 14:42:23 +00:00
lance unnecessary debugging message 2009-04-02 16:43:35 +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 . new kernel call sysctl for generic unprivileged system operations; 2009-01-26 17:43:59 +00:00
memory multiple ram disks; also make release process use this 2009-03-19 13:48:19 +00:00
orinoco Make the rtl8139 and orinoco drivers handle the system shutdown case 2009-04-22 12:42:37 +00:00
pci . no more HZ, but use sys_hz() to get that value 2008-12-11 14:42:23 +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 to let tty run with its own page table (instead of with the kernel identity 2009-05-12 12:43:18 +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