minix/drivers/pci
Arun Thomas dac531addf Support for VMWare Workstation 6.x
VMWare Workstation 6.x would previously die when running MINIX 3 with an
IOSPACE assertion and several error messages about multiply registered
I/O ports. The assertion is triggered when we probe for BAR sizes in
record_bar(). The solution: The PCI driver now disables I/O and mem
access before probing for BAR sizes.

Bumped up NR_PCIDEV and NR_PCIBUS, since Workstation 6.x virtualizes
more PCI buses and devices.
2009-05-27 23:35:34 +00:00
..
main.c Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
Makefile Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
pci.c Support for VMWare Workstation 6.x 2009-05-27 23:35:34 +00:00
pci.h Declare and call functions that check arguments and return a status code. 2008-02-22 15:56:12 +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