summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/scsi/mpath_sym.c6
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" }
};