cvs commit: src/sys/dev/disk/ccd ccd.c

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Mar 8 09:15:14 PST 2006


dillon      2006/03/08 09:14:11 PST

DragonFly src repository

  Modified files:
    sys/dev/disk/ccd     ccd.c 
  Log:
  Struct buf's cannot simply be bcopy'd any more due to linkages in the
  BIOs.  The CCD code was also zeroing its custom bufs after initializing
  them.  This fixes the bugs and cleans it up a bit.
  
  Reported-by: YONETANI Tomokazu <qhwt+dfly at xxxxxxxxxx>
  
  Revision  Changes    Path
  1.23      +24 -14    src/sys/dev/disk/ccd/ccd.c


http://www.dragonflybsd.org/cvsweb/src/sys/dev/disk/ccd/ccd.c.diff?r1=1.22&r2=1.23&f=u





More information about the Commits mailing list