cvs commit: src/sys/dev/pccbb pccbb_pci.c
John Baldwin
jhb at freebsd.org
Thu Oct 2 18:30:34 UTC 2008
On Thursday 02 October 2008 02:29:45 am Warner Losh wrote:
> imp 2008-10-02 06:29:45 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/dev/pccbb pccbb_pci.c
> Log:
> SVN rev 183539 on 2008-10-02 06:29:45Z by imp
>
> Don't forget to match on a CLASS of PCIC_BRIDGE as well as subclass
> PCIS_BRIDGE_CARDBUS. Otherwise, we may hit a few false positives....
Shouldn't it use BUS_GENERIC_PROBE instead of BUS_DEFAULT_PROBE when matching
purely on the class codes?
--
John Baldwin
More information about the cvs-src
mailing list