summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJustin T. Gibbs <gibbs@FreeBSD.org>1998-06-14 16:42:29 +0000
committerJustin T. Gibbs <gibbs@FreeBSD.org>1998-06-14 16:42:29 +0000
commitafe640f62afc9a6982977cc092bf42357428a24b (patch)
tree276b44ec160ce72dbbd75f8ae0097071ee135c7a /sys
parent1edf6e57fe2970de507b6cdf9b199a41c1eda905 (diff)
Notes
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 6ccb4053f95e..0d9a75a007e6 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.7 1996/09/06 23:06:56 phk Exp $
+ * $Id: bt74x.c,v 1.7.2.1 1998/05/06 18:58:47 gibbs Exp $
*/
#include "eisa.h"
@@ -37,6 +37,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
@@ -118,6 +119,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;
}