Date: Mon, 6 Dec 1999 19:55:00 -0500 (EST) From: Bill Fumerola <billf@chc-chimes.com> To: freebsd-current@FreeBSD.ORG Subject: Re: pcm: Soundcard not recognized anymore Message-ID: <Pine.BSF.4.10.9912061954300.33980-100000@jade.chc-chimes.com> In-Reply-To: <199912070141.CAA24259@dorifer.heim3.tu-clausthal.de>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9912061954300.33980-100000>