aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1994-02-02 02:24:42 +0000
committerDavid Greenman <dg@FreeBSD.org>1994-02-02 02:24:42 +0000
commit769cb45b8e07aec4d28c22cf05132c9392b78c0f (patch)
treec5b487f4313a4bb8fb482b133777d7aa32c0c99d /sys
parent0172c219f163c03bb69a33da7e3283ad1d2737e8 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ed/if_ed.c7
-rw-r--r--sys/dev/ed/if_edreg.h5
-rw-r--r--sys/i386/isa/if_ed.c7
-rw-r--r--sys/i386/isa/if_edreg.h5
4 files changed, 18 insertions, 6 deletions
diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c
index d7c7a92142412..041b676ee8d2c 100644
--- a/sys/dev/ed/if_ed.c
+++ b/sys/dev/ed/if_ed.c
@@ -20,7 +20,7 @@
*/
/*
- * $Id: if_ed.c,v 1.29 1994/01/25 22:52:06 ats Exp $
+ * $Id: if_ed.c,v 1.30 1994/01/31 07:34:20 davidg Exp $
*/
#include "ed.h"
@@ -309,6 +309,11 @@ ed_probe_WD80x3(isa_dev)
memsize = 8192;
isa16bit = 0;
break;
+ case ED_TYPE_WD8003W:
+ sc->type_str = "WD8003W";
+ memsize = 8192;
+ isa16bit = 0;
+ break;
case ED_TYPE_WD8013EBT:
sc->type_str = "WD8013EBT";
memsize = 16384;
diff --git a/sys/dev/ed/if_edreg.h b/sys/dev/ed/if_edreg.h
index 92aaef20e5812..0d21edfe06d97 100644
--- a/sys/dev/ed/if_edreg.h
+++ b/sys/dev/ed/if_edreg.h
@@ -1,7 +1,7 @@
/*
* National Semiconductor DS8390 NIC register definitions
*
- * $Id: if_edreg.h,v 1.10 1994/01/11 21:28:29 ats Exp $
+ * $Id: if_edreg.h,v 1.11 1994/01/25 22:52:09 ats Exp $
*
* Modification history
*
@@ -697,13 +697,14 @@ struct ed_ring {
#define ED_TYPE_TOSHIBA2 0x12 /* named PCETA2 */
#define ED_TYPE_TOSHIBA3 0x13 /* named PCETB */
#define ED_TYPE_TOSHIBA4 0x14 /* named PCETC */
+#define ED_TYPE_WD8003W 0x24
#define ED_TYPE_WD8013W 0x26
#define ED_TYPE_WD8013EP 0x27
#define ED_TYPE_WD8013WC 0x28
-#define ED_TYPE_WD8013EBP 0x2c
#define ED_TYPE_WD8013EPC 0x29
#define ED_TYPE_SMC8216T 0x2a
#define ED_TYPE_SMC8216C 0x2b
+#define ED_TYPE_WD8013EBP 0x2c
/* Bit definitions in card ID */
#define ED_WD_REV_MASK 0x1f /* Revision mask */
diff --git a/sys/i386/isa/if_ed.c b/sys/i386/isa/if_ed.c
index d7c7a92142412..041b676ee8d2c 100644
--- a/sys/i386/isa/if_ed.c
+++ b/sys/i386/isa/if_ed.c
@@ -20,7 +20,7 @@
*/
/*
- * $Id: if_ed.c,v 1.29 1994/01/25 22:52:06 ats Exp $
+ * $Id: if_ed.c,v 1.30 1994/01/31 07:34:20 davidg Exp $
*/
#include "ed.h"
@@ -309,6 +309,11 @@ ed_probe_WD80x3(isa_dev)
memsize = 8192;
isa16bit = 0;
break;
+ case ED_TYPE_WD8003W:
+ sc->type_str = "WD8003W";
+ memsize = 8192;
+ isa16bit = 0;
+ break;
case ED_TYPE_WD8013EBT:
sc->type_str = "WD8013EBT";
memsize = 16384;
diff --git a/sys/i386/isa/if_edreg.h b/sys/i386/isa/if_edreg.h
index 92aaef20e5812..0d21edfe06d97 100644
--- a/sys/i386/isa/if_edreg.h
+++ b/sys/i386/isa/if_edreg.h
@@ -1,7 +1,7 @@
/*
* National Semiconductor DS8390 NIC register definitions
*
- * $Id: if_edreg.h,v 1.10 1994/01/11 21:28:29 ats Exp $
+ * $Id: if_edreg.h,v 1.11 1994/01/25 22:52:09 ats Exp $
*
* Modification history
*
@@ -697,13 +697,14 @@ struct ed_ring {
#define ED_TYPE_TOSHIBA2 0x12 /* named PCETA2 */
#define ED_TYPE_TOSHIBA3 0x13 /* named PCETB */
#define ED_TYPE_TOSHIBA4 0x14 /* named PCETC */
+#define ED_TYPE_WD8003W 0x24
#define ED_TYPE_WD8013W 0x26
#define ED_TYPE_WD8013EP 0x27
#define ED_TYPE_WD8013WC 0x28
-#define ED_TYPE_WD8013EBP 0x2c
#define ED_TYPE_WD8013EPC 0x29
#define ED_TYPE_SMC8216T 0x2a
#define ED_TYPE_SMC8216C 0x2b
+#define ED_TYPE_WD8013EBP 0x2c
/* Bit definitions in card ID */
#define ED_WD_REV_MASK 0x1f /* Revision mask */