From owner-freebsd-current Mon Dec 6 17:54:18 1999 Delivered-To: freebsd-current@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 4FEA114E3B for ; Mon, 6 Dec 1999 17:54:12 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 36F931C4F; Mon, 6 Dec 1999 19:55:00 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by jade.chc-chimes.com (Postfix) with ESMTP id 3369A381B for ; Mon, 6 Dec 1999 19:55:00 -0500 (EST) Date: Mon, 6 Dec 1999 19:55:00 -0500 (EST) From: Bill Fumerola To: freebsd-current@FreeBSD.ORG Subject: Re: pcm: Soundcard not recognized anymore In-Reply-To: <199912070141.CAA24259@dorifer.heim3.tu-clausthal.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 7 Dec 1999, Oliver Fromme wrote: > --- dev/sound/isa/sb.c.orig Tue Dec 7 02:30:19 1999 > +++ dev/sound/isa/sb.c Tue Dec 7 02:30:19 1999 > @@ -1261,6 +1261,10 @@ > u_int32_t logical_id = isa_get_logicalid(dev); > > switch(logical_id) { > + case 0x01000000: /* @@@0001 */ > + s = "Avance Asound 100"; > + break; > + > case 0x01100000: /* @@@1001 */ > s = "Avance Asound 110"; > break; > > Can someone please just commit this trivial fix, or shall I > submit a PR? Done ( * $FreeBSD: src/sys/dev/sound/isa/sb.c,v 1.36 1999/12/07 01:53:24 billf Exp $) thanks. -- - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message