Date: Tue, 13 Jun 2000 21:43:28 +0100 From: Ben Smithurst <ben@scientia.demon.co.uk> To: Jack Wang <jackw@level1.com> Cc: freebsd-questions@freebsd.org Subject: Re: load driver for FreeBSD Message-ID: <20000613214328.I74118@strontium.scientia.demon.co.uk> In-Reply-To: <E130Dk1-0004FH-00@catera> References: <E130Dk1-0004FH-00@catera>
next in thread | previous in thread | raw e-mail | index | archive | help
--FCKy2vjPBX+S/5dE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Jack Wang wrote: > If I ahve a new written driver, to be loaded on rebooting the FreeBSD, > what are the files I need to change so when rebooting the FreeBSD > will loaded the driver If the driver is a loadable module, you can just put "kldload your_module" in /etc/rc.local. Or you could compile it permanently into your kernel, but specifying extra files to include in a kernel build is a bit more complicated, I think. Better to stick with the KLD route. --=20 Ben Smithurst / ben@scientia.demon.co.uk / PGP: 0x99392F7D --FCKy2vjPBX+S/5dE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: 6cXhy68qOCau6OmH3nV6CgNM7XRpiw0d iQCVAwUBOUac7ysPVtiZOS99AQEuCAP/fgRp5MNiV/Ho5XPVlxT/rlg3TYtqdyvJ hGNaXT/F1YWYtEt2GSEx1L/Fzh2C5+EZUU0UKcT6pXgf/HH2IagJJX9e9igqHEa/ C4ZPVqvgP4eG7CMv/jdQx3Yz+rseNAuaRTMdAs6/k+zhekAwob7ikvNDdBKjzoRJ ThaL+iOcHRg= =kqK3 -----END PGP SIGNATURE----- --FCKy2vjPBX+S/5dE-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000613214328.I74118>