cvs commit: src/sys/i386/pci pci_cfgreg.c
John Baldwin
jhb at FreeBSD.org
Wed Aug 20 18:18:24 UTC 2008
jhb 2008-08-20 18:18:17 UTC
FreeBSD src repository
Modified files:
sys/i386/pci pci_cfgreg.c
Log:
SVN rev 181933 on 2008-08-20 18:18:17Z by jhb
- Add support for memory mapped PCI config space access on Intel 915GM
and 5000P/V/Z chipsets.
- If the base address of the config space BAR is above 4GB for some reason
and this isn't a PAE kernel, then warn about this (under bootverbose)
and don't use the BAR.
PR: kern/126525
Submitted by: Arthur Hartwig @ Nokia
MFC after: 2 weeks
Revision Changes Path
1.129 +23 -3 src/sys/i386/pci/pci_cfgreg.c
More information about the cvs-src
mailing list