From owner-freebsd-questions Mon Feb 21 10:12: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from monsoon.mail.pipex.net (monsoon.mail.pipex.net [158.43.128.69]) by hub.freebsd.org (Postfix) with SMTP id 0FBD537B52B for ; Mon, 21 Feb 2000 10:11:58 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 18137 invoked from network); 21 Feb 2000 18:10:44 -0000 Received: from useral57.uk.uudial.com (HELO marder-1.) (62.188.134.130) by smtp.dial.pipex.com with SMTP; 21 Feb 2000 18:10:44 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.9.3) id RAA00955; Mon, 21 Feb 2000 17:59:44 GMT (envelope-from mark) Date: Mon, 21 Feb 2000 17:59:44 +0000 From: Mark Ovens To: Karen Cc: freebsd-questions@freebsd.org Subject: Re: pnp Message-ID: <20000221175944.B326@marder-1> References: <38B0992D.2189D1A2@tm.odessa.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <38B0992D.2189D1A2@tm.odessa.ua> Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Feb 21, 2000 at 03:47:25AM +0200, Karen wrote: > My pnp sound card (Yamaha OPL3-SAx) needs the following string to be > initialized (it was taken from man): > pnp 1 0 os enable port0 0x220 port1 0x530 port2 0x388 port3 0x370 irq0 5 > drq0 1 drq1 3 > But it is too long and is devided into two strings by the kernel > configuration programm when I add it to /boot/kernel.conf or > try to enter it at the promt "config>" during the boot. > How can I make FreeBSD to "understand" this string entirely? Split it into 2 strings thus: config> pnp 1 0 os enable port0 0x220 port1 0x530 port2 0x388 config> pnp 1 0 port3 0x370 irq0 5 drq0 1 drq1 3 HTH > Thank You. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Microsoft: Where do you want to go today? Linux: Where do you want to go tomorrow? BSD: Are you guys coming, or what? -Poster at LinuxWorld 2000 ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message