From owner-freebsd-current Mon Dec 7 23:11:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA21348 for freebsd-current-outgoing; Mon, 7 Dec 1998 23:11:13 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from dingo.cdrom.com (ppp4.portal.net.au [202.12.71.104]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA21341 for ; Mon, 7 Dec 1998 23:11:10 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost [127.0.0.1]) by dingo.cdrom.com (8.9.1/8.8.8) with ESMTP id XAA00791; Mon, 7 Dec 1998 23:09:04 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Message-Id: <199812080709.XAA00791@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: "Matthew N. Dodd" cc: Mike Smith , current@FreeBSD.ORG Subject: Re: KLD - what's the idea? In-reply-to: Your message of "Mon, 07 Dec 1998 00:46:20 EST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 07 Dec 1998 23:09:03 -0800 From: Mike Smith Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > I was kind of wondering how to avoid compiling in 20 to 60 Kb of firmware > > > image for support of RAM based TMS380 cards. In addition, some each > > > particular card may have specific firmware it wants loaded. I'm looking > > > for some way to load a really basic config file to let the driver know > > > which image goes with which card. > > > > > > Doing this from userland isn't good as I can't do much with the card until > > > the firmware is loaded. > > > > Are these PnP devices, ie. can you differentiate between them before > > running the probe? Are they ever likely to be critical to the boot > > process? > > ISA/ISA-PnP/EISA/PCI bards. The driver/firmware for the non-PnP ISA card will have to be loaded manually. Assuming that the PnP information for the other cards is enough to determine which firmware should be loaded for them, they should all be achievable with no user intervention. > How critical to the boot process are network cards? In the case of eg. network installs, or diskless booting, critical. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message