From owner-freebsd-current Sat Jan 27 14: 7: 2 2001 Delivered-To: freebsd-current@freebsd.org Received: from mail-ob.kamp.net (mail-ob.kamp.net [195.62.97.26]) by hub.freebsd.org (Postfix) with ESMTP id 433BA37B400 for ; Sat, 27 Jan 2001 14:06:43 -0800 (PST) Received: from bsdevil.meta.net.ob.kamp.net (port-46.d.kamp.de [195.62.120.238]) by mail-ob.kamp.net (8.10.1/8.10.1) with ESMTP id f0RM6cC17189 for ; Sat, 27 Jan 2001 23:06:39 +0100 Date: Sat, 27 Jan 2001 23:06:38 +0100 Message-Id: <200101272206.f0RM6cC17189@mail-ob.kamp.net> From: Farid Hajji To: freebsd-current@freebsd.org Subject: kernel hangs initializing Soundblaster AWE 64 midi driver X-Mailer: Emacs-20.7.1/FreeBSD-5.0-CURRENT Reply-To: farid.hajji@ob.kamp.net Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm tracking -CURRENT and build a kernel yesterday with the following options (edited): device sbc # Soundblaster Bridge-Code to pcm device pcm # PnP/PCI Sound Cards #device midi # Midi interfaces #device seq # Sequencer The corresponding hints are: Without midi device, this is the relevant dmesg part: [...] vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sbc0: at port 0x220-0x22f,0x330-0x331,0x388-0x38b \ irq 5 drq 1,5 on isa0 pcm1: on sbc0 unknown: can't assign resources unknown: can't assign resources unknown: can't assign resources unknown: can't assign resources unknown: can't assign resources ed0 XXX: driver didn't initialize queue mtx lp0 XXX: driver didn't initialize queue mtx lo0 XXX: driver didn't initialize queue mtx ata0-master: DMA limited to UDMA33, non-ATA66 compliant cable [...] and the kernel happily boots. Sound is usable as before. Now, adding midi (either alone or together with seq) produces the following messages: sbc0: at port 0x220-0x22f,0x330-0x331,0x388-0x38b \ irq 5 drq 1,5 on isa0 pcm1: on sbc0 midi0: on sbc0 midi1: on sbc0 midi2: at port 0x620-0x623 on isa0 exactly here, the system hangs completely. What I'm I missing? Thanks, -Farid. -- Farid Hajji -- Unix Systems and Network Admin | Phone: +49-2131-67-555 Broicherdorfstr. 83, D-41564 Kaarst, Germany | farid.hajji@ob.kamp.net - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - Murphy's Law fails only when you try to demonstrate it, and thus succeeds. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message