summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-06-17 16:29:27 +0000
committerkato <kato@FreeBSD.org>1998-06-17 16:29:27 +0000
commit954069254244b8947a3884114f04e4f1335e215c (patch)
tree52ad9ee5753fc7e5636725ef7c4a74131ad9cca3 /sys
parentb3b3e5229b2704652ada10d85252e3eb1fca4c29 (diff)
downloadFreeBSD-src-954069254244b8947a3884114f04e4f1335e215c.zip
FreeBSD-src-954069254244b8947a3884114f04e4f1335e215c.tar.gz
Sync with sys/i386/isa/if_ed.c revision 1.142.
Diffstat (limited to 'sys')
-rw-r--r--sys/pc98/pc98/if_ed.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/pc98/pc98/if_ed.c b/sys/pc98/pc98/if_ed.c
index 78c0432..9ee5c0d 100644
--- a/sys/pc98/pc98/if_ed.c
+++ b/sys/pc98/pc98/if_ed.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_ed.c,v 1.47 1998/04/17 22:37:01 des Exp $
+ * $Id: if_ed.c,v 1.48 1998/06/08 08:55:43 kato Exp $
*/
/*
@@ -91,10 +91,6 @@
#include <net/bpf.h>
#endif
-#if NPNP > 0
-#include <i386/isa/pnp.h>
-#endif
-
#include <machine/clock.h>
#include <machine/md_var.h>
@@ -102,6 +98,10 @@
#include <i386/isa/icu.h>
#include <i386/isa/if_edreg.h>
+#if NPNP > 0
+#include <i386/isa/pnp.h>
+#endif
+
#ifdef PC98
/* register offsets */
struct pc98_edregister {
OpenPOWER on IntegriCloud