On 2/25/2012 09:59, David Madden wrote:
will look into this later today.

OK, the first error ("no member named driverlock") was my fault: I hand-applied the patch wrong. Second error ("unknown field 'ndo_set_multicast_list'") was apparently a change in a netdevice structure. Both fixed and the patched modules build OK with a vanilla 3.2.6. However...

Loading the module doesn't wake up any hardware, or do anything else that I can see. I've attached a typescript with system info and execution of rc.uap8xxx. I dunno what's supposed to happen, but I'm guessing more than what actually did happen!

Thanks,
dhm
Script started on Sat Feb 25 12:15:07 2012
root@vex:~# uname -a
Linux vex 3.2.6-jod #10 Sat Feb 25 09:34:42 PST 2012 armv5tel Feroceon 88FR131 
rev 1 (v5l) Marvell GuruPlug Reference Board GNU/Linux
root@vex:~# lsmod
Module                  Size  Used by
sg                     14963  0 
root@vex:~# ifconfig
eth0      Link encap:Ethernet  HWaddr 72:17:02:08:00:00  
          inet addr:172.17.2.8  Bcast:172.17.2.255  Mask:255.255.255.0
          inet6 addr: fe80::7017:2ff:fe08:0/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:429 errors:0 dropped:3 overruns:0 frame:0
          TX packets:353 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:44993 (43.9 KiB)  TX bytes:36206 (35.3 KiB)
          Interrupt:11 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:8 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:560 (560.0 B)  TX bytes:560 (560.0 B)

root@vex:~# sh -x /etc/rc.d/rc.uap8xxx start
+ SSID=ArmedSlackTEST
+ WPA_PASSPHRASE='King MoZes'
+ PROTOCOL=32
+ CIPHER='8 8'
+ CHANNEL=6
+ NATDEV=
+ UAPIP=192.168.100.1
+ UAPDEV=uap0
+ BRIDGE=br0
+ case "$1" in
+ uap_start
+ '[' -x /usr/sbin/uaputl ']'
+ grep '^uap0'
+ ifconfig
+ '[' 1 = 1 ']'
+ grep '^uap8xxx'
+ lsmod
+ '[' 1 = 0 ']'
+ /sbin/modprobe uap8xxx
+ '[' 0 = 0 ']'
+ '[' -z '' ']'
+ /sbin/ifconfig uap0 192.168.100.1 up
SIOCSIFADDR: No such device
uap0: ERROR while getting interface flags: No such device
uap0: ERROR while getting interface flags: No such device
+ /usr/sbin/uaputl sys_cfg_radio_ctl 0
No such device
ERR:UAPHOSTCMD is not supported by uap0
ERR:Command sending failed!
+ /usr/sbin/uaputl sys_cfg_channel 6
No such device
ERR:UAPHOSTCMD is not supported by uap0
ERR:Command sending failed!
+ /usr/sbin/uaputl sys_cfg_ssid ArmedSlackTEST
No such device
ERR:UAPHOSTCMD is not supported by uap0
ERR:Command sending failed!
+ /usr/sbin/uaputl sys_cfg_protocol 32
No such device
ERR:UAPHOSTCMD is not supported by uap0
ERR:Command sending failed!
+ /usr/sbin/uaputl sys_cfg_wpa_passphrase 'King MoZes'
No such device
ERR:UAPHOSTCMD is not supported by uap0
ERR:Command sending failed!
+ /usr/sbin/uaputl sys_cfg_cipher 8 8
No such device
ERR:UAPHOSTCMD is not supported by uap0
ERR:Command sending failed!
+ /usr/sbin/uaputl bss_start
No such device
ERR:UAPHOSTCMD is not supported by uap0
ERR:Command sending failed!
+ '[' -n '' ']'
+ '[' -n '' ']'
+ set_leds 1
+ echo 1
++ eval ls /sys/class/leds/guruplug:green:health/brightness
+++ ls /sys/class/leds/guruplug:green:health/brightness
+ echo 1
++ eval ls /sys/class/leds/guruplug:green:wmode/brightness
+++ ls /sys/class/leds/guruplug:green:wmode/brightness
+ echo 0
++ eval ls /sys/class/leds/guruplug:red:health/brightness
+++ ls /sys/class/leds/guruplug:red:health/brightness
+ echo 0
++ eval ls /sys/class/leds/guruplug:red:wmode/brightness
+++ ls /sys/class/leds/guruplug:red:wmode/brightness
root@vex:~# lsmod
Module                  Size  Used by
uap8xxx                41186  0 
sg                     14963  0 
root@vex:~# ifconfig 
eth0      Link encap:Ethernet  HWaddr 72:17:02:08:00:00  
          inet addr:172.17.2.8  Bcast:172.17.2.255  Mask:255.255.255.0
          inet6 addr: fe80::7017:2ff:fe08:0/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:604 errors:0 dropped:4 overruns:0 frame:0
          TX packets:466 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:59679 (58.2 KiB)  TX bytes:51644 (50.4 KiB)
          Interrupt:11 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:8 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:560 (560.0 B)  TX bytes:560 (560.0 B)

