Date: Sat, 6 Mar 1999 16:02:35 -0500 From: "Donald J . Maddox" <dmaddox@conterra.com> To: Nick Sayer <nsayer@quack.kfu.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 3.1 - whither dset? Message-ID: <19990306160235.A1493@dmaddox.conterra.com> In-Reply-To: <199903062043.MAA09910@medusa.kfu.com>; from Nick Sayer on Sat, Mar 06, 1999 at 12:43:59PM -0800 References: <199903062043.MAA09910@medusa.kfu.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990306160235.A1493>