summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1998-06-14 16:41:57 +0000
committergibbs <gibbs@FreeBSD.org>1998-06-14 16:41:57 +0000
commitf4029dc30881498cb69276a8a76d876c5b0b5793 (patch)
tree8380636eab78ccc1304b43faf8615d79075ba9ab /sys
parent48e1128e9d07ed5d62ed16b5c7770f8a92f1e1e8 (diff)
downloadFreeBSD-src-f4029dc30881498cb69276a8a76d876c5b0b5793.zip
FreeBSD-src-f4029dc30881498cb69276a8a76d876c5b0b5793.tar.gz
Add support for the Storage Dimensions SDC3222F.
PR: 6261 Submitted by: "Matthew N. Dodd" <winter@jurai.net>
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/eisa/bt74x.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/i386/eisa/bt74x.c b/sys/i386/eisa/bt74x.c
index d170d2e..20c7d81 100644
--- a/sys/i386/eisa/bt74x.c
+++ b/sys/i386/eisa/bt74x.c
@@ -19,7 +19,7 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: bt74x.c,v 1.11 1997/08/21 19:56:40 bde Exp $
+ * $Id: bt74x.c,v 1.12 1997/09/21 21:35:22 gibbs Exp $
*/
#include "eisa.h"
@@ -35,6 +35,7 @@
#define EISA_DEVICE_ID_BUSLOGIC_74X_B 0x0ab34201
#define EISA_DEVICE_ID_BUSLOGIC_74X_C 0x0ab34202
#define EISA_DEVICE_ID_AMI_4801 0x05a94801
+#define EISA_DEVICE_ID_BUS4781 0x0ab34781
#define BT_IOSIZE 0x04 /* Move to central header */
#define BT_EISA_IOSIZE 0x100
@@ -116,6 +117,9 @@ bt_match(type)
case EISA_DEVICE_ID_AMI_4801:
return ("AMI Series 48 SCSI host adapter");
break;
+ case EISA_DEVICE_ID_BUS4781:
+ return ("Storage Dimensions SDC3222F SCSI host adapter");
+ break;
default:
break;
}
OpenPOWER on IntegriCloud