]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Functional changes to PCCARD support.
authornate <nate@FreeBSD.org>
Sun, 26 Oct 1997 04:54:16 +0000 (04:54 +0000)
committernate <nate@FreeBSD.org>
Sun, 26 Oct 1997 04:54:16 +0000 (04:54 +0000)
commit2f55d3018bb2f9d1790a2085125effcbad72ad2e
tree5bde5383c575d64c76fda2c3aa76c95a74f212e8
parentc68183d0b8cb8cb595c0fac05b6d989132543595
- Functional changes to PCCARD support.
 * Kill individual drivers 'suspend' routines, since there's no simple/safe
   way to suspend/resume a card w/out going through the complete probe
   at initialization time.
 * Default to using the apm_pccard_resume sysctl code, which basically
   pretends the card was removed, and then re-inserted.  Suspend/resume
   is now 'emulated' with a fake insert/removal.  (Hence we no longer
   need the driver-specific suspend routines.)
12 files changed:
sys/dev/ed/if_ed.c
sys/dev/ep/if_ep.c
sys/dev/fe/if_fe.c
sys/dev/sio/sio.c
sys/i386/isa/aic6360.c
sys/i386/isa/if_ed.c
sys/i386/isa/if_ep.c
sys/i386/isa/if_fe.c
sys/i386/isa/sio.c
sys/isa/sio.c
sys/pccard/pccard.c
sys/pccard/slot.h