Date: Tue, 16 Nov 1999 00:13:00 +0800 From: Peter Wemm <peter@netplex.com.au> To: Ollivier Robert <roberto@eurocontrol.fr> Cc: FreeBSD Current Users' list <freebsd-current@FreeBSD.ORG> Subject: Re: Panic when playing sound [LONG] Message-ID: <19991115161300.1E9C51CA0@overcee.netplex.com.au> In-Reply-To: Your message of "Mon, 15 Nov 1999 17:05:25 %2B0100." <19991115170525.I53356@caerdonn.eurocontrol.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
Ollivier Robert wrote: [..] > But it doesn't seem to output anything. > > I get this on the console as soon as I press ^C. > > start dma, failed to set bit 0xfe 0xff [..] This will be the mss vs ad1816 problem. I've just been told that the mss.c driver should not be attaching to this card, ad1816 should. mss.c: if (retry == 0) printf("start dma, failed to set bit 0x%02x 0x%02x\n", ... so mss.c is grabbing it when it shouldn't. Please try: Index: mss.c =================================================================== RCS file: /home/ncvs/src/sys/dev/pcm/isa/mss.c,v retrieving revision 1.31 diff -u -r1.31 mss.c --- mss.c 1999/10/12 21:35:45 1.31 +++ mss.c 1999/11/15 16:11:20 @@ -1280,10 +1280,6 @@ s = "ENSONIQ SoundscapeVIVO"; break; - case 0x80719304: /* ADS7180 */ - s = "Terratec Soundsystem BASE 1"; - break; - case 0x1093143e: /* OPT9310 */ s = "OPTi931"; break; Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au 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?19991115161300.1E9C51CA0>