From owner-freebsd-current@FreeBSD.ORG Sun Sep 5 01:46:34 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23F6116A4CE for ; Sun, 5 Sep 2004 01:46:34 +0000 (GMT) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97C7543D55 for ; Sun, 5 Sep 2004 01:46:33 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.12.11/8.12.11/NinthNine) with SMTP id i851kWuX022492 for ; Sun, 5 Sep 2004 10:46:32 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sun, 5 Sep 2004 10:46:32 +0900 (JST) Message-Id: <200409050146.i851kWuX022492@sakura.ninth-nine.com> From: Norikatsu Shigemura To: freebsd-current@FreeBSD.org X-Mailer: Sylpheed version 0.9.12-gtk2-20040622 (GTK+ 2.4.9; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.6 (sakura.ninth-nine.com [219.127.74.121]); Sun, 05 Sep 2004 10:46:32 +0900 (JST) Subject: 5.3-BETA2 panic on qemu X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Sep 2004 01:46:34 -0000 Sorry, I don't have *realy* Sound Blaster16. This is about *virtual*(=qemu) Sound Blaster16. So I don't know true or false alert. [ENVIRONMENT] FreeBSD 5.3-BETA2 on QEMU 0.6.0-2004-08-26_23. KERNEL is GENERIC [uname -a] # uname -a FreeBSD 5.3-BETA2 FreeBSD 5.3-BETA2 #1: Sat Aug 28 21:29:15 UTC 2004 root@mack.dcsl.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 [I did] I play a wav file. As soon as panic: SEE ALSO: http://tmp.ninth-nine.com/qemu/qemu1.png (upper grabbed screenshot) http://tmp.ninth-nine.com/qemu/qemu2.png (bottom grabbed screenshot) [boot -sv] (snip) sbc0: at port 0x220-0x22f irq 5 drq 1 flags 0x15 on isa0 sbc0: setting card to irq 5, drq 1, 5 sbc0: [GIANT-LOCKED] pcm0: on sbc0 pcm0: [GIANT-LOCKED] pcm0: sndbuf_setmap ffe000, 1000; 0xcc761000 -> ffe000 pcm0: sndbuf_setmap ffd000, 1000; 0xcc762000 -> ffd000 (snip) [cat /dev/sndstat] # cat /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: # [/boot/loader.conf] hint.sbc.0.at="isa" hint.sbc.0.port="0x220" hint.sbc.0.irq="5" hint.sbc.0.drq="1" hint.sbc.0.flags="0x15" snd_sb16_load="YES" And, I think that there is a problem in /usr/src/sys/conf/NOTES. Are following lines collect? - - - - - - - - - - - - - - - hint.snd_sbc.0.at="isa" hint.snd_sbc.0.port="0x220" hint.snd_sbc.0.irq="5" hint.snd_sbc.0.drq="1" hint.snd_sbc.0.flags="0x15" - - - - - - - - - - - - - - - In this case, FreeBSD didn't probe SB16.