From owner-freebsd-bugs Sat Jul 15 14:30:11 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C7FF837B837 for ; Sat, 15 Jul 2000 14:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA97900; Sat, 15 Jul 2000 14:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 15 Jul 2000 14:30:02 -0700 (PDT) Message-Id: <200007152130.OAA97900@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Richard Seaman, Jr." Subject: Re: kern/19945: panic: nexus_setup_intr: NULL irq resource with GUS PnP Reply-To: "Richard Seaman, Jr." Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19945; it has been noted by GNATS. From: "Richard Seaman, Jr." To: "Louis A. Mamakos" Cc: "Richard Seaman, Jr." , tanimura@FreeBSD.ORG, FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/19945: panic: nexus_setup_intr: NULL irq resource with GUS PnP Date: Sat, 15 Jul 2000 16:23:41 -0500 On Sat, Jul 15, 2000 at 04:59:21PM -0400, Louis A. Mamakos wrote: > There were no device, so I tried to load snd_pcm.ko, which caused > > pcm0: on gusc0 > > to be emitted on the console. However, the kldload process is hung, > waiting on "swwrt": > > UID PID PPID CPU PRI NI VSZ RSS WCHAN STAT TT TIME COMMAND > 0 79430 37865 4 -18 0 176 0 swwrt D+ p1 0:08.69 kldload snd_driver.ko > > In this current state, the rest of the machine seems to be running just > fine. I'll try to add back: > > device snd > device gusc > > in my config, and see what happens at next boot. Currently, /dev/sndstat, > /dev/dsp, etc. don't seem to be present. Ok. I never tried the kld since I had pcm in my kernel config. BTW, I don't seem to need "device snd" or "device gusc" in my kernel config, only device pcm It still seems to find gusc just fine. Since my message I also added: device midi device seq It appears that the midi driver does not get configured right, however. Also, you might want to do a new MAKEDEV to get the midi devices. Jul 15 14:29:56 test /kernel: gusc0: at port 0x220-0x22f,0x320-0x327,0x32c-0x32f irq 11 drq 5,7 on isa0 Jul 15 14:29:56 test /kernel: pcm0: on gusc0 Jul 15 14:29:56 test /kernel: gusc1: at port 0x388-0x389 irq 5 drq 1 on isa0 Jul 15 14:29:56 test /kernel: gusc2: at port 0x330 on isa0 Jul 15 14:29:56 test /kernel: midi1: on gusc2 Jul 15 14:29:56 test /kernel: device_probe_and_attach: midi1 attach returned 6 And: bash-2.03$ cat /dev/sndstat FreeBSD Audio Driver (newpcm) Jul 15 2000 13:51:33 Installed devices: pcm0: at io 0x32c irq 11 drq 7:5 (1p/1r channels duplex) -- Richard Seaman, Jr. email: dick@tar.com 5182 N. Maple Lane phone: 262-367-5450 Nashotah WI 53058 fax: 262-367-5852 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message