From owner-cvs-sys Sun Oct 26 13:10:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA20860 for cvs-sys-outgoing; Sun, 26 Oct 1997 13:10:39 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA20745; Sun, 26 Oct 1997 13:08:44 -0800 (PST) (envelope-from nate@FreeBSD.org) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id NAA01706; Sun, 26 Oct 1997 13:08:43 -0800 (PST) Date: Sun, 26 Oct 1997 13:08:43 -0800 (PST) Message-Id: <199710262108.NAA01706@freefall.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 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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