cvs commit: src/sys/bus/pci/i386 pci_cfgreg.c
Joerg Sonnenberger
joerg at crater.dragonflybsd.org
Sat Feb 7 07:57:55 PST 2004
joerg 2004/02/07 07:56:58 PST
DragonFly src repository
Modified files:
sys/bus/pci/i386 pci_cfgreg.c
Log:
Add a tunable hw.pci_disable_bios_route to work around broken PCI-BIOSes.
Many BIOS implementations don't route an interrupt to cardbus bridges
by default and some doesn't provide a working call. This results in
panics on boot up. For the OLDCARD pcic, it was possible to force the
interrupt-less operation, but NEWCARD doesn't have such an option and
will never have.
Revision Changes Path
1.6 +8 -0 src/sys/bus/pci/i386/pci_cfgreg.c
http://www.dragonflybsd.org/cvsweb/src/sys/bus/pci/i386/pci_cfgreg.c.diff?r1=1.5&r2=1.6&f=h
More information about the Commits
mailing list