From 45a8306672efa0704b7807254363ec8d98b6720a Mon Sep 17 00:00:00 2001 From: dg Date: Mon, 29 Nov 1993 17:07:33 +0000 Subject: * Revision 2.16 1993/11/29 16:55:56 davidg * merged in Garrett Wollman's strict prototype changes * * Revision 2.15 1993/11/29 16:32:58 davidg * From Thomas Sandford * Add support for the 8013W board type --- sys/dev/ed/if_edreg.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sys/dev/ed/if_edreg.h') diff --git a/sys/dev/ed/if_edreg.h b/sys/dev/ed/if_edreg.h index 428b567..a8899f6 100644 --- a/sys/dev/ed/if_edreg.h +++ b/sys/dev/ed/if_edreg.h @@ -1,10 +1,14 @@ /* * National Semiconductor DS8390 NIC register definitions * - * $Id: if_edreg.h,v 2.1 1993/11/22 10:52:33 davidg Exp davidg $ + * $Id: if_edreg.h,v 2.2 1993/11/29 16:33:39 davidg Exp davidg $ * * Modification history * + * Revision 2.2 1993/11/29 16:33:39 davidg + * From Thomas Sandford + * Add support for the 8013W board type + * * Revision 2.1 1993/11/22 10:52:33 davidg * patch to add support for SMC8216 (Elite-Ultra) boards * from Glen H. Lowe @@ -674,6 +678,7 @@ struct ed_ring { #define ED_TYPE_WD8003S 0x02 #define ED_TYPE_WD8003E 0x03 #define ED_TYPE_WD8013EBT 0x05 +#define ED_TYPE_WD8013W 0x26 #define ED_TYPE_WD8013EP 0x27 #define ED_TYPE_WD8013WC 0x28 #define ED_TYPE_WD8013EBP 0x2c -- cgit v1.1