From owner-freebsd-current Sun Dec 10 11:23:19 2000 From owner-freebsd-current@FreeBSD.ORG Sun Dec 10 11:23:16 2000 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id ED35737B400 for ; Sun, 10 Dec 2000 11:23:15 -0800 (PST) Received: from [212.238.77.116] (helo=buffy.raggedclown) by post.mail.nl.demon.net with smtp (Exim 3.14 #2) id 145C40-0007gh-00; Sun, 10 Dec 2000 19:23:13 +0000 Received: from localhost (localhost [[UNIX: localhost]]) by buffy.raggedclown (8.10.2/8.10.2) id eBAJ66O06075; Sun, 10 Dec 2000 20:06:06 +0100 From: Cliff Sarginson Date: Sun, 10 Dec 2000 20:06:05 +0100 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="us-ascii" To: Mark Huizer , freebsd-current@freebsd.org References: <20001210130814.A47149@dohd.cx> In-Reply-To: <20001210130814.A47149@dohd.cx> Subject: Re: fxp driver not reset after Windows reboot? MIME-Version: 1.0 Message-Id: <00121020060504.01067@buffy> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello I have the self same problem with my nics' Realtek 8139's. But on my '98 machine it is dual bootable with Linux. If I don't power cycle the PC between using windows and Linux my nic's are unusable, gaining a MAC address of FFFF........ as I see yours does. I have found no solution for it (even swearing doesnt help) but since it so similar to your problem and with both Linux and FreeBSD .... we have been Gate'd again Cliff On Sunday 10 December 2000 13:08, Mark Huizer wrote: > Hello, > > On my VAIO laptop, I have trouble rebooting directly from Windows to > FreeBSD (luckily enough I don't run Windows that often :-) > I tried to look at the driver code, but it looks to me like it is doing > resets when attaching the fxp driver, but somehow, Windows has left it > in the state where it isn't recognized properly. > > Below I have dmesg output, stripped to the fxp0 part. Does anyone have > an idea what the problem might be, or where to try to debug this? > I have added some comments to the dmesg output, /* here */, to add the > programs running there > > Mark > > FreeBSD 5.0-CURRENT #0: Wed Dec 6 09:34:39 CET 2000 > root@pooh.local.dohd.org:/usr/src2/sys/compile/vaio > Preloaded elf kernel "kernel" at 0xc042b000. > Preloaded userconfig_script "/boot/kernel.conf" at 0xc042b09c. > Preloaded elf module "if_fxp.ko" at 0xc042b0ec. > fxp0: port 0xfcc0-0xfcff mem > 0xfed00000-0xfedfffff,0xfecff000-0xfecfffff irq 9 at device 11.0 on pci0 > fxp0: Ethernet address ff:ff:ff:ff:ff:ff, 10Mbps > BRIDGE 990810, have 7 interfaces > -- index 1 type 6 phy 0 addrl 6 addr ff.ff.ff.ff.ff.ff > /* dhclient leads to the below */ > fxp0: SCB timeout > fxp0: SCB timeout > fxp0: SCB timeout > fxp0: DMA timeout > fxp0: SCB timeout > fxp0: DMA timeout > fxp0: SCB timeout > fxp0: SCB timeout > fxp0: warning: unsupported PHY, type = 63, addr = 255 > /* IPv6 router sollicitation below */ > fxp0: SCB timeout > fxp0: SCB timeout > fxp0: SCB timeout > fxp0: SCB timeout > fxp0: DMA timeout > fxp0: SCB timeout > fxp0: DMA timeout > fxp0: SCB timeout > fxp0: SCB timeout > fxp0: warning: unsupported PHY, type = 63, addr = 255 > /* various stuff like apache etc below */ > fxp0: SCB timeout > fxp0: SCB timeout > fxp0: SCB timeout > fxp0: DMA timeout > fxp0: SCB timeout > fxp0: DMA timeout > fxp0: SCB timeout > fxp0: SCB timeout > fxp0: warning: unsupported PHY, type = 63, addr = 255 > fxp0: SCB timeout > fxp0: SCB timeout > fxp0: device timeout > fxp0: SCB timeout > fxp0: SCB timeout > fxp0: SCB timeout > fxp0: DMA timeout > fxp0: SCB timeout > fxp0: DMA timeout > fxp0: SCB timeout > fxp0: SCB timeout > fxp0: warning: unsupported PHY, type = 63, addr = 255 > fxp0: SCB timeout > fxp0: SCB timeout > fxp0: device timeout > fxp0: SCB timeout > /* etc etc */ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message