aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ed
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1995-10-28 22:46:26 +0000
committerPaul Traina <pst@FreeBSD.org>1995-10-28 22:46:26 +0000
commitca4bbe646162f1268c26c587968db2a80b43f153 (patch)
treec0522ef989e22764b47dcb6c10f0d590a46397c6 /sys/dev/ed
parent199482ead7d90921c1672dde054e9d3391d15c7b (diff)
Notes
Diffstat (limited to 'sys/dev/ed')
-rw-r--r--sys/dev/ed/if_ed.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c
index c39a75f2edd1..7d62ac2222ee 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.80 1995/10/26 20:29:27 julian Exp $
+ * $Id: if_ed.c,v 1.81 1995/10/28 15:39:01 phk Exp $
*/
#include "ed.h"
@@ -62,11 +62,6 @@
#include <i386/isa/icu.h>
#include <i386/isa/if_edreg.h>
-/* For backwards compatibility */
-#ifndef IFF_ALTPHYS
-#define IFF_ALTPHYS IFF_LINK0
-#endif
-
/*
* ed_softc: per line info and status
*/