minix/drivers/pci
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
..
main.c . pci driver now returns devices, even when they have been pci_reserve()d 2007-02-20 17:09:19 +00:00
Makefile don't call mkdep with an absolute path 2007-02-08 16:26:20 +00:00
pci.c . pci driver now returns devices, even when they have been pci_reserve()d 2007-02-20 17:09:19 +00:00
pci.h . pci driver now returns devices, even when they have been pci_reserve()d 2007-02-20 17:09:19 +00:00
pci_amd.h PCI support in a separate driver. 2005-12-02 14:45:10 +00:00
pci_intel.h PCI support in a separate driver. 2005-12-02 14:45:10 +00:00
pci_sis.h PCI support in a separate driver. 2005-12-02 14:45:10 +00:00
pci_table.c Disabled pci_intel_ctrl. 2006-03-07 14:14:53 +00:00
pci_via.h PCI support in a separate driver. 2005-12-02 14:45:10 +00:00