Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Feb 2000 17:59:44 +0000
From:      Mark Ovens <mark@ukug.uk.freebsd.org>
To:        Karen <sab@tm.odessa.ua>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: pnp
Message-ID:  <20000221175944.B326@marder-1>
In-Reply-To: <38B0992D.2189D1A2@tm.odessa.ua>
References:  <38B0992D.2189D1A2@tm.odessa.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
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




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