diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2013-02-04 01:27:56 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2013-02-04 01:27:56 +0000 |
commit | e3158b0d50dc18508ff13c5ba644262554b0dd2c (patch) | |
tree | cc0b48c5061e7af1c4972f54c905c6e2decc17ee /sys | |
parent | 1a4137f3c1b1c3705be2e9b68a76ec93852a4236 (diff) |
some stuff i found in old storedge 3500 disk trays seem to work fine.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/scsi/mpath_sym.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/scsi/mpath_sym.c b/sys/scsi/mpath_sym.c index ec2e1c8fa8b..117e66e8bea 100644 --- a/sys/scsi/mpath_sym.c +++ b/sys/scsi/mpath_sym.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpath_sym.c,v 1.7 2012/03/23 13:46:47 claudio Exp $ */ +/* $OpenBSD: mpath_sym.c,v 1.8 2013/02/04 01:27:55 dlg Exp $ */ /* * Copyright (c) 2010 David Gwynne <dlg@openbsd.org> @@ -90,13 +90,15 @@ struct sym_device sym_devices[] = { /* " vendor " " device " */ /* "01234567" "0123456789012345" */ { "SEAGATE ", "ST" }, - { "FUJITSU ", "MBD" } + { "FUJITSU ", "MBD" }, + { "FUJITSU ", "MAP" } }; struct sym_device asym_devices[] = { /* " vendor " " device " */ /* "01234567" "0123456789012345" */ { "DELL ", "MD1220 " }, + { "SUN ", "StorEdge 3510F D" }, { "Transtec", "PROVIGO1100" }, { "NetBSD", "NetBSD iSCSI" } }; |