From owner-freebsd-stable Sun Apr 16 9:44:10 2000 Delivered-To: freebsd-stable@freebsd.org Received: from linux.intcon.net (linux.intcon.net [206.230.48.2]) by hub.freebsd.org (Postfix) with ESMTP id A644337BA33 for ; Sun, 16 Apr 2000 09:44:05 -0700 (PDT) (envelope-from steve@portal.megahack.com) Received: from portal.megahack.com (portal.megahack.com [206.230.54.106]) by linux.intcon.net (8.9.3/8.9.3) with ESMTP id LAA06621; Sun, 16 Apr 2000 11:44:02 -0500 Received: (from steve@localhost) by portal.megahack.com (8.9.3/8.9.3) id LAA27567; Sun, 16 Apr 2000 11:44:01 -0500 (CDT) (envelope-from steve) From: Steven Farmer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14585.60880.852966.430390@catbert.megahack.com> Date: Sun, 16 Apr 2000 11:44:00 -0500 (CDT) To: sperber@informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor]) Subject: isa0: unexpected tag 14 In-Reply-To: References: X-Mailer: VM 6.75 under 21.1 (patch 9) "Canyonlands" XEmacs Lucid Cc: freebsd-stable@FreeBSD.ORG Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> "Michael" == Michael Sperber [Mr Preprocessor] writes: Michael> Just brought my last 2.2-STABLE machine over to FreeBSD Michael> 4. Michael> Now, booting produces the message Michael> isa0: unexpected tag 14 Michael> and, about half the time, locks up the machine. Michael> The only thing on the ISA bus is a SB AWE64. Michael> Can someone shed light on this? Well, I don't know how helpful this is, but no one else has jumped in with the answer, so I'll pass this along in hopes that it might be useful. I too have an AWE64 and at boot time I see: isa0: too many dependent configs (8) isa0: unexpected small tag 14 but my system never locks up. Sound is working well enough for me. My kernel config has: device pcm device sbc device joy If I do a boot -v, the "too many dependent configs" message appears to be associated with device CTL0045, and the "unexpected small tag 14" line seems to be associated with device CTL0022. Running /usr/sbin/pnpinfo shows me that CTL0045 is the Creative SB AWE64 PnP, and CTL0022 is the WaveTable device on the same card. I also see "*** Small Vendor Tag Detected" when pnpinfo scans the WaveTable device. I gather that the WaveTable device isn't supported for FBSD 4.0. Even though you may have only the SB isa card, there are other things on the isa bus, and I'm guessing your hang may be due to a resource conflict. Maybe a boot -v would help you narrow it down. Good luck, Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message