root@vex:~# dmesg
[    0.000000] Linux version 3.2.6-jod (root@vex) (gcc version 4.6.2 (GCC) ) 
#10 Sat Feb 25 09:34:42 PST 2012
[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), 
cr=00053977
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] Machine: Marvell GuruPlug Reference Board
[    0.000000] Memory policy: ECC disabled, Data cache writeback
[    0.000000] On node 0 totalpages: 131072
[    0.000000] free_area_init_node: node 0, pgdat c04d6934, node_mem_map 
c04fa000
[    0.000000]   Normal zone: 1024 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 130048 pages, LIFO batch:31
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total 
pages: 130048
[    0.000000] Kernel command line: console=ttyS0,115200 rootwait rootfs=ext4 
ro root=/dev/sda6
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Memory: 512MB = 512MB total
[    0.000000] Memory: 514660k/514660k available, 9628k reserved, 0K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xe0800000 - 0xfe800000   ( 480 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc048bac4   (4623 kB)
[    0.000000]       .init : 0xc048c000 - 0xc04ab000   ( 124 kB)
[    0.000000]       .data : 0xc04ac000 - 0xc04d8500   ( 178 kB)
[    0.000000]        .bss : 0xc04d8524 - 0xc04f9648   ( 133 kB)
[    0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, 
Nodes=1
[    0.000000] NR_IRQS:114
[    0.000000] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 
21474ms
[    0.000000] Console: colour dummy device 80x30
[   13.442423] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584)
[   13.532352] pid_max: default: 32768 minimum: 301
[   13.532501] Mount-cache hash table entries: 512
[   13.532829] CPU: Testing write buffer coherency: ok
[   13.533416] device: 'platform': device_add
[   13.533494] bus: 'platform': registered
[   13.533513] Registering sysdev class 'cpu'
[   13.534866] NET: Registered protocol family 16
[   13.534914] device class 'bdi': registering
[   13.535274] device class 'gpio': registering
[   13.535515] device: 'gpiochip0': device_add
[   13.535782] device: 'gpiochip32': device_add
[   13.536045] device class 'pci_bus': registering
[   13.536500] bus: 'pci': registered
[   13.536514] device class 'tty': registering
[   13.536724] device class 'vtconsole': registering
[   13.536951] device: 'vtcon0': device_add
[   13.537430] bus: 'spi': registered
[   13.537443] device class 'spi_master': registering
[   13.537884] bus: 'i2c': registered
[   13.537899] bus: 'i2c': add driver dummy
[   13.538119] Kirkwood: MV88F6281-A1, TCLK=200000000.
[   13.538133] Feroceon L2: Enabling L2
[   13.538169] Feroceon L2: Cache support initialised.
[   13.538195] Registering platform device 'rtc-mv'. Parent at platform
[   13.538207] device: 'rtc-mv': device_add
[   13.538230] bus: 'platform': add device rtc-mv
[   13.538436] Registering platform device 'orion_wdt'. Parent at platform
[   13.538447] device: 'orion_wdt': device_add
[   13.538462] bus: 'platform': add device orion_wdt
[   13.538575] Registering platform device 'mv_xor_shared.0'. Parent at platform
[   13.538587] device: 'mv_xor_shared.0': device_add
[   13.538603] bus: 'platform': add device mv_xor_shared.0
[   13.538715] Registering platform device 'mv_xor.0'. Parent at platform
[   13.538726] device: 'mv_xor.0': device_add
[   13.538749] bus: 'platform': add device mv_xor.0
[   13.538861] Registering platform device 'mv_xor.1'. Parent at platform
[   13.538871] device: 'mv_xor.1': device_add
[   13.538887] bus: 'platform': add device mv_xor.1
[   13.539002] Registering platform device 'mv_xor_shared.1'. Parent at platform
[   13.539013] device: 'mv_xor_shared.1': device_add
[   13.539030] bus: 'platform': add device mv_xor_shared.1
[   13.539143] Registering platform device 'mv_xor.2'. Parent at platform
[   13.539154] device: 'mv_xor.2': device_add
[   13.539170] bus: 'platform': add device mv_xor.2
[   13.539283] Registering platform device 'mv_xor.3'. Parent at platform
[   13.539294] device: 'mv_xor.3': device_add
[   13.539311] bus: 'platform': add device mv_xor.3
[   13.539424] Registering platform device 'mv_crypto'. Parent at platform
[   13.539435] device: 'mv_crypto': device_add
[   13.539451] bus: 'platform': add device mv_crypto
[   13.539561] initial MPP regs: 01111111 11113311 33331111 33333333 00003333 
00000222 00000000
[   13.539584]   final MPP regs: 01111111 11113311 33331111 33333333 00003333 
00000222 00000000
[   13.539609] Registering platform device 'serial8250.0'. Parent at platform
[   13.539618] device: 'serial8250.0': device_add
[   13.539634] bus: 'platform': add device serial8250.0
[   13.539748] Registering platform device 'orion_nand'. Parent at platform
[   13.539760] device: 'orion_nand': device_add
[   13.539776] bus: 'platform': add device orion_nand
[   13.539891] Registering platform device 'orion-ehci.0'. Parent at platform
[   13.539902] device: 'orion-ehci.0': device_add
[   13.539919] bus: 'platform': add device orion-ehci.0
[   13.540035] Registering platform device 'mv643xx_eth.0'. Parent at platform
[   13.540046] device: 'mv643xx_eth.0': device_add
[   13.540063] bus: 'platform': add device mv643xx_eth.0
[   13.540178] Registering platform device 'mv643xx_eth_port.0'. Parent at 
platform
[   13.540189] device: 'mv643xx_eth_port.0': device_add
[   13.540207] bus: 'platform': add device mv643xx_eth_port.0
[   13.540330] Registering platform device 'mv643xx_eth.1'. Parent at platform
[   13.540341] device: 'mv643xx_eth.1': device_add
[   13.540358] bus: 'platform': add device mv643xx_eth.1
[   13.540475] Registering platform device 'mv643xx_eth_port.1'. Parent at 
platform
[   13.540486] device: 'mv643xx_eth_port.1': device_add
[   13.540505] bus: 'platform': add device mv643xx_eth_port.1
[   13.540632] Registering platform device 'sata_mv.0'. Parent at platform
[   13.540643] device: 'sata_mv.0': device_add
[   13.540660] bus: 'platform': add device sata_mv.0
[   13.540775] Registering platform device 'mvsdio'. Parent at platform
[   13.540786] device: 'mvsdio': device_add
[   13.540802] bus: 'platform': add device mvsdio
[   13.540916] Registering platform device 'leds-gpio'. Parent at platform
[   13.540927] device: 'leds-gpio': device_add
[   13.540944] bus: 'platform': add device leds-gpio
[   13.541056] device class 'dma': registering
[   13.541209] Registering sys device of class 'cpu'
[   13.541228] Registering sys device 'cpu0'
[   13.553769] device: 'default': device_add
[   13.554003] bio: create slab <bio-0> at 0
[   13.554049] device class 'block': registering
[   13.554273] device class 'misc': registering
[   13.554410] bus: 'i2c': add driver 88PM860x
[   13.554679] device class 'scsi_host': registering
[   13.554924] bus: 'scsi': registered
[   13.554932] device class 'scsi_device': registering
[   13.555036] SCSI subsystem initialized
[   13.555080] device class 'ata_link': registering
[   13.555201] device class 'ata_port': registering
[   13.555310] device class 'ata_device': registering
[   13.555421] libata version 3.00 loaded.
[   13.555431] device class 'mdio_bus': registering
[   13.555651] bus: 'mdio_bus': registered
[   13.555661] bus: 'mdio_bus': add driver Generic PHY
[   13.555899] bus: 'usb': registered
[   13.555914] bus: 'usb': add driver usbfs
[   13.556050] usbcore: registered new interface driver usbfs
[   13.556064] device class 'usb_device': registering
[   13.556181] bus: 'usb': add driver hub
[   13.556313] usbcore: registered new interface driver hub
[   13.556355] bus: 'usb': add driver usb
[   13.556489] usbcore: registered new device driver usb
[   13.556619] bus: 'serio': registered
[   13.556627] device class 'input': registering
[   13.556762] device class 'rtc': registering
[   13.556992] bus: 'mmc': registered
[   13.557001] device class 'mmc_host': registering
[   13.557223] bus: 'sdio': registered
[   13.557232] device class 'leds': registering
[   13.557358] device class 'net': registering
[   13.557504] device: 'lo': device_add
[   13.557800] device class 'ieee80211': registering
[   13.558001] Registering platform device 'regulatory.0'. Parent at platform
[   13.558013] device: 'regulatory.0': device_add
[   13.558032] bus: 'platform': add device regulatory.0
[   13.558225] cfg80211: Calling CRDA to update world regulatory domain
[   13.558874] Switching to clocksource orion_clocksource
[   13.558932] device class 'mem': registering
[   13.559127] device: 'mem': device_add
[   13.559266] device: 'null': device_add
[   13.559397] device: 'port': device_add
[   13.559525] device: 'zero': device_add
[   13.559661] device: 'full': device_add
[   13.559790] device: 'random': device_add
[   13.559922] device: 'urandom': device_add
[   13.560052] device: 'kmsg': device_add
[   13.560184] device: 'tty': device_add
[   13.560322] device: 'console': device_add
[   13.560458] device: 'tty0': device_add
[   13.560593] device class 'vc': registering
[   13.560702] device: 'vcs': device_add
[   13.560842] device: 'vcsa': device_add
[   13.560981] device: 'vcs1': device_add
[   13.561110] device: 'vcsa1': device_add
[   13.561247] device: 'tty1': device_add
[   13.561382] device: 'tty2': device_add
[   13.561512] device: 'tty3': device_add
[   13.561642] device: 'tty4': device_add
[   13.561773] device: 'tty5': device_add
[   13.561913] device: 'tty6': device_add
[   13.562045] device: 'tty7': device_add
[   13.562176] device: 'tty8': device_add
[   13.562308] device: 'tty9': device_add
[   13.562469] device: 'tty10': device_add
[   13.562601] device: 'tty11': device_add
[   13.562734] device: 'tty12': device_add
[   13.562868] device: 'tty13': device_add
[   13.563003] device: 'tty14': device_add
[   13.563143] device: 'tty15': device_add
[   13.563276] device: 'tty16': device_add
[   13.563410] device: 'tty17': device_add
[   13.563545] device: 'tty18': device_add
[   13.563678] device: 'tty19': device_add
[   13.563814] device: 'tty20': device_add
[   13.563947] device: 'tty21': device_add
[   13.564081] device: 'tty22': device_add
[   13.564224] device: 'tty23': device_add
[   13.564369] device: 'tty24': device_add
[   13.564504] device: 'tty25': device_add
[   13.564639] device: 'tty26': device_add
[   13.564773] device: 'tty27': device_add
[   13.564909] device: 'tty28': device_add
[   13.565043] device: 'tty29': device_add
[   13.565178] device: 'tty30': device_add
[   13.565312] device: 'tty31': device_add
[   13.565451] device: 'tty32': device_add
[   13.565585] device: 'tty33': device_add
[   13.565720] device: 'tty34': device_add
[   13.565857] device: 'tty35': device_add
[   13.565994] device: 'tty36': device_add
[   13.566129] device: 'tty37': device_add
[   13.566264] device: 'tty38': device_add
[   13.566400] device: 'tty39': device_add
[   13.566542] device: 'tty40': device_add
[   13.566679] device: 'tty41': device_add
[   13.566816] device: 'tty42': device_add
[   13.566953] device: 'tty43': device_add
[   13.567094] device: 'tty44': device_add
[   13.567231] device: 'tty45': device_add
[   13.567369] device: 'tty46': device_add
[   13.567506] device: 'tty47': device_add
[   13.567650] device: 'tty48': device_add
[   13.567793] device: 'tty49': device_add
[   13.567940] device: 'tty50': device_add
[   13.568078] device: 'tty51': device_add
[   13.568214] device: 'tty52': device_add
[   13.568351] device: 'tty53': device_add
[   13.568488] device: 'tty54': device_add
[   13.568625] device: 'tty55': device_add
[   13.568762] device: 'tty56': device_add
[   13.568934] device: 'tty57': device_add
[   13.569075] device: 'tty58': device_add
[   13.569215] device: 'tty59': device_add
[   13.569352] device: 'tty60': device_add
[   13.569501] device: 'tty61': device_add
[   13.569642] device: 'tty62': device_add
[   13.569783] device: 'tty63': device_add
[   13.570057] device class 'firmware': registering
[   13.570284] NET: Registered protocol family 2
[   13.570425] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[   13.570920] TCP established hash table entries: 16384 (order: 5, 131072 
bytes)
[   13.571274] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
[   13.571453] TCP: Hash tables configured (established 16384 bind 16384)
[   13.571463] TCP reno registered
[   13.571472] UDP hash table entries: 256 (order: 0, 4096 bytes)
[   13.571493] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[   13.571671] NET: Registered protocol family 1
[   13.571869] RPC: Registered named UNIX socket transport module.
[   13.571879] RPC: Registered udp transport module.
[   13.571887] RPC: Registered tcp transport module.
[   13.571894] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   13.571906] PCI: CLS 0 bytes, default 32
[   13.572168] Registering sysdev class 'clocksource'
[   13.572286] Registering sys device of class 'clocksource'
[   13.572305] Registering sys device 'clocksource0'
[   13.572423] bus: 'platform': add driver alarmtimer
[   13.572567] Registering platform device 'alarmtimer'. Parent at platform
[   13.572580] device: 'alarmtimer': device_add
[   13.572601] bus: 'platform': add device alarmtimer
[   13.572724] bus: 'platform': driver_probe_device: matched device alarmtimer 
with driver alarmtimer
[   13.572738] bus: 'platform': really_probe: probing driver alarmtimer with 
device alarmtimer
[   13.572760] driver: 'alarmtimer': driver_bound: bound to device 'alarmtimer'
[   13.572771] bus: 'platform': really_probe: bound device alarmtimer to driver 
alarmtimer
[   13.572988] bus: 'event_source': registered
[   13.573001] device: 'software': device_add
[   13.573018] bus: 'event_source': add device software
[   13.597555] msgmni has been set to 1005
[   13.598547] device class 'bsg': registering
[   13.598676] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 
253)
[   13.598689] io scheduler noop registered
[   13.598696] io scheduler deadline registered
[   13.598730] io scheduler cfq registered (default)
[   13.598758] bus: 'platform': add driver mv_xor_shared
[   13.598781] bus: 'platform': driver_probe_device: matched device 
mv_xor_shared.0 with driver mv_xor_shared
[   13.598794] bus: 'platform': really_probe: probing driver mv_xor_shared with 
device mv_xor_shared.0
[   13.598817] mv_xor_shared mv_xor_shared.0: Marvell shared XOR driver
[   13.598833] driver: 'mv_xor_shared.0': driver_bound: bound to device 
'mv_xor_shared'
[   13.598845] bus: 'platform': really_probe: bound device mv_xor_shared.0 to 
driver mv_xor_shared
[   13.598859] bus: 'platform': driver_probe_device: matched device 
mv_xor_shared.1 with driver mv_xor_shared
[   13.598871] bus: 'platform': really_probe: probing driver mv_xor_shared with 
device mv_xor_shared.1
[   13.598916] mv_xor_shared mv_xor_shared.1: Marvell shared XOR driver
[   13.598930] driver: 'mv_xor_shared.1': driver_bound: bound to device 
'mv_xor_shared'
[   13.598941] bus: 'platform': really_probe: bound device mv_xor_shared.1 to 
driver mv_xor_shared
[   13.599082] bus: 'platform': add driver mv_xor
[   13.599105] bus: 'platform': driver_probe_device: matched device mv_xor.0 
with driver mv_xor
[   13.599117] bus: 'platform': really_probe: probing driver mv_xor with device 
mv_xor.0
[   13.638940] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[   13.638977] device: 'dma0chan0': device_add
[   13.639144] driver: 'mv_xor.0': driver_bound: bound to device 'mv_xor'
[   13.639157] bus: 'platform': really_probe: bound device mv_xor.0 to driver 
mv_xor
[   13.639170] bus: 'platform': driver_probe_device: matched device mv_xor.1 
with driver mv_xor
[   13.639181] bus: 'platform': really_probe: probing driver mv_xor with device 
mv_xor.1
[   13.678955] mv_xor mv_xor.1: Marvell XOR: ( xor fill cpy )
[   13.678985] device: 'dma1chan0': device_add
[   13.679141] driver: 'mv_xor.1': driver_bound: bound to device 'mv_xor'
[   13.679154] bus: 'platform': really_probe: bound device mv_xor.1 to driver 
mv_xor
[   13.679167] bus: 'platform': driver_probe_device: matched device mv_xor.2 
with driver mv_xor
[   13.679178] bus: 'platform': really_probe: probing driver mv_xor with device 
mv_xor.2
[   13.718937] mv_xor mv_xor.2: Marvell XOR: ( xor cpy )
[   13.718965] device: 'dma2chan0': device_add
[   13.719122] driver: 'mv_xor.2': driver_bound: bound to device 'mv_xor'
[   13.719134] bus: 'platform': really_probe: bound device mv_xor.2 to driver 
mv_xor
[   13.719147] bus: 'platform': driver_probe_device: matched device mv_xor.3 
with driver mv_xor
[   13.719159] bus: 'platform': really_probe: probing driver mv_xor with device 
mv_xor.3
[   13.758937] mv_xor mv_xor.3: Marvell XOR: ( xor fill cpy )
[   13.758966] device: 'dma3chan0': device_add
[   13.759116] driver: 'mv_xor.3': driver_bound: bound to device 'mv_xor'
[   13.759129] bus: 'platform': really_probe: bound device mv_xor.3 to driver 
mv_xor
[   13.759266] device: 'ptyp0': device_add
[   13.759416] device: 'ptyp1': device_add
[   13.759556] device: 'ptyp2': device_add
[   13.759693] device: 'ptyp3': device_add
[   13.759830] device: 'ptyp4': device_add
[   13.759967] device: 'ptyp5': device_add
[   13.760110] device: 'ptyp6': device_add
[   13.760247] device: 'ptyp7': device_add
[   13.760384] device: 'ptyp8': device_add
[   13.760523] device: 'ptyp9': device_add
[   13.760661] device: 'ptypa': device_add
[   13.760800] device: 'ptypb': device_add
[   13.760941] device: 'ptypc': device_add
[   13.761090] device: 'ptypd': device_add
[   13.761234] device: 'ptype': device_add
[   13.761374] device: 'ptypf': device_add
[   13.761524] device: 'ttyp0': device_add
[   13.761668] device: 'ttyp1': device_add
[   13.761809] device: 'ttyp2': device_add
[   13.761950] device: 'ttyp3': device_add
[   13.762091] device: 'ttyp4': device_add
[   13.762231] device: 'ttyp5': device_add
[   13.762373] device: 'ttyp6': device_add
[   13.762520] device: 'ttyp7': device_add
[   13.762662] device: 'ttyp8': device_add
[   13.762802] device: 'ttyp9': device_add
[   13.762944] device: 'ttypa': device_add
[   13.763085] device: 'ttypb': device_add
[   13.763227] device: 'ttypc': device_add
[   13.763367] device: 'ttypd': device_add
[   13.763510] device: 'ttype': device_add
[   13.763656] device: 'ttypf': device_add
[   13.763833] device: 'ptmx': device_add
[   13.763979] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[   13.764006] Registering platform device 'serial8250'. Parent at platform
[   13.764016] device: 'serial8250': device_add
[   13.764038] bus: 'platform': add device serial8250
[   13.764172] device: 'ttyS0': device_add
[   13.764330] device: 'ttyS1': device_add
[   13.764475] bus: 'platform': add driver serial8250
[   13.764501] bus: 'platform': driver_probe_device: matched device 
serial8250.0 with driver serial8250
[   13.764514] bus: 'platform': really_probe: probing driver serial8250 with 
device serial8250.0
[   13.764562] device: 'ttyS0': device_unregister
[   13.764694] device: 'ttyS0': device_create_release
[   13.784715] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
[   14.160696] console [ttyS0] enabled
[   14.164203] device: 'ttyS0': device_add
[   14.164385] driver: 'serial8250.0': driver_bound: bound to device 
'serial8250'
[   14.164398] bus: 'platform': really_probe: bound device serial8250.0 to 
driver serial8250
[   14.164417] bus: 'platform': driver_probe_device: matched device serial8250 
with driver serial8250
[   14.164429] bus: 'platform': really_probe: probing driver serial8250 with 
device serial8250
[   14.164451] driver: 'serial8250': driver_bound: bound to device 'serial8250'
[   14.164462] bus: 'platform': really_probe: bound device serial8250 to driver 
serial8250
[   14.164582] bus: 'pci': add driver serial
[   14.164799] device: 'ttyprintk': device_add
[   14.164959] device: 'loop-control': device_add
[   14.165137] device: '7:0': device_add
[   14.165289] device: 'loop0': device_add
[   14.165592] device: '7:1': device_add
[   14.165738] device: 'loop1': device_add
[   14.166015] loop: module loaded
[   14.169196] device class 'scsi_disk': registering
[   14.169316] bus: 'scsi': add driver sd
[   14.169468] bus: 'pci': add driver ahci
[   14.169620] bus: 'pci': add driver sata_mv
[   14.169767] bus: 'platform': add driver sata_mv
[   14.169795] bus: 'platform': driver_probe_device: matched device sata_mv.0 
with driver sata_mv
[   14.169807] bus: 'platform': really_probe: probing driver sata_mv with 
device sata_mv.0
[   14.169829] sata_mv sata_mv.0: version 1.28
[   14.169910] sata_mv sata_mv.0: slots 32 ports 1
[   14.174821] device: 'ata1': device_add
[   14.174844] device: 'ata1': device_add
[   14.175014] device: 'link1': device_add
[   14.175035] device: 'link1': device_add
[   14.175201] device: 'dev1.0': device_add
[   14.175222] device: 'dev1.0': device_add
[   14.175436] scsi0 : sata_mv
[   14.178272] device: 'host0': device_add
[   14.178291] bus: 'scsi': add device host0
[   14.178423] device: 'host0': device_add
[   14.178623] ata1: SATA max UDMA/133 irq 21
[   14.182761] driver: 'sata_mv.0': driver_bound: bound to device 'sata_mv'
[   14.182773] bus: 'platform': really_probe: bound device sata_mv.0 to driver 
sata_mv
[   14.183029] device class 'mtd': registering
[   14.183157] device: 'mtd-unmap': device_add
[   14.183311] device: 'mtd-romap': device_add
[   14.183472] device: 'mtd-rwmap': device_add
[   14.183666] bus: 'platform': add driver physmap-flash
[   14.183810] bus: 'spi': add driver m25p80
[   14.183936] bus: 'platform': add driver orion_nand
[   14.183962] bus: 'platform': driver_probe_device: matched device orion_nand 
with driver orion_nand
[   14.183974] bus: 'platform': really_probe: probing driver orion_nand with 
device orion_nand
[   14.184163] NAND device: Manufacturer ID: 0xec, Chip ID: 0xdc (Samsung NAND 
512MiB 3,3V 8-bit)
[   14.192844] Scanning device for bad blocks
[   14.501243] Creating 3 MTD partitions on "orion_nand":
[   14.506411] 0x000000000000-0x000000100000 : "u-boot"
[   14.511421] device: 'mtd0': device_add
[   14.511625] device: 'mtd0ro': device_add
[   14.511856] device: '31:0': device_add
[   14.512017] device: 'mtdblock0': device_add
[   14.512370] 0x000000100000-0x000000500000 : "uImage"
[   14.517367] device: 'mtd1': device_add
[   14.517547] device: 'mtd1ro': device_add
[   14.517741] device: '31:1': device_add
[   14.517903] device: 'mtdblock1': device_add
[   14.518253] 0x000000500000-0x000020000000 : "root"
[   14.523468] device: 'mtd2': device_add
[   14.523657] device: 'mtd2ro': device_add
[   14.523852] device: '31:2': device_add
[   14.524016] device: 'mtdblock2': device_add
[   14.524372] driver: 'orion_nand': driver_bound: bound to device 'orion_nand'
[   14.524385] bus: 'platform': really_probe: bound device orion_nand to driver 
orion_nand
[   14.524506] device class 'ubi': registering
[   14.524629] device: 'ubi_ctrl': device_add
[   14.524834] bus: 'platform': add driver orion_spi
[   14.524981] bus: 'platform': remove driver orion_spi
[   14.525088] driver: 'orion_spi': driver_release
[   14.525115] bus: 'mdio_bus': add driver Marvell 88E1101
[   14.525241] bus: 'mdio_bus': add driver Marvell 88E1112
[   14.525364] bus: 'mdio_bus': add driver Marvell 88E1111
[   14.525487] bus: 'mdio_bus': add driver Marvell 88E1118
[   14.525616] bus: 'mdio_bus': add driver Marvell 88E1121R
[   14.525749] bus: 'mdio_bus': add driver Marvell 88E1318S
[   14.525873] bus: 'mdio_bus': add driver Marvell 88E1145
[   14.526002] bus: 'mdio_bus': add driver Marvell 88E1149R
[   14.526127] bus: 'mdio_bus': add driver Marvell 88E1240
[   14.526252] bus: 'platform': add driver mv643xx_eth
[   14.526279] bus: 'platform': driver_probe_device: matched device 
mv643xx_eth.0 with driver mv643xx_eth
[   14.526292] bus: 'platform': really_probe: probing driver mv643xx_eth with 
device mv643xx_eth.0
[   14.526314] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[   14.533158] device: '0': device_add
[   14.533299] mv643xx_eth smi: probed
[   14.536823] driver: 'mv643xx_eth.0': driver_bound: bound to device 
'mv643xx_eth'
[   14.536835] bus: 'platform': really_probe: bound device mv643xx_eth.0 to 
driver mv643xx_eth
[   14.536848] bus: 'platform': driver_probe_device: matched device 
mv643xx_eth.1 with driver mv643xx_eth
[   14.536861] bus: 'platform': really_probe: probing driver mv643xx_eth with 
device mv643xx_eth.1
[   14.536892] driver: 'mv643xx_eth.1': driver_bound: bound to device 
'mv643xx_eth'
[   14.536904] bus: 'platform': really_probe: bound device mv643xx_eth.1 to 
driver mv643xx_eth
[   14.537035] bus: 'platform': add driver mv643xx_eth_port
[   14.537063] bus: 'platform': driver_probe_device: matched device 
mv643xx_eth_port.0 with driver mv643xx_eth_port
[   14.537076] bus: 'platform': really_probe: probing driver mv643xx_eth_port 
with device mv643xx_eth_port.0
[   14.537421] device: '0:00': device_add
[   14.537443] bus: 'mdio_bus': add device 0:00
[   14.537563] bus: 'mdio_bus': driver_probe_device: matched device 0:00 with 
driver Marvell 88E1318S
[   14.537577] bus: 'mdio_bus': really_probe: probing driver Marvell 88E1318S 
with device 0:00
[   14.537600] driver: '0:00': driver_bound: bound to device 'Marvell 88E1318S'
[   14.537611] bus: 'mdio_bus': really_probe: bound device 0:00 to driver 
Marvell 88E1318S
[   14.539557] device: 'eth0': device_add
[   14.540210] mv643xx_eth_port mv643xx_eth_port.0: eth0: port 0 with MAC 
address 72:17:02:08:00:00
[   14.549056] driver: 'mv643xx_eth_port.0': driver_bound: bound to device 
'mv643xx_eth_port'
[   14.549069] bus: 'platform': really_probe: bound device mv643xx_eth_port.0 
to driver mv643xx_eth_port
[   14.549085] bus: 'platform': driver_probe_device: matched device 
mv643xx_eth_port.1 with driver mv643xx_eth_port
[   14.549098] bus: 'platform': really_probe: probing driver mv643xx_eth_port 
with device mv643xx_eth_port.1
[   14.549347] device: 'eth1': device_add
[   14.550022] mv643xx_eth_port mv643xx_eth_port.1: eth1: port 0 with MAC 
address 00:00:00:00:00:00
[   14.558850] driver: 'mv643xx_eth_port.1': driver_bound: bound to device 
'mv643xx_eth_port'
[   14.558862] bus: 'platform': really_probe: bound device mv643xx_eth_port.1 
to driver mv643xx_eth_port
[   14.559016] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   14.565574] bus: 'platform': add driver orion-ehci
[   14.565600] bus: 'platform': driver_probe_device: matched device 
orion-ehci.0 with driver orion-ehci
[   14.565612] bus: 'platform': really_probe: probing driver orion-ehci with 
device orion-ehci.0
[   14.565640] orion-ehci orion-ehci.0: Marvell Orion EHCI
[   14.570962] orion-ehci orion-ehci.0: new USB bus registered, assigned bus 
number 1
[   14.598923] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[   14.618907] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[   14.624908] device: 'usb1': device_add
[   14.625026] bus: 'usb': add device usb1
[   14.625184] bus: 'usb': driver_probe_device: matched device usb1 with driver 
usb
[   14.625197] bus: 'usb': really_probe: probing driver usb with device usb1
[   14.625237] device: '1-0:1.0': device_add
[   14.625281] bus: 'usb': add device 1-0:1.0
[   14.625419] bus: 'usb': driver_probe_device: matched device 1-0:1.0 with 
driver hub
[   14.625431] bus: 'usb': really_probe: probing driver hub with device 1-0:1.0
[   14.625457] hub 1-0:1.0: USB hub found
[   14.629244] hub 1-0:1.0: 1 port detected
[   14.633199] driver: '1-0:1.0': driver_bound: bound to device 'hub'
[   14.633211] bus: 'usb': really_probe: bound device 1-0:1.0 to driver hub
[   14.633228] device: 'ep_81': device_add
[   14.633284] device: 'usbdev1.1': device_add
[   14.633444] driver: 'usb1': driver_bound: bound to device 'usb'
[   14.633456] bus: 'usb': really_probe: bound device usb1 to driver usb
[   14.633471] device: 'ep_00': device_add
[   14.633522] driver: 'orion-ehci.0': driver_bound: bound to device 
'orion-ehci'
[   14.633533] bus: 'platform': really_probe: bound device orion-ehci.0 to 
driver orion-ehci
[   14.633663] bus: 'pci': add driver ehci_hcd
[   14.633815] Initializing USB Mass Storage driver...
[   14.638717] bus: 'usb': add driver usb-storage
[   14.638913] usbcore: registered new interface driver usb-storage
[   14.644948] USB Mass Storage support registered.
[   14.649591] bus: 'usb': add driver ums-datafab
[   14.649735] usbcore: registered new interface driver ums-datafab
[   14.655773] bus: 'usb': add driver ums-freecom
[   14.655905] usbcore: registered new interface driver ums-freecom
[   14.661951] bus: 'usb': add driver ums-jumpshot
[   14.662084] usbcore: registered new interface driver ums-jumpshot
[   14.668208] bus: 'usb': add driver ums-sddr09
[   14.668340] usbcore: registered new interface driver ums-sddr09
[   14.674298] bus: 'usb': add driver ums-sddr55
[   14.674431] usbcore: registered new interface driver ums-sddr55
[   14.680395] device: 'mice': device_add
[   14.680560] device: 'psaux': device_add
[   14.680698] mousedev: PS/2 mouse device common for all mice
[   14.686294] bus: 'serio': add driver atkbd
[   14.686429] bus: 'platform': add driver rtc-mv
[   14.686452] bus: 'platform': driver_probe_device: matched device rtc-mv with 
driver rtc-mv
[   14.686464] bus: 'platform': really_probe: probing driver rtc-mv with device 
rtc-mv
[   14.686508] device: 'rtc0': device_add
[   14.686714] rtc-mv rtc-mv: rtc core: registered rtc-mv as rtc0
[   14.692596] driver: 'rtc-mv': driver_bound: bound to device 'rtc-mv'
[   14.692607] bus: 'platform': really_probe: bound device rtc-mv to driver 
rtc-mv
[   14.692733] bus: 'i2c': add driver rtc-s35390a
[   14.692858] i2c /dev entries driver
[   14.696369] device class 'i2c-dev': registering
[   14.696486] bus: 'platform': add driver mv64xxx_i2c
[   14.696617] bus: 'platform': add driver orion_wdt
[   14.696640] bus: 'platform': driver_probe_device: matched device orion_wdt 
with driver orion_wdt
[   14.696652] bus: 'platform': really_probe: probing driver orion_wdt with 
device orion_wdt
[   14.696676] device: 'watchdog': device_add
[   14.696823] Orion Watchdog Timer: Initial timeout 21 sec
[   14.702177] driver: 'orion_wdt': driver_bound: bound to device 'orion_wdt'
[   14.702188] bus: 'platform': really_probe: bound device orion_wdt to driver 
orion_wdt
[   14.702552] cpuidle: using governor ladder
[   14.707088] cpuidle: using governor menu
[   14.711049] bus: 'mmc': add driver mmcblk
[   14.711186] bus: 'platform': add driver mvsdio
[   14.711214] bus: 'platform': driver_probe_device: matched device mvsdio with 
driver mvsdio
[   14.711226] bus: 'platform': really_probe: probing driver mvsdio with device 
mvsdio
[   14.711273] device: 'mmc0': device_add
[   14.712430] mmc0: mvsdio driver initialized, lacking card detect (fall back 
to polling)
[   14.720488] driver: 'mvsdio': driver_bound: bound to device 'mvsdio'
[   14.720499] bus: 'platform': really_probe: bound device mvsdio to driver 
mvsdio
[   14.720688] bus: 'platform': add driver leds-gpio
[   14.720718] bus: 'platform': driver_probe_device: matched device leds-gpio 
with driver leds-gpio
[   14.720731] bus: 'platform': really_probe: probing driver leds-gpio with 
device leds-gpio
[   14.720760] device: 'guruplug:red:health': device_add
[   14.720914] Registered led device: guruplug:red:health
[   14.720931] device: 'guruplug:green:health': device_add
[   14.721069] Registered led device: guruplug:green:health
[   14.721085] device: 'guruplug:red:wmode': device_add
[   14.721222] Registered led device: guruplug:red:wmode
[   14.721238] device: 'guruplug:green:wmode': device_add
[   14.721376] Registered led device: guruplug:green:wmode
[   14.721387] driver: 'leds-gpio': driver_bound: bound to device 'leds-gpio'
[   14.721398] bus: 'platform': really_probe: bound device leds-gpio to driver 
leds-gpio
[   14.721527] bus: 'platform': add driver mv_crypto
[   14.721553] bus: 'platform': driver_probe_device: matched device mv_crypto 
with driver mv_crypto
[   14.721566] bus: 'platform': really_probe: probing driver mv_crypto with 
device mv_crypto
[   14.721882] driver: 'mv_crypto': driver_bound: bound to device 'mv_crypto'
[   14.721895] bus: 'platform': really_probe: bound device mv_crypto to driver 
mv_crypto
[   14.722692] TCP cubic registered
[   14.727122] NET: Registered protocol family 10
[   14.734247] IPv6 over IPv4 tunneling driver
[   14.738498] device: 'sit0': device_add
[   14.740155] NET: Registered protocol family 17
[   14.744638] bus: 'platform': add driver dsa
[   14.744822] lib80211: common routines for IEEE802.11 drivers
[   14.750522] lib80211_crypt: registered algorithm 'NULL'
[   14.750531] Registering the dns_resolver key type
[   14.755285] VFP support v0.3: not present
[   14.759333] Gating clock of unused units
[   14.759341] before: 0x00dfc3fd
[   14.759348]  after: 0x00cf41d9
[   14.760082] bus: 'platform': add driver gpio-keys
[   14.760259] rtc-mv rtc-mv: setting system clock to 2012-02-25 12:10:34 UTC 
(1330171834)
[   14.791814] mmc0: new high speed SDIO card at address 0001
[   14.797337] device: 'mmc0:0001': device_add
[   14.797362] bus: 'mmc': add device mmc0:0001
[   14.797508] bus: 'mmc': driver_probe_device: matched device mmc0:0001 with 
driver mmcblk
[   14.797521] bus: 'mmc': really_probe: probing driver mmcblk with device 
mmc0:0001
[   14.797551] mmcblk: probe of mmc0:0001 rejects match -19
[   14.797566] device: 'mmc0:0001:1': device_add
[   14.797584] bus: 'sdio': add device mmc0:0001:1
[   14.797728] device: 'mmc0:0001:2': device_add
[   14.797750] bus: 'sdio': add device mmc0:0001:2
[   14.797889] device: 'mmc0:0001:3': device_add
[   14.797909] bus: 'sdio': add device mmc0:0001:3
[   14.818919] ata1: SATA link down (SStatus 0 SControl F300)
[   14.824474] Waiting for root device /dev/sda6...
[   14.829124] driver_probe_done: probe_count = 0
[   14.938904] driver_probe_done: probe_count = 0
[   14.948910] usb 1-1: new high-speed USB device number 2 using orion-ehci
[   15.048901] driver_probe_done: probe_count = 0
[   15.099483] device: '1-1': device_add
[   15.099616] bus: 'usb': add device 1-1
[   15.099792] bus: 'usb': driver_probe_device: matched device 1-1 with driver 
usb
[   15.099804] bus: 'usb': really_probe: probing driver usb with device 1-1
[   15.099994] device: '1-1:1.0': device_add
[   15.100046] bus: 'usb': add device 1-1:1.0
[   15.100192] bus: 'usb': driver_probe_device: matched device 1-1:1.0 with 
driver hub
[   15.100204] bus: 'usb': really_probe: probing driver hub with device 1-1:1.0
[   15.100232] hub 1-1:1.0: USB hub found
[   15.104112] hub 1-1:1.0: 4 ports detected
[   15.108856] driver: '1-1:1.0': driver_bound: bound to device 'hub'
[   15.108868] bus: 'usb': really_probe: bound device 1-1:1.0 to driver hub
[   15.108885] device: 'ep_81': device_add
[   15.108961] device: 'usbdev1.2': device_add
[   15.109131] driver: '1-1': driver_bound: bound to device 'usb'
[   15.109142] bus: 'usb': really_probe: bound device 1-1 to driver usb
[   15.109157] device: 'ep_00': device_add
[   15.158904] driver_probe_done: probe_count = 0
[   15.268903] driver_probe_done: probe_count = 0
[   15.378903] driver_probe_done: probe_count = 0
[   15.378986] usb 1-1.2: new high-speed USB device number 3 using orion-ehci
[   15.488899] driver_probe_done: probe_count = 0
[   15.489858] device: '1-1.2': device_add
[   15.490000] bus: 'usb': add device 1-1.2
[   15.490160] bus: 'usb': driver_probe_device: matched device 1-1.2 with 
driver usb
[   15.490172] bus: 'usb': really_probe: probing driver usb with device 1-1.2
[   15.490485] device: '1-1.2:1.0': device_add
[   15.490538] bus: 'usb': add device 1-1.2:1.0
[   15.490895] bus: 'usb': driver_probe_device: matched device 1-1.2:1.0 with 
driver usb-storage
[   15.490908] bus: 'usb': really_probe: probing driver usb-storage with device 
1-1.2:1.0
[   15.491059] scsi1 : usb-storage 1-1.2:1.0
[   15.495092] device: 'host1': device_add
[   15.495114] bus: 'scsi': add device host1
[   15.495257] device: 'host1': device_add
[   15.495512] driver: '1-1.2:1.0': driver_bound: bound to device 'usb-storage'
[   15.495526] bus: 'usb': really_probe: bound device 1-1.2:1.0 to driver 
usb-storage
[   15.495542] device: 'ep_81': device_add
[   15.495597] device: 'ep_02': device_add
[   15.495650] device: 'usbdev1.3': device_add
[   15.495824] driver: '1-1.2': driver_bound: bound to device 'usb'
[   15.495836] bus: 'usb': really_probe: bound device 1-1.2 to driver usb
[   15.495851] device: 'ep_00': device_add
[   15.598902] driver_probe_done: probe_count = 0
[   15.708901] driver_probe_done: probe_count = 0
[   15.818903] driver_probe_done: probe_count = 0
[   15.928901] driver_probe_done: probe_count = 0
[   16.038901] driver_probe_done: probe_count = 0
[   16.148901] driver_probe_done: probe_count = 0
[   16.258901] driver_probe_done: probe_count = 0
[   16.368901] driver_probe_done: probe_count = 0
[   16.478966] driver_probe_done: probe_count = 0
[   16.489694] scsi 1:0:0:0: Direct-Access     Disk     Name             320A 
PQ: 0 ANSI: 2 CCS
[   16.498173] device: 'target1:0:0': device_add
[   16.498196] bus: 'scsi': add device target1:0:0
[   16.498356] device: '1:0:0:0': device_add
[   16.498444] bus: 'scsi': add device 1:0:0:0
[   16.498570] bus: 'scsi': driver_probe_device: matched device 1:0:0:0 with 
driver sd
[   16.498583] bus: 'scsi': really_probe: probing driver sd with device 1:0:0:0
[   16.498619] device: '1:0:0:0': device_add
[   16.498815] driver: '1:0:0:0': driver_bound: bound to device 'sd'
[   16.498827] bus: 'scsi': really_probe: bound device 1:0:0:0 to driver sd
[   16.498839] device: '1:0:0:0': device_add
[   16.499110] device: '1:0:0:0': device_add
[   16.499893] sd 1:0:0:0: [sda] 117231408 512-byte logical blocks: (60.0 
GB/55.8 GiB)
[   16.508652] sd 1:0:0:0: [sda] Write Protect is off
[   16.513486] sd 1:0:0:0: [sda] Mode Sense: 28 00 00 00
[   16.514130] sd 1:0:0:0: [sda] No Caching mode page present
[   16.519648] sd 1:0:0:0: [sda] Assuming drive cache: write through
[   16.525774] device: '8:0': device_add
[   16.525959] device: 'sda': device_add
[   16.528003] sd 1:0:0:0: [sda] No Caching mode page present
[   16.533523] sd 1:0:0:0: [sda] Assuming drive cache: write through
[   16.545260]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 >
[   16.551080] device: 'sda1': device_add
[   16.551171] device: 'sda2': device_add
[   16.551259] device: 'sda3': device_add
[   16.551343] device: 'sda4': device_add
[   16.551411] device: 'sda5': device_add
[   16.551477] device: 'sda6': device_add
[   16.551550] device: 'sda7': device_add
[   16.551617] device: 'sda8': device_add
[   16.555003] sd 1:0:0:0: [sda] No Caching mode page present
[   16.560531] sd 1:0:0:0: [sda] Assuming drive cache: write through
[   16.566657] sd 1:0:0:0: [sda] Attached SCSI disk
[   16.588922] driver_probe_done: probe_count = 0
[   16.589523] EXT2-fs (sda6): error: couldn't mount because of unsupported 
optional features (240)
[   16.613094] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: 
(null)
[   16.620837] VFS: Mounted root (ext4 filesystem) readonly on device 8:6.
[   16.627853] Freeing init memory: 124K
[   17.466885] device class 'scsi_generic': registering
[   17.466947] device: 'sg0': device_add
[   17.467039] sd 1:0:0:0: Attached scsi generic sg0 type 0
[   18.039155] Adding 2524052k swap on /dev/sda8.  Priority:-1 extents:1 
across:2524052k 
[   18.222294] EXT4-fs (sda6): re-mounted. Opts: (null)
[   18.249792] EXT4-fs (sda6): re-mounted. Opts: (null)
[   21.668409] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: 
(null)
[   21.687153] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: 
(null)
[   21.714007] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: 
(null)
[   22.564002] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   24.207452] mv643xx_eth_port mv643xx_eth_port.0: eth0: link up, 100 Mb/s, 
full duplex, flow control disabled
[   24.207657] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   34.378648] eth0: no IPv6 routers present
[  311.906911] bus: 'sdio': add driver uap_sdio
root@vex:~# tail /var/log/messages
Feb 25 12:10:43 vex ntpd[858]: Listen and drop on 1 v6wildcard :: UDP 123
Feb 25 12:10:43 vex ntpd[858]: Listen normally on 2 lo 127.0.0.1 UDP 123
Feb 25 12:10:43 vex ntpd[858]: Listen normally on 3 eth0 172.17.2.8 UDP 123
Feb 25 12:10:43 vex ntpd[858]: Listen normally on 4 lo ::1 UDP 123
Feb 25 12:10:43 vex ntpd[858]: peers refreshed
Feb 25 12:10:44 vex kernel: [   24.207452] mv643xx_eth_port mv643xx_eth_port.0: 
eth0: link up, 100 Mb/s, full duplex, flow control disabled
Feb 25 12:10:44 vex kernel: [   24.207657] ADDRCONF(NETDEV_CHANGE): eth0: link 
becomes ready
Feb 25 12:10:46 vex ntpd[858]: Listen normally on 5 eth0 fe80::7017:2ff:fe08:0 
UDP 123
Feb 25 12:10:46 vex ntpd[858]: peers refreshed
Feb 25 12:15:03 vex sshd[898]: Accepted publickey for root from 172.17.2.5 port 
55360 ssh2
root@vex:~# exit

Script done on Sat Feb 25 12:16:11 2012
_______________________________________________
ARMedslack mailing list
[email protected]
http://lists.armedslack.org/mailman/listinfo/armedslack

Reply via email to