Added type code for 8003W.

This commit is contained in:
David Greenman 1994-02-02 02:24:42 +00:00
parent 0172c219f1
commit 769cb45b8e
4 changed files with 18 additions and 6 deletions

View File

@ -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;

View File

@ -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 */

View File

@ -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;

View File

@ -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 */