LinuxSA Mailing list archives

Index: [thread] [date] [subject] [author] [stats]
  From: Brian Marr <cabernet@internode.on.net>
  To  : <linuxsa@linuxsa.org.au>
  Date: Fri, 5 Apr 2002 13:27:48 +0930

Re: sym53c8xx scsi drive, XFS 1.0.0 and debug mode

This may help
Brian Marr

From
/usr/src/linux/drivers/scsi/sym53c8xx_2/Documentation.txt

8. Control commands

Control commands can be sent to the driver with write operations to
the proc SCSI file system. The generic command syntax is the
following:

      echo "<verb> <parameters>" >/proc/scsi/sym53c8xx/0
      (assumes controller number is 0)

Using "all" for "<target>" parameter with the commands below will
apply to all targets of the SCSI chain (except the controller).

Available commands:

8.4 Set debug mode

    setdebug <list of debug flags>

    Available debug flags:
        alloc:   print info about memory allocations (ccb, lcb)
        queue:   print info about insertions into the command start queue
        result:  print sense data on CHECK CONDITION status
        scatter: print info about the scatter process
        scripts: print info about the script binding process
	tiny:    print minimal debugging information
	timing:  print timing information of the NCR chip
	nego:    print information about SCSI negotiations
	phase:   print information on script interruptions

    Use "setdebug" with no argument to reset debug flags. <<<<<<<<<<NOTE


On Sunday 18 March 2007 22:20, David Lloyd wrote:
> Ok
>
> I have a SCSI host adapter and it's in blasted debug mode. I can't quite
> work out what options to fee it (in /etc/modules.conf or
> /etc/conf.modules) to stop it from being in debug mode. Something in
> gnome keeps polling the CDROM drives and it's filling my logs up
> something chronic...
>
> Never used to do this.
>
> I've rebuilt the silly kernel with anything that even looked like debug
> turned off...
>
> DSL

-- 
LinuxSA WWW: http://www.linuxsa.org.au/  IRC: #linuxsa on irc.linux.org.au
To unsubscribe from the LinuxSA list:
  mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject


Index: [thread] [date] [subject] [author] [stats]
Return to the LinuxSA Mailing List Information Page