minix/drivers
Ben Gras 168d766f32 . pci driver now returns devices, even when they have been pci_reserve()d
. pci_reserve() returns an error on devices that have already been reserved,
  instead of panic()ing; the pci_reserve() library call still panics,
  pci_reserve_ok() returns an int.
. this allows at_wini to use the instance value as intended, as all devices
  are seen, even reserved ones
. only devices actually used by at_wini are pci_reserve()d
. pci doesn't release devices based on argv[0], as at_wini both have the
  same name and multiple instances won't work together properly
2007-02-20 17:09:19 +00:00
..
at_wini . pci driver now returns devices, even when they have been pci_reserve()d 2007-02-20 17:09:19 +00:00
bios_wini don't call mkdep with an absolute path 2007-02-08 16:26:20 +00:00
dp8390 don't call mkdep with an absolute path 2007-02-08 16:26:20 +00:00
dpeth don't call mkdep with an absolute path 2007-02-08 16:26:20 +00:00
floppy don't call mkdep with an absolute path 2007-02-08 16:26:20 +00:00
fxp don't call mkdep with an absolute path 2007-02-08 16:26:20 +00:00
lance don't call mkdep with an absolute path 2007-02-08 16:26:20 +00:00
libdriver don't call mkdep with an absolute path 2007-02-08 16:26:20 +00:00
log don't call mkdep with an absolute path 2007-02-08 16:26:20 +00:00
memory don't let /dev/mem read beyond top of physical memory 2007-02-16 15:57:05 +00:00
pci . pci driver now returns devices, even when they have been pci_reserve()d 2007-02-20 17:09:19 +00:00
printer don't call mkdep with an absolute path 2007-02-08 16:26:20 +00:00
random don't call mkdep with an absolute path 2007-02-08 16:26:20 +00:00
readclock don't call mkdep with an absolute path 2007-02-08 16:26:20 +00:00
rtl8139 don't call mkdep with an absolute path 2007-02-08 16:26:20 +00:00
sb16 don't call mkdep with an absolute path 2007-02-08 16:26:20 +00:00
ti1225 don't call mkdep with an absolute path 2007-02-08 16:26:20 +00:00
tty don't call mkdep with an absolute path 2007-02-08 16:26:20 +00:00
drivers.h Miscellaneous clean ups and fixes to the kernel. 2005-08-04 09:26:36 +00:00
Makefile . removed readclock command and cmos driver. 2007-01-12 16:35:04 +00:00