NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/51037
The following reply was made to PR kern/51037; it has been noted by GNATS.
From: "Aaron J. Grier" <agrier%poofygoof.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: kern/51037
Date: Sun, 22 May 2016 16:02:53 -0700
effective (but crude) workaround follows. more complete packet capture
available at http://poofygoof.com/~agrier/attic/freebsd_iscsi.cap.bz2 .
(compare with http://poofygoof.com/~agrier/attic/smartos_iscsi.cap.bz2).
Index: scsiconf.c
===================================================================
RCS file: /cvsroot/src/sys/dev/scsipi/scsiconf.c,v
retrieving revision 1.273
diff -u -r1.273 scsiconf.c
--- scsiconf.c 25 Jul 2014 08:10:38 -0000 1.273
+++ scsiconf.c 22 May 2016 19:24:28 -0000
@@ -705,6 +705,9 @@
"IOMEGA", "ZIP 100", "J.03"}, PQUIRK_NOLUNS|PQUIRK_NOSYNC},
{{T_DIRECT, T_REMOV,
"INSITE", "I325VM", ""}, PQUIRK_NOLUNS},
+ /* FreeBSD ctld iscsi target doesn't handle tags? */
+ {{T_DIRECT, T_FIXED,
+ "FREEBSD", "CTLDISK", "0001"}, PQUIRK_NOTAG},
/* XXX: QIC-36 tape behind Emulex adapter. Very broken. */
{{T_SEQUENTIAL, T_REMOV,
--
Aaron J. Grier | "Not your ordinary poofy goof." | agrier%poofygoof.com@localhost
Home |
Main Index |
Thread Index |
Old Index