From owner-freebsd-current Sun Jul 27 14:01:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA21334 for current-outgoing; Sun, 27 Jul 1997 14:01:36 -0700 (PDT) Received: from helbig.informatik.ba-stuttgart.de (rvc1.informatik.ba-stuttgart.de [141.31.112.22]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA21325 for ; Sun, 27 Jul 1997 14:01:30 -0700 (PDT) Received: (from helbig@localhost) by helbig.informatik.ba-stuttgart.de (8.8.6/8.8.5) id WAA00364 for FreeBSD-current@FreeBSD.org; Sun, 27 Jul 1997 22:27:39 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199707272027.WAA00364@helbig.informatik.ba-stuttgart.de> Subject: Sound Blaster PnP in -current To: FreeBSD-current@FreeBSD.org Date: Sun, 27 Jul 1997 22:27:39 +0200 (MET DST) X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hi, I installed Sound Blaster 16 PnP. It is not recognized by my kernel. Rumors have it that Sound Blaster 16 PnP works well in 2.2.x. So I am wondering if anyone got it to work under -current. This is /var/log/messages: Jul 27 21:31:22 helbig /kernel: npx0: INT 16 interface Jul 27 21:31:22 helbig /kernel: sb0 not found at 0x220 Jul 27 21:31:22 helbig /kernel: sbxvi0 not found Jul 27 21:31:22 helbig /kernel: sbmidi0 not found at 0x330 Jul 27 21:31:22 helbig /kernel: opl0 not found at 0x388 Strange thing is these messages are printed after the npx0-line, which used to be the last one. This is part of the kernel configuration: (straight from LINT) # Sound support controller snd0 device sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr device sbxvi0 at isa? drq 5 device sbmidi0 at isa? port 0x330 device opl0 at isa? port 0x388 Finally I changed the port address of the midi driver in sound_config.h from 0x300 to LINT's 0x330. All these values are factory default, and there are no conflicts with other devices as to my knowledge. Any ideas? Thanks Wolfgang