Update to version 20060424 of devel/netbsd-iscsi.

Changes since previous version:

+ Some minor formatting cleanup in the header files.
+ Properly pad the names with spaces (with thanks to Bill Studenmund)
+ Use the official T10 vendor name, "NetBSD".
+ Minor cleanup in the INQUIRY command
+ Rather than just punting on the REPORT LUNs SCSI command, emulate it
properly.  This change makes the target work with the Solaris initiator:

        AVAILABLE DISK SELECTIONS:
               0. c1d0 <DEFAULT cyl 29728 alt 2 hd 64 sec 63>
                  /pci@0,0/pci-ide@1f,1/ide@0/cmdk@0,0
               1. c2t5d0 <DEFAULT cyl 97 alt 2 hd 64 sec 32>
                  /iscsi/disk@0000iqn.1994-04.org.netbsd.iscsi-target%3Atarget00001,0
        Specify disk (enter its number): 1
This commit is contained in:
agc 2006-04-24 22:03:06 +00:00
parent 5a24717f5c
commit 8bf3b43307
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.9 2006/04/18 06:57:26 agc Exp $
# $NetBSD: Makefile,v 1.10 2006/04/24 22:03:06 agc Exp $
DISTNAME= netbsd-iscsi-20060417
DISTNAME= netbsd-iscsi-20060424
CATEGORIES= devel
MASTER_SITES= http://www.alistaircrooks.co.uk/src/

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.8 2006/04/18 06:57:26 agc Exp $
$NetBSD: distinfo,v 1.9 2006/04/24 22:03:06 agc Exp $
SHA1 (netbsd-iscsi-20060417.tar.gz) = 10c3b33c90869f94ad339340cfb5dc575ec0d73f
RMD160 (netbsd-iscsi-20060417.tar.gz) = 17cb7ea530172e7e790d93a391288d8c687116ea
Size (netbsd-iscsi-20060417.tar.gz) = 237147 bytes
SHA1 (netbsd-iscsi-20060424.tar.gz) = 20b2c621902ebbcc0143588c52492aed7d743b71
RMD160 (netbsd-iscsi-20060424.tar.gz) = 8f36529629c1a97d42b27f1543664eadfc11ffa5
Size (netbsd-iscsi-20060424.tar.gz) = 237549 bytes