From owner-freebsd-current Mon Sep 9 13:40:50 2002 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 B906F37B400 for ; Mon, 9 Sep 2002 13:40:44 -0700 (PDT) Received: from ambrisko.com (adsl-64-174-51-42.dsl.snfc21.pacbell.net [64.174.51.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4936443E3B for ; Mon, 9 Sep 2002 13:40:44 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.11.6/8.11.6) id g89KeeP22735; Mon, 9 Sep 2002 13:40:40 -0700 (PDT) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200209092040.g89KeeP22735@ambrisko.com> Subject: Re: ste driver broken In-Reply-To: <20020908102820.GA71874@brazil.nic.fr> To: Francois Tigeot Date: Mon, 9 Sep 2002 13:40:39 -0700 (PDT) Cc: current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Francois Tigeot writes: [ Charset ISO-8859-1 unsupported, converting... ] | Greetings, | | I recently upgraded one machine to a recent -CURRENT, and the NIC | (DLink 550 TX) fails to be properly initialized. | The rest of the system is pretty vanilla : Athlon XP, with Via chipset. | | | Here is the relevant part of dmesg: | | ste0: port 0x9800-0x987f mem 0xe9000000-0xe900007f irq 7 at device 11.0 on pci0 | /usr/src/sys/vm/uma_core.c:1332: could sleep with "ste0" locked from /usr/src/sys/pci/if_ste.c:937 | /usr/src/sys/vm/uma_core.c:1332: could sleep with "ste0" locked from /usr/src/sys/pci/if_ste.c:937 | lock order reversal | 1st 0xc25b69a4 ste0 (network driver) @ /usr/src/sys/pci/if_ste.c:937 | 2nd 0xc0318600 allproc (allproc) @ /usr/src/sys/kern/kern_fork.c:317 | /usr/src/sys/vm/uma_core.c:1332: could sleep with "ste0" locked from /usr/src/sys/pci/if_ste.c:937 | /usr/src/sys/vm/uma_core.c:1332: could sleep with "ste0" locked from /usr/src/sys/pci/if_ste.c:937 | /usr/src/sys/vm/uma_core.c:1332: could sleep with "ste0" locked from /usr/src/sys/pci/if_ste.c:937 | ste0: Ethernet address: 00:50:ba:71:be:ea | ste0: MII without any phy! | device_probe_and_attach: ste0 attach returned 6 I'd like to send you some code to test out. It looks like a 550 is different from a 580 part. I need to do some testing. Thanks, Doug A. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message