diff options
author | agc <agc> | 2006-04-24 22:04:17 +0000 |
---|---|---|
committer | agc <agc> | 2006-04-24 22:04:17 +0000 |
commit | 0b77571f735fdfec5ab1cc98a29a0417c955ad00 (patch) | |
tree | 0a6ef148862d55f4589125cf882deadbb02aa7d7 /doc | |
parent | 39756166240b0d482403d0e8725acc974f9c8530 (diff) | |
download | pkgsrc-0b77571f735fdfec5ab1cc98a29a0417c955ad00.tar.gz |
Note update of devel/netbsd-iscsi to 20060424:
+ 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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES-2006 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2006 b/doc/CHANGES-2006 index f5b05dc7812..fc74a3c7632 100644 --- a/doc/CHANGES-2006 +++ b/doc/CHANGES-2006 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2006,v 1.50 2006/04/24 16:55:02 veego Exp $ +$NetBSD: CHANGES-2006,v 1.51 2006/04/24 22:04:17 agc Exp $ Changes to the packages collection and infrastructure in 2006: @@ -2243,3 +2243,4 @@ Changes to the packages collection and infrastructure in 2006: Updated security/py-prewikka to 0.9.4 [shannonjr 2006-04-24] Updated www/mozilla to 1.7.13 [veego 2006-04-24] Updated www/mozilla-gtk2 to 1.7.13 [veego 2006-04-24] + Updated devel/netbsd-iscsi to 20060424 [agc 2006-04-24] |