Date: Wed, 29 Oct 1997 16:38:28 -0800 (PST) From: Nate Williams <nate@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/conf files src/sys/i386/conf GENERIC LINT majors.i386 src/sys/i386/i386 autoconf.c src/sys/i386/isa aic6360.c if_ed.c if_ep.c if_fe.c if_ze.c if_zp.c sio.c src/sys/pccard pccard_beep.c card.h driver.h pccard.c pcic.c ... Message-ID: <199710300038.QAA17991@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
nate 1997/10/29 16:38:28 PST Modified files: (Branch: RELENG_2_2) sys/conf files sys/i386/conf GENERIC LINT majors.i386 sys/i386/i386 autoconf.c sys/i386/isa aic6360.c if_ed.c if_ep.c if_fe.c if_ze.c if_zp.c sio.c sys/pccard card.h driver.h pccard.c pcic.c skel.c slot.h Added files: (Branch: RELENG_2_2) sys/pccard pccard_beep.c Log: - MFC: Better suspend/resume laptop support. Due to interest in bringing it in (and the fact that it's mostly broken here still), bring in all of the changes. You must edit your custom kernel file, and re-config/build/install a new kernel for these changes. [ Note userland changes are required as well, they'll be committed ASAP ] Revision Changes Path 1.80.2.13 +2 -1 src/sys/conf/files 1.77.2.13 +4 -4 src/sys/i386/conf/GENERIC 1.286.2.31 +16 -5 src/sys/i386/conf/LINT 1.9.2.4 +2 -2 src/sys/i386/conf/majors.i386 1.56.2.7 +4 -4 src/sys/i386/i386/autoconf.c 1.24.2.2 +35 -66 src/sys/i386/isa/aic6360.c 1.107.2.5 +33 -77 src/sys/i386/isa/if_ed.c 1.53.2.2 +37 -66 src/sys/i386/isa/if_ep.c 1.20.2.3 +43 -82 src/sys/i386/isa/if_fe.c 1.33.2.5 +3 -3 src/sys/i386/isa/if_ze.c 1.26.2.7 +3 -3 src/sys/i386/isa/if_zp.c 1.147.2.9 +34 -65 src/sys/i386/isa/sio.c 1.5.2.1 +3 -13 src/sys/pccard/card.h 1.1.6.2 +12 -3 src/sys/pccard/driver.h 1.27.2.3 +349 -369 src/sys/pccard/pccard.c 1.23.2.3 +103 -99 src/sys/pccard/pcic.c 1.1.6.2 +31 -41 src/sys/pccard/skel.c 1.7.2.4 +23 -21 src/sys/pccard/slot.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710300038.QAA17991>