From owner-freebsd-stable Mon Aug 13 10:15:24 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail1.hub.org (webmail.hub.org [216.126.85.1]) by hub.freebsd.org (Postfix) with ESMTP id B1DFD37B401 for ; Mon, 13 Aug 2001 10:15:16 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by mail1.hub.org (8.11.3/8.11.4) with ESMTP id f7DHFJ249219 for ; Mon, 13 Aug 2001 13:15:19 -0400 (EDT) (envelope-from scrappy@hub.org) Date: Mon, 13 Aug 2001 13:15:19 -0400 (EDT) From: "Marc G. Fournier" To: Subject: pcn device requires kldunload/kldload to come up ... Message-ID: <20010813131334.I43922-100000@mail1.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Morning ... Using 4.4-PRERELEASE from today, if I reboot the machine, I have to physically go in and do a: kldunload if_pcn kldload if_pcn To get the device to load properly ... on boot, it shows: pcn0: port 0x2180-0x219f mem 0xfebfdc00-0xfebfdc1f irq 7 at device 9.0 on pci0 pcn0: Ethernet address: 00:06:29:50:e8:79 miibus0: on pcn0 ukphy0: on miibus0 ukphy0: no media present ukphy0: detached miibus0: detached pcn0: detached pcn0: port 0x2180-0x219f mem 0xfebfdc00-0xfebfdc1f irq 7 at device 9.0 on pci0 pcn0: Ethernet address: 00:06:29:50:e8:79 miibus0: on pcn0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto Basically, it comes up without recognizing the 'media' ... Anyone else seen this problem, and/or know how to fix it? Thanks ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message