Date: Fri, 1 Aug 2003 14:50:09 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/pci pci_bus.c Message-ID: <200308012150.h71Lo9gf026212@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2003/08/01 14:50:09 PDT
FreeBSD src repository
Modified files:
sys/i386/pci pci_bus.c
Log:
The MI code was modified to filter the devices based on its header
type. We know about header types 0, 1 and 2. Ignore the rest in the
MD i386 code when we're looking for bridges. You cannot look at the
vendor tag. And if you don't you certainly can't look at function > 0
if the device isn't there.
The new soekris boards' GEODE cpu has issues with the old way. This
is reported to have fixed it.
MFC After: 2 days
Revision Changes Path
1.103 +8 -0 src/sys/i386/pci/pci_bus.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308012150.h71Lo9gf026212>
