diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2012-03-23 13:46:48 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2012-03-23 13:46:48 +0000 |
commit | a5caa5ef619368efd31de3452a56d39902b29389 (patch) | |
tree | a89bac8b14577dd268c011334d9ed01122d59851 /sys/scsi/mpath_sym.c | |
parent | e4fd21563bec36d99f82021ed2c671d519679ea1 (diff) |
Add an entry to the asym list for the NetBSD iSCSI target.
OK dlg@
Diffstat (limited to 'sys/scsi/mpath_sym.c')
-rw-r--r-- | sys/scsi/mpath_sym.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/scsi/mpath_sym.c b/sys/scsi/mpath_sym.c index 461370c1047..ec2e1c8fa8b 100644 --- a/sys/scsi/mpath_sym.c +++ b/sys/scsi/mpath_sym.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpath_sym.c,v 1.6 2011/07/11 01:02:48 dlg Exp $ */ +/* $OpenBSD: mpath_sym.c,v 1.7 2012/03/23 13:46:47 claudio Exp $ */ /* * Copyright (c) 2010 David Gwynne <dlg@openbsd.org> @@ -97,7 +97,8 @@ struct sym_device asym_devices[] = { /* " vendor " " device " */ /* "01234567" "0123456789012345" */ { "DELL ", "MD1220 " }, - { "Transtec", "PROVIGO1100" } + { "Transtec", "PROVIGO1100" }, + { "NetBSD", "NetBSD iSCSI" } }; int |