cvs commit: src/sys/i386/pci pci_bus.c

Warner Losh imp at FreeBSD.org
Fri Aug 1 14:50:10 PDT 2003


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


More information about the cvs-src mailing list