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

cvs commit: src/sys/bus/cam/scsi scsi_ses.c


From: Peter Avalos <pavalos@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 17 Nov 2007 15:47:17 -0800 (PST)

pavalos     2007/11/17 15:47:17 PST

DragonFly src repository

  Modified files:
    sys/bus/cam/scsi     scsi_ses.c 
  Log:
  Fix inquiry length detection for the ses(4) driver.
  It was using the inq_len member of the ccb_getdev structure, but that
  value was never filled in.
  
  So we now get the length from the inquiry data returned by the drive.
  (Since we will fetch as much inquiry data as the drive claims to support.)
  
  Obtained-from: FreeBSD
  
  Revision  Changes    Path
  1.23      +4 -4      src/sys/bus/cam/scsi/scsi_ses.c


http://www.dragonflybsd.org/cvsweb/src/sys/bus/cam/scsi/scsi_ses.c.diff?r1=1.22&r2=1.23&f=u



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