From owner-freebsd-questions Mon Apr 29 14:54:18 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA18068 for questions-outgoing; Mon, 29 Apr 1996 14:54:18 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA18057 for ; Mon, 29 Apr 1996 14:54:13 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id OAA05193; Mon, 29 Apr 1996 14:46:40 -0700 From: Terry Lambert Message-Id: <199604292146.OAA05193@phaeton.artisoft.com> Subject: Re: Sound questions: ESS688 (SB Pro) To: dwhite@resnet.uoregon.edu Date: Mon, 29 Apr 1996 14:46:39 -0700 (MST) Cc: babbleon@mercury.interpath.com, freebsd-questions@freebsd.org In-Reply-To: from "Doug White" at Apr 29, 96 00:25:25 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > I have an ESS688 sound chip, which is a SoundBlaster Pro compatible. Both > > "Dark Forces" and Linux find it to be a perfectly adaquate SoundBlaster, but > > I'm having a wee bit of trouble with FreeBSD. > > Oh, joy. AudioDrive. :) > > > The usual "LINT" line for SB looks like: > > > > device sb0 at isa? port 0x220 irq 7 conflicts drq 1 vector sbintr > > > > But mine is on i/o 3, so I changed it to: > > What is i/o 3? That means nothing. IRQ 3, you mean? Or DMA 3? Or port > address 0x230? Please be more specific. He shows IRQ 7 and DRQ 3 on his config line: > > device sb0 at isa? port 0x220 irq 7 conflicts drq 3 vector sbintr 8-). IRQ 7 is the "garbage" interrupt, where bad hardware sends interrupts to die (much as elephants seek out The Elephant's Graveyard). Put not hardware on IRQ 7, except printer ports, which like to live there by default and can work around getting random crap. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.