diff options
| author | David Greenman <dg@FreeBSD.org> | 1994-09-16 13:33:56 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1994-09-16 13:33:56 +0000 |
| commit | df9ab3049d40eb3ab4e15db20d6e796d11240e23 (patch) | |
| tree | 54f2e11922d9e64f624a46a9dfeb32d8581fdeea /sys/dev/ed | |
| parent | 5e2f961078577a79db7de84870d823e66534ae8c (diff) | |
Notes
Diffstat (limited to 'sys/dev/ed')
| -rw-r--r-- | sys/dev/ed/if_ed.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c index 8c52a1fd8dea..b23dc9bdc82c 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.46 1994/08/22 08:21:51 davidg Exp $ + * $Id: if_ed.c,v 1.47 1994/09/07 06:11:29 davidg Exp $ */ #include "ed.h" @@ -54,8 +54,6 @@ #include <i386/isa/icu.h> #include <i386/isa/if_edreg.h> -#include <i386/include/pio.h> - /* For backwards compatibility */ #ifndef IFF_ALTPHYS #define IFF_ALTPHYS IFF_LINK0 |
