aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKATO Takenori <kato@FreeBSD.org>1997-02-07 19:02:41 +0000
committerKATO Takenori <kato@FreeBSD.org>1997-02-07 19:02:41 +0000
commitf97a606a78a3735c4084f50ca792b869b1d896cf (patch)
tree844a077c74a3d0d2f1726238bfa22f627833686b /sys
parentdf6c4acc3c18ce8e70c042380c81bc14afd707a2 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/pc98/pc98/if_fe.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/pc98/pc98/if_fe.c b/sys/pc98/pc98/if_fe.c
index 5fc86e740773..9467a176ff8b 100644
--- a/sys/pc98/pc98/if_fe.c
+++ b/sys/pc98/pc98/if_fe.c
@@ -267,13 +267,13 @@ static int fe_probe_re1000p( DEVICE *, struct fe_softc * );
static int fe_probe_fmv ( DEVICE *, struct fe_softc * );
static int fe_probe_ati ( DEVICE *, struct fe_softc * );
static void fe_init_ati ( struct fe_softc * );
+#endif /* PC98 */
static int fe_probe_gwy ( DEVICE *, struct fe_softc * );
#if NCRD > 0
static int fe_probe_mbh ( DEVICE *, struct fe_softc * );
static void fe_init_mbh ( struct fe_softc * );
static int fe_probe_tdk ( DEVICE *, struct fe_softc * );
#endif
-#endif
static int fe_get_packet ( struct fe_softc *, u_short );
static void fe_stop ( int );
static void fe_tint ( struct fe_softc *, u_char );
@@ -1434,6 +1434,7 @@ fe_init_ati ( struct fe_softc * sc )
/* How long do we have to wait after the reset? FIXME. */
DELAY( 300 );
}
+#endif /* PC98 */
/*
* Probe and initialization for Gateway Communications' old cards.
@@ -1647,8 +1648,6 @@ fe_init_mbh ( struct fe_softc * sc )
/* Enable master interrupt flag. */
outb( sc->ioaddr[ FE_MBH0 ], FE_MBH0_MAGIC | FE_MBH0_INTR_ENABLE );
}
-#endif /* PC98 */
-
#endif /* NCRD > 0 */
#if NCRD > 0