From owner-freebsd-hardware Fri Apr 26 21:29:03 1996 Return-Path: owner-hardware Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA25607 for hardware-outgoing; Fri, 26 Apr 1996 21:29:03 -0700 (PDT) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id VAA25601 for ; Fri, 26 Apr 1996 21:29:00 -0700 (PDT) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.7.5/8.6.12) with ESMTP id VAA10478; Fri, 26 Apr 1996 21:28:57 -0700 (PDT) Message-Id: <199604270428.VAA10478@austin.polstra.com> To: bmk@transport.com cc: freebsd-hardware@freebsd.org Subject: Re: Sound Blaster 16 PnP In-reply-to: Your message of "Fri, 26 Apr 1996 16:51:29 PDT." <199604262351.QAA04308@dtr.com> Date: Fri, 26 Apr 1996 21:28:57 -0700 From: John Polstra Sender: owner-hardware@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > Are you using the standard SB16 addresses and interrupts? Did you > > notice the warning in "/usr/src/sys/i386/conf/LINT" about that? > > The only thing I've changed is sb0 is on irq 5 in my system. I would try this: Add the line options "SBC_IRQ=5" to your config file, re-run config, and build a new kernel. That should override the default definition of 7 in "sys/i386/isa/sound/sound_config.h". If that doesn't help, then I'm at a loss. -- John