From owner-freebsd-questions Fri Jan 15 21:19:23 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA04690 for freebsd-questions-outgoing; Fri, 15 Jan 1999 21:19:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from guepardo.vicosa.com.br (guepardo.tdnet.com.br [200.236.148.6]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id VAA04682 for ; Fri, 15 Jan 1999 21:19:19 -0800 (PST) (envelope-from grios@netshell.vicosa.com.br) Received: from netshell.vicosa.com.br [200.236.148.194] by guepardo.vicosa.com.br with ESMTP (SMTPD32-4.03) id A357160E00F2; Sat, 16 Jan 1999 02:27:51 +03d00 Message-ID: <36A020BF.81DC35DB@netshell.vicosa.com.br> Date: Sat, 16 Jan 1999 03:16:47 -0200 From: Gustavo Vieira G C Rios X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Questions Subject: Sound Blaster Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, i was trying to config my sound blaster, is a PNP devices, so i included the following line in my config kernel file: 1) options pnp 2) device pcm0 at isa port 0x220 irq 5 drq 1 .. pcmintr.... I compiled the kernel and nothing worked !! So i delete the first line: 1) options pnp Then everything is working properly!!! My doubt is: If my Sound Blaster is a PNP, why i cannot use the first line? It should work with it, but it only works with the second line, only the second line. Why? I should put the first options too, once it's a PNP device, should not i ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message