cvs commit: src/sys/dev/pci pci_pci.c
Warner Losh
imp at FreeBSD.org
Fri Feb 18 17:35:03 GMT 2005
imp 2005-02-18 17:35:03 UTC
FreeBSD src repository
Modified files:
sys/dev/pci pci_pci.c
Log:
For the I/O port case, we need to set ok to 1 if we have what looks
like a valid range. We already do this in the memory case (although
the code there is somewhat different than the I/o case because we have
to deal with different kinds of memory). Since most laptops don't
have non-subtractive bridges, this wasn't seen in practice.
Evidentally the Compaq R3000 hits this problem with PC Cards.
Some minor style fixes while I'm here.
Submitted by: Jung-uk Kim
Revision Changes Path
1.34 +15 -8 src/sys/dev/pci/pci_pci.c
More information about the cvs-src
mailing list