mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
Enabled pccard code which was disabled by mistake.
Reminded by: Masahiro Sekiguchi <seki@sysrap.cs.fujitsu.co.jp>
This commit is contained in:
parent
df6c4acc3c
commit
f97a606a78
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22405
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user