]> Zhao Yanbai Git Server - minix.git/commit
Support for VMWare Workstation 6.x
authorArun Thomas <arun@minix3.org>
Wed, 27 May 2009 23:35:34 +0000 (23:35 +0000)
committerArun Thomas <arun@minix3.org>
Wed, 27 May 2009 23:35:34 +0000 (23:35 +0000)
commitdac531addfd3574f0b237ce18e990ce4b9ec0543
tree03a8d6cae12feb612068e58e9b8ffad4207ea209
parent745f99bb1d3e0cd6df2a9b1da4888a98c36c5aa6
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.
drivers/pci/pci.c
include/ibm/pci.h