diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2011-06-15 01:47:42 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2011-06-15 01:47:42 +0000 |
commit | f1d2f583b8c280730ddca569017efef5a222d3fd (patch) | |
tree | 0877ac46457f956d32765adb51949012e35b2f81 /sys/scsi/mpath_rdac.c | |
parent | ea56bacea7bb1154a5373d0493559bf3d337c063 (diff) |
all the dell md3xxx arrays are rdac
Diffstat (limited to 'sys/scsi/mpath_rdac.c')
-rw-r--r-- | sys/scsi/mpath_rdac.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/scsi/mpath_rdac.c b/sys/scsi/mpath_rdac.c index 099f314c9bd..bbc6dc7ebd4 100644 --- a/sys/scsi/mpath_rdac.c +++ b/sys/scsi/mpath_rdac.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpath_rdac.c,v 1.4 2011/04/28 10:43:36 dlg Exp $ */ +/* $OpenBSD: mpath_rdac.c,v 1.5 2011/06/15 01:47:41 dlg Exp $ */ /* * Copyright (c) 2010 David Gwynne <dlg@openbsd.org> @@ -165,7 +165,10 @@ struct rdac_device rdac_devices[] = { /* " vendor " " device " */ /* "01234567" "0123456789012345" */ { "SUN ", "CSM200_" }, - { "DELL ", "MD3000i " } + { "DELL ", "MD3000 " }, + { "DELL ", "MD3000i " }, + { "DELL ", "MD32xx " }, + { "DELL ", "MD32xxi " } }; int |