Skip site navigation (1)Skip section navigation (2)
Date:      08 Jan 1999 14:52:53 +0100
From:      Dag-Erling Smorgrav <des@flood.ping.uio.no>
To:        "Viren R. Shah" <viren@rstcorp.com>
Cc:        jim@reptiles.org (Jim Mercer), freebsd-hackers@FreeBSD.ORG
Subject:   Re: utility for setting PNP info in /etc/rc.conf?
Message-ID:  <xzpogo9euru.fsf@flood.ping.uio.no>
In-Reply-To: "Viren R. Shah"'s message of "Thu, 7 Jan 1999 13:54:21 -0500 (EST)"
References:  <m0zyGW7-00080YC@mailbox.reptiles.org> <199901071854.NAA86615@jabberwock.rstcorp.com>

next in thread | previous in thread | raw e-mail | index | archive | help
"Viren R. Shah" <viren@rstcorp.com> writes:
> For -current, use the load command in /boot/boot.conf:
>  
> load -t userconfig_script /boot/pnp.config
> 
> The, in /boot/pnp.config have something like:
> 
> USERCONFIG
> pnp 1 1 os enable port0 0x534 port2 0x220 port3 0xe0d irq0 10 drq0 1 drq1 6
> quit

Foo! /boot/boot.conf should contain:

load /kernel
load -t userconfig_script /boot/pnp.config
autoboot 5

(the last line is optional - who knows, maybe you like having to type
"boot" every time)

/boot/pnp.config should not contain the "USERCONFIG", and "quit" is
superfluous.

For FreeBSD-stable, create a /kernel.config file which contains:

USERCONFIG
pnp 1 1 os enable port0 0x534 port2 0x220 port3 0xe0d irq0 10 drq0 1 drq1 6
quit

DES
-- 
Dag-Erling Smorgrav - des@flood.ping.uio.no

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpogo9euru.fsf>