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 - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to