From owner-freebsd-questions Sat Mar 6 13: 2:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hawaii.conterra.com (hawaii.conterra.com [209.12.164.32]) by hub.freebsd.org (Postfix) with ESMTP id 452CF15289 for ; Sat, 6 Mar 1999 13:02:52 -0800 (PST) (envelope-from myself@conterra.com) Received: from dmaddox.conterra.com (myself@dmaddox.conterra.com [209.12.169.48]) by hawaii.conterra.com (8.8.8/8.8.7) with ESMTP id QAA16423; Sat, 6 Mar 1999 16:02:34 -0500 (EST) Received: (from myself@localhost) by dmaddox.conterra.com (8.9.3/8.9.1) id QAA01541; Sat, 6 Mar 1999 16:02:35 -0500 (EST) (envelope-from myself) Date: Sat, 6 Mar 1999 16:02:35 -0500 From: "Donald J . Maddox" To: Nick Sayer Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 3.1 - whither dset? Message-ID: <19990306160235.A1493@dmaddox.conterra.com> Reply-To: dmaddox@conterra.com References: <199903062043.MAA09910@medusa.kfu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199903062043.MAA09910@medusa.kfu.com>; from Nick Sayer on Sat, Mar 06, 1999 at 12:43:59PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Create a /boot/loader.rc file (if you don't already have one) that contains at least these lines: load kernel load -t userconfig_script /boot/kernel.conf Then, create a /boot/kernel.conf file that contains the following: pnp 1 0 os enable port0 0x220 irq0 5 drq0 1 drq1 5 port1 0x330 port2 0x388 pnp 1 1 os enable port0 0x201 (This does a little more than the commands you listed... The 1st also enables the sbmidi and opl devices on your card, and the 2nd line enables the gameport) On Sat, Mar 06, 1999 at 12:43:59PM -0800, Nick Sayer wrote: > I have an SB16PNP, which by default comes up as disabled. I used > to be able to use the USERCONFIG stuff to set up the card once, > and then count on dset to save the changes to the kernel. > dset is gone now. How can I get the equivalent of > > pnp 1 0 os > pnp 1 0 enable > pnp 1 0 port0 0x220 > pnp 1 0 irq0 5 > pnp 1 0 drq0 1 > pnp 1 0 drq1 5 > > to happen every time the kernel boots? > > -- > echo afnlre@dhnpx.xsh.pbz |\ : "Live long and prosper." > tr 'a-z' 'n-za-m' : "EAT S__T AND DIE!!!" > or remove nospam in From: line : > http://www.kfu.com/~nsayer/ : -- Milk and Cheese > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message