Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Oct 1998 14:00:58 -0700 (PDT)
From:      Kenneth Merry <ken@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sbin/camcontrol camcontrol.8 camcontrol.c src/sys/cam cam_debug.h cam_xpt.c src/sys/cam/scsi scsi_all.c src/sys/i386/conf LINT
Message-ID:  <199810022100.OAA19703@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ken         1998/10/02 14:00:58 PDT

  Modified files:
    sbin/camcontrol      camcontrol.8 camcontrol.c 
    sys/cam              cam_debug.h cam_xpt.c 
    sys/cam/scsi         scsi_all.c 
    sys/i386/conf        LINT 
  Log:
  Add a new CAM debugging mode, CAM_DEBUG_CDB.  This causes the kernel to
  print out a one line description/dump of every SCSI CDB sent to a
  particular debugging target or targets.
  
  This is a good bit more useful than the other debugging modes, I think.
  
  Change some things in LINT to note the availability of this new option.
  
  Fix an erroneous argument to scsi_cdb_string() in scsi_all.c
  
  Reviewed by:	gibbs
  
  Revision  Changes    Path
  1.5       +4 -1      src/sbin/camcontrol/camcontrol.8
  1.2       +10 -4     src/sbin/camcontrol/camcontrol.c
  1.2       +2 -1      src/sys/cam/cam_debug.h
  1.15      +15 -1     src/sys/cam/cam_xpt.c
  1.5       +2 -2      src/sys/cam/scsi/scsi_all.c
  1.481     +4 -4      src/sys/i386/conf/LINT



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810022100.OAA19703>