From owner-freebsd-current Sun Dec 12 6:55:40 1999 Delivered-To: freebsd-current@freebsd.org Received: from gatekeeper.radio-do.de (gatekeeper.Radio-do.de [193.101.164.1]) by hub.freebsd.org (Postfix) with ESMTP id 0D12214F65 for ; Sun, 12 Dec 1999 06:55:36 -0800 (PST) (envelope-from fn@gatekeeper.radio-do.de) Received: from trinity.radio-do.de (trinity.Radio-do.de [193.101.164.3]) by gatekeeper.radio-do.de (Postfix) with ESMTP id 9749CA9D9; Sun, 12 Dec 1999 15:55:33 +0100 (MET) Received: (from fn@localhost) by trinity.radio-do.de (8.9.3/8.9.3) id PAA13711; Sun, 12 Dec 1999 15:55:33 +0100 (CET) (envelope-from fn@gatekeeper.radio-do.de) Date: Sun, 12 Dec 1999 15:55:33 +0100 From: Frank Nobis To: Maxim Sobolev , current@FreeBSD.ORG Subject: Re: Vibra 16 doesn't recognised anymore Message-ID: <19991212155533.A13426@radio-do.de> References: <385219FB.AFC3C7B8@altavista.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <385219FB.AFC3C7B8@altavista.net> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Dec 11, 1999 at 11:31:39AM +0200, Maxim Sobolev wrote: > Some time ago my soundcard (Vibra 16C), which worked just fine > previously, stopped being recognised/attached. Following is relevant > pieces of dmesg and pnpinfo: > > [...] > isa_probe_children: probing PnP devices > unknown0: at port > 0x220-0x22f,0x330-0x331,0x388-0x38b irq 5 drq 1,5 on isa0 > unknown1: at port 0x200-0x207 on isa0 > Looks like the same problem I had here. Try this path: *** sbc.c.orig Mon Dec 6 19:26:31 1999 --- sbc.c Thu Dec 9 11:37:22 1999 *************** *** 107,113 **** /* Check pnp ids */ error = ISA_PNP_PROBE(device_get_parent(dev), dev, sbc_ids); ! if (error) return error; else return -100; --- 107,113 ---- /* Check pnp ids */ error = ISA_PNP_PROBE(device_get_parent(dev), dev, sbc_ids); ! if (error >= 0) return error; else return -100; Regards, Frank -- ~/.signature not found: wellknown error 42 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message