From owner-freebsd-stable Fri Mar 31 9:28:53 2000 Delivered-To: freebsd-stable@freebsd.org Received: from kibby.au.knfpub.com (kibby.au.knfpub.com [203.38.198.130]) by hub.freebsd.org (Postfix) with ESMTP id 00A7D37BDCA for ; Fri, 31 Mar 2000 09:28:43 -0800 (PST) (envelope-from kibbet@kibby.au.knfpub.com) Received: (from kibbet@localhost) by kibby.au.knfpub.com (8.9.3/8.9.3) id CAA02887 for freebsd-stable@freebsd.org; Sat, 1 Apr 2000 02:58:49 +0930 (CST) (envelope-from kibbet) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Sat, 01 Apr 2000 02:58:49 +0930 (CST) From: kibbet To: freebsd-stable@freebsd.org Subject: pnpparse.c Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, The sys/isa/pnpparse.c MFC today seems to have broken things here with my AWE64, things were happy before the MFC, apart from an odd message during boot With pnpparse.c v1.2, AWE64 installed; (** blah blah... **) ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto dc0: supplying EUI64: 00:a0:cc:ff:fe:5a:6c:4a isa0: unexpected tag 14 <--- Odd message :) (** more blah blah **) sbc0: at port 0x220-0x22f,0x330-0x331,0x388-0x38b irq 5 drq 1,5 on isa0 sbc0: setting card to irq 5, drq 1, 5 pcm0: on sbc0 unknown0: at port 0x200-0x207 on isa0 unknown1: at port 0x620-0x623 on isa0 (** few more blah blah's **) :) Boots fine, sound/mixer works, no probs, haven't tried the joystick/wavetable stuff though. If I take out the AWE64, the "isa0: unexpected tag 14" line disappears, and strangly - I don't get sound... :) With pnpparse.c v1.2.2.1 (the MFC), AWE installed; (** back with some blah blah **) ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto dc0: supplying EUI64: 00:a0:cc:ff:fe:5a:6c:4a isa0: to many dependant configs (8) panic: pmap_enter: invalid page directory, pdir=0 va=0xc0b11000 So I drop in the DDB, here's the trace (by hand, I'll get more detail if anyone wants it - tommorow its 2:40am already *yawn*) pmap_enter() kmem_malloc() malloc() isa_add_config() ISA_ADD_CONFIG() pnp_parse_resources() pnp_create_devices() (** couple more, I think thats enuff though (yawn) **) So I had a look at pnpparse.c, thought I'd get smart and change MAXDEP to 16, tried that, it got past the "to many dependant configs" bit but still panic'd. Take out the card, boots fine, no problem at all, but my speakers complain that the sound card isn't doing its job when its not in the computer. Oh well, 'nuff rambling from me, snoze time, i'll send a PR unless anyone has any idea's. Cheers, Kent Ibbetson KNF Publishing kibbet@knfpub.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message