summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed/if_edreg.h
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1993-09-09 07:01:23 +0000
committerdg <dg@FreeBSD.org>1993-09-09 07:01:23 +0000
commite0b6b31115a3e81dc72795d3943af0cad5fd441a (patch)
tree38b4456e39eb60e0a5f5888c613975f2692d72c1 /sys/dev/ed/if_edreg.h
parenta2caed0ad245c7c8912d9481e10ab84af9db7a4f (diff)
downloadFreeBSD-src-e0b6b31115a3e81dc72795d3943af0cad5fd441a.zip
FreeBSD-src-e0b6b31115a3e81dc72795d3943af0cad5fd441a.tar.gz
As of this revision, all known bugs have been fixed. Some of the fixes include:
1) fixed 3c503 lock-up if the thinwire cable was disconnected at boot time 2) 8013EBT boards now work (quite well!) in 16bit/16k mode 3) ED_NO_DOUBLE_BUFFERING flag now works 4) slightly higer performance (about 3%) with 16bit WD/SMC boards 5) support for WD8013WC (10BaseT) boards Additionally, the probe code has been reorganized to be much cleaner. This revision of the driver is 1.25. The release notes have been updated as well.
Diffstat (limited to 'sys/dev/ed/if_edreg.h')
-rw-r--r--sys/dev/ed/if_edreg.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/dev/ed/if_edreg.h b/sys/dev/ed/if_edreg.h
index b9a76fa..79f84c2 100644
--- a/sys/dev/ed/if_edreg.h
+++ b/sys/dev/ed/if_edreg.h
@@ -2,6 +2,12 @@
* National Semiconductor DS8390 NIC register definitions
*
* $Log: if_edreg.h,v $
+ * Revision 1.5 93/08/25 20:38:34 davidg
+ * added define for card type WD8013WC (10BaseT)
+ *
+ * Revision 1.4 93/08/14 20:07:55 davidg
+ * fix board type definition for 8013EP
+ *
* Revision 1.3 93/07/20 15:25:25 davidg
* added config flags for forcing 8/16bit mode and disabling double
* xmit buffers.
@@ -662,7 +668,8 @@ struct ed_ring {
#define ED_TYPE_WD8003S 0x02
#define ED_TYPE_WD8003E 0x03
#define ED_TYPE_WD8013EBT 0x05
-#define ED_TYPE_WD8013EB 0x27
+#define ED_TYPE_WD8013EP 0x27
+#define ED_TYPE_WD8013WC 0x28
#define ED_TYPE_WD8013EBP 0x2c
#define ED_TYPE_WD8013EPC 0x29
OpenPOWER on IntegriCloud