diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2011-04-27 11:36:21 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2011-04-27 11:36:21 +0000 |
commit | 88802fd9bedaa54014ae38d8c4adf1c6f232e760 (patch) | |
tree | 0bc22da3e84e9d77213325b91fb3993ca76829e6 /sys/scsi/files.scsi | |
parent | 053097ed31a72ca1f7f59d13f0a341c8a98101ae (diff) |
hds(4) is a path driver that knows how to talk to some hitachi modular
storage arrays.
at the moment it makes a naive decision about which controller in an array
to talk to. it does work, but a smarter version is being worked on.
tested by and ok deraadt@
Diffstat (limited to 'sys/scsi/files.scsi')
-rw-r--r-- | sys/scsi/files.scsi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/scsi/files.scsi b/sys/scsi/files.scsi index d1c03a91003..e1cb16f449d 100644 --- a/sys/scsi/files.scsi +++ b/sys/scsi/files.scsi @@ -1,4 +1,4 @@ -# $OpenBSD: files.scsi,v 1.24 2011/04/22 23:22:56 deraadt Exp $ +# $OpenBSD: files.scsi,v 1.25 2011/04/27 11:36:20 dlg Exp $ # $NetBSD: files.scsi,v 1.4 1996/05/16 04:01:08 mycroft Exp $ # # Config.new file and device description for machine-independent SCSI code. @@ -51,3 +51,7 @@ file scsi/mpath_rdac.c rdac device emc attach emc at scsibus file scsi/mpath_emc.c emc + +device hds +attach hds at scsibus +file scsi/mpath_hds.c hds |