From owner-freebsd-stable Sat Oct 14 1:10:26 2000 Delivered-To: freebsd-stable@freebsd.org Received: from merganser.its.uu.se (merganser.its.uu.se [130.238.6.236]) by hub.freebsd.org (Postfix) with ESMTP id 5FC3637B66E for ; Sat, 14 Oct 2000 01:10:23 -0700 (PDT) Received: from regulus.student.UU.SE ([130.238.5.2]:63907 "HELO ertr1013.student.uu.se") by merganser.its.uu.se with SMTP id ; Sat, 14 Oct 2000 10:10:00 +0200 Received: (qmail 46731 invoked by uid 1001); 14 Oct 2000 08:09:39 -0000 Date: Sat, 14 Oct 2000 10:09:39 +0200 From: Erik Trulsson To: freebsd-stable@freebsd.org Subject: Re: PNP > /boot/kernel.conf Message-ID: <20001014100939.A46715@student.uu.se> Mail-Followup-To: freebsd-stable@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jim@siteplus.net on Fri, Oct 13, 2000 at 08:29:15PM -0400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Oct 13, 2000 at 08:29:15PM -0400, Jim Weeks wrote: > I have been sifting through the sparse documentation on this subject and > am not at all sure I have this right. I can't test this right now because > this machine is currently in production and really needs to continue working > untill at least tomorrow. Even then it would be nice to remote reboot > this machine and actually have it come back up on its own. > > This machine is gateway for a local lan and has a dual 56k PNP isa > modem. The boot -c commands to configure this modem would look like > this. > > config> pnp 1 0 enable os irq0 3 drq0 0 port0 0x2f8 > config> pnp 2 0 enable os irq0 5 drq0 0 port0 0x3e8 > config> quit > > If someone would look at the following config and comment I would > appreciate it. Unless I am badly mistaken you can use exactly the same syntax in /boot/kernel.conf and boot -c so you can put the lines above (minus prompts) in /boot/kernel.conf and it should work fine. I can't test that to verify my memory since I don't have a machine that runs 3.x and the pnp commands were removed in 4.0 (so if your machine is running 4.x, don't bother with those commands. It won't work.) > > pn 1 0 en os > ir sio1 3 > dr sio1 0 > po sio1 0x2f8 > pn 2 0 en os > ir sio2 5 > dr sio2 0 > po sio2 0x3e8 > q > -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message