Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Mar 1999 23:38:19 +0000
From:      Mark Ovens <marko@uk.radan.com>
To:        Tomer Weller <spud@i.am>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: user config
Message-ID:  <19990321233819.C259@marder-1.localhost>
In-Reply-To: <001601be73a8$45850cc0$1b95003e@john>; from Tomer Weller on Sun, Mar 21, 1999 at 04:36:53PM %2B0200
References:  <001601be73a8$45850cc0$1b95003e@john>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Mar 21, 1999 at 04:36:53PM +0200, Tomer Weller wrote:
> how do i make a user configuration of the kernel stay ?
> i user 3.1 with a PnP sound/modem and every time i reboot
> i have to enter the pnp commands cuz they dont remain,
> (UNLIKE 2.2.7-RELEASE). what do i do to keep'em ?
> 

add the following to /boot/loader.rc

	load /kernel
	load -t userconfig_script /kernel.config
	autoboot

and add your config settings to /kernel.config. This is mine for
example

	disable sio3
	pnp 1 0 os enable port0 0x220 port1 0x530 port2 0x388
	pnp 1 0 port3 0x370 irq0 5 drq0 1 drq1 5
	quit

HTH

-- 
      FreeBSD - The Power To Serve http://www.freebsd.org
      My Webpage http://www.users.globalnet.co.uk/~markov
_______________________________________________________________
Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK
CAD/CAM solutions for Sheetmetal Working Industry
mailto:marko@uk.radan.com                  http://www.radan.com



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?19990321233819.C259>