Date: Sun, 26 Oct 1997 13:08:43 -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/pccard driver.h pccard.c skel.c src/sys/i386/isa aic6360.c if_ed.c if_ep.c if_fe.c sio.c Message-ID: <199710262108.NAA01706@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
nate 1997/10/26 13:08:43 PST Modified files: sys/pccard driver.h pccard.c skel.c sys/i386/isa aic6360.c if_ed.c if_ep.c if_fe.c sio.c Log: - Instead of relying on a functional call to register PCARD-capable drivers, use a Linker Set. Note, if a driver is loaded as an LKM if will have to use the function call, but since none of the existing drivers are loadable, this made things cleaner and boot messages nicer. Obtained from: PAO-970616 Revision Changes Path 1.5 +1 -0 src/sys/pccard/driver.h 1.50 +10 -2 src/sys/pccard/pccard.c 1.5 +2 -0 src/sys/pccard/skel.c 1.35 +3 -8 src/sys/i386/isa/aic6360.c 1.125 +3 -9 src/sys/i386/isa/if_ed.c 1.64 +4 -5 src/sys/i386/isa/if_ep.c 1.32 +3 -15 src/sys/i386/isa/if_fe.c 1.187 +3 -8 src/sys/i386/isa/sio.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710262108.NAA01706>