Hello intel developers! I don't know if I post to the right list but I have trouble getting the e1000e driver to work with a pcie network chip, vendor: 0x8086 Device: 0x10D3 which seems to be an intel 82574 ethernet chip.
I tried the linux kernel 2.0.6.28-RC6 and also the latest intel driver from intel.com. Both drivers recognized the device and created an eth1 entry but it was not possible to send or receive packets. But the orange led on the ethernet connector, indicating activity, flashed. First thing you notice when you boot are the following entries in dmesg: Where 0000:13:00.0 is the 82574 chip. 0000:13:00.0: 0000:13:00.0: Failed to initialize MSI-X interrupts. Falling back to MSI interrupts. 0000:13:00.0: 0000:13:00.0: Failed to initialize MSI interrupts. Falling back to legacy interrupts. If I then ifconfig up eth1 I get an error message in dmesg and the mouse under X starts to be very slow: irq 10: nobody cared (try booting with the "irqpoll" option) Pid: 765, comm: ifconfig Not tainted 2.6.28-rc6 #2 Call Trace: [<b0131218>] 0xb0131218 [<b013121f>] 0xb013121f [<b013133e>] 0xb013133e [<b01306c1>] 0xb01306c1 [<b0131a35>] 0xb0131a35 [<b0104900>] 0xb0104900 [<b0103887>] 0xb0103887 [<f8a39e30>] 0xf8a39e30 [<f8a3f10b>] 0xf8a3f10b [<f8a3fd55>] 0xf8a3fd55 [<b02762a9>] 0xb02762a9 [<b0276368>] 0xb0276368 [<b0278dfe>] 0xb0278dfe [<b02775d8>] 0xb02775d8 [<b02ac7c7>] 0xb02ac7c7 [<b026d98a>] 0xb026d98a [<b026d7ee>] 0xb026d7ee [<b0152469>] 0xb0152469 [<b015285c>] 0xb015285c [<b013e9c0>] 0xb013e9c0 [<b010ea1e>] 0xb010ea1e [<b01528be>] 0xb01528be [<b0102da2>] 0xb0102da2 handlers: [<b0248557>] Disabling IRQ #10 Cating /proc/interrupts before and after the ifconfig gives you the following: CPU0 0: 11626 XT-PIC-XT timer 2: 0 XT-PIC-XT cascade 4: 431 XT-PIC-XT ehci_hcd:usb1, uhci_hcd:usb7 5: 6788 XT-PIC-XT net2280, eth0 6: 421 XT-PIC-XT ehci_hcd:usb2, uhci_hcd:usb5 7: 3 XT-PIC-XT 8: 0 XT-PIC-XT rtc 9: 0 XT-PIC-XT acpi, uhci_hcd:usb4 10: 159 XT-PIC-XT uhci_hcd:usb3 11: 0 XT-PIC-XT uhci_hcd:usb6 14: 0 XT-PIC-XT ata_piix 15: 892 XT-PIC-XT ata_piix NMI: 0 Non-maskable interrupts TRM: 0 Thermal event interrupts ERR: 3 and after: CPU0 0: 23943 XT-PIC-XT timer 2: 0 XT-PIC-XT cascade 4: 500 XT-PIC-XT ehci_hcd:usb1, uhci_hcd:usb7, eth1 5: 13908 XT-PIC-XT net2280, eth0 6: 421 XT-PIC-XT ehci_hcd:usb2, uhci_hcd:usb5 7: 6 XT-PIC-XT 8: 0 XT-PIC-XT rtc 9: 0 XT-PIC-XT acpi, uhci_hcd:usb4 10: 200000 XT-PIC-XT uhci_hcd:usb3 11: 0 XT-PIC-XT uhci_hcd:usb6 14: 0 XT-PIC-XT ata_piix 15: 893 XT-PIC-XT ata_piix NMI: 0 Non-maskable interrupts TRM: 0 Thermal event interrupts ERR: 6 So you can see a lot of interrupts on irq 10. I also tried to boot with irqpoll which did not help. I also completely disabled USB in the bios and I then did not see the massive amount of interrupts anymore but the network chip did not start to work either. Any ideas what I should try next to hunt down this odd behaviour? The latest Windows driver from intel does work with this hardware, but I also had odd behaviour with an older Windows driver. Thanks a lot, Fabian for reference complete dmesg output: latency timer to 64 pci 0000:02:08.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, low) -> IRQ 10 pci 0000:02:08.0: setting latency timer to 64 pci 0000:02:09.0: PCI INT A -> Link[LNKB] -> GSI 3 (level, low) -> IRQ 3 pci 0000:02:09.0: setting latency timer to 64 pci 0000:07:00.0: PCI INT A -> Link[LNKB] -> GSI 3 (level, low) -> IRQ 3 pci 0000:07:00.0: setting latency timer to 64 pci 0000:02:0a.0: PCI INT A -> Link[LNKC] -> GSI 4 (level, low) -> IRQ 4 pci 0000:02:0a.0: setting latency timer to 64 pci 0000:09:00.0: PCI INT A -> Link[LNKC] -> GSI 4 (level, low) -> IRQ 4 pci 0000:09:00.0: setting latency timer to 64 pci 0000:0a:01.0: PCI INT A -> Link[LNKD] -> GSI 11 (level, low) -> IRQ 11 pci 0000:0a:01.0: setting latency timer to 64 pci 0000:0a:02.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, low) -> IRQ 10 pci 0000:0a:02.0: setting latency timer to 64 pci 0000:0a:03.0: PCI INT A -> Link[LNKB] -> GSI 3 (level, low) -> IRQ 3 pci 0000:0a:03.0: setting latency timer to 64 pci 0000:0a:08.0: PCI INT A -> Link[LNKC] -> GSI 4 (level, low) -> IRQ 4 pci 0000:0a:08.0: setting latency timer to 64 pci 0000:0a:09.0: PCI INT A -> Link[LNKD] -> GSI 11 (level, low) -> IRQ 11 pci 0000:0a:09.0: setting latency timer to 64 pci 0000:0a:0a.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, low) -> IRQ 10 pci 0000:0a:0a.0: setting latency timer to 64 pci 0000:0a:0b.0: PCI INT A -> Link[LNKB] -> GSI 3 (level, low) -> IRQ 3 pci 0000:0a:0b.0: setting latency timer to 64 pci 0000:02:0b.0: PCI INT A -> Link[LNKD] -> GSI 11 (level, low) -> IRQ 11 pci 0000:02:0b.0: setting latency timer to 64 pci 0000:00:1c.4: PCI INT A -> Link[LNKA] -> GSI 10 (level, low) -> IRQ 10 pci 0000:00:1c.4: setting latency timer to 64 pci 0000:00:1e.0: setting latency timer to 64 bus: 00 index 0 io port: [0x00-0xffff] bus: 00 index 1 mmio: [0x000000-0xffffffff] bus: 01 index 0 mmio: [0x0-0x0] bus: 01 index 1 mmio: [0xfda00000-0xfdefffff] bus: 01 index 2 mmio: [0x0-0x0] bus: 01 index 3 mmio: [0x0-0x0] bus: 02 index 0 mmio: [0x0-0x0] bus: 02 index 1 mmio: [0xfda00000-0xfddfffff] bus: 02 index 2 mmio: [0x0-0x0] bus: 02 index 3 mmio: [0x0-0x0] bus: 03 index 0 mmio: [0x0-0x0] bus: 03 index 1 mmio: [0x0-0x0] bus: 03 index 2 mmio: [0x0-0x0] bus: 03 index 3 mmio: [0x0-0x0] bus: 04 index 0 mmio: [0x0-0x0] bus: 04 index 1 mmio: [0x0-0x0] bus: 04 index 2 mmio: [0x0-0x0] bus: 04 index 3 mmio: [0x0-0x0] bus: 05 index 0 mmio: [0x0-0x0] bus: 05 index 1 mmio: [0x0-0x0] bus: 05 index 2 mmio: [0x0-0x0] bus: 05 index 3 mmio: [0x0-0x0] bus: 06 index 0 mmio: [0x0-0x0] bus: 06 index 1 mmio: [0xfdc00000-0xfddfffff] bus: 06 index 2 mmio: [0x0-0x0] bus: 06 index 3 mmio: [0x0-0x0] bus: 07 index 0 mmio: [0x0-0x0] bus: 07 index 1 mmio: [0xfdb00000-0xfdbfffff] bus: 07 index 2 mmio: [0x0-0x0] bus: 07 index 3 mmio: [0x0-0x0] bus: 08 index 0 mmio: [0x0-0x0] bus: 08 index 1 mmio: [0xfdb00000-0xfdbfffff] bus: 08 index 2 mmio: [0x0-0x0] bus: 08 index 3 mmio: [0x0-0x0] bus: 09 index 0 mmio: [0x0-0x0] bus: 09 index 1 mmio: [0xfda00000-0xfdafffff] bus: 09 index 2 mmio: [0x0-0x0] bus: 09 index 3 mmio: [0x0-0x0] bus: 0a index 0 mmio: [0x0-0x0] bus: 0a index 1 mmio: [0x0-0x0] bus: 0a index 2 mmio: [0x0-0x0] bus: 0a index 3 mmio: [0x0-0x0] bus: 0b index 0 mmio: [0x0-0x0] bus: 0b index 1 mmio: [0x0-0x0] bus: 0b index 2 mmio: [0x0-0x0] bus: 0b index 3 mmio: [0x0-0x0] bus: 0c index 0 mmio: [0x0-0x0] bus: 0c index 1 mmio: [0x0-0x0] bus: 0c index 2 mmio: [0x0-0x0] bus: 0c index 3 mmio: [0x0-0x0] bus: 0d index 0 mmio: [0x0-0x0] bus: 0d index 1 mmio: [0x0-0x0] bus: 0d index 2 mmio: [0x0-0x0] bus: 0d index 3 mmio: [0x0-0x0] bus: 0e index 0 mmio: [0x0-0x0] bus: 0e index 1 mmio: [0x0-0x0] bus: 0e index 2 mmio: [0x0-0x0] bus: 0e index 3 mmio: [0x0-0x0] bus: 0f index 0 mmio: [0x0-0x0] bus: 0f index 1 mmio: [0x0-0x0] bus: 0f index 2 mmio: [0x0-0x0] bus: 0f index 3 mmio: [0x0-0x0] bus: 10 index 0 mmio: [0x0-0x0] bus: 10 index 1 mmio: [0x0-0x0] bus: 10 index 2 mmio: [0x0-0x0] bus: 10 index 3 mmio: [0x0-0x0] bus: 11 index 0 mmio: [0x0-0x0] bus: 11 index 1 mmio: [0x0-0x0] bus: 11 index 2 mmio: [0x0-0x0] bus: 11 index 3 mmio: [0x0-0x0] bus: 12 index 0 mmio: [0x0-0x0] bus: 12 index 1 mmio: [0x0-0x0] bus: 12 index 2 mmio: [0x0-0x0] bus: 12 index 3 mmio: [0x0-0x0] bus: 13 index 0 io port: [0xe000-0xefff] bus: 13 index 1 mmio: [0xfd900000-0xfd9fffff] bus: 13 index 2 mmio: [0x0-0x0] bus: 13 index 3 mmio: [0x0-0x0] bus: 14 index 0 mmio: [0x0-0x0] bus: 14 index 1 mmio: [0xfd700000-0xfd7fffff] bus: 14 index 2 mmio: [0xfd600000-0xfd6fffff] bus: 14 index 3 io port: [0x00-0xffff] bus: 14 index 4 mmio: [0x000000-0xffffffff] NET: Registered protocol family 2 IP route cache hash table entries: 65536 (order: 6, 262144 bytes) TCP established hash table entries: 262144 (order: 9, 2097152 bytes) TCP bind hash table entries: 65536 (order: 6, 262144 bytes) TCP: Hash tables configured (established 262144 bind 65536) TCP reno registered NET: Registered protocol family 1 squashfs: version 3.4 (2008/08/26) Phillip Lougher msgmni has been set to 2276 io scheduler noop registered (default) pci 0000:00:02.0: Boot video device input: Power Button (FF) as /class/input/input0 ACPI: Power Button (FF) [PWRF] input: Power Button (CM) as /class/input/input1 ACPI: Power Button (CM) [PWRB] ACPI: SSDT CF6E7040, 04BE (r1 PmRef Cpu0Ist 3000 INTL 20040311) processor ACPI_CPU:00: registered as cooling_device0 Real Time Clock Driver v1.12ac Linux agpgart interface v0.103 agpgart-intel 0000:00:00.0: Intel 965GME/GLE Chipset agpgart-intel 0000:00:00.0: detected 7676K stolen memory agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000 brd: module loaded loop: module loaded usbcore: registered new interface driver asix usbcore: registered new interface driver MOSCHIP usb-ethernet driver Uniform Multi-Platform E-IDE driver ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports ide-gd driver 1.18 Driver 'sd' needs updating - please use bus_type methods ata_piix 0000:00:1f.2: version 2.12 ata_piix 0000:00:1f.2: PCI INT B -> Link[LNKD] -> GSI 11 (level, low) -> IRQ 11 ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ] ata_piix 0000:00:1f.2: setting latency timer to 64 scsi0 : ata_piix scsi1 : ata_piix ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf800 irq 14 ata2: SATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf808 irq 15 ata1.00: SATA link down (SStatus 0 SControl 300) ata1.01: SATA link down (SStatus 0 SControl 300) ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300) ata2.01: SATA link down (SStatus 0 SControl 0) ata2.00: ATA-8: FUJITSU MHW2160BH, 0000001C, max UDMA/100 ata2.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 0/32) ata2.00: configured for UDMA/100 scsi 1:0:0:0: Direct-Access ATA FUJITSU MHW2160B 0000 PQ: 0 ANSI: 5 sd 1:0:0:0: [sda] 312581808 512-byte hardware sectors: (160 GB/149 GiB) sd 1:0:0:0: [sda] Write Protect is off sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00 sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA sd 1:0:0:0: [sda] 312581808 512-byte hardware sectors: (160 GB/149 GiB) sd 1:0:0:0: [sda] Write Protect is off sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00 sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA sda: sda1 sda2 sda3 sd 1:0:0:0: [sda] Attached SCSI disk ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver ehci_hcd 0000:00:1a.7: PCI INT C -> Link[LNKC] -> GSI 4 (level, low) -> IRQ 4 ehci_hcd 0000:00:1a.7: setting latency timer to 64 ehci_hcd 0000:00:1a.7: EHCI Host Controller ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1 ehci_hcd 0000:00:1a.7: debug port 1 ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported ehci_hcd 0000:00:1a.7: irq 4, io mem 0xfdffe000 ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00 usb usb1: configuration #1 chosen from 1 choice hub 1-0:1.0: USB hub found hub 1-0:1.0: 4 ports detected ACPI: PCI Interrupt Link [LNK1] enabled at IRQ 6 PCI: setting IRQ 6 as level-triggered ehci_hcd 0000:00:1d.7: PCI INT A -> Link[LNK1] -> GSI 6 (level, low) -> IRQ 6 ehci_hcd 0000:00:1d.7: setting latency timer to 64 ehci_hcd 0000:00:1d.7: EHCI Host Controller ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2 ehci_hcd 0000:00:1d.7: debug port 1 ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported ehci_hcd 0000:00:1d.7: irq 6, io mem 0xfdffd000 ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00 spurious 8259A interrupt: IRQ7. usb usb2: configuration #1 chosen from 1 choice hub 2-0:1.0: USB hub found hub 2-0:1.0: 6 ports detected uhci_hcd: USB Universal Host Controller Interface driver uhci_hcd 0000:00:1a.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, low) -> IRQ 10 uhci_hcd 0000:00:1a.0: setting latency timer to 64 uhci_hcd 0000:00:1a.0: UHCI Host Controller uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3 uhci_hcd 0000:00:1a.0: irq 10, io base 0x0000fd00 usb usb3: configuration #1 chosen from 1 choice hub 3-0:1.0: USB hub found hub 3-0:1.0: 2 ports detected ACPI: PCI Interrupt Link [LNKF] enabled at IRQ 9 PCI: setting IRQ 9 as level-triggered uhci_hcd 0000:00:1a.1: PCI INT B -> Link[LNKF] -> GSI 9 (level, low) -> IRQ 9 uhci_hcd 0000:00:1a.1: setting latency timer to 64 uhci_hcd 0000:00:1a.1: UHCI Host Controller uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4 uhci_hcd 0000:00:1a.1: irq 9, io base 0x0000fc00 usb usb4: configuration #1 chosen from 1 choice hub 4-0:1.0: USB hub found hub 4-0:1.0: 2 ports detected uhci_hcd 0000:00:1d.0: PCI INT A -> Link[LNK1] -> GSI 6 (level, low) -> IRQ 6 uhci_hcd 0000:00:1d.0: setting latency timer to 64 uhci_hcd 0000:00:1d.0: UHCI Host Controller uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5 uhci_hcd 0000:00:1d.0: irq 6, io base 0x0000fb00 usb usb5: configuration #1 chosen from 1 choice hub 5-0:1.0: USB hub found hub 5-0:1.0: 2 ports detected uhci_hcd 0000:00:1d.1: PCI INT B -> Link[LNKD] -> GSI 11 (level, low) -> IRQ 11 uhci_hcd 0000:00:1d.1: setting latency timer to 64 uhci_hcd 0000:00:1d.1: UHCI Host Controller uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6 uhci_hcd 0000:00:1d.1: irq 11, io base 0x0000fa00 usb usb6: configuration #1 chosen from 1 choice hub 6-0:1.0: USB hub found hub 6-0:1.0: 2 ports detected uhci_hcd 0000:00:1d.2: PCI INT C -> Link[LNKC] -> GSI 4 (level, low) -> IRQ 4 uhci_hcd 0000:00:1d.2: setting latency timer to 64 uhci_hcd 0000:00:1d.2: UHCI Host Controller uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7 uhci_hcd 0000:00:1d.2: irq 4, io base 0x0000f900 usb usb7: configuration #1 chosen from 1 choice hub 7-0:1.0: USB hub found hub 7-0:1.0: 2 ports detected ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 5 PCI: setting IRQ 5 as level-triggered net2280 0000:14:04.0: PCI INT A -> Link[LNKE] -> GSI 5 (level, low) -> IRQ 5 net2280 0000:14:04.0: setting latency timer to 64 net2280 0000:14:04.0: PLX NET228x USB Peripheral Controller net2280 0000:14:04.0: irq 5, pci mem f8820000, chip rev 0101 net2280 0000:14:04.0: version: 2005 Sept 27; dma enabled mice: PS/2 mouse device common for all mice cpuidle: using governor ladder usbcore: registered new interface driver usbhid usbhid: v2.6:USB HID core driver nf_conntrack version 0.5.0 (16384 buckets, 65536 max) ip_tables: (C) 2000-2006 Netfilter Core Team TCP cubic registered NET: Registered protocol family 17 RPC: Registered udp transport module. RPC: Registered tcp transport module. Using IPI Shortcut mode usb 1-3: new high speed USB device using ehci_hcd and address 3 usb 1-3: configuration #1 chosen from 1 choice hub 1-3:1.0: USB hub found hub 1-3:1.0: 4 ports detected IP-Config: No network devices available. Freeing unused kernel memory: 264k freed EXT3-fs warning: feature flags set on rev 0 fs, running e2fsck is recommended kjournald starting. Commit interval 5 seconds EXT3-fs warning (device sda3): ext3_update_dynamic_rev: updating to rev 1 because of new feature flag, running e2fsck is recommended EXT3 FS on sda3, internal journal EXT3-fs: mounted filesystem with ordered data mode. Initializing USB Mass Storage driver... usbcore: registered new interface driver usb-storage USB Mass Storage support registered. e100: Intel(R) PRO/100 Network Driver, 3.5.23-k6-NAPI e100: Copyright(c) 1999-2006 Intel Corporation Intel(R) PRO/1000 Network Driver - version 7.3.20-k3-NAPI Copyright (c) 1999-2006 Intel Corporation. e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.3-k6 e1000e: Copyright (c) 1999-2008 Intel Corporation. e1000e 0000:00:19.0: PCI INT A -> Link[LNKE] -> GSI 5 (level, low) -> IRQ 5 e1000e 0000:00:19.0: setting latency timer to 64 0000:00:19.0: 0000:00:19.0: Failed to initialize MSI interrupts. Falling back to legacy interrupts. 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) 00:e0:33:9a:01:20 0000:00:19.0: eth0: Intel(R) PRO/10/100 Network Connection 0000:00:19.0: eth0: MAC: 5, PHY: 7, PBA No: 502108-042 e1000e 0000:13:00.0: PCI INT A -> Link[LNKC] -> GSI 4 (level, low) -> IRQ 4 e1000e 0000:13:00.0: setting latency timer to 64 0000:13:00.0: 0000:13:00.0: Failed to initialize MSI-X interrupts. Falling back to MSI interrupts. 0000:13:00.0: 0000:13:00.0: Failed to initialize MSI interrupts. Falling back to legacy interrupts. usb 3-1: new low speed USB device using uhci_hcd and address 2 0000:13:00.0: eth1: (PCI Express:2.5GB/s:Width x1) 00:e0:33:83:01:20 0000:13:00.0: eth1: Intel(R) PRO/1000 Network Connection 0000:13:00.0: eth1: MAC: 3, PHY: 8, PBA No: 215042-008 sky2 driver version 1.22 usb 3-1: configuration #1 chosen from 1 choice input: HID 046a:0001 as /class/input/input2 generic-usb 0003:046A:0001.0001: input: USB HID v1.00 Keyboard [HID 046a:0001] on usb-0000:00:1a.0-1/input0 usb 7-1: new full speed USB device using uhci_hcd and address 2 usb 7-1: configuration #1 chosen from 1 choice usb 1-3.2: new low speed USB device using ehci_hcd and address 4 usb 1-3.2: configuration #1 chosen from 1 choice input: Logitech Optical USB Mouse as /class/input/input3 generic-usb 0003:046D:C016.0002: input: USB HID v1.10 Mouse [Logitech Optical USB Mouse] on usb-0000:00:1a.7-3.2/input0 usb 1-3.3: new low speed USB device using ehci_hcd and address 5 usb 1-3.3: configuration #1 chosen from 1 choice input: USB Keyboard as /class/input/input4 generic-usb 0003:0AAD:0024.0003: input: USB HID v1.10 Keyboard [USB Keyboard] on usb-0000:00:1a.7-3.3/input0 input: USB Keyboard as /class/input/input5 generic-usb 0003:0AAD:0024.0004: input: USB HID v1.10 Mouse [USB Keyboard] on usb-0000:00:1a.7-3.3/input1 irq 10: nobody cared (try booting with the "irqpoll" option) Pid: 765, comm: ifconfig Not tainted 2.6.28-rc6 #2 Call Trace: [<b0131218>] 0xb0131218 [<b013121f>] 0xb013121f [<b013133e>] 0xb013133e [<b01306c1>] 0xb01306c1 [<b0131a35>] 0xb0131a35 [<b0104900>] 0xb0104900 [<b0103887>] 0xb0103887 [<f8a39e30>] 0xf8a39e30 [<f8a3f10b>] 0xf8a3f10b [<f8a3fd55>] 0xf8a3fd55 [<b02762a9>] 0xb02762a9 [<b0276368>] 0xb0276368 [<b0278dfe>] 0xb0278dfe [<b02775d8>] 0xb02775d8 [<b02ac7c7>] 0xb02ac7c7 [<b026d98a>] 0xb026d98a [<b026d7ee>] 0xb026d7ee [<b0152469>] 0xb0152469 [<b015285c>] 0xb015285c [<b013e9c0>] 0xb013e9c0 [<b010ea1e>] 0xb010ea1e [<b01528be>] 0xb01528be [<b0102da2>] 0xb0102da2 handlers: [<b0248557>] Disabling IRQ #10 ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ E1000-devel mailing list E1000-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/e1000-devel