DragonFly BSD
DragonFly commits List (threaded) for 2004-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 24 Mar 2004 17:39:27 -0800 (PST)

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@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]