cvs commit: src/sys/bus/pci/i386 pcibus.c

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Mar 24 17:40:17 PST 2004


dillon      2004/03/24 17:39:27 PST

DragonFly src repository

  Modified files:
    sys/bus/pci/i386     pcibus.c 
  Log:
  Return a low priority for the "hostb%d" catch-all for pci busses, which will
  allow compiled-in bus device drivers such as AGP to attach first.  Without
  this the probe order is half hazzard and in particular SMP boxes may attach
  "hostb" first, preventing AGP from attaching.
  
  Note that AGP will still not load properly from loader.conf or after booting
  with kldload.  Removing the "hostb" catch-all entirely solves that problem
  but some additional investigation must be done first.
  
  AGP-problems-reported-by: Adam K Kirchhoff <adamk at xxxxxxxxxxxx>
  
  Revision  Changes    Path
  1.11      +7 -1      src/sys/bus/pci/i386/pcibus.c


http://www.dragonflybsd.org/cvsweb/src/sys/bus/pci/i386/pcibus.c.diff?r1=1.10&r2=1.11&f=h





More information about the Commits mailing list