Date: Sat, 25 Oct 1997 21:36:25 -0700 (PDT) From: Nate Williams <nate@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/sys/conf files src/sys/i386/conf GENERIC LINT SMP-GENERIC 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 card.h driver.h pccard.c pcic.c skel.c slot.h ... Message-ID: <199710260436.VAA07285@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
nate 1997/10/25 21:36:24 PDT
Modified files:
sys/conf files
sys/i386/conf GENERIC LINT SMP-GENERIC 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
usr.sbin/pccard/pccardc enabler.c
usr.sbin/pccard/pccardd cardd.c
Log:
- Do a bunch of gratuitous changes intended to make the code easier to
follow.
* Rename/reorder all of the pccard structures, change many of the member
names to be descriptive, and follow more closely other 'bus' drivers
naming schemes.
* Rename a bunch of parameter and local variable names to be more
consistant in the code.
* Renamed the PCCARD 'crd' device to be the 'card' device
* KNF and make the code consistant where it was obvious.
* ifdef'd out some unused code
Revision Changes Path
1.115 +1 -1 src/sys/conf/files
1.99 +4 -4 src/sys/i386/conf/GENERIC
1.376 +5 -5 src/sys/i386/conf/LINT
1.8 +4 -4 src/sys/i386/conf/SMP-GENERIC
1.19 +2 -2 src/sys/i386/conf/majors.i386
1.78 +4 -4 src/sys/i386/i386/autoconf.c
1.33 +43 -41 src/sys/i386/isa/aic6360.c
1.123 +50 -50 src/sys/i386/isa/if_ed.c
1.62 +49 -54 src/sys/i386/isa/if_ep.c
1.30 +55 -56 src/sys/i386/isa/if_fe.c
1.46 +3 -3 src/sys/i386/isa/if_ze.c
1.40 +3 -3 src/sys/i386/isa/if_zp.c
1.185 +41 -41 src/sys/i386/isa/sio.c
1.6 +2 -2 src/sys/pccard/card.h
1.3 +3 -3 src/sys/pccard/driver.h
1.47 +295 -292 src/sys/pccard/pccard.c
1.49 +75 -76 src/sys/pccard/pcic.c
1.3 +8 -8 src/sys/pccard/skel.c
1.13 +24 -21 src/sys/pccard/slot.h
1.9 +2 -2 src/usr.sbin/pccard/pccardc/enabler.c
1.19 +2 -2 src/usr.sbin/pccard/pccardd/cardd.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710260436.VAA07285>
