OK so a couple of thing kind of stand out.  What interface is the e1000 on?  
eth0? That's not being called out or you filtered it out from the dmesg.  Early 
on eth2 is the e1000 interface but later it's one of the Gianfar interfaces.  
Can you clear this up for us?

Also, it looks like you have a bonding configuration.  What interfaces are 
being bonded?  You also have a Gianfar NIC with 2 interfaces.  Is this still 
happening when no bonding is configured?  Does the problem occur when the 
Gianfar interfaces are down/inactive?  I'm just trying to narrow things down a 
bit.  I'd like this to be tried with just the e1000 driver being active to see 
if it's happening then.

Can you send the entire dmesg?  Is it too big to email?

Cheers,
John


> -----Original Message-----
> From: [email protected] [mailto:[email protected]] On Behalf Of Peter
> LaDow
> Sent: Thursday, June 06, 2013 12:40 PM
> To: Ronciak, John
> Cc: Brandeburg, Jesse; Waskiewicz Jr, Peter P; e1000-
> [email protected]
> Subject: Re: [E1000-devel] Memory Corruption with e1000
> 
> On Thu, Jun 6, 2013 at 11:23 AM, Ronciak, John <[email protected]>
> wrote:
> > I agree with Jesse but this driver has been in the field for a very
> long time with no reports like this coming to us.  Can you send us the
> dmesg when this is happening?  I want to see if there are messages from
> the driver like if the down is being delayed somehow.  Or re-enabled.
> 
> I stripped out the up/down messages.  But yes, there are sometimes up
> messages.  At the end is the complete dmesg output.  I've tweaked the
> script to print whenever the interface is changed.  It appears that the
> slab errors are when the interface comes down:
> 
> Bringing eth2 up...
> e1000: eth2 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX
> ADDRCONF(NETDEV_UP): eth2: link is not ready
> ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready Tearing eth2 down...
> slab error in verify_redzone_free(): cache `size-2048': memory outside
> object was overwritten Call Trace:
> [ee275c70] [c0007b80] show_stack+0x58/0x154 (unreliable) [ee275cb0]
> [c007bb0c] __slab_error+0x2c/0x3c [ee275cc0] [c007c0d0]
> cache_free_debugcheck+0x184/0x274 [ee275cf0] [c007c36c]
> kfree+0x90/0x10c [ee275d10] [c02079e4] skb_release_data+0xb4/0xc8
> [ee275d20] [c02075dc] __kfree_skb+0x18/0xbc [ee275d30] [c0194d50]
> e1000_clean_rx_ring+0x10c/0x1a4 [ee275d60] [c0194e10]
> e1000_clean_all_rx_rings+0x28/0x54
> [ee275d70] [c019835c] e1000_close+0x30/0xb4 [ee275d90] [c02118d8]
> __dev_close_many+0xa0/0xe0 [ee275da0] [c0213670] __dev_close+0x2c/0x4c
> [ee275dc0] [c020ff28] __dev_change_flags+0xb8/0x140 [ee275de0]
> [c02117f4] dev_change_flags+0x1c/0x60 [ee275e00] [c02669b4]
> devinet_ioctl+0x2a4/0x700 [ee275e60] [c02677bc] inet_ioctl+0xc8/0xfc
> [ee275e70] [c01ffba4] sock_ioctl+0x260/0x2a0 [ee275e90] [c0090a80]
> vfs_ioctl+0x2c/0x58 [ee275ea0] [c00911ec] do_vfs_ioctl+0x610/0x698
> [ee275f10] [c00912cc] sys_ioctl+0x58/0x88 [ee275f40] [c000e674]
> ret_from_syscall+0x0/0x38
> --- Exception: c01 at 0xff35a3c
>     LR = 0xff359a0
> ee2a97b8: redzone 1:0x300574f524b4752, redzone 2:0xd84156c5635688c0.
> slab error in verify_redzone_free(): cache `size-2048': memory outside
> object was overwritten Call Trace:
> [ee275c70] [c0007b80] show_stack+0x58/0x154 (unreliable) [ee275cb0]
> [c007bb0c] __slab_error+0x2c/0x3c [ee275cc0] [c007c0d0]
> cache_free_debugcheck+0x184/0x274 [ee275cf0] [c007c36c]
> kfree+0x90/0x10c [ee275d10] [c02079e4] skb_release_data+0xb4/0xc8
> [ee275d20] [c02075dc] __kfree_skb+0x18/0xbc [ee275d30] [c0194d50]
> e1000_clean_rx_ring+0x10c/0x1a4 [ee275d60] [c0194e10]
> e1000_clean_all_rx_rings+0x28/0x54
> [ee275d70] [c019835c] e1000_close+0x30/0xb4 [ee275d90] [c02118d8]
> __dev_close_many+0xa0/0xe0 [ee275da0] [c0213670] __dev_close+0x2c/0x4c
> [ee275dc0] [c020ff28] __dev_change_flags+0xb8/0x140 [ee275de0]
> [c02117f4] dev_change_flags+0x1c/0x60 [ee275e00] [c02669b4]
> devinet_ioctl+0x2a4/0x700 [ee275e60] [c02677bc] inet_ioctl+0xc8/0xfc
> [ee275e70] [c01ffba4] sock_ioctl+0x260/0x2a0 [ee275e90] [c0090a80]
> vfs_ioctl+0x2c/0x58 [ee275ea0] [c00911ec] do_vfs_ioctl+0x610/0x698
> [ee275f10] [c00912cc] sys_ioctl+0x58/0x88 [ee275f40] [c000e674]
> ret_from_syscall+0x0/0x38
> --- Exception: c01 at 0xff35a3c
>     LR = 0xff359a0
> ee2a8fa0: redzone 1:0xd84156c5635688c0, redzone 2:0x534c4f545c42524f.
> Bringing eth2 up...
> e1000: eth2 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX
> ADDRCONF(NETDEV_UP): eth2: link is not ready
> ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready Tearing eth2 down...
> Unable to handle kernel paging request for data at address 0x00000000
> Faulting instruction address: 0xc0061c64
> Oops: Kernel access of bad area, sig: 11 [#1] SEL35xx Platform Modules
> linked in:
> NIP: c0061c64 LR: c02079a8 CTR: c000cbbc
> REGS: ee2c3c60 TRAP: 0300   Not tainted  (3.0.80)
> MSR: 00009032 <EE,ME,IR,DR>  CR: 24008248  XER: 00000000
> DAR: 00000000, DSISR: 20000000
> TASK = ed56dba0[4730] 'ifconfig' THREAD: ee2c2000
> GPR00: 00000000 ee2c3d10 ed56dba0 00000000 2e6a2e2a 000005f2 00000002
> 00000000
> GPR08: ef3d8da0 ee6a3428 00000800 0000f04d 00000000 10087a48 bfd6bb1c
> 10064ae4
> GPR16: 10064bc0 bfd6bb0c 00000000 bfd6baf4 00000228 00000000 00008914
> c0199aa4
> GPR24: c0199fe8 ed70f4b0 00000059 ed70f340 ef063120 00000000 00000001
> ee75e818 NIP [c0061c64] put_page+0x0/0x34 LR [c02079a8]
> skb_release_data+0x78/0xc8 Call Trace:
> [ee2c3d20] [c02075dc] __kfree_skb+0x18/0xbc [ee2c3d30] [c0194d50]
> e1000_clean_rx_ring+0x10c/0x1a4 [ee2c3d60] [c0194e10]
> e1000_clean_all_rx_rings+0x28/0x54
> [ee2c3d70] [c019835c] e1000_close+0x30/0xb4 [ee2c3d90] [c02118d8]
> __dev_close_many+0xa0/0xe0 [ee2c3da0] [c0213670] __dev_close+0x2c/0x4c
> [ee2c3dc0] [c020ff28] __dev_change_flags+0xb8/0x140 [ee2c3de0]
> [c02117f4] dev_change_flags+0x1c/0x60 [ee2c3e00] [c02669b4]
> devinet_ioctl+0x2a4/0x700 [ee2c3e60] [c02677bc] inet_ioctl+0xc8/0xfc
> [ee2c3e70] [c01ffba4] sock_ioctl+0x260/0x2a0 [ee2c3e90] [c0090a80]
> vfs_ioctl+0x2c/0x58 [ee2c3ea0] [c00911ec] do_vfs_ioctl+0x610/0x698
> [ee2c3f10] [c00912cc] sys_ioctl+0x58/0x88 [ee2c3f40] [c000e674]
> ret_from_syscall+0x0/0x38
> --- Exception: c01 at 0xff35a3c
>     LR = 0xff359a0
> Instruction dump:
> 419e0018 3c80c006 38630180 38842288 38a00000 4bfffe65 80010014 bbc10008
> 38210010 7c0803a6 4e800020 4bffff54
> <80030000> 7c691b78 700bc000 41a20008
> Kernel panic - not syncing: Fatal exception Call Trace:
> [ee2c3b90] [c0007b80] show_stack+0x58/0x154 (unreliable) [ee2c3bd0]
> [c001c290] panic+0xa8/0x1cc [ee2c3c20] [c000b1f0] die+0x178/0x19c
> [ee2c3c40] [c0011a44] bad_page_fault+0xe8/0xfc [ee2c3c50] [c000eb14]
> handle_page_fault+0x7c/0x80
> --- Exception: 300 at put_page+0x0/0x34
>     LR = skb_release_data+0x78/0xc8
> [ee2c3d10] [00000000]   (null) (unreliable)
> [ee2c3d20] [c02075dc] __kfree_skb+0x18/0xbc [ee2c3d30] [c0194d50]
> e1000_clean_rx_ring+0x10c/0x1a4 [ee2c3d60] [c0194e10]
> e1000_clean_all_rx_rings+0x28/0x54
> [ee2c3d70] [c019835c] e1000_close+0x30/0xb4 [ee2c3d90] [c02118d8]
> __dev_close_many+0xa0/0xe0 [ee2c3da0] [c0213670] __dev_close+0x2c/0x4c
> [ee2c3dc0] [c020ff28] __dev_change_flags+0xb8/0x140 [ee2c3de0]
> [c02117f4] dev_change_flags+0x1c/0x60 [ee2c3e00] [c02669b4]
> devinet_ioctl+0x2a4/0x700 [ee2c3e60] [c02677bc] inet_ioctl+0xc8/0xfc
> [ee2c3e70] [c01ffba4] sock_ioctl+0x260/0x2a0 [ee2c3e90] [c0090a80]
> vfs_ioctl+0x2c/0x58 [ee2c3ea0] [c00911ec] do_vfs_ioctl+0x610/0x698
> [ee2c3f10] [c00912cc] sys_ioctl+0x58/0x88 [ee2c3f40] [c000e674]
> ret_from_syscall+0x0/0x38
> --- Exception: c01 at 0xff35a3c
>     LR = 0xff359a0
> 
> Here's the kernel command line:
> 
> ubi.mtd=1 console=ttyS0,115200 panic=2 debug
> 
> And the full dmesg output at startup:
> 
> ## Booting kernel from Legacy Image at ff0c0000 ...
>    Image Name:   Linux-3.0.80
>    Created:      2013-06-06  16:26:22 UTC
>    Image Type:   PowerPC Linux Kernel Image (gzip compressed)
>    Data Size:    1879172 Bytes = 1.8 MiB
>    Load Address: 00000000
>    Entry Point:  00000000
>    Verifying Checksum ... OK
> ## Loading init Ramdisk from Legacy Image at ff480000 ...
>    Image Name:   initrd
>    Created:      2013-06-06   8:32:51 UTC
>    Image Type:   PowerPC Linux RAMDisk Image (uncompressed)
>    Data Size:    10225324 Bytes = 9.8 MiB
>    Load Address: 00000000
>    Entry Point:  00000000
>    Verifying Checksum ... OK
> ## Flattened Device Tree blob at fffe0000
>    Booting using the fdt blob at 0xfffe0000
>    Uncompressing Kernel Image ... OK
>    Loading Ramdisk to 2f63f000, end 2ffff6ac ... OK
>    Loading Device Tree to 007fb000, end 007ff2b1 ... OK Initializing
> cgroup subsys cpu Linux version 3.0.80 (builder@banner) (gcc version
> 4.2.3 (Ubuntu
> 4.2.3-2ubuntu7)) #5 Thu Jun 6 16:26:15 UTC 2013 Found initrd at
> 0xef63f000:0xeffff6ac Found legacy serial port 0 for
> /soc8349@e0000000/serial@4500
>   mem=e0004500, taddr=e0004500, irq=0, clk=264000000, speed=0 Found
> legacy serial port 1 for /soc8349@e0000000/serial@4600
>   mem=e0004600, taddr=e0004600, irq=0, clk=264000000, speed=0
> bootconsole [udbg0] enabled No pci config register base in dev tree,
> using default Found FSL PCI host bridge at 0x00000000e0008500. Firmware
> bus number: 0->0 PCI host bridge /pci@e0008500 (primary) ranges:
>  MEM 0x0000000080000000..0x0000000087ffffff -> 0x0000000080000000
> Prefetch  MEM 0x0000000088000000..0x000000008bffffff ->
> 0x0000000088000000
>   IO 0x000000008c000000..0x000000008fffffff -> 0x000000008c000000 Top
> of RAM: 0x30000000, Total RAM: 0x30000000 Memory hole size: 0MB Zone
> PFN ranges:
>   DMA      0x00000000 -> 0x00030000
>   Normal   empty
> Movable zone start PFN for each node
> early_node_map[1] active PFN ranges
>     0: 0x00000000 -> 0x00030000
> On node 0 totalpages: 196608
> free_area_init_node: node 0, pgdat c03c74f4, node_mem_map c07fd000
>   DMA zone: 1536 pages used for memmap
>   DMA zone: 0 pages reserved
>   DMA zone: 195072 pages, LIFO batch:31
> pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
> pcpu-alloc: [0] 0
> Built 1 zonelists in Zone order, mobility grouping on.  Total pages:
> 195072 Kernel command line: ubi.mtd=1 console=ttyS0,115200 panic=2
> debug PID hash table entries: 4096 (order: 2, 16384 bytes) Dentry cache
> hash table entries: 131072 (order: 7, 524288 bytes) Inode-cache hash
> table entries: 65536 (order: 6, 262144 bytes)
> Memory: 764148k/786432k available (3704k kernel code, 22284k reserved,
> 204k data, 1091k bss, 168k init) Kernel virtual memory layout:
>   * 0xfffdf000..0xfffff000  : fixmap
>   * 0xfcffc000..0xfe000000  : early ioremap
>   * 0xf1000000..0xfcffc000  : vmalloc & ioremap
> NR_IRQS:512
> IPIC (128 IRQ sources) at f1000700
> time_init: decrementer frequency = 66.000000 MHz
> time_init: processor frequency   = 528.000000 MHz
> clocksource: timebase mult[3c9b26d] shift[22] registered
> clockevent: decrementer mult[10e56041] shift[32] cpu[0]
> pid_max: default: 32768 minimum: 301
> Security Framework initialized
> Mount-cache hash table entries: 512
> NET: Registered protocol family 16
> PCI: Probing PCI hardware
> pci 0000:00:00.0: [1957:0082] type 0 class 0x000b20 pci 0000:00:00.0:
> reg 10: [mem 0x00000000-0x000fffff] pci 0000:00:00.0: reg 18: [mem
> 0x00000000-0x3fffffff 64bit pref] pci 0000:00:12.0: [1aa9:0002] type 0
> class 0x000880 pci 0000:00:12.0: reg 10: [mem 0x88000000-0x88000fff]
> pci 0000:00:12.1: [1aa9:0001] type 0 class 0x000780 pci 0000:00:12.1:
> reg 10: [mem 0x88001000-0x88001fff] pci 0000:00:12.1: reg 14: [mem
> 0x88010000-0x8801ffff] pci 0000:00:12.2: [1aa9:0003] type 0 class
> 0x001180 pci 0000:00:12.2: reg 10: [mem 0x88020000-0x88020fff] pci
> 0000:00:12.3: [1aa9:0005] type 0 class 0x001110 pci 0000:00:12.3: reg
> 10: [mem 0x88021000-0x88021fff] pci 0000:00:12.4: [1aa9:0004] type 0
> class 0x000501 pci 0000:00:12.4: reg 10: [mem 0x80000000-0x80003fff
> pref] pci 0000:00:13.0: [8086:100e] type 0 class 0x000200 pci
> 0000:00:13.0: reg 10: [mem 0x88040000-0x8805ffff] pci 0000:00:13.0: reg
> 14: [mem 0x88060000-0x8807ffff] pci 0000:00:13.0: reg 18: [io
> 0x8c000000-0x8c00003f] pci 0000:00:13.0: reg 30: [mem 0x00000000-
> 0x0001ffff pref] pci 0000:00:13.0: PME# supported from D0 D3hot D3cold
> pci 0000:00:13.0: PME# disabled
> irq: irq 17 on host /soc8349@e0000000/pic@700 mapped to virtual irq 17
> irq: irq 23 on host /soc8349@e0000000/pic@700 mapped to virtual irq 23
> irq: irq 21 on host /soc8349@e0000000/pic@700 mapped to virtual irq 21
> irq: irq 20 on host /soc8349@e0000000/pic@700 mapped to virtual irq 20
> PCI 0000:00 Cannot reserve Legacy IO [io  0x0000-0x0fff]
> PCI: max bus depth: 0 pci_try_num: 1
> pci 0000:00:13.0: BAR 6: assigned [mem 0x80020000-0x8003ffff pref]
> pci_bus 0000:00: resource 0 [io  0x8c000000-0x8cffffff] pci_bus
> 0000:00: resource 1 [mem 0x80000000-0x87ffffff pref] pci_bus 0000:00:
> resource 2 [mem 0x88000000-0x8bffffff] Registering ipic system core
> operations
> bio: create slab <bio-0> at 0
> Freescale Elo / Elo Plus DMA driver
> vgaarb: loaded
> SCSI subsystem initialized
> usbcore: registered new interface driver usbfs
> usbcore: registered new interface driver hub
> usbcore: registered new device driver usb Switching to clocksource
> timebase
> NET: Registered protocol family 2
> IP route cache hash table entries: 32768 (order: 5, 131072 bytes) TCP
> established hash table entries: 131072 (order: 8, 1048576 bytes) TCP
> bind hash table entries: 65536 (order: 6, 262144 bytes)
> TCP: Hash tables configured (established 131072 bind 65536) TCP reno
> registered UDP hash table entries: 512 (order: 1, 8192 bytes) UDP-Lite
> hash table entries: 512 (order: 1, 8192 bytes)
> NET: Registered protocol family 1
> PCI: CLS 32 bytes, default 32
> Unpacking initramfs...
> Freeing initrd memory: 9988k freed
> irq: irq 9 on host /soc8349@e0000000/pic@700 mapped to virtual irq 16
> irq: irq 10 on host /soc8349@e0000000/pic@700 mapped to virtual irq 18
> irq: irq 76 on host /soc8349@e0000000/pic@700 mapped to virtual irq 76
> irq: irq 14 on host /soc8349@e0000000/pic@700 mapped to virtual irq 19
> irq: irq 15 on host /soc8349@e0000000/pic@700 mapped to virtual irq 22
> irq: irq 39 on host /soc8349@e0000000/pic@700 mapped to virtual irq 39
> irq: irq 38 on host /soc8349@e0000000/pic@700 mapped to virtual irq 38
> irq: irq 32 on host /soc8349@e0000000/pic@700 mapped to virtual irq 32
> irq: irq 33 on host /soc8349@e0000000/pic@700 mapped to virtual irq 33
> irq: irq 34 on host /soc8349@e0000000/pic@700 mapped to virtual irq 34
> irq: irq 35 on host /soc8349@e0000000/pic@700 mapped to virtual irq 35
> irq: irq 36 on host /soc8349@e0000000/pic@700 mapped to virtual irq 36
> irq: irq 37 on host /soc8349@e0000000/pic@700 mapped to virtual irq 37
> irq: irq 11 on host /soc8349@e0000000/pic@700 mapped to virtual irq 24
> msgmni has been set to 1513 io scheduler noop registered (default)
> Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
> serial8250.0: ttyS0 at MMIO 0xe0004500 (irq = 16) is a 16550A console
> [ttyS0] enabled, bootconsole disabled console [ttyS0] enabled,
> bootconsole disabled
> serial8250.0: ttyS1 at MMIO 0xe0004600 (irq = 18) is a 16550A
> fe000000.flash: Found 1 x16 devices at 0x0 in 16-bit bank.
> Manufacturer ID 0x0000c2 Chip ID 0x00227e Amd/Fujitsu Extended Query
> Table at 0x0040
>   Amd/Fujitsu Extended Query version 1.3.
> number of CFI chips: 1
> NAND device: Manufacturer ID: 0xec, Chip ID: 0xd3 (Samsung NAND 1GiB
> 3,3V 8-bit)
> 2 NAND chips detected
> Bad block table found at page 524224, version 0x01 Bad block table
> found at page 1048512, version 0x01 Bad block table found at page
> 524160, version 0x01 Bad block table found at page 1048448, version
> 0x01
> nand_read_bbt: Bad block at 0x000003660000
> nand_read_bbt: Bad block at 0x00000c1e0000
> nand_read_bbt: Bad block at 0x00000f420000
> nand_read_bbt: Bad block at 0x00001be20000
> nand_read_bbt: Bad block at 0x00003d5a0000
> nand_read_bbt: Bad block at 0x000041bc0000
> nand_read_bbt: Bad block at 0x000047060000
> nand_read_bbt: Bad block at 0x00004da60000
> nand_read_bbt: Bad block at 0x0000551c0000
> nand_read_bbt: Bad block at 0x00005fb80000
> nand_read_bbt: Bad block at 0x00006c780000
> nand_read_bbt: Bad block at 0x000079ee0000
> nand_read_bbt: Bad block at 0x00007fb80000
> UBI: attaching mtd1 to ubi0
> UBI: physical eraseblock size:   131072 bytes (128 KiB)
> UBI: logical eraseblock size:    129024 bytes
> UBI: smallest flash I/O unit:    2048
> UBI: sub-page size:              512
> UBI: VID header offset:          512 (aligned 512)
> UBI: data offset:                2048
> UBI: max. sequence number:       812
> UBI: attached mtd1 to ubi0
> UBI: MTD device name:            "NAND 1GiB 3,3V 8-bit"
> UBI: MTD device size:            2048 MiB
> UBI: number of good PEBs:        16363
> UBI: number of bad PEBs:         21
> UBI: number of corrupted PEBs:   0
> UBI: max. allowed volumes:       128
> UBI: wear-leveling threshold:    4096
> UBI: number of internal volumes: 1
> UBI: number of user volumes:     1
> UBI: available PEBs:             0
> UBI: total number of reserved PEBs: 16363
> UBI: number of PEBs reserved for bad PEB handling: 163
> UBI: max/mean erase counter: 4/1
> UBI: image sequence number:  1455985564
> UBI: background thread "ubi_bgt0d" started, PID 191
> e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
> e1000: Copyright (c) 1999-2006 Intel Corporation.
> e1000 0000:00:13.0: enabling device (0006 -> 0007)
> e1000 0000:00:13.0: eth0: (PCI:33MHz:32-bit) 00:30:a7:00:00:2b
> e1000 0000:00:13.0: eth0: Intel(R) PRO/1000 Network Connection
> bonding: Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
> bonding: Warning: either miimon or arp_interval and arp_ip_target
> module parameters must be specified, otherwise bonding will not detect
> link failures! see bonding.txt for details.
> eth1: Gianfar Ethernet Controller Version 1.2, 00:30:a7:00:00:29
> eth1: Running with NAPI enabled
> eth1: RX BD ring size for Q[0]: 256
> eth1: TX BD ring size for Q[0]: 256
> eth2: Gianfar Ethernet Controller Version 1.2, 00:30:a7:00:00:2a
> eth2: Running with NAPI enabled
> eth2: RX BD ring size for Q[0]: 256
> eth2: TX BD ring size for Q[0]: 256
> Freescale PowerQUICC MII Bus: probed
> irq: irq 18 on host /soc8349@e0000000/pic@700 mapped to virtual irq 25
> PPP generic driver version 2.4.2 PPP Deflate Compression module
> registered PPP BSD Compression module registered
> ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> /soc8349@e0000000/usb@22000: Invalid 'dr_mode' property, fallback to
> host mode fsl-ehci fsl-ehci.0: Freescale On-Chip EHCI Host Controller
> fsl-ehci fsl-ehci.0: new USB bus registered, assigned bus number 1 fsl-
> ehci fsl-ehci.0: irq 39, io mem 0xe0022000 fsl-ehci fsl-ehci.0: USB 2.0
> started, EHCI 1.00 hub 1-0:1.0: USB hub found hub 1-0:1.0: 2 ports
> detected Initializing USB Mass Storage driver...
> usbcore: registered new interface driver usb-storage USB Mass Storage
> support registered.
> Freescale High-Speed USB SOC Device Controller driver (Apr 20, 2007)
> g_ether gadget: using random host ethernet address
> usb0: MAC 00:30:a7:00:00:2c
> usb0: HOST MAC 16:3e:f2:b6:25:d3
> g_ether gadget: Ethernet Gadget, version: Memorial Day 2008 g_ether
> gadget: g_ether ready
> fsl-usb2-udc: bind to driver g_ether
> i2c /dev entries driver
> mpc-i2c e0003000.i2c: timeout 1000000 us
> rtc-ds1307 0-0068: rtc core: registered m41t00 as rtc0 mpc-i2c
> e0003100.i2c: timeout 1000000 us EDAC MC: Ver: 2.1.0
> Freescale(R) MPC85xx EDAC driver, (C) 2006 Montavista Software EDAC
> MC0: Giving out device to 'MPC85xx_edac' 'mpc85xx_mc_err': DEV
> mpc85xx_mc_err MPC85xx_edac acquired irq 76 for MC MPC85xx_edac MC err
> registered talitos e0030000.crypto: hwrng talitos e0030000.crypto:
> authenc-hmac-sha1-cbc-aes-talitos talitos e0030000.crypto: authenc-
> hmac-sha1-cbc-3des-talitos
> talitos e0030000.crypto: authenc-hmac-sha256-cbc-aes-talitos
> talitos e0030000.crypto: authenc-hmac-sha256-cbc-3des-talitos
> talitos e0030000.crypto: authenc-hmac-md5-cbc-aes-talitos talitos
> e0030000.crypto: authenc-hmac-md5-cbc-3des-talitos talitos
> e0030000.crypto: cbc-aes-talitos talitos e0030000.crypto: cbc-3des-
> talitos talitos e0030000.crypto: md5-talitos talitos e0030000.crypto:
> sha1-talitos talitos e0030000.crypto: sha224-talitos talitos
> e0030000.crypto: sha256-talitos nf_conntrack version 0.5.0 (12111
> buckets, 48444 max)
> ip_tables: (C) 2000-2006 Netfilter Core Team TCP cubic registered
> NET: Registered protocol family 10
> ip6_tables: (C) 2000-2006 Netfilter Core Team
> NET: Registered protocol family 17
> Bridge firewalling registered
> Ebtables v2.0 registered
> rtc-ds1307 0-0068: setting system clock to 2000-01-10 02:45:07 UTC
> (947472307) Freeing unused kernel memory: 168k init g_ether gadget:
> high speed config #1: CDC Ethernet (ECM)
> 
> UBIFS: recovery needed
> UBIFS: recovery completed
> UBIFS: mounted UBI device 0, volume 0, name "rootfs1"
> UBIFS: file system size:   2088124416 bytes (2039184 KiB, 1991 MiB,
> 16184 LEBs)
> UBIFS: journal size:       9033728 bytes (8822 KiB, 8 MiB, 71 LEBs)
> UBIFS: media format:       w3/r0 (latest is w4/r0)
> UBIFS: default compressor: lzo
> UBIFS: reserved for root:  0 bytes (0 KiB) init started: BusyBox
> v1.14.0 (2013-06-06 07:43:52 UTC)

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
E1000-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit 
http://communities.intel.com/community/wired

Reply via email to