diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1997-02-07 19:02:41 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1997-02-07 19:02:41 +0000 |
| commit | f97a606a78a3735c4084f50ca792b869b1d896cf (patch) | |
| tree | 844a077c74a3d0d2f1726238bfa22f627833686b /sys | |
| parent | df6c4acc3c18ce8e70c042380c81bc14afd707a2 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/pc98/pc98/if_fe.c | 5 |
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 |
