Re: fxp driver not reset after Windows reboot?

2000-12-17 Thread Andrzej Bialecki
On Sat, 16 Dec 2000, Jonathan M. Bresler wrote: Andrzej, did you receive a response regarding your email the Intel Pro 10/100B/100+ Ethernet being unresponsive after running windows? i seem to have the same problem. Yes and no. The answer provided by dg (I think) was that Win

Re: fxp driver not reset after Windows reboot?

2000-12-16 Thread Jonathan M. Bresler
Andrzej, did you receive a response regarding your email the Intel Pro 10/100B/100+ Ethernet being unresponsive after running windows? i seem to have the same problem. jmb To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: fxp driver not reset after Windows reboot?

2000-12-16 Thread Mike Smith
Andrzej, did you receive a response regarding your email the Intel Pro 10/100B/100+ Ethernet being unresponsive after running windows? i seem to have the same problem. I'm working on the (longer-term) solution to this at the moment. In the meantime, it's going to need a driver

PCI power states (was Re: fxp driver not reset after Windows reboot? )

2000-12-11 Thread Mike Smith
Based on the above, I would say that Windows has powered-down the NIC. This is outside of the scope of the driver, so I don't think a solution should be implemented there. Probably something for our APM folks. It's actually an ACPI-ish issue, however drivers are probably going to have to

Re: fxp driver not reset after Windows reboot?

2000-12-11 Thread Andrzej Bialecki
On Sun, 10 Dec 2000, 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

Re: PCI power states (was Re: fxp driver not reset after Windows reboot? )

2000-12-11 Thread Mark Huizer
All of these can be abstracted as PCI methods, so they won't require lots of cut-n-paste in each driver: pci_enable_busmaster(dev); pci_enable_io(dev, SYS_RES_IOPORT | SYS_RES_MEMORY); pci_set_powerstate(dev, PCI_POWERSTATE_D0); Consider the above a request for review

Re: PCI power states (was Re: fxp driver not reset after Windows reboot? )

2000-12-11 Thread Stefan Esser
On 2000-12-11 01:04 -0800, Mike Smith [EMAIL PROTECTED] wrote: All of these can be abstracted as PCI methods, so they won't require lots of cut-n-paste in each driver: pci_enable_busmaster(dev); pci_enable_io(dev, SYS_RES_IOPORT | SYS_RES_MEMORY); pci_set_powerstate(dev,

Re: PCI power states (was Re: fxp driver not reset after Windows reboot? )

2000-12-11 Thread Mike Smith
pci_enable_busmaster(dev); pci_enable_io(dev, SYS_RES_IOPORT | SYS_RES_MEMORY); pci_set_powerstate(dev, PCI_POWERSTATE_D0); Consider the above a request for review on the matter. Shouldn't that be: pci_enable_io(dev, SYS_RES_IOPORT | SYS_RES_MEMORY);

fxp driver not reset after Windows reboot?

2000-12-10 Thread Mark Huizer
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

Re: fxp driver not reset after Windows reboot?

2000-12-10 Thread Cliff Sarginson
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 as I see yours does. I have found no solution for it

Re: fxp driver not reset after Windows reboot?

2000-12-10 Thread David Greenman
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