cvs commit: src/sys/bus/cam/scsi scsi_cd.c scsi_da.c

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Jul 23 12:21:07 PDT 2007


dillon      2007/07/23 12:20:43 PDT

DragonFly src repository

  Modified files:
    sys/bus/cam/scsi     scsi_cd.c scsi_da.c 
  Log:
  When CAM creates the disk layer, set the underlying raw device's
  si_iosize_max to MAXPHYS.  For now assume that underlying real scsi
  devices are not further limited.
  
  Note that NATA's CAM layer will chain I/Os coming from the CAM subsytem
  which are too large.
  
  Revision  Changes    Path
  1.33      +1 -0      src/sys/bus/cam/scsi/scsi_cd.c
  1.40      +1 -0      src/sys/bus/cam/scsi/scsi_da.c


http://www.dragonflybsd.org/cvsweb/src/sys/bus/cam/scsi/scsi_cd.c.diff?r1=1.32&r2=1.33&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/bus/cam/scsi/scsi_da.c.diff?r1=1.39&r2=1.40&f=u





More information about the Commits mailing list