[8582] in linux-scsi channel archive

home help back first fref pref prev next nref lref last post

Device driver problems

daemon@ATHENA.MIT.EDU (David C. Hoos, Sr.)
Mon Apr 10 10:00:44 2000

Message-ID: <056e01bfa2f4$4c691be0$3891afc6@vis.crc.com>
From: "David C. Hoos, Sr." <david.c.hoos.sr@ada95.com>
To: "Linux SCSI" <linux-scsi@vger.rutgers.edu>, <aic7xxx@FreeBSD.ORG>
Date:	Mon, 10 Apr 2000 08:54:31 -0500
MIME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="----=_NextPart_000_056B_01BFA2CA.63827210"

This is a multi-part message in MIME format.

------=_NextPart_000_056B_01BFA2CA.63827210
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

Hi all,

This message is cross-posted because I do not know whether this
is a low-level (aic7xxx) or high-level (sg) problem, or my own problem.

To facilitate diagnosis, I have attached some dumps of the files under
/proc/scsi, as well as the /var/log/messages file from the point of the
last reboot until the problem manifests itself.  The aic7xxx driver
was loaded at boot time with the following options:

verbose:0xFFFF,seltime:1,dump_card,dump_sequencer

I am trying to communicate with a SCSI-1 device for which LUN 0
will disconnect from the SCSI bus if there is no data available to read,
provided the host has reported its ability to disconnect in an Identify
message.

As the /proc/scsi/sg/devices dump shows, the driver thinks the
device does not support disconnect.

I am wondering whether the fact that the device is SCSI-1 (which
has some data structure differences from SCSI-2), causes this
to be incorrectly reported.  The device does work as advertised
on other platforms (e.g. Sun Ultra Sparc).

