From owner-freebsd-hardware Sat Apr 27 19:01:36 1996 Return-Path: owner-hardware Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA24816 for hardware-outgoing; Sat, 27 Apr 1996 19:01:36 -0700 (PDT) Received: from perki.connect.com.au (perki.connect.com.au [192.189.54.5]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id TAA24808 for ; Sat, 27 Apr 1996 19:01:31 -0700 (PDT) Received: (from uucp@localhost) by perki.connect.com.au id MAA04077 (8.7.5/IDA-1.6); Sun, 28 Apr 1996 12:01:01 +1000 (EST) >Received: from localhost (giles@localhost [127.0.0.1]) by nemeton.com.au (8.6.12/8.6.9) with SMTP id IAA15230; Sun, 28 Apr 1996 08:00:25 +1000 Message-Id: <199604272200.IAA15230@nemeton.com.au> To: bmk@transport.com cc: jdp@polstra.com (John Polstra), freebsd-hardware@freebsd.org Subject: Re: Sound Blaster 16 PnP In-reply-to: <199604262351.QAA04308@dtr.com> Date: Sun, 28 Apr 1996 08:00:22 +1000 From: Giles Lean Content-Type: text Sender: owner-hardware@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 26 Apr 1996 16:51:29 -0700 (PDT) "Brant M. Katkansky" wrote: In my machine with pre-Plug&Play BIOS I have to boot DOS, run the ICU stuff and then CTRL-ALT-DELETE into FreeBSD. I've added the SBC_IRQ define as per John's suggestion. Whether it actually works or not is unknown ... someone has borrowed the audio output cable. :) I'm using a couple of days old -current kernel. (I can't yet get a kernel with ATAPI defined to compile either, but more later ...) # SoundBlaster 16 options "SBC_IRQ=5" 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 sb0 at 0x220 irq 5 drq 1 on isa sb0: sbxvi0 at 0x0 drq 5 on isa sbxvo0: sbmidi0 at 0x330 on isa Regards, Giles