Date: Sat, 25 Oct 1997 21:54:17 -0700 (PDT) From: Nate Williams <nate@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa aic6360.c if_ed.c if_ep.c if_fe.c sio.c src/sys/pccard pccard.c slot.h Message-ID: <199710260454.VAA07386@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
nate 1997/10/25 21:54:17 PDT Modified files: sys/i386/isa aic6360.c if_ed.c if_ep.c if_fe.c sio.c sys/pccard pccard.c slot.h Log: - 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.) Revision Changes Path 1.34 +14 -42 src/sys/i386/isa/aic6360.c 1.124 +12 -51 src/sys/i386/isa/if_ed.c 1.63 +7 -29 src/sys/i386/isa/if_ep.c 1.31 +32 -59 src/sys/i386/isa/if_fe.c 1.186 +15 -41 src/sys/i386/isa/sio.c 1.48 +12 -39 src/sys/pccard/pccard.c 1.14 +1 -2 src/sys/pccard/slot.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710260454.VAA07386>