I have been using the sg_io_hdr_t data structure with write and read
calls to communicate.  What appears to happen is that when a read
command is sent, and no data is available, the device remains
connected to the bus (preventing any write commands from being
sent), until the read command times out.  The drawback to this
(aside from the fact that the delay is unacceptable) is the fact that
something (I don't know whether the driver, the host adapter, or
what puts the machine into a cycle of every 20-seconds (the
read timeout value) resetting, which leaves the machine non-responsive
for two seconds -- i.e. the machine is responsive for twenty seonds,
non-responsive for two, responsive for twenty.... ad infinitum. 

One thing that is not clear to me from the documentation is how
SCSI messages (as opposed to commands) are sent and received.
Can this be done from user-level code, or must it be done in
the kernel?

Do I need a modified device driver to deal with SCSI-1 (vendor
specific) status, codes, etc.?

Is the sg 3.0.13 (20000323) any different from 3.0.4 (991127) in any
respect affecting disconnect?

The reason I ask this question is that one individual with whom I'm in
contact reports no problems with this device using the 3.0.4 driver,
but I was reluctant to take a step backwards, if not necessary.
 
 David C. Hoos, Sr.
 ------------------
The primary purpose of the DATA statement is to give names to
constants; instead of referring to pi as 3.141592653589793 at every
appearance, the variable PI can be given that value with a DATA
statement and used instead of the longer form of the constant.  This
also simplifies modifying the program, should the value of pi change.
                 -- FORTRAN manual for Xerox Computers


------=_NextPart_000_056B_01BFA2CA.63827210
Content-Type: application/octet-stream;
	name="scsi_proc_dump.out"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="scsi_proc_dump.out"

file /proc/scsi/aic7xxx/0 contents:
Adaptec AIC7xxx driver version: 5.1.19/3.2.4
Compile Options:
  TCQ Enabled By Default : Disabled
  AIC7XXX_PROC_STATS     : Enabled
  AIC7XXX_RESET_DELAY    : 5

Adapter Configuration:
           SCSI Adapter: Adaptec AIC-7860 Ultra SCSI host adapter
                           Ultra Narrow Controller
    PCI MMAPed I/O Base: 0xffbef000
 Adapter SEEPROM Config: SEEPROM found and used.
      Adaptec SCSI BIOS: Disabled
                    IRQ: 10
                   SCBs: Active 0, Max Active 1,
                         Allocated 15, HW 3, Page 255
             Interrupts: 76
      BIOS Control Word: 0x0030
   Adapter Control Word: 0x005d
   Extended Translation: Disabled
Disconnect Enable Flags: 0x00ff
     Ultra Enable Flags: 0x0000
 Tag Queue Enable Flags: 0x0000
Ordered Queue Tag Flags: 0x0000
Default Tag Queue Depth: 8
    Tagged Queue By Device array for aic7xxx host instance 0:
      {255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255}
    Actual queue depth per device for aic7xxx host instance 0:
      {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1}

Statistics:

(scsi0:0:4:0)
  Device using Narrow/Async transfers.
  Transinfo settings: current(0/0/0/0), goal(0/0/0/0), user(25/15/0/0)
  Total transfers 4 (4 reads and 0 writes)
             < 2K      2K+     4K+     8K+    16K+    32K+    64K+   128K+
   Reads:       0       0       0       4       0       0       0       0
  Writes:       0       0       0       0       0       0       0       0


 
file /proc/scsi/scsi contents:
Attached devices: 
Host: scsi0 Channel: 00 Id: 04 Lun: 00
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
Host: scsi0 Channel: 00 Id: 04 Lun: 01
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
Host: scsi0 Channel: 00 Id: 04 Lun: 02
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
 
file /proc/scsi/sg/debug contents:
dev_max(currently)=7 max_active_device=3 (origin 1)
 scsi_dma_free_sectors=64 sg_pool_secs_aval=320 def_reserved_size=32768
 >>> device=(sg)0 scsi0 chan=0 id=4 lun=0   em=0 sg_tablesize=128 excl=0
   FD(1): timeout=6000 bufflen=32768 (res)sgat=0 low_dma=0
   cmd_q=1 f_packid=1 k_orphan=0 closed=0
     rb>> act: id=1000005 blen=10404 t_o/elap=20000/51920 sgat=0 op=0x28
 >>> device=(sg)2 scsi0 chan=0 id=4 lun=2   em=0 sg_tablesize=128 excl=0
   FD(1): timeout=6000 bufflen=32768 (res)sgat=0 low_dma=0
   cmd_q=1 f_packid=0 k_orphan=0 closed=0
     rb>> act: id=2000007 blen=13 t_o/elap=20000/2820 sgat=0 op=0x2a
 
file /proc/scsi/sg/def_reserved_size contents:
32768
 
file /proc/scsi/sg/device_hdr contents:
host	chan	id	lun	type	discon	qdepth	tq
 
file /proc/scsi/sg/devices contents:
0	0	4	0	0	0	3	0
0	0	4	1	0	0	3	0
0	0	4	2	0	0	3	0
 
file /proc/scsi/sg/device_strs contents:
NAVOX TC	IM S/N:016329  P	WB V
NAVOX TC	IM S/N:016329  P	WB V
NAVOX TC	IM S/N:016329  P	WB V
 
file /proc/scsi/sg/host_hdr contents:
uid	busy	cpl	scatg	isa	emul
 
file /proc/scsi/sg/hosts contents:
0	2	3	128	0	0
 
file /proc/scsi/sg/host_strs contents:
Adaptec AHA274x/284x/294x (EISA/VLB/PCI-Fast SCSI) 5.1.19/3.2.4
       <Adaptec AIC-7860 Ultra SCSI host adapter>
 
file /proc/scsi/sg/version contents:
30013	Version: 3.0.13 (20000323)
 
file /proc/scsi/aic7xxx/0 contents:
Adaptec AIC7xxx driver version: 5.1.19/3.2.4
Compile Options:
  TCQ Enabled By Default : Disabled
  AIC7XXX_PROC_STATS     : Enabled
  AIC7XXX_RESET_DELAY    : 5

Adapter Configuration:
           SCSI Adapter: Adaptec AIC-7860 Ultra SCSI host adapter
                           Ultra Narrow Controller
    PCI MMAPed I/O Base: 0xffbef000
 Adapter SEEPROM Config: SEEPROM found and used.
      Adaptec SCSI BIOS: Disabled
                    IRQ: 10
                   SCBs: Active 1, Max Active 1,
                         Allocated 15, HW 3, Page 255
             Interrupts: 76
      BIOS Control Word: 0x0030
   Adapter Control Word: 0x005d
   Extended Translation: Disabled
Disconnect Enable Flags: 0x00ff
     Ultra Enable Flags: 0x0000
 Tag Queue Enable Flags: 0x0000
Ordered Queue Tag Flags: 0x0000
Default Tag Queue Depth: 8
    Tagged Queue By Device array for aic7xxx host instance 0:
      {255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255}
    Actual queue depth per device for aic7xxx host instance 0:
      {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1}

Statistics:

(scsi0:0:4:0)
  Device using Narrow/Async transfers.
  Transinfo settings: current(0/0/0/0), goal(0/0/0/0), user(25/15/0/0)
  Total transfers 4 (4 reads and 0 writes)
             < 2K      2K+     4K+     8K+    16K+    32K+    64K+   128K+
   Reads:       0       0       0       4       0       0       0       0
  Writes:       0       0       0       0       0       0       0       0


 
file /proc/scsi/scsi contents:
Attached devices: 
Host: scsi0 Channel: 00 Id: 04 Lun: 00
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
Host: scsi0 Channel: 00 Id: 04 Lun: 01
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
Host: scsi0 Channel: 00 Id: 04 Lun: 02
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
 
file /proc/scsi/sg/debug contents:
dev_max(currently)=7 max_active_device=3 (origin 1)
 scsi_dma_free_sectors=64 sg_pool_secs_aval=320 def_reserved_size=32768
 >>> device=(sg)0 scsi0 chan=0 id=4 lun=0   em=0 sg_tablesize=128 excl=0
   FD(1): timeout=6000 bufflen=32768 (res)sgat=0 low_dma=0
   cmd_q=1 f_packid=1 k_orphan=0 closed=0
     rb>> act: id=1000005 blen=10404 t_o/elap=20000/55830 sgat=0 op=0x28
 >>> device=(sg)2 scsi0 chan=0 id=4 lun=2   em=0 sg_tablesize=128 excl=0
   FD(1): timeout=6000 bufflen=32768 (res)sgat=0 low_dma=0
   cmd_q=1 f_packid=0 k_orphan=0 closed=0
     rb>> act: id=2000007 blen=13 t_o/elap=20000/6730 sgat=0 op=0x2a
 
file /proc/scsi/sg/def_reserved_size contents:
32768
 
file /proc/scsi/sg/device_hdr contents:
host	chan	id	lun	type	discon	qdepth	tq
 
file /proc/scsi/sg/devices contents:
0	0	4	0	0	0	3	0
0	0	4	1	0	0	3	0
0	0	4	2	0	0	3	0
 
file /proc/scsi/sg/device_strs contents:
NAVOX TC	IM S/N:016329  P	WB V
NAVOX TC	IM S/N:016329  P	WB V
NAVOX TC	IM S/N:016329  P	WB V
 
file /proc/scsi/sg/host_hdr contents:
uid	busy	cpl	scatg	isa	emul
 
file /proc/scsi/sg/hosts contents:
0	2	3	128	0	0
 
file /proc/scsi/sg/host_strs contents:
Adaptec AHA274x/284x/294x (EISA/VLB/PCI-Fast SCSI) 5.1.19/3.2.4
       <Adaptec AIC-7860 Ultra SCSI host adapter>
 
file /proc/scsi/sg/version contents:
30013	Version: 3.0.13 (20000323)
 
file /proc/scsi/aic7xxx/0 contents:
Adaptec AIC7xxx driver version: 5.1.19/3.2.4
Compile Options:
  TCQ Enabled By Default : Disabled
  AIC7XXX_PROC_STATS     : Enabled
  AIC7XXX_RESET_DELAY    : 5

Adapter Configuration:
           SCSI Adapter: Adaptec AIC-7860 Ultra SCSI host adapter
                           Ultra Narrow Controller
    PCI MMAPed I/O Base: 0xffbef000
 Adapter SEEPROM Config: SEEPROM found and used.
      Adaptec SCSI BIOS: Disabled
                    IRQ: 10
                   SCBs: Active 1, Max Active 1,
                         Allocated 15, HW 3, Page 255
             Interrupts: 76
      BIOS Control Word: 0x0030
   Adapter Control Word: 0x005d
   Extended Translation: Disabled
Disconnect Enable Flags: 0x00ff
     Ultra Enable Flags: 0x0000
 Tag Queue Enable Flags: 0x0000
Ordered Queue Tag Flags: 0x0000
Default Tag Queue Depth: 8
    Tagged Queue By Device array for aic7xxx host instance 0:
      {255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255}
    Actual queue depth per device for aic7xxx host instance 0:
      {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1}

Statistics:

(scsi0:0:4:0)
  Device using Narrow/Async transfers.
  Transinfo settings: current(0/0/0/0), goal(0/0/0/0), user(25/15/0/0)
  Total transfers 4 (4 reads and 0 writes)
             < 2K      2K+     4K+     8K+    16K+    32K+    64K+   128K+
   Reads:       0       0       0       4       0       0       0       0
  Writes:       0       0       0       0       0       0       0       0


 
file /proc/scsi/scsi contents:
Attached devices: 
Host: scsi0 Channel: 00 Id: 04 Lun: 00
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
Host: scsi0 Channel: 00 Id: 04 Lun: 01
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
Host: scsi0 Channel: 00 Id: 04 Lun: 02
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
 
file /proc/scsi/sg/debug contents:
dev_max(currently)=7 max_active_device=3 (origin 1)
 scsi_dma_free_sectors=64 sg_pool_secs_aval=320 def_reserved_size=32768
 >>> device=(sg)0 scsi0 chan=0 id=4 lun=0   em=0 sg_tablesize=128 excl=0
   FD(1): timeout=6000 bufflen=32768 (res)sgat=0 low_dma=0
   cmd_q=1 f_packid=1 k_orphan=0 closed=0
     rb>> act: id=1000005 blen=10404 t_o/elap=20000/61990 sgat=0 op=0x28
 >>> device=(sg)2 scsi0 chan=0 id=4 lun=2   em=0 sg_tablesize=128 excl=0
   FD(1): timeout=6000 bufflen=32768 (res)sgat=0 low_dma=0
   cmd_q=1 f_packid=0 k_orphan=0 closed=0
     rb>> act: id=2000007 blen=13 t_o/elap=20000/12890 sgat=0 op=0x2a
 
file /proc/scsi/sg/def_reserved_size contents:
32768
 
file /proc/scsi/sg/device_hdr contents:
host	chan	id	lun	type	discon	qdepth	tq
 
file /proc/scsi/sg/devices contents:
0	0	4	0	0	0	3	0
0	0	4	1	0	0	3	0
0	0	4	2	0	0	3	0
 
file /proc/scsi/sg/device_strs contents:
NAVOX TC	IM S/N:016329  P	WB V
NAVOX TC	IM S/N:016329  P	WB V
NAVOX TC	IM S/N:016329  P	WB V
 
file /proc/scsi/sg/host_hdr contents:
uid	busy	cpl	scatg	isa	emul
 
file /proc/scsi/sg/hosts contents:
0	2	3	128	0	0
 
file /proc/scsi/sg/host_strs contents:
Adaptec AHA274x/284x/294x (EISA/VLB/PCI-Fast SCSI) 5.1.19/3.2.4
       <Adaptec AIC-7860 Ultra SCSI host adapter>
 
file /proc/scsi/sg/version contents:
30013	Version: 3.0.13 (20000323)
 
file /proc/scsi/aic7xxx/0 contents:
Adaptec AIC7xxx driver version: 5.1.19/3.2.4
Compile Options:
  TCQ Enabled By Default : Disabled
  AIC7XXX_PROC_STATS     : Enabled
  AIC7XXX_RESET_DELAY    : 5

Adapter Configuration:
           SCSI Adapter: Adaptec AIC-7860 Ultra SCSI host adapter
                           Ultra Narrow Controller
    PCI MMAPed I/O Base: 0xffbef000
 Adapter SEEPROM Config: SEEPROM found and used.
      Adaptec SCSI BIOS: Disabled
                    IRQ: 10
                   SCBs: Active 1, Max Active 1,
                         Allocated 15, HW 3, Page 255
             Interrupts: 76
      BIOS Control Word: 0x0030
   Adapter Control Word: 0x005d
   Extended Translation: Disabled
Disconnect Enable Flags: 0x00ff
     Ultra Enable Flags: 0x0000
 Tag Queue Enable Flags: 0x0000
Ordered Queue Tag Flags: 0x0000
Default Tag Queue Depth: 8
    Tagged Queue By Device array for aic7xxx host instance 0:
      {255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255}
    Actual queue depth per device for aic7xxx host instance 0:
      {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1}

Statistics:

(scsi0:0:4:0)
  Device using Narrow/Async transfers.
  Transinfo settings: current(0/0/0/0), goal(0/0/0/0), user(25/15/0/0)
  Total transfers 4 (4 reads and 0 writes)
             < 2K      2K+     4K+     8K+    16K+    32K+    64K+   128K+
   Reads:       0       0       0       4       0       0       0       0
  Writes:       0       0       0       0       0       0       0       0


 
file /proc/scsi/scsi contents:
Attached devices: 
Host: scsi0 Channel: 00 Id: 04 Lun: 00
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
Host: scsi0 Channel: 00 Id: 04 Lun: 01
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
Host: scsi0 Channel: 00 Id: 04 Lun: 02
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
 
file /proc/scsi/sg/debug contents:
dev_max(currently)=7 max_active_device=3 (origin 1)
 scsi_dma_free_sectors=64 sg_pool_secs_aval=320 def_reserved_size=32768
 >>> device=(sg)0 scsi0 chan=0 id=4 lun=0   em=0 sg_tablesize=128 excl=0
   FD(1): timeout=6000 bufflen=32768 (res)sgat=0 low_dma=0
   cmd_q=1 f_packid=1 k_orphan=0 closed=0
     rb>> act: id=1000005 blen=10404 t_o/elap=20000/67040 sgat=0 op=0x28
 >>> device=(sg)2 scsi0 chan=0 id=4 lun=2   em=0 sg_tablesize=128 excl=0
   FD(1): timeout=6000 bufflen=32768 (res)sgat=0 low_dma=0
   cmd_q=1 f_packid=0 k_orphan=0 closed=0
     rb>> act: id=2000007 blen=13 t_o/elap=20000/17940 sgat=0 op=0x2a
 
file /proc/scsi/sg/def_reserved_size contents:
32768
 
file /proc/scsi/sg/device_hdr contents:
host	chan	id	lun	type	discon	qdepth	tq
 
file /proc/scsi/sg/devices contents:
0	0	4	0	0	0	3	0
0	0	4	1	0	0	3	0
0	0	4	2	0	0	3	0
 
file /proc/scsi/sg/device_strs contents:
NAVOX TC	IM S/N:016329  P	WB V
NAVOX TC	IM S/N:016329  P	WB V
NAVOX TC	IM S/N:016329  P	WB V
 
file /proc/scsi/sg/host_hdr contents:
uid	busy	cpl	scatg	isa	emul
 
file /proc/scsi/sg/hosts contents:
0	2	3	128	0	0
 
file /proc/scsi/sg/host_strs contents:
Adaptec AHA274x/284x/294x (EISA/VLB/PCI-Fast SCSI) 5.1.19/3.2.4
       <Adaptec AIC-7860 Ultra SCSI host adapter>
 
file /proc/scsi/sg/version contents:
30013	Version: 3.0.13 (20000323)
 
file /proc/scsi/aic7xxx/0 contents:
Adaptec AIC7xxx driver version: 5.1.19/3.2.4
Compile Options:
  TCQ Enabled By Default : Disabled
  AIC7XXX_PROC_STATS     : Enabled
  AIC7XXX_RESET_DELAY    : 5

Adapter Configuration:
           SCSI Adapter: Adaptec AIC-7860 Ultra SCSI host adapter
                           Ultra Narrow Controller
    PCI MMAPed I/O Base: 0xffbef000
 Adapter SEEPROM Config: SEEPROM found and used.
      Adaptec SCSI BIOS: Disabled
                    IRQ: 10
                   SCBs: Active 1, Max Active 1,
                         Allocated 15, HW 3, Page 255
             Interrupts: 79
      BIOS Control Word: 0x0030
   Adapter Control Word: 0x005d
   Extended Translation: Disabled
Disconnect Enable Flags: 0x00ff
     Ultra Enable Flags: 0x0000
 Tag Queue Enable Flags: 0x0000
Ordered Queue Tag Flags: 0x0000
Default Tag Queue Depth: 8
    Tagged Queue By Device array for aic7xxx host instance 0:
      {255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255}
    Actual queue depth per device for aic7xxx host instance 0:
      {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1}

Statistics:

(scsi0:0:4:0)
  Device using Narrow/Async transfers.
  Transinfo settings: current(0/0/0/0), goal(0/0/0/0), user(25/15/0/0)
  Total transfers 6 (6 reads and 0 writes)
             < 2K      2K+     4K+     8K+    16K+    32K+    64K+   128K+
   Reads:       0       0       0       6       0       0       0       0
  Writes:       0       0       0       0       0       0       0       0


 
file /proc/scsi/scsi contents:
Attached devices: 
Host: scsi0 Channel: 00 Id: 04 Lun: 00
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
Host: scsi0 Channel: 00 Id: 04 Lun: 01
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
Host: scsi0 Channel: 00 Id: 04 Lun: 02
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
 
file /proc/scsi/sg/debug contents:
dev_max(currently)=7 max_active_device=3 (origin 1)
 scsi_dma_free_sectors=64 sg_pool_secs_aval=320 def_reserved_size=32768
 >>> device=(sg)0 scsi0 chan=0 id=4 lun=0   em=0 sg_tablesize=128 excl=0
   FD(1): timeout=6000 bufflen=32768 (res)sgat=0 low_dma=0
   cmd_q=1 f_packid=1 k_orphan=0 closed=0
     rb>> act: id=1000007 blen=10404 t_o/elap=20000/120 sgat=0 op=0x28
 >>> device=(sg)2 scsi0 chan=0 id=4 lun=2   em=0 sg_tablesize=128 excl=0
   FD(1): timeout=6000 bufflen=32768 (res)sgat=0 low_dma=0
   cmd_q=1 f_packid=0 k_orphan=0 closed=0
     No requests active
 
file /proc/scsi/sg/def_reserved_size contents:
32768
 
file /proc/scsi/sg/device_hdr contents:
host	chan	id	lun	type	discon	qdepth	tq
 
file /proc/scsi/sg/devices contents:
0	0	4	0	0	0	3	0
0	0	4	1	0	0	3	0
0	0	4	2	0	0	3	0
 
file /proc/scsi/sg/device_strs contents:
NAVOX TC	IM S/N:016329  P	WB V
NAVOX TC	IM S/N:016329  P	WB V
NAVOX TC	IM S/N:016329  P	WB V
 
file /proc/scsi/sg/host_hdr contents:
uid	busy	cpl	scatg	isa	emul
 
file /proc/scsi/sg/hosts contents:
0	1	3	128	0	0
 
file /proc/scsi/sg/host_strs contents:
Adaptec AHA274x/284x/294x (EISA/VLB/PCI-Fast SCSI) 5.1.19/3.2.4
       <Adaptec AIC-7860 Ultra SCSI host adapter>
 
file /proc/scsi/sg/version contents:
30013	Version: 3.0.13 (20000323)
 
file /proc/scsi/aic7xxx/0 contents:
Adaptec AIC7xxx driver version: 5.1.19/3.2.4
Compile Options:
  TCQ Enabled By Default : Disabled
  AIC7XXX_PROC_STATS     : Enabled
  AIC7XXX_RESET_DELAY    : 5

Adapter Configuration:
           SCSI Adapter: Adaptec AIC-7860 Ultra SCSI host adapter
                           Ultra Narrow Controller
    PCI MMAPed I/O Base: 0xffbef000
 Adapter SEEPROM Config: SEEPROM found and used.
      Adaptec SCSI BIOS: Disabled
                    IRQ: 10
                   SCBs: Active 1, Max Active 1,
                         Allocated 15, HW 3, Page 255
             Interrupts: 79
      BIOS Control Word: 0x0030
   Adapter Control Word: 0x005d
   Extended Translation: Disabled
Disconnect Enable Flags: 0x00ff
     Ultra Enable Flags: 0x0000
 Tag Queue Enable Flags: 0x0000
Ordered Queue Tag Flags: 0x0000
Default Tag Queue Depth: 8
    Tagged Queue By Device array for aic7xxx host instance 0:
      {255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255}
    Actual queue depth per device for aic7xxx host instance 0:
      {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1}

Statistics:

(scsi0:0:4:0)
  Device using Narrow/Async transfers.
  Transinfo settings: current(0/0/0/0), goal(0/0/0/0), user(25/15/0/0)
  Total transfers 6 (6 reads and 0 writes)
             < 2K      2K+     4K+     8K+    16K+    32K+    64K+   128K+
   Reads:       0       0       0       6       0       0       0       0
  Writes:       0       0       0       0       0       0       0       0


 
file /proc/scsi/scsi contents:
Attached devices: 
Host: scsi0 Channel: 00 Id: 04 Lun: 00
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
Host: scsi0 Channel: 00 Id: 04 Lun: 01
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
Host: scsi0 Channel: 00 Id: 04 Lun: 02
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
 
file /proc/scsi/sg/debug contents:
dev_max(currently)=7 max_active_device=3 (origin 1)
 scsi_dma_free_sectors=64 sg_pool_secs_aval=320 def_reserved_size=32768
 >>> device=(sg)0 scsi0 chan=0 id=4 lun=0   em=0 sg_tablesize=128 excl=0
   FD(1): timeout=6000 bufflen=32768 (res)sgat=0 low_dma=0
   cmd_q=1 f_packid=1 k_orphan=0 closed=0
     rb>> act: id=1000007 blen=10404 t_o/elap=20000/4530 sgat=0 op=0x28
 >>> device=(sg)2 scsi0 chan=0 id=4 lun=2   em=0 sg_tablesize=128 excl=0
   FD(1): timeout=6000 bufflen=32768 (res)sgat=0 low_dma=0
   cmd_q=1 f_packid=0 k_orphan=0 closed=0
     No requests active
 
file /proc/scsi/sg/def_reserved_size contents:
32768
 
file /proc/scsi/sg/device_hdr contents:
host	chan	id	lun	type	discon	qdepth	tq
 
file /proc/scsi/sg/devices contents:
0	0	4	0	0	0	3	0
0	0	4	1	0	0	3	0
0	0	4	2	0	0	3	0
 
file /proc/scsi/sg/device_strs contents:
NAVOX TC	IM S/N:016329  P	WB V
NAVOX TC	IM S/N:016329  P	WB V
NAVOX TC	IM S/N:016329  P	WB V
 
file /proc/scsi/sg/host_hdr contents:
uid	busy	cpl	scatg	isa	emul
 
file /proc/scsi/sg/hosts contents:
0	1	3	128	0	0
 
file /proc/scsi/sg/host_strs contents:
Adaptec AHA274x/284x/294x (EISA/VLB/PCI-Fast SCSI) 5.1.19/3.2.4
       <Adaptec AIC-7860 Ultra SCSI host adapter>
 
file /proc/scsi/sg/version contents:
30013	Version: 3.0.13 (20000323)
 
file /proc/scsi/aic7xxx/0 contents:
Adaptec AIC7xxx driver version: 5.1.19/3.2.4
Compile Options:
  TCQ Enabled By Default : Disabled
  AIC7XXX_PROC_STATS     : Enabled
  AIC7XXX_RESET_DELAY    : 5

Adapter Configuration:
           SCSI Adapter: Adaptec AIC-7860 Ultra SCSI host adapter
                           Ultra Narrow Controller
    PCI MMAPed I/O Base: 0xffbef000
 Adapter SEEPROM Config: SEEPROM found and used.
      Adaptec SCSI BIOS: Disabled
                    IRQ: 10
                   SCBs: Active 1, Max Active 1,
                         Allocated 15, HW 3, Page 255
             Interrupts: 79
      BIOS Control Word: 0x0030
   Adapter Control Word: 0x005d
   Extended Translation: Disabled
Disconnect Enable Flags: 0x00ff
     Ultra Enable Flags: 0x0000
 Tag Queue Enable Flags: 0x0000
Ordered Queue Tag Flags: 0x0000
Default Tag Queue Depth: 8
    Tagged Queue By Device array for aic7xxx host instance 0:
      {255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255}
    Actual queue depth per device for aic7xxx host instance 0:
      {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1}

Statistics:

(scsi0:0:4:0)
  Device using Narrow/Async transfers.
  Transinfo settings: current(0/0/0/0), goal(0/0/0/0), user(25/15/0/0)
  Total transfers 6 (6 reads and 0 writes)
             < 2K      2K+     4K+     8K+    16K+    32K+    64K+   128K+
   Reads:       0       0       0       6       0       0       0       0
  Writes:       0       0       0       0       0       0       0       0


 
file /proc/scsi/scsi contents:
Attached devices: 
Host: scsi0 Channel: 00 Id: 04 Lun: 00
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
Host: scsi0 Channel: 00 Id: 04 Lun: 01
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
Host: scsi0 Channel: 00 Id: 04 Lun: 02
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
 
file /proc/scsi/sg/debug contents:
dev_max(currently)=7 max_active_device=3 (origin 1)
 scsi_dma_free_sectors=64 sg_pool_secs_aval=320 def_reserved_size=32768
 >>> device=(sg)0 scsi0 chan=0 id=4 lun=0   em=0 sg_tablesize=128 excl=0
   FD(1): timeout=6000 bufflen=32768 (res)sgat=0 low_dma=0
   cmd_q=1 f_packid=1 k_orphan=0 closed=1
     rb>> act: id=1000007 blen=10404 t_o/elap=20000/11060 sgat=0 op=0x28
 
file /proc/scsi/sg/def_reserved_size contents:
32768
 
file /proc/scsi/sg/device_hdr contents:
host	chan	id	lun	type	discon	qdepth	tq
 
file /proc/scsi/sg/devices contents:
0	0	4	0	0	0	3	0
0	0	4	1	0	0	3	0
0	0	4	2	0	0	3	0
 
file /proc/scsi/sg/device_strs contents:
NAVOX TC	IM S/N:016329  P	WB V
NAVOX TC	IM S/N:016329  P	WB V
NAVOX TC	IM S/N:016329  P	WB V
 
file /proc/scsi/sg/host_hdr contents:
uid	busy	cpl	scatg	isa	emul
 
file /proc/scsi/sg/hosts contents:
0	1	3	128	0	0
 
file /proc/scsi/sg/host_strs contents:
Adaptec AHA274x/284x/294x (EISA/VLB/PCI-Fast SCSI) 5.1.19/3.2.4
       <Adaptec AIC-7860 Ultra SCSI host adapter>
 
file /proc/scsi/sg/version contents:
30013	Version: 3.0.13 (20000323)
 
file /proc/scsi/aic7xxx/0 contents:
Adaptec AIC7xxx driver version: 5.1.19/3.2.4
Compile Options:
  TCQ Enabled By Default : Disabled
  AIC7XXX_PROC_STATS     : Enabled
  AIC7XXX_RESET_DELAY    : 5

Adapter Configuration:
           SCSI Adapter: Adaptec AIC-7860 Ultra SCSI host adapter
                           Ultra Narrow Controller
    PCI MMAPed I/O Base: 0xffbef000
 Adapter SEEPROM Config: SEEPROM found and used.
      Adaptec SCSI BIOS: Disabled
                    IRQ: 10
                   SCBs: Active 1, Max Active 1,
                         Allocated 15, HW 3, Page 255
             Interrupts: 79
      BIOS Control Word: 0x0030
   Adapter Control Word: 0x005d
   Extended Translation: Disabled
Disconnect Enable Flags: 0x00ff
     Ultra Enable Flags: 0x0000
 Tag Queue Enable Flags: 0x0000
Ordered Queue Tag Flags: 0x0000
Default Tag Queue Depth: 8
    Tagged Queue By Device array for aic7xxx host instance 0:
      {255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255}
    Actual queue depth per device for aic7xxx host instance 0:
      {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1}

Statistics:

(scsi0:0:4:0)
  Device using Narrow/Async transfers.
  Transinfo settings: current(0/0/0/0), goal(0/0/0/0), user(25/15/0/0)
  Total transfers 6 (6 reads and 0 writes)
             < 2K      2K+     4K+     8K+    16K+    32K+    64K+   128K+
   Reads:       0       0       0       6       0       0       0       0
  Writes:       0       0       0       0       0       0       0       0


 
file /proc/scsi/scsi contents:
Attached devices: 
Host: scsi0 Channel: 00 Id: 04 Lun: 00
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
Host: scsi0 Channel: 00 Id: 04 Lun: 01
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
Host: scsi0 Channel: 00 Id: 04 Lun: 02
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
 
file /proc/scsi/sg/debug contents:
dev_max(currently)=7 max_active_device=3 (origin 1)
 scsi_dma_free_sectors=64 sg_pool_secs_aval=320 def_reserved_size=32768
 >>> device=(sg)0 scsi0 chan=0 id=4 lun=0   em=0 sg_tablesize=128 excl=0
   FD(1): timeout=6000 bufflen=32768 (res)sgat=0 low_dma=0
   cmd_q=1 f_packid=1 k_orphan=0 closed=1
     rb>> act: id=1000007 blen=10404 t_o/elap=20000/16860 sgat=0 op=0x28
 
file /proc/scsi/sg/def_reserved_size contents:
32768
 
file /proc/scsi/sg/device_hdr contents:
host	chan	id	lun	type	discon	qdepth	tq
 
file /proc/scsi/sg/devices contents:
0	0	4	0	0	0	3	0
0	0	4	1	0	0	3	0
0	0	4	2	0	0	3	0
 
file /proc/scsi/sg/device_strs contents:
NAVOX TC	IM S/N:016329  P	WB V
NAVOX TC	IM S/N:016329  P	WB V
NAVOX TC	IM S/N:016329  P	WB V
 
file /proc/scsi/sg/host_hdr contents:
uid	busy	cpl	scatg	isa	emul
 
file /proc/scsi/sg/hosts contents:
0	1	3	128	0	0
 
file /proc/scsi/sg/host_strs contents:
Adaptec AHA274x/284x/294x (EISA/VLB/PCI-Fast SCSI) 5.1.19/3.2.4
       <Adaptec AIC-7860 Ultra SCSI host adapter>
 
file /proc/scsi/sg/version contents:
30013	Version: 3.0.13 (20000323)
 
file /proc/scsi/aic7xxx/0 contents:
Adaptec AIC7xxx driver version: 5.1.19/3.2.4
Compile Options:
  TCQ Enabled By Default : Disabled
  AIC7XXX_PROC_STATS     : Enabled
  AIC7XXX_RESET_DELAY    : 5

Adapter Configuration:
           SCSI Adapter: Adaptec AIC-7860 Ultra SCSI host adapter
                           Ultra Narrow Controller
    PCI MMAPed I/O Base: 0xffbef000
 Adapter SEEPROM Config: SEEPROM found and used.
      Adaptec SCSI BIOS: Disabled
                    IRQ: 10
                   SCBs: Active 0, Max Active 1,
                         Allocated 15, HW 3, Page 255
             Interrupts: 144
      BIOS Control Word: 0x0030
   Adapter Control Word: 0x005d
   Extended Translation: Disabled
Disconnect Enable Flags: 0x00ff
     Ultra Enable Flags: 0x0000
 Tag Queue Enable Flags: 0x0000
Ordered Queue Tag Flags: 0x0000
Default Tag Queue Depth: 8
    Tagged Queue By Device array for aic7xxx host instance 0:
      {255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255}
    Actual queue depth per device for aic7xxx host instance 0:
      {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1}

Statistics:

(scsi0:0:4:0)
  Device using Narrow/Async transfers.
  Transinfo settings: current(0/0/0/0), goal(0/0/0/0), user(25/15/0/0)
  Total transfers 6 (6 reads and 0 writes)
             < 2K      2K+     4K+     8K+    16K+    32K+    64K+   128K+
   Reads:       0       0       0       6       0       0       0       0
  Writes:       0       0       0       0       0       0       0       0


 
file /proc/scsi/scsi contents:
Attached devices: 
Host: scsi0 Channel: 00 Id: 04 Lun: 00
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
Host: scsi0 Channel: 00 Id: 04 Lun: 01
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
Host: scsi0 Channel: 00 Id: 04 Lun: 02
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
 
file /proc/scsi/sg/debug contents:
dev_max(currently)=7 max_active_device=3 (origin 1)
 scsi_dma_free_sectors=64 sg_pool_secs_aval=320 def_reserved_size=32768
 >>> device=(sg)0 scsi0 chan=0 id=4 lun=0   em=0 sg_tablesize=128 excl=0
   FD(1): timeout=6000 bufflen=32768 (res)sgat=0 low_dma=0
   cmd_q=1 f_packid=1 k_orphan=0 closed=1
     rb>> act: id=1000007 blen=10404 t_o/elap=20000/27030 sgat=0 op=0x28
 
file /proc/scsi/sg/def_reserved_size contents:
32768
 
file /proc/scsi/sg/device_hdr contents:
host	chan	id	lun	type	discon	qdepth	tq
 
file /proc/scsi/sg/devices contents:
0	0	4	0	0	0	3	0
0	0	4	1	0	0	3	0
0	0	4	2	0	0	3	0
 
file /proc/scsi/sg/device_strs contents:
NAVOX TC	IM S/N:016329  P	WB V
NAVOX TC	IM S/N:016329  P	WB V
NAVOX TC	IM S/N:016329  P	WB V
 
file /proc/scsi/sg/host_hdr contents:
uid	busy	cpl	scatg	isa	emul
 
file /proc/scsi/sg/hosts contents:
0	1	3	128	0	0
 
file /proc/scsi/sg/host_strs contents:
Adaptec AHA274x/284x/294x (EISA/VLB/PCI-Fast SCSI) 5.1.19/3.2.4
       <Adaptec AIC-7860 Ultra SCSI host adapter>
 
file /proc/scsi/sg/version contents:
30013	Version: 3.0.13 (20000323)
 
file /proc/scsi/aic7xxx/0 contents:
Adaptec AIC7xxx driver version: 5.1.19/3.2.4
Compile Options:
  TCQ Enabled By Default : Disabled
  AIC7XXX_PROC_STATS     : Enabled
  AIC7XXX_RESET_DELAY    : 5

Adapter Configuration:
           SCSI Adapter: Adaptec AIC-7860 Ultra SCSI host adapter
                           Ultra Narrow Controller
    PCI MMAPed I/O Base: 0xffbef000
 Adapter SEEPROM Config: SEEPROM found and used.
      Adaptec SCSI BIOS: Disabled
                    IRQ: 10
                   SCBs: Active 0, Max Active 1,
                         Allocated 15, HW 3, Page 255
             Interrupts: 196
      BIOS Control Word: 0x0030
   Adapter Control Word: 0x005d
   Extended Translation: Disabled
Disconnect Enable Flags: 0x00ff
     Ultra Enable Flags: 0x0000
 Tag Queue Enable Flags: 0x0000
Ordered Queue Tag Flags: 0x0000
Default Tag Queue Depth: 8
    Tagged Queue By Device array for aic7xxx host instance 0:
      {255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255}
    Actual queue depth per device for aic7xxx host instance 0:
      {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1}

Statistics:

(scsi0:0:4:0)
  Device using Narrow/Async transfers.
  Transinfo settings: current(0/0/0/0), goal(0/0/0/0), user(25/15/0/0)
  Total transfers 6 (6 reads and 0 writes)
             < 2K      2K+     4K+     8K+    16K+    32K+    64K+   128K+
   Reads:       0       0       0       6       0       0       0       0
  Writes:       0       0       0       0       0       0       0       0


 
file /proc/scsi/scsi contents:
Attached devices: 
Host: scsi0 Channel: 00 Id: 04 Lun: 00
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
Host: scsi0 Channel: 00 Id: 04 Lun: 01
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
Host: scsi0 Channel: 00 Id: 04 Lun: 02
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
 
file /proc/scsi/sg/debug contents:
dev_max(currently)=7 max_active_device=3 (origin 1)
 scsi_dma_free_sectors=64 sg_pool_secs_aval=320 def_reserved_size=32768
 >>> device=(sg)0 scsi0 chan=0 id=4 lun=0   em=0 sg_tablesize=128 excl=0
   FD(1): timeout=6000 bufflen=32768 (res)sgat=0 low_dma=0
   cmd_q=1 f_packid=1 k_orphan=0 closed=1
     rb>> act: id=1000007 blen=10404 t_o/elap=20000/29670 sgat=0 op=0x28
 
file /proc/scsi/sg/def_reserved_size contents:
32768
 
file /proc/scsi/sg/device_hdr contents:
host	chan	id	lun	type	discon	qdepth	tq
 
file /proc/scsi/sg/devices contents:
0	0	4	0	0	0	3	0
0	0	4	1	0	0	3	0
0	0	4	2	0	0	3	0
 
file /proc/scsi/sg/device_strs contents:
NAVOX TC	IM S/N:016329  P	WB V
NAVOX TC	IM S/N:016329  P	WB V
NAVOX TC	IM S/N:016329  P	WB V
 
file /proc/scsi/sg/host_hdr contents:
uid	busy	cpl	scatg	isa	emul
 
file /proc/scsi/sg/hosts contents:
0	1	3	128	0	0
 
file /proc/scsi/sg/host_strs contents:
Adaptec AHA274x/284x/294x (EISA/VLB/PCI-Fast SCSI) 5.1.19/3.2.4
       <Adaptec AIC-7860 Ultra SCSI host adapter>
 
file /proc/scsi/sg/version contents:
30013	Version: 3.0.13 (20000323)
 
file /proc/scsi/aic7xxx/0 contents:
Adaptec AIC7xxx driver version: 5.1.19/3.2.4
Compile Options:
  TCQ Enabled By Default : Disabled
  AIC7XXX_PROC_STATS     : Enabled
  AIC7XXX_RESET_DELAY    : 5

Adapter Configuration:
           SCSI Adapter: Adaptec AIC-7860 Ultra SCSI host adapter
                           Ultra Narrow Controller
    PCI MMAPed I/O Base: 0xffbef000
 Adapter SEEPROM Config: SEEPROM found and used.
      Adaptec SCSI BIOS: Disabled
                    IRQ: 10
                   SCBs: Active 1, Max Active 1,
                         Allocated 15, HW 3, Page 255
             Interrupts: 765
      BIOS Control Word: 0x0030
   Adapter Control Word: 0x005d
   Extended Translation: Disabled
Disconnect Enable Flags: 0x00ff
     Ultra Enable Flags: 0x0000
 Tag Queue Enable Flags: 0x0000
Ordered Queue Tag Flags: 0x0000
Default Tag Queue Depth: 8
    Tagged Queue By Device array for aic7xxx host instance 0:
      {255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255}
    Actual queue depth per device for aic7xxx host instance 0:
      {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1}

Statistics:

(scsi0:0:4:0)
  Device using Narrow/Async transfers.
  Transinfo settings: current(0/0/0/0), goal(0/0/0/0), user(25/15/0/0)
  Total transfers 6 (6 reads and 0 writes)
             < 2K      2K+     4K+     8K+    16K+    32K+    64K+   128K+
   Reads:       0       0       0       6       0       0       0       0
  Writes:       0       0       0       0       0       0       0       0


 
file /proc/scsi/scsi contents:
Attached devices: 
Host: scsi0 Channel: 00 Id: 04 Lun: 00
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
Host: scsi0 Channel: 00 Id: 04 Lun: 01
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
Host: scsi0 Channel: 00 Id: 04 Lun: 02
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
 
file /proc/scsi/sg/debug contents:
dev_max(currently)=7 max_active_device=3 (origin 1)
 scsi_dma_free_sectors=64 sg_pool_secs_aval=320 def_reserved_size=32768
 >>> device=(sg)0 scsi0 chan=0 id=4 lun=0   em=0 sg_tablesize=128 excl=0
   FD(1): timeout=6000 bufflen=32768 (res)sgat=0 low_dma=0
   cmd_q=1 f_packid=1 k_orphan=0 closed=1
     rb>> act: id=1000007 blen=10404 t_o/elap=20000/68130 sgat=0 op=0x28
 
file /proc/scsi/sg/def_reserved_size contents:
32768
 
file /proc/scsi/sg/device_hdr contents:
host	chan	id	lun	type	discon	qdepth	tq
 
file /proc/scsi/sg/devices contents:
0	0	4	0	0	0	3	0
0	0	4	1	0	0	3	0
0	0	4	2	0	0	3	0
 
file /proc/scsi/sg/device_strs contents:
NAVOX TC	IM S/N:016329  P	WB V
NAVOX TC	IM S/N:016329  P	WB V
NAVOX TC	IM S/N:016329  P	WB V
 
file /proc/scsi/sg/host_hdr contents:
uid	busy	cpl	scatg	isa	emul
 
file /proc/scsi/sg/hosts contents:
0	1	3	128	0	0
 
file /proc/scsi/sg/host_strs contents:
Adaptec AHA274x/284x/294x (EISA/VLB/PCI-Fast SCSI) 5.1.19/3.2.4
       <Adaptec AIC-7860 Ultra SCSI host adapter>
 
file /proc/scsi/sg/version contents:
30013	Version: 3.0.13 (20000323)
 
file /proc/scsi/aic7xxx/0 contents:
Adaptec AIC7xxx driver version: 5.1.19/3.2.4
Compile Options:
  TCQ Enabled By Default : Disabled
  AIC7XXX_PROC_STATS     : Enabled
  AIC7XXX_RESET_DELAY    : 5

Adapter Configuration:
           SCSI Adapter: Adaptec AIC-7860 Ultra SCSI host adapter
                           Ultra Narrow Controller
    PCI MMAPed I/O Base: 0xffbef000
 Adapter SEEPROM Config: SEEPROM found and used.
      Adaptec SCSI BIOS: Disabled
                    IRQ: 10
                   SCBs: Active 1, Max Active 1,
                         Allocated 15, HW 3, Page 255
             Interrupts: 765
      BIOS Control Word: 0x0030
   Adapter Control Word: 0x005d
   Extended Translation: Disabled
Disconnect Enable Flags: 0x00ff
     Ultra Enable Flags: 0x0000
 Tag Queue Enable Flags: 0x0000
Ordered Queue Tag Flags: 0x0000
Default Tag Queue Depth: 8
    Tagged Queue By Device array for aic7xxx host instance 0:
      {255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255}
    Actual queue depth per device for aic7xxx host instance 0:
      {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1}

Statistics:

(scsi0:0:4:0)
  Device using Narrow/Async transfers.
  Transinfo settings: current(0/0/0/0), goal(0/0/0/0), user(25/15/0/0)
  Total transfers 6 (6 reads and 0 writes)
             < 2K      2K+     4K+     8K+    16K+    32K+    64K+   128K+
   Reads:       0       0       0       6       0       0       0       0
  Writes:       0       0       0       0       0       0       0       0


 
file /proc/scsi/scsi contents:
Attached devices: 
Host: scsi0 Channel: 00 Id: 04 Lun: 00
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
Host: scsi0 Channel: 00 Id: 04 Lun: 01
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
Host: scsi0 Channel: 00 Id: 04 Lun: 02
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
 
file /proc/scsi/sg/debug contents:
dev_max(currently)=7 max_active_device=3 (origin 1)
 scsi_dma_free_sectors=64 sg_pool_secs_aval=320 def_reserved_size=32768
 >>> device=(sg)0 scsi0 chan=0 id=4 lun=0   em=0 sg_tablesize=128 excl=0
   FD(1): timeout=6000 bufflen=32768 (res)sgat=0 low_dma=0
   cmd_q=1 f_packid=1 k_orphan=0 closed=1
     rb>> act: id=1000007 blen=10404 t_o/elap=20000/71640 sgat=0 op=0x28
 
file /proc/scsi/sg/def_reserved_size contents:
32768
 
file /proc/scsi/sg/device_hdr contents:
host	chan	id	lun	type	discon	qdepth	tq
 
file /proc/scsi/sg/devices contents:
0	0	4	0	0	0	3	0
0	0	4	1	0	0	3	0
0	0	4	2	0	0	3	0
 
file /proc/scsi/sg/device_strs contents:
NAVOX TC	IM S/N:016329  P	WB V
NAVOX TC	IM S/N:016329  P	WB V
NAVOX TC	IM S/N:016329  P	WB V
 
file /proc/scsi/sg/host_hdr contents:
uid	busy	cpl	scatg	isa	emul
 
file /proc/scsi/sg/hosts contents:
0	1	3	128	0	0
 
file /proc/scsi/sg/host_strs contents:
Adaptec AHA274x/284x/294x (EISA/VLB/PCI-Fast SCSI) 5.1.19/3.2.4
       <Adaptec AIC-7860 Ultra SCSI host adapter>
 
file /proc/scsi/sg/version contents:
30013	Version: 3.0.13 (20000323)
 
file /proc/scsi/aic7xxx/0 contents:
Adaptec AIC7xxx driver version: 5.1.19/3.2.4
Compile Options:
  TCQ Enabled By Default : Disabled
  AIC7XXX_PROC_STATS     : Enabled
  AIC7XXX_RESET_DELAY    : 5

Adapter Configuration:
           SCSI Adapter: Adaptec AIC-7860 Ultra SCSI host adapter
                           Ultra Narrow Controller
    PCI MMAPed I/O Base: 0xffbef000
 Adapter SEEPROM Config: SEEPROM found and used.
      Adaptec SCSI BIOS: Disabled
                    IRQ: 10
                   SCBs: Active 0, Max Active 1,
                         Allocated 15, HW 3, Page 255
             Interrupts: 768
      BIOS Control Word: 0x0030
   Adapter Control Word: 0x005d
   Extended Translation: Disabled
Disconnect Enable Flags: 0x00ff
     Ultra Enable Flags: 0x0000
 Tag Queue Enable Flags: 0x0000
Ordered Queue Tag Flags: 0x0000
Default Tag Queue Depth: 8
    Tagged Queue By Device array for aic7xxx host instance 0:
      {255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255}
    Actual queue depth per device for aic7xxx host instance 0:
      {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1}

Statistics:

(scsi0:0:4:0)
  Device using Narrow/Async transfers.
  Transinfo settings: current(0/0/0/0), goal(0/0/0/0), user(25/15/0/0)
  Total transfers 6 (6 reads and 0 writes)
             < 2K      2K+     4K+     8K+    16K+    32K+    64K+   128K+
   Reads:       0       0       0       6       0       0       0       0
  Writes:       0       0       0       0       0       0       0       0


 
file /proc/scsi/scsi contents:
Attached devices: 
Host: scsi0 Channel: 00 Id: 04 Lun: 00
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
Host: scsi0 Channel: 00 Id: 04 Lun: 01
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
Host: scsi0 Channel: 00 Id: 04 Lun: 02
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
 
file /proc/scsi/sg/debug contents:
dev_max(currently)=7 max_active_device=3 (origin 1)
 scsi_dma_free_sectors=64 sg_pool_secs_aval=320 def_reserved_size=32768
 >>> device=(sg)0 scsi0 chan=0 id=4 lun=0   em=0 sg_tablesize=128 excl=0
   FD(1): timeout=6000 bufflen=32768 (res)sgat=0 low_dma=0
   cmd_q=1 f_packid=1 k_orphan=0 closed=1
     rb>> act: id=1000007 blen=10404 t_o/elap=20000/87720 sgat=0 op=0x28
 
file /proc/scsi/sg/def_reserved_size contents:
32768
 
file /proc/scsi/sg/device_hdr contents:
host	chan	id	lun	type	discon	qdepth	tq
 
file /proc/scsi/sg/devices contents:
0	0	4	0	0	0	3	0
0	0	4	1	0	0	3	0
0	0	4	2	0	0	3	0
 
file /proc/scsi/sg/device_strs contents:
NAVOX TC	IM S/N:016329  P	WB V
NAVOX TC	IM S/N:016329  P	WB V
NAVOX TC	IM S/N:016329  P	WB V
 
file /proc/scsi/sg/host_hdr contents:
uid	busy	cpl	scatg	isa	emul
 
file /proc/scsi/sg/hosts contents:
0	1	3	128	0	0
 
file /proc/scsi/sg/host_strs contents:
Adaptec AHA274x/284x/294x (EISA/VLB/PCI-Fast SCSI) 5.1.19/3.2.4
       <Adaptec AIC-7860 Ultra SCSI host adapter>
 
file /proc/scsi/sg/version contents:
30013	Version: 3.0.13 (20000323)
 
file /proc/scsi/aic7xxx/0 contents:
Adaptec AIC7xxx driver version: 5.1.19/3.2.4
Compile Options:
  TCQ Enabled By Default : Disabled
  AIC7XXX_PROC_STATS     : Enabled
  AIC7XXX_RESET_DELAY    : 5

Adapter Configuration:
           SCSI Adapter: Adaptec AIC-7860 Ultra SCSI host adapter
                           Ultra Narrow Controller
    PCI MMAPed I/O Base: 0xffbef000
 Adapter SEEPROM Config: SEEPROM found and used.
      Adaptec SCSI BIOS: Disabled
                    IRQ: 10
                   SCBs: Active 0, Max Active 1,
                         Allocated 15, HW 3, Page 255
             Interrupts: 27
      BIOS Control Word: 0x0030
   Adapter Control Word: 0x005d
   Extended Translation: Disabled
Disconnect Enable Flags: 0x00ff
     Ultra Enable Flags: 0x0000
 Tag Queue Enable Flags: 0x0000
Ordered Queue Tag Flags: 0x0000
Default Tag Queue Depth: 8
    Tagged Queue By Device array for aic7xxx host instance 0:
      {255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255}
    Actual queue depth per device for aic7xxx host instance 0:
      {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1}

Statistics:

(scsi0:0:4:0)
  Device using Narrow/Async transfers.
  Transinfo settings: current(0/0/0/0), goal(0/0/0/0), user(25/15/0/0)
  Total transfers 0 (0 reads and 0 writes)
             < 2K      2K+     4K+     8K+    16K+    32K+    64K+   128K+
   Reads:       0       0       0       0       0       0       0       0
  Writes:       0       0       0       0       0       0       0       0


 
file /proc/scsi/scsi contents:
Attached devices: 
Host: scsi0 Channel: 00 Id: 04 Lun: 00
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
Host: scsi0 Channel: 00 Id: 04 Lun: 01
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
Host: scsi0 Channel: 00 Id: 04 Lun: 02
  Vendor: NAVOX TC Model: IM S/N:016329  P Rev: WB V
  Type:   Direct-Access                    ANSI SCSI revision: 01
 
file /proc/scsi/sg/debug contents:
dev_max(currently)=7 max_active_device=3 (origin 1)
 scsi_dma_free_sectors=64 sg_pool_secs_aval=320 def_reserved_size=32768
 
file /proc/scsi/sg/def_reserved_size contents:
32768
 
file /proc/scsi/sg/device_hdr contents:
host	chan	id	lun	type	discon	qdepth	tq
 
file /proc/scsi/sg/devices contents:
0	0	4	0	0	0	3	0
0	0	4	1	0	0	3	0
0	0	4	2	0	0	3	0
 
file /proc/scsi/sg/device_strs contents:
NAVOX TC	IM S/N:016329  P	WB V
NAVOX TC	IM S/N:016329  P	WB V
NAVOX TC	IM S/N:016329  P	WB V
 
file /proc/scsi/sg/host_hdr contents:
uid	busy	cpl	scatg	isa	emul
 
file /proc/scsi/sg/hosts contents:
0	0	3	128	0	0
 
file /proc/scsi/sg/host_strs contents:
Adaptec AHA274x/284x/294x (EISA/VLB/PCI-Fast SCSI) 5.1.19/3.2.4
       <Adaptec AIC-7860 Ultra SCSI host adapter>
 
file /proc/scsi/sg/version contents:
30013	Version: 3.0.13 (20000323)
 

------=_NextPart_000_056B_01BFA2CA.63827210
Content-Type: application/octet-stream;
	name="messages.scsi"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="messages.scsi"

Apr  8 16:59:38 piu01 syslogd 1.3-3: restart.
Apr  8 16:59:38 piu01 syslog: syslogd startup succeeded
Apr  8 16:59:38 piu01 kernel: klogd 1.3-3, log source =3D /proc/kmsg =
started.
Apr  8 16:59:38 piu01 syslog: klogd startup succeeded
Apr  8 16:59:38 piu01 kernel: Inspecting /boot/System.map-2.2.12
Apr  8 16:59:38 piu01 kernel: Loaded 7134 symbols from =
/boot/System.map-2.2.12.
Apr  8 16:59:38 piu01 kernel: Symbols match kernel version 2.2.12.
Apr  8 16:59:38 piu01 kernel: No module symbols loaded.
Apr  8 16:59:38 piu01 kernel: Linux version 2.2.12 =
(root@piu01.hsv.crc.com) (gcc version egcs-2.91.66 19990314/Linux =
(egcs-1.1.2 release)) #33 SMP Mon Apr 3 11:48:55 CDT 2000=20
Apr  8 16:59:38 piu01 kernel: mapped APIC to ffffe000 (00271000)=20
Apr  8 16:59:38 piu01 kernel: mapped IOAPIC to ffffd000 (00272000)=20
Apr  8 16:59:38 piu01 kernel: Detected 265912264 Hz processor.=20
Apr  8 16:59:38 piu01 kernel: Console: colour VGA+ 80x25=20
Apr  8 16:59:38 piu01 kernel: Calibrating delay loop... 265.42 BogoMIPS=20
Apr  8 16:59:38 piu01 kernel: Memory: 63000k/65536k available (1120k =
kernel code, 424k reserved, 940k data, 52k init)=20
Apr  8 16:59:38 piu01 kernel: Checking 386/387 coupling... OK, FPU using =
exception 16 error reporting.=20
Apr  8 16:59:38 piu01 kernel: Checking 'hlt' instruction... OK.=20
Apr  8 16:59:38 piu01 kernel: POSIX conformance testing by UNIFIX=20
Apr  8 16:59:38 piu01 kernel: mtrr: v1.35a (19990819) Richard Gooch =
(rgooch@atnf.csiro.au)=20
Apr  8 16:59:38 piu01 kernel: per-CPU timeslice cutoff: 100.34 usecs.=20
Apr  8 16:59:38 piu01 kernel: CPU0: Intel Pentium II (Klamath) stepping =
03=20
Apr  8 16:59:38 piu01 kernel: SMP motherboard not detected. Using dummy =
APIC emulation.=20
Apr  8 16:59:39 piu01 kernel: PCI: PCI BIOS revision 2.10 entry at =
0xfda11=20
Apr  8 16:59:39 piu01 kernel: PCI: Using configuration type 1=20
Apr  8 16:59:39 piu01 kernel: PCI: Probing PCI hardware=20
Apr  8 16:59:39 piu01 kernel: PCI: 00:00 [8086/1237]: Passive release =
enable (00)=20
Apr  8 16:59:39 piu01 kernel: Linux NET4.0 for Linux 2.2=20
Apr  8 16:59:39 piu01 kernel: Based upon Swansea University Computer =
Society NET3.039=20
Apr  8 16:59:39 piu01 kernel: NET4: Unix domain sockets 1.0 for Linux =
NET4.0.=20
Apr  8 16:59:39 piu01 kernel: NET4: Linux TCP/IP 1.0 for NET4.0=20
Apr  8 16:59:39 piu01 kernel: IP Protocols: ICMP, UDP, TCP, IGMP=20
Apr  8 16:59:39 piu01 kernel: Starting kswapd v 1.5 =20
Apr  8 16:59:39 piu01 kernel: parport0: PC-style at 0x378 [SPP]=20
Apr  8 16:59:39 piu01 kernel: parport0: no IEEE-1284 device present.=20
Apr  8 16:59:39 piu01 kernel: Detected PS/2 Mouse Port.=20
Apr  8 16:59:39 piu01 kernel: Serial driver version 4.27 with no serial =
options enabled=20
Apr  8 16:59:39 piu01 kernel: ttyS00 at 0x03f8 (irq =3D 4) is a 16550A=20
Apr  8 16:59:39 piu01 kernel: ttyS01 at 0x02f8 (irq =3D 3) is a 16550A=20
Apr  8 16:59:39 piu01 kernel: pty: 256 Unix98 ptys configured=20
Apr  8 16:59:39 piu01 kernel: lp0: using parport0 (polling).=20
Apr  8 16:59:39 piu01 kernel: Real Time Clock Driver v1.09=20
Apr  8 16:59:39 piu01 kernel: Non-volatile memory driver v1.0=20
Apr  8 16:59:39 piu01 kernel: RAM disk driver initialized:  16 RAM disks =
of 4096K size=20
Apr  8 16:59:39 piu01 kernel: loop: registered device at major 7=20
Apr  8 16:59:39 piu01 kernel: PIIX3: IDE controller on PCI bus 00 dev 39 =

Apr  8 16:59:39 piu01 kernel: PIIX3: not 100% native mode: will probe =
irqs later=20
Apr  8 16:59:39 piu01 kernel:     ide0: BM-DMA at 0xffa0-0xffa7, BIOS =
settings: hda:pio, hdb:pio=20
Apr  8 16:59:39 piu01 kernel:     ide1: BM-DMA at 0xffa8-0xffaf, BIOS =
settings: hdc:pio, hdd:pio=20
Apr  8 16:59:39 piu01 kernel: hda: WDC AC24300L, ATA DISK drive=20
Apr  8 16:59:39 piu01 kernel: hdc: FX240S, ATAPI CDROM drive=20
Apr  8 16:59:39 piu01 kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14=20
Apr  8 16:59:39 piu01 kernel: ide1 at 0x170-0x177,0x376 on irq 15=20
Apr  8 16:59:39 piu01 kernel: hda: WDC AC24300L, 4112MB w/256kB Cache, =
CHS=3D524/255/63, (U)DMA=20
Apr  8 16:59:39 piu01 kernel: hdc: ATAPI 24X CD-ROM drive, 256kB Cache=20
Apr  8 16:59:39 piu01 kernel: Uniform CDROM driver Revision: 2.55=20
Apr  8 16:59:39 piu01 kernel: Floppy drive(s): fd0 is 1.44M=20
Apr  8 16:59:39 piu01 kernel: FDC 0 is a National Semiconductor PC87306=20
Apr  8 16:59:39 piu01 kernel: aic7xxx: <Adaptec AIC-7860 Ultra SCSI host =
adapter> at PCI 11/0=20
Apr  8 16:59:39 piu01 kernel: aic7xxx: Initial PCI_COMMAND value was =
0x117=20
Apr  8 16:59:39 piu01 kernel: aic7xxx: Initial DEVCONFIG value was =
0x1100=20
Apr  8 16:59:39 piu01 kernel: aic7xxx: Loading serial EEPROM...done=20
Apr  8 16:59:39 piu01 kernel: (scsi0) <Adaptec AIC-7860 Ultra SCSI host =
adapter> found at PCI 11/0=20
Apr  8 16:59:39 piu01 kernel: (scsi0) Narrow Channel, SCSI ID=3D7, 3/255 =
SCBs=20
Apr  8 16:59:39 piu01 kernel: (scsi0) BIOS disabled, IO Port 0xfc00, IRQ =
10=20
Apr  8 16:59:39 piu01 kernel: (scsi0) IO Memory at 0xffbef000, MMAP =
Memory at 0xc4800000=20
Apr  8 16:59:39 piu01 kernel: (scsi0) Warning - detected =
auto-termination=20
Apr  8 16:59:39 piu01 kernel: (scsi0) Please verify driver detected =
settings are correct.=20
Apr  8 16:59:39 piu01 kernel: (scsi0) If not, then please properly set =
the device termination=20
Apr  8 16:59:39 piu01 kernel: (scsi0) in the Adaptec SCSI BIOS by =
hitting CTRL-A when prompted=20
Apr  8 16:59:39 piu01 kernel: (scsi0) during machine bootup.=20
Apr  8 16:59:39 piu01 kernel: (scsi0) Cables present (Int-50 NO, Ext-50 =
YES)=20
Apr  8 16:59:39 piu01 kernel: (scsi0) EEPROM is not present.=20
Apr  8 16:59:39 piu01 kernel: (scsi0) SE Low byte termination Enabled=20
Apr  8 16:59:39 piu01 kernel: (scsi0) Downloading sequencer code... 413 =
instructions downloaded=20
Apr  8 16:59:39 piu01 kernel: (scsi0) Resetting channel=20
Apr  8 16:59:39 piu01 kernel: Adaptec AIC-7860 Ultra SCSI host adapter =
at PCI 11/0.=20
Apr  8 16:59:39 piu01 kernel: PCI Dump:=20
Apr  8 16:59:39 piu01 kernel: 04:07 05:00 06:80 07:02 08:01 0c:08 0d:28 =
0e:00 10:01 11:fc 12:00 13:00 14:00 =20
Apr  8 16:59:39 piu01 kernel: 15:f0 16:be 17:ff 28:00 29:00 2a:00 2b:00 =
30:00 31:00 32:00 33:00 3c:0a 3d:01 =20
Apr  8 16:59:39 piu01 kernel: 3e:04 3f:04 40:40 41:11 43:80 44:40 45:11 =
46:00 47:80 =20
Apr  8 16:59:39 piu01 kernel: Card Dump:=20
Apr  8 16:59:39 piu01 kernel: 00:00 01:80 02:3f 03:00 04:00 05:07 08:00 =
09:00 0a:00 0b:05 0c:00 0d:00 0e:00 =20
Apr  8 16:59:39 piu01 kernel: 0f:00 10:00 11:a4 18:03 19:00 1a:00 1b:1b =
1c:00 1d:40 1e:11 1f:00 60:10 62:0a =20
Apr  8 16:59:39 piu01 kernel: 63:00 64:00 65:00 66:00 80:04 81:90 82:78 =
83:60 84:a1 85:28 86:c0 87:06 88:00 =20
Apr  8 16:59:39 piu01 kernel: 89:00 8a:00 8b:00 8c:00 8d:00 8e:00 90:00 =
91:00 92:00 93:00 94:29 95:00 97:00 =20
Apr  8 16:59:39 piu01 kernel: 9a:00 <3>(scsi0) BRKADRINT error(0x20):=20
Apr  8 16:59:39 piu01 kernel:   Scratch Ram/SCB Array Ram Parity Error=20
Apr  8 16:59:39 piu01 kernel: (scsi0)   SEQADDR=3D0xa=20
Apr  8 16:59:39 piu01 kernel: 9b:07 9c:00 <3>(scsi0) BRKADRINT =
error(0x20):=20
Apr  8 16:59:39 piu01 kernel:   Scratch Ram/SCB Array Ram Parity Error=20
Apr  8 16:59:39 piu01 kernel: (scsi0)   SEQADDR=3D0x9=20
Apr  8 16:59:39 piu01 kernel: 9d:07 9e:00 9f:00 =20
Apr  8 16:59:39 piu01 kernel: SEEPROM dump.=20
Apr  8 16:59:39 piu01 kernel: 0x0b18  0x0b18  0x0b18  0x0b18  0x0b18  =
0x0b18  0x0b18  0x0b18=20
Apr  8 16:59:39 piu01 kernel: 0x0238  0x0238  0x0238  0x0238  0x0238  =
0x0238  0x0238  0x0238=20
Apr  8 16:59:39 piu01 kernel: 0x0030  0x005d  0x2807  0x0008  0xffff  =
0xffff  0xffff  0xffff=20
Apr  8 16:59:39 piu01 kernel: 0xffff  0xffff  0xffff  0xffff  0xffff  =
0xffff  0xffff  0x9311=20
Apr  8 16:59:39 piu01 kernel: Scratch RAM:=20
Apr  8 16:59:39 piu01 kernel: 20:00 21:00 22:00 23:00 24:00 25:00 26:00 =
27:00 28:ff 29:ff 2a:ff 2b:ff 2c:ff =20
Apr  8 16:59:39 piu01 kernel: 2d:ff 2e:ff 2f:ff 30:00 31:00 32:00 33:ff =
34:08 35:ff 36:00 37:ff 38:ff 39:ff =20
Apr  8 16:59:39 piu01 kernel: 3a:ff 3b:ff 3c:ff 3d:01 3e:ff 3f:ff 40:00 =
41:00 42:60 43:fd 44:03 45:78 46:93 =20
Apr  8 16:59:39 piu01 kernel: 47:fd 48:03 49:00 4a:00 4b:00 4c:00 4d:00 =
4e:00 4f:00 50:00 51:7f 52:7f 53:08 =20
Apr  8 16:59:39 piu01 kernel: 54:7f 55:7f 56:ff 57:ff 58:ff 59:ff 5a:27 =
5b:07 5c:ff 5d:ff 5e:ff 5f:ff =20
Apr  8 16:59:39 piu01 kernel: scsi0 : Adaptec AHA274x/284x/294x =
(EISA/VLB/PCI-Fast SCSI) 5.1.19/3.2.4=20
Apr  8 16:59:39 piu01 kernel:        <Adaptec AIC-7860 Ultra SCSI host =
adapter>=20
Apr  8 16:59:39 piu01 kernel: scsi : 1 host.=20
Apr  8 16:59:39 piu01 kernel:   Vendor: NAVOX TC  Model: IM S/N:016329  =
P  Rev: WB V=20
Apr  8 16:59:39 piu01 kernel:   Type:   Direct-Access                    =
  ANSI SCSI revision: 01=20
Apr  8 16:59:39 piu01 kernel: scsi : detected total.=20
Apr  8 16:59:39 piu01 kernel: 3c59x.c:v0.99H 11/17/98 Donald Becker =
http://cesdis.gsfc.nasa.gov/linux/drivers/vortex.html=20
Apr  8 16:59:39 piu01 kernel: eth0: 3Com 3c905 Boomerang 100baseTx at =
0xff00,  00:10:4b:87:3b:ed, IRQ 9=20
Apr  8 16:59:39 piu01 kernel:   8K word-wide RAM 3:5 Rx:Tx split, =
autoselect/MII interface.=20
Apr  8 16:59:39 piu01 kernel:   MII transceiver found at address 24, =
status 786f.=20
Apr  8 16:59:39 piu01 kernel:   Enabling bus-master transmits and =
whole-frame receives.=20
Apr  8 16:59:39 piu01 kernel: Partition check:=20
Apr  8 16:59:40 piu01 kernel:  hda: hda1 hda2 < hda5 hda6 hda7 >=20
Apr  8 16:59:40 piu01 kernel: VFS: Mounted root (ext2 filesystem) =
readonly.=20
Apr  8 16:59:40 piu01 kernel: Freeing unused kernel memory: 52k freed=20
Apr  8 16:59:40 piu01 kernel: Adding Swap: 787144k swap-space (priority =
-1)=20
Apr  8 16:59:39 piu01 atd: atd startup succeeded
Apr  8 16:59:40 piu01 crond: crond startup succeeded
Apr  8 16:59:40 piu01 pcmcia: Starting PCMCIA services:
Apr  8 16:59:41 piu01 pcmcia:  modules
Apr  8 16:59:41 piu01 kernel: Linux PCMCIA Card Services 3.1.13=20
Apr  8 16:59:41 piu01 kernel:   kernel build: 2.2.12 #28 SMP Tue Mar 28 =
07:30:26 CST 2000=20
Apr  8 16:59:41 piu01 kernel:   options:  [pci] [cardbus]=20
Apr  8 16:59:41 piu01 kernel: Intel PCIC probe: =20
Apr  8 16:59:41 piu01 kernel:   Intel i82365sl B step ISA-to-PCMCIA at =
port 0x3e0 ofs 0x00=20
Apr  8 16:59:41 piu01 kernel:     host opts [0]: none=20
Apr  8 16:59:41 piu01 kernel:     host opts [1]: none=20
Apr  8 16:59:41 piu01 kernel:     ISA irqs (scanned) =3D 3,4,7 polling =
interval =3D 1000 ms=20
Apr  8 16:59:41 piu01 pcmcia:  cardmgr.
Apr  8 16:59:41 piu01 rc: Starting pcmcia succeeded
Apr  8 16:59:41 piu01 cardmgr[380]: starting, version is 3.1.13
Apr  8 16:59:41 piu01 cardmgr[380]: watching 2 sockets
Apr  8 16:59:41 piu01 kernel: cs: IO port probe 0x1000-0x17ff: clean.=20
Apr  8 16:59:41 piu01 kernel: cs: IO port probe 0x0100-0x04ff: excluding =
0x200-0x207 0x220-0x22f 0x290-0x297 0x330-0x337 0x388-0x38f 0x4d0-0x4d7=20
Apr  8 16:59:41 piu01 kernel: cs: IO port probe 0x0a00-0x0aff: clean.=20
Apr  8 16:59:41 piu01 inet: inetd startup succeeded
Apr  8 16:59:42 piu01 lpd: lpd startup succeeded
Apr  8 16:59:42 piu01 cardmgr[380]: initializing socket 0
Apr  8 16:59:42 piu01 kernel: cs: memory probe 0x0d0000-0x0dffff: clean. =

Apr  8 16:59:42 piu01 cardmgr[380]: socket 0: Serial or Modem
Apr  8 16:59:42 piu01 keytable: Loading keymap: Loading system font:=20
Apr  8 16:59:42 piu01 cardmgr[380]: executing: 'insmod =
/lib/modules/2.2.12/pcmcia/serial_cs.o'
Apr  8 16:59:42 piu01 kernel: tty02 at 0x03e8 (irq =3D 3) is a 16550A=20
Apr  8 16:59:42 piu01 cardmgr[380]: executing: './serial start ttyS2'
Apr  8 16:59:42 piu01 rc: Starting keytable succeeded
Apr  8 16:59:43 piu01 sendmail: sendmail startup succeeded
Apr  8 16:59:43 piu01 gpm: gpm startup succeeded
Apr  8 16:59:44 piu01 httpd: httpd startup succeeded
Apr  8 16:59:45 piu01 xfs: xfs startup succeeded
Apr  8 16:59:45 piu01 linuxconf: Linuxconf final setup
Apr  8 16:59:45 piu01 xfs: Warning: The directory =
"/usr/X11R6/lib/X11/fonts/100dpi" does not exist.=20
Apr  8 16:59:45 piu01 xfs:          Entry deleted from font path.=20
Apr  8 16:59:47 piu01 rc: Starting linuxconf succeeded
Apr  8 16:59:47 piu01 kernel: scsi singledevice 0 0 4 1=20
Apr  8 16:59:47 piu01 kernel:   Vendor: NAVOX TC  Model: IM S/N:016329  =
P  Rev: WB V=20
Apr  8 16:59:47 piu01 kernel:   Type:   Direct-Access                    =
  ANSI SCSI revision: 01=20
Apr  8 16:59:47 piu01 kernel: scsi singledevice 0 0 4 2=20
Apr  8 16:59:47 piu01 kernel:   Vendor: NAVOX TC  Model: IM S/N:016329  =
P  Rev: WB V=20
Apr  8 16:59:47 piu01 kernel:   Type:   Direct-Access                    =
  ANSI SCSI revision: 01=20
Apr  8 17:02:23 piu01 PAM_pwdb[579]: (login) session opened for user =
hoosd by (uid=3D0)
Apr  8 17:04:30 piu01 kernel: scsi : aborting command due to timeout : =
pid 16, scsi0, channel 0, id 4, lun 0 Read (10) 00 00 00 00 00 00 28 a4 =
00 =20
Apr  8 17:04:30 piu01 kernel: (scsi0:0:4:0) Aborting scb 0, flags 0x4=20
Apr  8 17:04:30 piu01 kernel: (scsi0:0:4:0) SCB disconnected.  Queueing =
Abort SCB.=20
Apr  8 17:04:30 piu01 kernel: (scsi0:0:4:0) Abort message mailed.=20
Apr  8 17:04:30 piu01 kernel: (scsi0:0:4:0) SCB 0 abort delivered.=20
Apr  8 17:04:30 piu01 kernel: (scsi0:0:4:-1) Reset device, active_scb 1=20
Apr  8 17:04:30 piu01 kernel: (scsi0:0:4:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:04:30 piu01 kernel: (scsi0:0:4:-1) Cleaning QINFIFO.=20
Apr  8 17:04:30 piu01 kernel: (scsi0:0:4:-1) Cleaning waiting_scbs.=20
Apr  8 17:04:30 piu01 kernel: (scsi0:0:4:-1) Cleaning waiting for =
selection list.=20
Apr  8 17:04:30 piu01 kernel: (scsi0:0:4:-1) Cleaning disconnected scbs =
list.=20
Apr  8 17:04:30 piu01 kernel: (scsi0:0:4:0) Aborting scb 0=20
Apr  8 17:04:30 piu01 kernel: (scsi0:0:4:2) Aborting scb 1=20
Apr  8 17:04:30 piu01 kernel: (scsi0:-1:-1:-1) 2 commands found and =
queued for completion.=20
Apr  8 17:04:34 piu01 kernel: (scsi0:0:4:0) No active SCB for =
reconnecting target - Issuing BUS DEVICE RESET.=20
Apr  8 17:04:34 piu01 kernel: (scsi0:0:4:0)       SAVED_TCL=3D0x40, =
ARG_1=3D0xff, SEQADDR=3D0xff=20
Apr  8 17:04:34 piu01 kernel: (scsi0:0:4:-1) Reset device, active_scb 1=20
Apr  8 17:04:34 piu01 kernel: (scsi0:0:4:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:04:34 piu01 kernel: (scsi0:0:4:-1) Cleaning QINFIFO.=20
Apr  8 17:04:34 piu01 kernel: (scsi0:0:4:-1) Cleaning waiting_scbs.=20
Apr  8 17:04:34 piu01 kernel: (scsi0:0:4:-1) Cleaning waiting for =
selection list.=20
Apr  8 17:04:34 piu01 kernel: (scsi0:0:4:-1) Cleaning disconnected scbs =
list.=20
Apr  8 17:04:34 piu01 kernel: (scsi0:0:4:-1) Bus Device Reset delivered. =

Apr  8 17:04:34 piu01 kernel: (scsi0:0:4:0) Aborting scb 0=20
Apr  8 17:04:34 piu01 kernel: (scsi0:-1:-1:-1) 1 commands found and =
queued for completion.=20
Apr  8 17:04:59 piu01 kernel: scsi : aborting command due to timeout : =
pid 18, scsi0, channel 0, id 4, lun 0 Read (10) 00 00 00 00 00 00 28 a4 =
00 =20
Apr  8 17:04:59 piu01 kernel: (scsi0:0:4:0) Aborting scb 0, flags 0x4=20
Apr  8 17:04:59 piu01 kernel: (scsi0:0:4:0) SCB disconnected.  Queueing =
Abort SCB.=20
Apr  8 17:04:59 piu01 kernel: (scsi0:0:4:0) Abort message mailed.=20
Apr  8 17:04:59 piu01 kernel: (scsi0:0:4:0) SCB 0 abort delivered.=20
Apr  8 17:04:59 piu01 kernel: (scsi0:0:4:-1) Reset device, active_scb 0=20
Apr  8 17:04:59 piu01 kernel: (scsi0:0:4:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:04:59 piu01 kernel: (scsi0:0:4:-1) Cleaning QINFIFO.=20
Apr  8 17:04:59 piu01 kernel: (scsi0:0:4:-1) Cleaning waiting_scbs.=20
Apr  8 17:04:59 piu01 kernel: (scsi0:0:4:-1) Cleaning waiting for =
selection list.=20
Apr  8 17:04:59 piu01 kernel: (scsi0:0:4:-1) Cleaning disconnected scbs =
list.=20
Apr  8 17:04:59 piu01 kernel: (scsi0:0:4:0) Aborting scb 0=20
Apr  8 17:04:59 piu01 kernel: (scsi0:0:4:2) Aborting scb 1=20
Apr  8 17:04:59 piu01 kernel: (scsi0:-1:-1:-1) 2 commands found and =
queued for completion.=20
Apr  8 17:05:03 piu01 kernel: (scsi0:0:4:0) No active SCB for =
reconnecting target - Issuing BUS DEVICE RESET.=20
Apr  8 17:05:03 piu01 kernel: (scsi0:0:4:0)       SAVED_TCL=3D0x40, =
ARG_1=3D0xff, SEQADDR=3D0xff=20
Apr  8 17:05:03 piu01 kernel: (scsi0:0:4:-1) Reset device, active_scb 0=20
Apr  8 17:05:03 piu01 kernel: (scsi0:0:4:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:05:03 piu01 kernel: (scsi0:0:4:-1) Cleaning QINFIFO.=20
Apr  8 17:05:03 piu01 kernel: (scsi0:0:4:-1) Cleaning waiting_scbs.=20
Apr  8 17:05:03 piu01 kernel: (scsi0:0:4:-1) Cleaning waiting for =
selection list.=20
Apr  8 17:05:03 piu01 kernel: (scsi0:0:4:-1) Cleaning disconnected scbs =
list.=20
Apr  8 17:05:03 piu01 kernel: (scsi0:0:4:-1) Bus Device Reset delivered. =

Apr  8 17:05:03 piu01 kernel: (scsi0:0:4:0) Aborting scb 0=20
Apr  8 17:05:03 piu01 kernel: (scsi0:-1:-1:-1) 1 commands found and =
queued for completion.=20
Apr  8 17:05:23 piu01 kernel: SCSI host 0 abort (pid 18) timed out - =
resetting=20
Apr  8 17:05:25 piu01 kernel: SCSI bus is being reset for host 0 channel =
0.=20
Apr  8 17:05:25 piu01 kernel: (scsi0:0:4:0) Reset called, scb 0, flags =
0x4=20
Apr  8 17:05:25 piu01 kernel: (scsi0:0:4:0) Bus Device reset, scb flags =
0x4, while idle, LASTPHASE =3D 0x1=20
Apr  8 17:05:25 piu01 kernel: (scsi0:0:4:0) SCSISIGI 0x0, SEQADDR 0xa, =
SSTAT0 0x5, SSTAT1 0xa=20
Apr  8 17:05:25 piu01 kernel: (scsi0:0:4:0) Queueing device reset =
command.=20
Apr  8 17:05:25 piu01 kernel: (scsi0:-1:-1:-1) 0 commands found and =
queued for completion.=20
Apr  8 17:05:25 piu01 kernel: (scsi0:0:4:0) Bus device reset mailed.=20
Apr  8 17:05:25 piu01 kernel: (scsi0:0:4:-1) Reset device, active_scb 1=20
Apr  8 17:05:25 piu01 kernel: (scsi0:0:4:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:05:25 piu01 kernel: (scsi0:0:4:-1) Cleaning QINFIFO.=20
Apr  8 17:05:25 piu01 kernel: (scsi0:0:4:-1) Cleaning waiting_scbs.=20
Apr  8 17:05:25 piu01 kernel: (scsi0:0:4:-1) Cleaning waiting for =
selection list.=20
Apr  8 17:05:25 piu01 kernel: (scsi0:0:4:-1) Cleaning disconnected scbs =
list.=20
Apr  8 17:05:25 piu01 kernel: (scsi0:0:4:-1) Bus Device Reset delivered. =

Apr  8 17:05:25 piu01 kernel: (scsi0:0:4:0) Aborting scb 0=20
Apr  8 17:05:25 piu01 kernel: (scsi0:0:4:2) Aborting scb 1=20
Apr  8 17:05:25 piu01 kernel: (scsi0:-1:-1:-1) 2 commands found and =
queued for completion.=20
Apr  8 17:05:27 piu01 kernel: (scsi0:0:4:0) No active SCB for =
reconnecting target - Issuing BUS DEVICE RESET.=20
Apr  8 17:05:27 piu01 kernel: (scsi0:0:4:0)       SAVED_TCL=3D0x40, =
ARG_1=3D0xff, SEQADDR=3D0xff=20
Apr  8 17:05:27 piu01 kernel: (scsi0:0:4:-1) Reset device, active_scb 1=20
Apr  8 17:05:27 piu01 kernel: (scsi0:0:4:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:05:27 piu01 kernel: (scsi0:0:4:-1) Cleaning QINFIFO.=20
Apr  8 17:05:27 piu01 kernel: (scsi0:0:4:-1) Cleaning waiting_scbs.=20
Apr  8 17:05:27 piu01 kernel: (scsi0:0:4:-1) Cleaning waiting for =
selection list.=20
Apr  8 17:05:27 piu01 kernel: (scsi0:0:4:-1) Cleaning disconnected scbs =
list.=20
Apr  8 17:05:27 piu01 kernel: (scsi0:0:4:-1) Bus Device Reset delivered. =

Apr  8 17:05:27 piu01 kernel: (scsi0:0:4:0) Aborting scb 0=20
Apr  8 17:05:27 piu01 kernel: (scsi0:-1:-1:-1) 1 commands found and =
queued for completion.=20
Apr  8 17:05:48 piu01 kernel: SCSI host 0 channel 0 reset (pid 18) timed =
out - trying harder=20
Apr  8 17:05:48 piu01 kernel: SCSI bus is being reset for host 0 channel =
0.=20
Apr  8 17:05:48 piu01 kernel: (scsi0:0:4:0) Reset called, scb 0, flags =
0x4=20
Apr  8 17:05:48 piu01 kernel: (scsi0:0:-1:-1) Reset channel called, will =
initiate reset.=20
Apr  8 17:05:48 piu01 kernel: (scsi0:0:-1:-1) Resetting currently active =
channel.=20
Apr  8 17:05:48 piu01 kernel: (scsi0:0:-1:-1) Channel reset=20
Apr  8 17:05:48 piu01 kernel: (scsi0:0:-1:-1) Reset device, active_scb 1 =

Apr  8 17:05:48 piu01 kernel: (scsi0:0:0:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:05:48 piu01 kernel: (scsi0:0:1:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:05:48 piu01 kernel: (scsi0:0:2:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:05:48 piu01 kernel: (scsi0:0:3:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:05:49 piu01 kernel: (scsi0:0:4:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:05:49 piu01 kernel: (scsi0:0:5:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:05:49 piu01 kernel: (scsi0:0:6:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:05:49 piu01 kernel: (scsi0:0:-1:-1) Cleaning QINFIFO.=20
Apr  8 17:05:49 piu01 kernel: (scsi0:0:-1:-1) Cleaning waiting_scbs.=20
Apr  8 17:05:49 piu01 kernel: (scsi0:0:-1:-1) Cleaning waiting for =
selection list.=20
Apr  8 17:05:49 piu01 kernel: (scsi0:0:-1:-1) Cleaning disconnected scbs =
list.=20
Apr  8 17:05:49 piu01 kernel: (scsi0:0:4:0) Aborting scb 0=20
Apr  8 17:05:49 piu01 kernel: (scsi0:0:4:2) Aborting scb 1=20
Apr  8 17:05:49 piu01 kernel: (scsi0:-1:-1:-1) 2 commands found and =
queued for completion.=20
Apr  8 17:06:06 piu01 PAM_pwdb[621]: (login) session opened for user =
hoosd by (uid=3D0)
Apr  8 17:06:11 piu01 kernel: scsi : aborting command due to timeout : =
pid 24, scsi0, channel 0, id 4, lun 0 Read (10) 00 00 00 00 00 00 28 a4 =
00 =20
Apr  8 17:06:11 piu01 kernel: (scsi0:0:4:0) Aborting scb 0, flags 0x4=20
Apr  8 17:06:11 piu01 kernel: (scsi0:0:4:0) SCB disconnected.  Queueing =
Abort SCB.=20
Apr  8 17:06:11 piu01 kernel: (scsi0:0:4:0) Abort message mailed.=20
Apr  8 17:06:11 piu01 kernel: (scsi0:0:4:0) SCB 0 abort delivered.=20
Apr  8 17:06:11 piu01 kernel: (scsi0:0:4:-1) Reset device, active_scb 0=20
Apr  8 17:06:11 piu01 kernel: (scsi0:0:4:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:06:11 piu01 kernel: (scsi0:0:4:-1) Cleaning QINFIFO.=20
Apr  8 17:06:11 piu01 kernel: (scsi0:0:4:-1) Cleaning waiting_scbs.=20
Apr  8 17:06:11 piu01 kernel: (scsi0:0:4:-1) Cleaning waiting for =
selection list.=20
Apr  8 17:06:11 piu01 kernel: (scsi0:0:4:-1) Cleaning disconnected scbs =
list.=20
Apr  8 17:06:11 piu01 kernel: (scsi0:0:4:0) Aborting scb 0=20
Apr  8 17:06:11 piu01 kernel: (scsi0:0:4:2) Aborting scb 1=20
Apr  8 17:06:11 piu01 kernel: (scsi0:-1:-1:-1) 2 commands found and =
queued for completion.=20
Apr  8 17:06:15 piu01 kernel: (scsi0:0:4:0) No active SCB for =
reconnecting target - Issuing BUS DEVICE RESET.=20
Apr  8 17:06:15 piu01 kernel: (scsi0:0:4:0)       SAVED_TCL=3D0x40, =
ARG_1=3D0xff, SEQADDR=3D0xff=20
Apr  8 17:06:15 piu01 kernel: (scsi0:0:4:-1) Reset device, active_scb 0=20
Apr  8 17:06:15 piu01 kernel: (scsi0:0:4:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:06:15 piu01 kernel: (scsi0:0:4:-1) Cleaning QINFIFO.=20
Apr  8 17:06:15 piu01 kernel: (scsi0:0:4:-1) Cleaning waiting_scbs.=20
Apr  8 17:06:15 piu01 kernel: (scsi0:0:4:-1) Cleaning waiting for =
selection list.=20
Apr  8 17:06:15 piu01 kernel: (scsi0:0:4:-1) Cleaning disconnected scbs =
list.=20
Apr  8 17:06:15 piu01 kernel: (scsi0:0:4:-1) Bus Device Reset delivered. =

Apr  8 17:06:15 piu01 kernel: (scsi0:0:4:0) Aborting scb 0=20
Apr  8 17:06:15 piu01 kernel: (scsi0:-1:-1:-1) 1 commands found and =
queued for completion.=20
Apr  8 17:06:35 piu01 kernel: SCSI host 0 abort (pid 24) timed out - =
resetting=20
Apr  8 17:06:37 piu01 kernel: SCSI bus is being reset for host 0 channel =
0.=20
Apr  8 17:06:37 piu01 kernel: (scsi0:0:4:0) Reset called, scb 0, flags =
0x4=20
Apr  8 17:06:37 piu01 kernel: (scsi0:0:4:0) Bus Device reset, scb flags =
0x4, while idle, LASTPHASE =3D 0x1=20
Apr  8 17:06:37 piu01 kernel: (scsi0:0:4:0) SCSISIGI 0x0, SEQADDR 0x9, =
SSTAT0 0x5, SSTAT1 0xa=20
Apr  8 17:06:37 piu01 kernel: (scsi0:0:4:0) Queueing device reset =
command.=20
Apr  8 17:06:37 piu01 kernel: (scsi0:-1:-1:-1) 0 commands found and =
queued for completion.=20
Apr  8 17:06:37 piu01 kernel: (scsi0:0:4:0) Bus device reset mailed.=20
Apr  8 17:06:37 piu01 kernel: (scsi0:0:4:-1) Reset device, active_scb 1=20
Apr  8 17:06:37 piu01 kernel: (scsi0:0:4:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:06:37 piu01 kernel: (scsi0:0:4:-1) Cleaning QINFIFO.=20
Apr  8 17:06:37 piu01 kernel: (scsi0:0:4:-1) Cleaning waiting_scbs.=20
Apr  8 17:06:37 piu01 kernel: (scsi0:0:4:-1) Cleaning waiting for =
selection list.=20
Apr  8 17:06:37 piu01 kernel: (scsi0:0:4:-1) Cleaning disconnected scbs =
list.=20
Apr  8 17:06:37 piu01 kernel: (scsi0:0:4:-1) Bus Device Reset delivered. =

Apr  8 17:06:37 piu01 kernel: (scsi0:0:4:0) Aborting scb 0=20
Apr  8 17:06:37 piu01 kernel: (scsi0:0:4:2) Aborting scb 1=20
Apr  8 17:06:37 piu01 kernel: (scsi0:-1:-1:-1) 2 commands found and =
queued for completion.=20
Apr  8 17:06:39 piu01 kernel: (scsi0:0:4:0) No active SCB for =
reconnecting target - Issuing BUS DEVICE RESET.=20
Apr  8 17:06:39 piu01 kernel: (scsi0:0:4:0)       SAVED_TCL=3D0x40, =
ARG_1=3D0xff, SEQADDR=3D0xff=20
Apr  8 17:06:39 piu01 kernel: (scsi0:0:4:-1) Reset device, active_scb 1=20
Apr  8 17:06:39 piu01 kernel: (scsi0:0:4:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:06:39 piu01 kernel: (scsi0:0:4:-1) Cleaning QINFIFO.=20
Apr  8 17:06:39 piu01 kernel: (scsi0:0:4:-1) Cleaning waiting_scbs.=20
Apr  8 17:06:39 piu01 kernel: (scsi0:0:4:-1) Cleaning waiting for =
selection list.=20
Apr  8 17:06:39 piu01 kernel: (scsi0:0:4:-1) Cleaning disconnected scbs =
list.=20
Apr  8 17:06:39 piu01 kernel: (scsi0:0:4:-1) Bus Device Reset delivered. =

Apr  8 17:06:39 piu01 kernel: (scsi0:0:4:0) Aborting scb 0=20
Apr  8 17:06:39 piu01 kernel: (scsi0:-1:-1:-1) 1 commands found and =
queued for completion.=20
Apr  8 17:07:00 piu01 kernel: SCSI host 0 channel 0 reset (pid 24) timed =
out - trying harder=20
Apr  8 17:07:00 piu01 kernel: SCSI bus is being reset for host 0 channel =
0.=20
Apr  8 17:07:00 piu01 kernel: (scsi0:0:4:0) Reset called, scb 0, flags =
0x4=20
Apr  8 17:07:00 piu01 kernel: (scsi0:0:-1:-1) Reset channel called, will =
initiate reset.=20
Apr  8 17:07:00 piu01 kernel: (scsi0:0:-1:-1) Resetting currently active =
channel.=20
Apr  8 17:07:00 piu01 kernel: (scsi0:0:-1:-1) Channel reset=20
Apr  8 17:07:00 piu01 kernel: (scsi0:0:-1:-1) Reset device, active_scb 1 =

Apr  8 17:07:00 piu01 kernel: (scsi0:0:0:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:07:00 piu01 kernel: (scsi0:0:1:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:07:00 piu01 kernel: (scsi0:0:2:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:07:00 piu01 kernel: (scsi0:0:3:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:07:01 piu01 kernel: (scsi0:0:4:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:07:01 piu01 kernel: (scsi0:0:5:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:07:01 piu01 kernel: (scsi0:0:6:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:07:01 piu01 kernel: (scsi0:0:-1:-1) Cleaning QINFIFO.=20
Apr  8 17:07:01 piu01 kernel: (scsi0:0:-1:-1) Cleaning waiting_scbs.=20
Apr  8 17:07:01 piu01 kernel: (scsi0:0:-1:-1) Cleaning waiting for =
selection list.=20
Apr  8 17:07:01 piu01 kernel: (scsi0:0:-1:-1) Cleaning disconnected scbs =
list.=20
Apr  8 17:07:01 piu01 kernel: (scsi0:0:4:0) Aborting scb 0=20
Apr  8 17:07:01 piu01 kernel: (scsi0:0:4:2) Aborting scb 1=20
Apr  8 17:07:01 piu01 kernel: (scsi0:-1:-1:-1) 2 commands found and =
queued for completion.=20
Apr  8 17:07:24 piu01 kernel: scsi : aborting command due to timeout : =
pid 29, scsi0, channel 0, id 4, lun 0 Read (10) 00 00 00 00 00 00 28 a4 =
00 =20
Apr  8 17:07:24 piu01 kernel: (scsi0:0:4:0) Aborting scb 0, flags 0x4=20
Apr  8 17:07:24 piu01 kernel: (scsi0:0:4:0) SCB disconnected.  Queueing =
Abort SCB.=20
Apr  8 17:07:24 piu01 kernel: (scsi0:0:4:0) Abort message mailed.=20
Apr  8 17:07:24 piu01 kernel: (scsi0:0:4:0) SCB 0 abort delivered.=20
Apr  8 17:07:24 piu01 kernel: (scsi0:0:4:-1) Reset device, active_scb 0=20
Apr  8 17:07:24 piu01 kernel: (scsi0:0:4:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:07:24 piu01 kernel: (scsi0:0:4:-1) Cleaning QINFIFO.=20
Apr  8 17:07:24 piu01 kernel: (scsi0:0:4:-1) Cleaning waiting_scbs.=20
Apr  8 17:07:24 piu01 kernel: (scsi0:0:4:-1) Cleaning waiting for =
selection list.=20
Apr  8 17:07:24 piu01 kernel: (scsi0:0:4:-1) Cleaning disconnected scbs =
list.=20
Apr  8 17:07:24 piu01 kernel: (scsi0:0:4:0) Aborting scb 0=20
Apr  8 17:07:24 piu01 kernel: (scsi0:-1:-1:-1) 1 commands found and =
queued for completion.=20
Apr  8 17:07:44 piu01 kernel: SCSI host 0 abort (pid 29) timed out - =
resetting=20
Apr  8 17:07:44 piu01 kernel: SCSI bus is being reset for host 0 channel =
0.=20
Apr  8 17:07:46 piu01 kernel: (scsi0:0:4:0) Reset called, scb 0, flags =
0x4004=20
Apr  8 17:07:46 piu01 kernel: (scsi0:0:4:0) Bus Device reset, scb flags =
0x4004, Command phase=20
Apr  8 17:07:46 piu01 kernel: (scsi0:0:4:0) SCSISIGI 0x84, SEQADDR =
0x154, SSTAT0 0x7, SSTAT1 0x2=20
Apr  8 17:07:46 piu01 kernel: (scsi0:0:4:0) Device reset message in =
message buffer=20
Apr  8 17:07:46 piu01 kernel: (scsi0:-1:-1:-1) 0 commands found and =
queued for completion.=20
Apr  8 17:07:46 piu01 kernel: (scsi0:0:4:0) Bus device reset mailed.=20
Apr  8 17:07:46 piu01 kernel: (scsi0:0:4:-1) Reset device, active_scb 0=20
Apr  8 17:07:46 piu01 kernel: (scsi0:0:4:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:07:46 piu01 kernel: (scsi0:0:4:-1) Cleaning QINFIFO.=20
Apr  8 17:07:46 piu01 kernel: (scsi0:0:4:-1) Cleaning waiting_scbs.=20
Apr  8 17:07:46 piu01 kernel: (scsi0:0:4:-1) Cleaning waiting for =
selection list.=20
Apr  8 17:07:46 piu01 kernel: (scsi0:0:4:-1) Cleaning disconnected scbs =
list.=20
Apr  8 17:07:46 piu01 kernel: (scsi0:0:4:-1) Bus Device Reset delivered. =

Apr  8 17:07:46 piu01 kernel: (scsi0:0:4:0) Aborting scb 0=20
Apr  8 17:07:46 piu01 kernel: (scsi0:-1:-1:-1) 1 commands found and =
queued for completion.=20
Apr  8 17:08:07 piu01 kernel: SCSI host 0 channel 0 reset (pid 29) timed =
out - trying harder=20
Apr  8 17:08:08 piu01 kernel: SCSI bus is being reset for host 0 channel =
0.=20
Apr  8 17:08:08 piu01 kernel: (scsi0:0:4:0) Reset called, scb 0, flags =
0x4006=20
Apr  8 17:08:08 piu01 kernel: (scsi0:0:-1:-1) Reset channel called, will =
initiate reset.=20
Apr  8 17:08:08 piu01 kernel: (scsi0:0:-1:-1) Resetting currently active =
channel.=20
Apr  8 17:08:08 piu01 kernel: (scsi0:0:-1:-1) Channel reset=20
Apr  8 17:08:08 piu01 kernel: (scsi0:0:-1:-1) Reset device, active_scb 0 =

Apr  8 17:08:08 piu01 kernel: (scsi0:0:0:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:08:08 piu01 kernel: (scsi0:0:1:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:08:08 piu01 kernel: (scsi0:0:2:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:08:08 piu01 kernel: (scsi0:0:3:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:08:08 piu01 kernel: (scsi0:0:4:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:08:08 piu01 kernel: (scsi0:0:5:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:08:08 piu01 kernel: (scsi0:0:6:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:08:08 piu01 kernel: (scsi0:0:-1:-1) Cleaning QINFIFO.=20
Apr  8 17:08:08 piu01 kernel: (scsi0:0:-1:-1) Cleaning waiting_scbs.=20
Apr  8 17:08:08 piu01 kernel: (scsi0:0:-1:-1) Cleaning waiting for =
selection list.=20
Apr  8 17:08:08 piu01 kernel: (scsi0:0:-1:-1) Cleaning disconnected scbs =
list.=20
Apr  8 17:08:08 piu01 kernel: (scsi0:0:4:0) Aborting scb 0=20
Apr  8 17:08:08 piu01 kernel: (scsi0:-1:-1:-1) 1 commands found and =
queued for completion.=20
Apr  8 17:08:30 piu01 kernel: SCSI host 0 abort (pid 29) timed out - =
resetting=20
Apr  8 17:08:30 piu01 kernel: SCSI bus is being reset for host 0 channel =
0.=20
Apr  8 17:08:30 piu01 kernel: (scsi0:0:4:0) Reset called, scb 0, flags =
0x4=20
Apr  8 17:08:30 piu01 kernel: (scsi0:0:4:0) Bus Device reset, scb flags =
0x4, while idle, LASTPHASE =3D 0x1=20
Apr  8 17:08:30 piu01 kernel: (scsi0:0:4:0) SCSISIGI 0x0, SEQADDR 0x9, =
SSTAT0 0x5, SSTAT1 0xa=20
Apr  8 17:08:30 piu01 kernel: (scsi0:0:4:0) Queueing device reset =
command.=20
Apr  8 17:08:30 piu01 kernel: (scsi0:-1:-1:-1) 0 commands found and =
queued for completion.=20
Apr  8 17:08:30 piu01 kernel: (scsi0:0:4:0) Bus device reset mailed.=20
Apr  8 17:08:30 piu01 kernel: (scsi0:0:4:-1) Reset device, active_scb 1=20
Apr  8 17:08:30 piu01 kernel: (scsi0:0:4:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:08:30 piu01 kernel: (scsi0:0:4:-1) Cleaning QINFIFO.=20
Apr  8 17:08:30 piu01 kernel: (scsi0:0:4:-1) Cleaning waiting_scbs.=20
Apr  8 17:08:30 piu01 kernel: (scsi0:0:4:-1) Cleaning waiting for =
selection list.=20
Apr  8 17:08:30 piu01 kernel: (scsi0:0:4:-1) Cleaning disconnected scbs =
list.=20
Apr  8 17:08:30 piu01 kernel: (scsi0:0:4:-1) Bus Device Reset delivered. =

Apr  8 17:08:30 piu01 kernel: (scsi0:0:4:0) Aborting scb 0=20
Apr  8 17:08:30 piu01 kernel: (scsi0:-1:-1:-1) 1 commands found and =
queued for completion.=20
Apr  8 17:08:51 piu01 kernel: SCSI host 0 channel 0 reset (pid 29) timed =
out - trying harder=20
Apr  8 17:08:51 piu01 kernel: SCSI bus is being reset for host 0 channel =
0.=20
Apr  8 17:08:51 piu01 kernel: (scsi0:0:4:0) Reset called, scb 0, flags =
0x4006=20
Apr  8 17:08:51 piu01 kernel: (scsi0:0:-1:-1) Reset channel called, will =
initiate reset.=20
Apr  8 17:08:51 piu01 kernel: (scsi0:0:-1:-1) Resetting currently active =
channel.=20
Apr  8 17:08:51 piu01 kernel: (scsi0:0:-1:-1) Channel reset=20
Apr  8 17:08:51 piu01 kernel: (scsi0:0:-1:-1) Reset device, active_scb 1 =

Apr  8 17:08:51 piu01 kernel: (scsi0:0:0:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:08:51 piu01 kernel: (scsi0:0:1:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:08:51 piu01 kernel: (scsi0:0:2:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:08:51 piu01 kernel: (scsi0:0:3:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:08:52 piu01 kernel: (scsi0:0:4:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:08:52 piu01 kernel: (scsi0:0:5:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:08:52 piu01 kernel: (scsi0:0:6:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:08:52 piu01 kernel: (scsi0:0:-1:-1) Cleaning QINFIFO.=20
Apr  8 17:08:52 piu01 kernel: (scsi0:0:-1:-1) Cleaning waiting_scbs.=20
Apr  8 17:08:52 piu01 kernel: (scsi0:0:-1:-1) Cleaning waiting for =
selection list.=20
Apr  8 17:08:52 piu01 kernel: (scsi0:0:-1:-1) Cleaning disconnected scbs =
list.=20
Apr  8 17:08:52 piu01 kernel: (scsi0:0:4:0) Aborting scb 0=20
Apr  8 17:08:52 piu01 kernel: (scsi0:-1:-1:-1) 1 commands found and =
queued for completion.=20
Apr  8 17:09:12 piu01 kernel: SCSI host 0 abort (pid 29) timed out - =
resetting=20
Apr  8 17:09:14 piu01 kernel: SCSI bus is being reset for host 0 channel =
0.=20
Apr  8 17:09:14 piu01 kernel: (scsi0:0:4:0) Reset called, scb 0, flags =
0x4=20
Apr  8 17:09:14 piu01 kernel: (scsi0:0:4:0) Bus Device reset, scb flags =
0x4, while idle, LASTPHASE =3D 0x1=20
Apr  8 17:09:14 piu01 kernel: (scsi0:0:4:0) SCSISIGI 0x0, SEQADDR 0xc, =
SSTAT0 0x5, SSTAT1 0xa=20
Apr  8 17:09:14 piu01 kernel: (scsi0:0:4:0) Queueing device reset =
command.=20
Apr  8 17:09:14 piu01 kernel: (scsi0:-1:-1:-1) 0 commands found and =
queued for completion.=20
Apr  8 17:09:14 piu01 kernel: (scsi0:0:4:0) Bus device reset mailed.=20
Apr  8 17:09:14 piu01 kernel: (scsi0:0:4:-1) Reset device, active_scb 0=20
Apr  8 17:09:14 piu01 kernel: (scsi0:0:4:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:09:14 piu01 kernel: (scsi0:0:4:-1) Cleaning QINFIFO.=20
Apr  8 17:09:14 piu01 kernel: (scsi0:0:4:-1) Cleaning waiting_scbs.=20
Apr  8 17:09:14 piu01 kernel: (scsi0:0:4:-1) Cleaning waiting for =
selection list.=20
Apr  8 17:09:14 piu01 kernel: (scsi0:0:4:-1) Cleaning disconnected scbs =
list.=20
Apr  8 17:09:14 piu01 kernel: (scsi0:0:4:-1) Bus Device Reset delivered. =

Apr  8 17:09:14 piu01 kernel: (scsi0:0:4:0) Aborting scb 0=20
Apr  8 17:09:14 piu01 kernel: (scsi0:-1:-1:-1) 1 commands found and =
queued for completion.=20
Apr  8 17:09:35 piu01 kernel: SCSI host 0 channel 0 reset (pid 29) timed =
out - trying harder=20
Apr  8 17:09:35 piu01 kernel: SCSI bus is being reset for host 0 channel =
0.=20
Apr  8 17:09:35 piu01 kernel: (scsi0:0:4:0) Reset called, scb 0, flags =
0x4006=20
Apr  8 17:09:35 piu01 kernel: (scsi0:0:-1:-1) Reset channel called, will =
initiate reset.=20
Apr  8 17:09:35 piu01 kernel: (scsi0:0:-1:-1) Resetting currently active =
channel.=20
Apr  8 17:09:35 piu01 kernel: (scsi0:0:-1:-1) Channel reset=20
Apr  8 17:09:35 piu01 kernel: (scsi0:0:-1:-1) Reset device, active_scb 0 =

Apr  8 17:09:35 piu01 kernel: (scsi0:0:0:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:09:35 piu01 kernel: (scsi0:0:1:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:09:35 piu01 kernel: (scsi0:0:2:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:09:35 piu01 kernel: (scsi0:0:3:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:09:36 piu01 kernel: (scsi0:0:4:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:09:36 piu01 kernel: (scsi0:0:5:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:09:36 piu01 kernel: (scsi0:0:6:-1) Cleaning up status =
information and delayed_scbs.=20
Apr  8 17:09:36 piu01 kernel: (scsi0:0:-1:-1) Cleaning QINFIFO.=20
Apr  8 17:09:36 piu01 kernel: (scsi0:0:-1:-1) Cleaning waiting_scbs.=20
Apr  8 17:09:36 piu01 kernel: (scsi0:0:-1:-1) Cleaning waiting for =
selection list.=20
Apr  8 17:09:36 piu01 kernel: (scsi0:0:-1:-1) Cleaning disconnected scbs =
list.=20
Apr  8 17:09:36 piu01 kernel: (scsi0:0:4:0) Aborting scb 0=20
Apr  8 17:09:36 piu01 kernel: (scsi0:-1:-1:-1) 1 commands found and =
queued for completion.=20
Apr  8 17:09:56 piu01 kernel: SCSI host 0 abort (pid 29) timed out - =
resetting=20
Apr  8 17:09:56 piu01 kernel: SCSI bus is being reset for host 0 channel =
0.=20
Apr  8 17:09:56 piu01 kernel: (scsi0:0:4:0) Reset called, scb 0, flags =
0x4=20
Apr  8 17:09:56 piu01 kernel: (scsi0:0:4:0) Bus Device reset, scb flags =
0x4, while idle, LASTPHASE =3D 0x1=20

------=_NextPart_000_056B_01BFA2CA.63827210--


-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.rutgers.edu

home help back first fref pref prev next nref lref last post