cvs commit: src/sys/bus/cam
    Matthew Dillon 
    dillon at crater.dragonflybsd.org
       
    Fri Sep 17 02:10:06 PDT 2004
    
    
  
dillon      2004/09/17 02:09:21 PDT
DragonFly src repository
  Modified files:
    sys/bus/cam          cam_xpt.c 
  Log:
  Unbreak the SCSI drivers.  Move the callout_init() from xpt_get_ccb() to
  xpt_setup_ccb().  Otherwise the callout for stack-based ccb's (and there
  are a LOT of them) will not be properly initialized.  The only caller of
  xpt_get_ccb() also calls xpt_setup_ccb().
  
  Revision  Changes    Path
  1.18      +1 -1      src/sys/bus/cam/cam_xpt.c
http://www.dragonflybsd.org/cvsweb/src/sys/bus/cam/cam_xpt.c.diff?r1=1.17&r2=1.18&f=u
    
    
More information about the Commits
mailing list