Bug 4099
Summary: | sbp2/scsi emulation broken | ||
---|---|---|---|
Product: | Drivers | Reporter: | Stefan Katletz (stefan.katletz) |
Component: | IEEE1394 | Assignee: | Ben Collins (bcollins) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | fitz, roadrunn |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.8 | Subsystem: | |
Regression: | --- | Bisected commit-id: |
Description
Stefan Katletz
2005-01-25 00:02:28 UTC
Same issue here with a few differences. Gentoo distro. Kernel 2.6.10-r6 was working just fine however just upgraded to 2.6.11-r4 and started seeing the same issue as reported above however only on my 250GB external drive. 100GB external drive still works on IEEE and 250 is now working on USB 2.0 controller on same machine. lspci -v for IEEE: 0000:05:09.0 FireWire (IEEE 1394): Texas Instruments TSB43AB23 IEEE-1394a-2000 Controller (PHY/Link) (prog-if 10 [OHCI]) Subsystem: AFAVLAB Technology Inc: Unknown device 0000 Flags: bus master, medium devsel, latency 64, IRQ 18 Memory at f7be0000 (32-bit, non-prefetchable) Memory at f7bd0000 (32-bit, non-prefetchable) [size=16K] Capabilities: [44] Power Management version 2 /var/log/messages relating to issue: Mar 26 12:05:04 pl6500 kernel: Attached scsi generic sg3 at scsi2, channel 0, id 0, lun 0, type 0 Mar 26 12:05:04 pl6500 kernel: scsi3 : SCSI emulation for IEEE-1394 SBP-2 Devices Mar 26 12:05:05 pl6500 kernel: ieee1394: sbp2: Logged into SBP-2 device Mar 26 12:05:05 pl6500 kernel: Vendor: Maxtor Model: 5000XT Rev: 0100 Mar 26 12:05:05 pl6500 kernel: Type: Direct-Access ANSI SCSI revision: 06 Mar 26 12:05:05 pl6500 kernel: SCSI device sdb: 490232832 512-byte hdwr sectors (250999 MB) Mar 26 12:05:05 pl6500 kernel: SCSI device sdb: 490232832 512-byte hdwr sectors (250999 MB) Mar 26 12:05:05 pl6500 kernel: /dev/scsi/host3/bus0/target1/lun0: p1 Mar 26 12:05:05 pl6500 kernel: Attached scsi disk sdb at scsi3, channel 0, id 1, lun 0 Mar 26 12:05:05 pl6500 kernel: Attached scsi generic sg4 at scsi3, channel 0, id 1, lun 0, type 0 Mar 26 12:06:04 pl6500 kernel: SCSI error : <3 0 1 0> return code = 0x8000002 Mar 26 12:06:04 pl6500 kernel: sdb: Current: sense key=0x3 Mar 26 12:06:04 pl6500 kernel: ASC=0x4b ASCQ=0x0 Mar 26 12:06:04 pl6500 kernel: end_request: I/O error, dev sdb, sector 2151 Mar 26 12:06:13 pl6500 kernel: SCSI error : <3 0 1 0> return code = 0x8000002 Mar 26 12:06:13 pl6500 kernel: sdb: Current: sense key=0x3 Mar 26 12:06:13 pl6500 kernel: ASC=0x4b ASCQ=0x0 Mar 26 12:06:13 pl6500 kernel: end_request: I/O error, dev sdb, sector 2151 M Fails with unsolicited response packets here, on Alpha, too.. But, this time it gets around after couple hundreds lines to SCSI status report. However, any operation on device is very slow, and results in even move tlabel_match errors... I can't get it to work faster than mere 2MB/s Kernel 2.6.10 TSB12LV26 firewire card, (PCI32) Alpha MiataGL (PWS) EV56 600MHz machine. The Icy Box IB-350UE-BL http://www.icybox.de/ uses the Prolific chipset PL-3507 (ver. C in my case). Updating the firmware from http://tech.prolific.com.tw/visitor/v_fileBrw.asp?cateId=973849&cateName=USB%2F1394+IDE+Controller+IC resolved the problem. |