From owner-freebsd-current Sun Apr 9 20:38:34 2000 Delivered-To: freebsd-current@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id B60C537B8B8; Sun, 9 Apr 2000 20:38:31 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id UAA65331; Sun, 9 Apr 2000 20:38:29 -0700 (PDT) (envelope-from Doug@gorean.org) Message-ID: <38F14CB5.6B0B997E@gorean.org> Date: Sun, 09 Apr 2000 20:38:29 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0409 i386) X-Accept-Language: en MIME-Version: 1.0 To: Cameron Grant Cc: freebsd-current@FreeBSD.ORG Subject: SBlive driver References: <200004020741.XAA33619@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Cameron Grant wrote: > > cg 2000/04/01 23:41:21 PST > > Added files: > sys/dev/sound/pci emu10k1.c emu10k1.h > Log: > unfinished sblive driver, playback/mixer only for now - not enabled in > conf/files > > i don't seem to be clearing the cache right resulting in a short initial > burst of noise, despite doing the same as creative and alsa. i'm committing > now so more eyes can pore over the code. I finally got around to testing this, and it's causing my machine to reboot. I cvsup'ed the latest -current sources, made world, built and installed a new kernel after adding 'device pcm', and rebooted. The card was detected during boot, and after making snd0, 'cat /dev/sndstat' reports: FreeBSD Audio Driver (newpcm) Apr 9 2000 18:53:41 Installed devices: pcm0: at io 0xb800 irq 5 (1p/0r channels duplex) I use xfce as my WM, and when I enabled xfsound (which uses esound to play its sounds) my machine immediately locked up, then after a few seconds it spontaneously rebooted. I have the following in my kernel config: makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options INVARIANT_SUPPORT options INVARIANTS options DDB In spite of that, I get no debug, no crash dump (I have dumpdev in my /etc/rc.conf.local), nothing but a reboot. I repeated the same experiment, same result. Let me know if there is anything I can do to help. Doug -- Excess on occasion is exhilarating. It prevents moderation from acquiring the deadening effect of a habit. -- W. Somerset Maugham To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message