NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/49054: lsi 1020/1030 issue



The following reply was made to PR kern/49054; it has been noted by GNATS.

From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/49054: lsi 1020/1030 issue
Date: Fri, 17 Oct 2014 12:48:29 +0200

 This change causes fallout (originally noted in PR kern/49289), with a
 variety of SCSI controllers and disks:
 
 Example 1:
 
 mpt0 at pci1 dev 4 function 0: Symbios Logic 53c1020/53c1030 (rev. 0x07)
 mpt0: applying 1030 quirk
 mpt0: interrupting at ivec 1f69
 scsibus0 at mpt0: 16 targets, 8 luns per target
 [..]
 inquire: addlen=139, not retrying
 sd0 at scsibus0 target 0 lun 0: <SEAGATE, ST373207LSUN72G, 045A> disk fixed
 sd0: 70007 MB, 14089 cyl, 24 head, 424 sec, 512 bytes/sect x 143374738 sectors
 dk0 at sd0: sb2k5Root/a
 dk0: 93008640 blocks at 0, type: ffs 
 
 Example 2:
 
 esiop0 at pci2 dev 2 function 0: Symbios Logic 53c1010-66 (ultra3-wide scsi)
 esiop0: using on-board RAM
 esiop0: interrupting at ivec 1f29
 scsibus0 at esiop0: 16 targets, 8 luns per target
 [..]
 inquire: addlen=139, not retrying
 sd0 at scsibus0 target 0 lun 0: <SEAGATE, ST336607LSUN36G, 0307> disk fixed
 sd0: 34732 MB, 24622 cyl, 27 head, 107 sec, 512 bytes/sect x 71132959 sectors
 inquire: addlen=139, not retrying
 sd0: sync (25.00ns offset 31), 16-bit (80.000MB/s) transfers, tagged queueing
 inquire: addlen=139, not retrying
 sd1 at scsibus0 target 1 lun 0: <SEAGATE, ST336607LSUN36G, 0307> disk fixed
 sd1: 34732 MB, 24622 cyl, 27 head, 107 sec, 512 bytes/sect x 71132959 sectors
 inquire: addlen=139, not retrying
 sd1: sync (25.00ns offset 31), 16-bit (80.000MB/s) transfers, tagged queueing
 
 
 Example 3:
 
 esp0 at sbus0 slot 14 offset 0x8800000 vector 20 ipl 3: FAS366/HME, 40MHz, SCSI ID 7
 scsibus0 at esp0: 16 targets, 8 luns per target
 [..]
 inquire: addlen=139, not retrying
 sd1 at scsibus0 target 0 lun 0: <SEAGATE, ST39175LC, 0001> disk fixed
 sd1: 8683 MB, 11721 cyl, 5 head, 303 sec, 512 bytes/sect x 17783240 sectors
 inquire: addlen=139, not retrying
 sd1: sync (100.00ns offset 15), 16-bit (20.000MB/s) transfers, tagged queueing
 sd2 at scsibus0 target 1 lun 0: <FUJITSU, MAE3091L SUN9.0G, 0706> disk fixed
 sd2: 8637 MB, 4926 cyl, 27 head, 133 sec, 512 bytes/sect x 17689267 sectors
 sd2: sync (100.00ns offset 15), 16-bit (20.000MB/s) transfers, tagged queueing
 [..]
 inquire: addlen=91, not retrying
 cd0 at scsibus0 target 6 lun 0: <TOSHIBA, XM-5401TASUN4XCD, 3485> cdrom removable
 inquire: addlen=91, not retrying
 cd0: sync (248.00ns offset 15), 8-bit (4.032MB/s) transfers
 
 
 I can probably find a lot more examples. I can also easily test patches...
 
 Martin
 


Home | Main Index | Thread Index | Old Index