diff options
| author | David Greenman <dg@FreeBSD.org> | 1994-02-02 14:05:58 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1994-02-02 14:05:58 +0000 |
| commit | f5645fe75be9d4ab4b6cc50238789928d64af7de (patch) | |
| tree | 71644efd851f2c966517f26b5455fcbe64c3cd5a /sys/dev/ed/if_edreg.h | |
| parent | 799175967e07b15bcf4735094f819bd0e492808e (diff) | |
Notes
Diffstat (limited to 'sys/dev/ed/if_edreg.h')
| -rw-r--r-- | sys/dev/ed/if_edreg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ed/if_edreg.h b/sys/dev/ed/if_edreg.h index 0d21edfe06d97..cd3f1d0136548 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.11 1994/01/25 22:52:09 ats Exp $ + * $Id: if_edreg.h,v 1.12 1994/02/02 02:24:42 davidg Exp $ * * Modification history * @@ -698,6 +698,7 @@ struct ed_ring { #define ED_TYPE_TOSHIBA3 0x13 /* named PCETB */ #define ED_TYPE_TOSHIBA4 0x14 /* named PCETC */ #define ED_TYPE_WD8003W 0x24 +#define ED_TYPE_WD8003EB 0x25 #define ED_TYPE_WD8013W 0x26 #define ED_TYPE_WD8013EP 0x27 #define ED_TYPE_WD8013WC 0x28 |
