diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2011-06-15 01:51:45 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2011-06-15 01:51:45 +0000 |
commit | 262635ce076d186ad3f5a6ca4d38c2acaf450dcc (patch) | |
tree | ca8d1711392832d7f6b0463460743478d1e3e6f5 | |
parent | f1d2f583b8c280730ddca569017efef5a222d3fd (diff) |
FUJITSU MBD drives seem ok
-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 7a0cfcdc87c..6ec9bebf142 100644 --- a/sys/scsi/mpath_sym.c +++ b/sys/scsi/mpath_sym.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpath_sym.c,v 1.3 2011/04/28 10:43:36 dlg Exp $ */ +/* $OpenBSD: mpath_sym.c,v 1.4 2011/06/15 01:51:44 dlg Exp $ */ /* * Copyright (c) 2010 David Gwynne <dlg@openbsd.org> @@ -80,7 +80,8 @@ struct sym_device { struct sym_device sym_devices[] = { /* " vendor " " device " */ /* "01234567" "0123456789012345" */ - { "SEAGATE ", "ST" } + { "SEAGATE ", "ST" }, + { "FUJITSU ", "MBD" } }; int |