From owner-freebsd-current Thu May 27 20:45:11 1999 Delivered-To: freebsd-current@freebsd.org Received: from xtsw12c.ukc.ac.uk (user.jakinternet.co.uk [212.41.35.69]) by hub.freebsd.org (Postfix) with ESMTP id 0600C15271; Thu, 27 May 1999 20:45:03 -0700 (PDT) (envelope-from dlombardo@excite.com) Received: from excite.com (localhost [127.0.0.1]) by xtsw12c.ukc.ac.uk (8.9.3/8.9.1) with ESMTP id FAA01167; Fri, 28 May 1999 05:46:58 +0100 (BST) (envelope-from dlombardo@excite.com) Message-ID: <374E1FC1.C10DCBE@excite.com> Date: Fri, 28 May 1999 05:46:57 +0100 From: Dean Lombardo Organization: University of Kent at Canterbury (England) X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-current@freebsd.org, freebsd-multimedia@freebsd.org Subject: pcm still broken in -current (at least for me) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kernel sources cvsupped yesterday. The sound card is a Yamaha YMF 715 (non-PnP); worked fine until about the end of April. Now boot -v shows: /kernel: mss_detect - chip revision 0x0a /kernel: ... try to identify the yamaha /kernel: mss_detect() - Detected CS4231 /kernel: pcm0 at port 0x530 irq 5 drq 1 flags 0x15 on isa0 /kernel: mss_attach 0 at 0x530 irq 5 dma 1:5 flags 0xa215 /kernel: device combination doesn't support shared irq3 /kernel: intr_connect(irq3) failed, result=-1 /kernel: device combination doesn't support shared irq4 /kernel: intr_connect(irq4) failed, result=-1 /kernel: device combination doesn't support shared irq5 /kernel: intr_connect(irq5) failed, result=-1 /kernel: device combination doesn't support shared irq7 /kernel: intr_connect(irq7) failed, result=-1 /kernel: device combination doesn't support shared irq9 /kernel: intr_connect(irq9) failed, result=-1 /kernel: device combination doesn't support shared irq12 /kernel: intr_connect(irq12) failed, result=-1 /kernel: device combination doesn't support shared irq14 /kernel: intr_connect(irq14) failed, result=-1 /kernel: device combination doesn't support shared irq15 /kernel: intr_connect(irq15) failed, result=-1 The same happens with snd0 instead of pcm. It looks like it can't register the interrupt handler - is it now supposed to be registered in a different way (perhaps via nexus)? Normal boot (without -v) doesn't show any error messages. mpg123 starts normally and just sits there doing nothing: UID PID PPID CPU PRI NI VSZ RSS WCHAN STAT TT TIME COMMAND 1001 1159 256 52 -6 0 6464 716 dspwr S+ p1 0:03.28 mpg123 test.mp3 until I press Ctrl-C, after which the following appears in /var/log/messages /kernel: How strange... mss_intr with no reason! /kernel: tsleep returns 4 Just wondering whether anyone else had the same problem... Dean To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message