aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ed
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1994-10-17 21:16:41 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1994-10-17 21:16:41 +0000
commit3595e6807d192b04ec97be22e67a090b16a29184 (patch)
treee313f48a504be104e967e1a09784663ead10da6c /sys/dev/ed
parent161e7c8d87e45a6a3d0bf29f6ce523ffe84c54c5 (diff)
Notes
Diffstat (limited to 'sys/dev/ed')
-rw-r--r--sys/dev/ed/if_ed.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c
index 47a9ff50f1af..38b7f4483568 100644
--- a/sys/dev/ed/if_ed.c
+++ b/sys/dev/ed/if_ed.c
@@ -13,7 +13,7 @@
* the SMC Elite Ultra (8216), the 3Com 3c503, the NE1000 and NE2000,
* and a variety of similar clones.
*
- * $Id: if_ed.c,v 1.49 1994/10/08 09:24:20 davidg Exp $
+ * $Id: if_ed.c,v 1.50 1994/10/14 11:56:36 davidg Exp $
*/
#include "ed.h"
@@ -128,7 +128,8 @@ void ed_setrcr(struct ifnet *, struct ed_softc *);
struct isa_driver eddriver = {
ed_probe,
ed_attach,
- "ed"
+ "ed",
+ 1 /* We are ultra sensitive */
};
/*