From owner-freebsd-current@FreeBSD.ORG Sat Jul 30 22:51:05 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 808F816A420 for ; Sat, 30 Jul 2005 22:51:05 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91C6143D73 for ; Sat, 30 Jul 2005 22:51:00 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id j6UMm5r4074649; Sat, 30 Jul 2005 16:48:05 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 30 Jul 2005 16:48:56 -0600 (MDT) Message-Id: <20050730.164856.113103353.imp@bsdimp.com> To: lehmann@ans-netz.de From: "M. Warner Losh" In-Reply-To: <20050731003652.12223405.lehmann@ans-netz.de> References: <20050730014342.0843080d.lehmann@ans-netz.de> <20050731003652.12223405.lehmann@ans-netz.de> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: mlx(4) fully and ep(4) partially broken on 6.0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jul 2005 22:51:05 -0000 In message: <20050731003652.12223405.lehmann@ans-netz.de> Oliver Lehmann writes: : same as ep0 wants to run with: : : ep0: <3Com 3C509-Combo Etherlink III> at port 0x300-0x30f irq 9 on isa0 : ep0: No irq?! : panic: resource_list_release: resource entry is not busy : Uptime: 1s Bummer. Any chance you can get a traceback? : As you can see, it looks like the card is not configured as PnP (because : that would add "(PnP)" to the description). : : On my router, fxp3 has irq 9 - Maybe it is irq sharing related? But I : wonder why it works with 5.4 without problems... You can't share IRQs with ISA bus. You'll need to find out what changed that causes fxp3 to use irq 9 now. Maybe it is APIC related? Warner