On Fri, 25 Jun 2010 04:03:14 +0000 SAITOH Masanobu <msai...@netbsd.org> wrote:
> Modified Files: > src/sys/dev/pci: if_wm.c if_wmreg.h > > Log Message: > Add some code to support 82580[ER]. Tested on my own I340-T4. Hi, My wm0 does not attach anymore. Kernel from 2010-06-20: wm0 at pci3 dev 6 function 0: Intel i82541PI 1000BASE-T Ethernet, rev. 5 wm0: interrupting at ioapic0 pin 21 wm0: 32-bit 33MHz PCI bus wm0: 64 word (6 address bits) MicroWire EEPROM wm0: Ethernet address 00:1b:21:4d:a9:66 igphy0 at wm0 phy 1: Intel IGP01E1000 Gigabit PHY, rev. 0 Today's kernel: wm0 at pci3 dev 6 function 0: Intel i82541PI 1000BASE-T Ethernet, rev. 5 wm0: interrupting at ioapic0 pin 21 wm0: 32-bit 33MHz PCI bus wm0: 64 word (6 address bits) MicroWire EEPROM No error messages(?), but apparently the mac address didn't read out and the phy didn't attach. Kind regards, -Tobias