wangbj

xen_domU_pcipassthrough

Mar 6th, 2013
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.60 KB | None | 0 0
  1. xen (4.2.1) domU pci passthrough
  2.  
  3.  
  4. [ 0.000000] Initializing cgroup subsys cpuset
  5. [ 0.000000] Initializing cgroup subsys cpu
  6. [ 0.000000] Linux version 3.8.2-gentoo (root@shuttle) (gcc version 4.7.2 (Gentoo 4.7.2-r1 p1.5, pie-0.5.5) ) #1 SMP PREEMPT Tue Mar 5 23:21:06 PST 2013
  7. [ 0.000000] Command line: root=/dev/xvda2 fstype=ext4 ro dolvm
  8. [ 0.000000] ACPI in unprivileged domain disabled
  9. [ 0.000000] Freeing 20000-100000 pfn range: 917504 pages freed
  10. [ 0.000000] 1-1 mapping on 20000->100000
  11. [ 0.000000] Released 917504 pages of unused memory
  12. [ 0.000000] Set 917504 page(s) to 1-1 mapping
  13. [ 0.000000] e820: BIOS-provided physical RAM map:
  14. [ 0.000000] Xen: [mem 0x0000000000000000-0x000000000009ffff] usable
  15. [ 0.000000] Xen: [mem 0x00000000000a0000-0x00000000000fffff] reserved
  16. [ 0.000000] Xen: [mem 0x0000000000100000-0x000000001fffffff] usable
  17. [ 0.000000] Xen: [mem 0x0000000020000000-0x00000000201fffff] reserved
  18. [ 0.000000] Xen: [mem 0x0000000020200000-0x000000003fffffff] unusable
  19. [ 0.000000] Xen: [mem 0x0000000040000000-0x00000000401fffff] reserved
  20. [ 0.000000] Xen: [mem 0x0000000040200000-0x00000000bab59fff] unusable
  21. [ 0.000000] Xen: [mem 0x00000000bab5a000-0x00000000baba7fff] ACPI NVS
  22. [ 0.000000] Xen: [mem 0x00000000baba8000-0x00000000babaefff] ACPI data
  23. [ 0.000000] Xen: [mem 0x00000000babaf000-0x00000000badd4fff] reserved
  24. [ 0.000000] Xen: [mem 0x00000000badd5000-0x00000000badd5fff] ACPI NVS
  25. [ 0.000000] Xen: [mem 0x00000000badd6000-0x00000000badfbfff] reserved
  26. [ 0.000000] Xen: [mem 0x00000000badfc000-0x00000000badfdfff] unusable
  27. [ 0.000000] Xen: [mem 0x00000000badfe000-0x00000000bae0dfff] reserved
  28. [ 0.000000] Xen: [mem 0x00000000bae0e000-0x00000000bae1afff] ACPI NVS
  29. [ 0.000000] Xen: [mem 0x00000000bae1b000-0x00000000bae3efff] reserved
  30. [ 0.000000] Xen: [mem 0x00000000bae3f000-0x00000000bae81fff] ACPI NVS
  31. [ 0.000000] Xen: [mem 0x00000000bae82000-0x00000000baffffff] unusable
  32. [ 0.000000] Xen: [mem 0x00000000bb800000-0x00000000bf9fffff] reserved
  33. [ 0.000000] Xen: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
  34. [ 0.000000] Xen: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
  35. [ 0.000000] Xen: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
  36. [ 0.000000] Xen: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
  37. [ 0.000000] NX (Execute Disable) protection: active
  38. [ 0.000000] DMI not present or invalid.
  39. [ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
  40. [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
  41. [ 0.000000] No AGP bridge found
  42. [ 0.000000] e820: last_pfn = 0x20000 max_arch_pfn = 0x400000000
  43. [ 0.000000] initial memory mapped: [mem 0x00000000-0x025bdfff]
  44. [ 0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 24576
  45. [ 0.000000] init_memory_mapping: [mem 0x00000000-0x1fffffff]
  46. [ 0.000000] [mem 0x00000000-0x1fffffff] page 4k
  47. [ 0.000000] kernel direct mapping tables up to 0x1fffffff @ [mem 0x021ff000-0x02300fff]
  48. [ 0.000000] xen: setting RW the range 22e3000 - 2301000
  49. [ 0.000000] RAMDISK: [mem 0x02301000-0x025bdfff]
  50. [ 0.000000] NUMA turned off
  51. [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001fffffff]
  52. [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x1fffffff]
  53. [ 0.000000] NODE_DATA [mem 0x1fffb000-0x1fffffff]
  54. [ 0.000000] Zone ranges:
  55. [ 0.000000] DMA [mem 0x00010000-0x00ffffff]
  56. [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
  57. [ 0.000000] Normal empty
  58. [ 0.000000] Movable zone start for each node
  59. [ 0.000000] Early memory node ranges
  60. [ 0.000000] node 0: [mem 0x00010000-0x0009ffff]
  61. [ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
  62. [ 0.000000] On node 0 totalpages: 130960
  63. [ 0.000000] DMA zone: 64 pages used for memmap
  64. [ 0.000000] DMA zone: 6 pages reserved
  65. [ 0.000000] DMA zone: 3914 pages, LIFO batch:0
  66. [ 0.000000] DMA32 zone: 1984 pages used for memmap
  67. [ 0.000000] DMA32 zone: 124992 pages, LIFO batch:31
  68. [ 0.000000] SFI: Simple Firmware Interface v0.81 http://simplefirmware.org
  69. [ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
  70. [ 0.000000] No local APIC present
  71. [ 0.000000] APIC: disable apic facility
  72. [ 0.000000] APIC: switched to apic NOOP
  73. [ 0.000000] nr_irqs_gsi: 16
  74. [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
  75. [ 0.000000] e820: [mem 0xbfa00000-0xfebfffff] available for PCI devices
  76. [ 0.000000] Booting paravirtualized kernel on Xen
  77. [ 0.000000] Xen version: 4.2.1 (preserve-AD)
  78. [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
  79. [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88001fc00000 s85056 r8192 d21440 u524288
  80. [ 0.000000] pcpu-alloc: s85056 r8192 d21440 u524288 alloc=1*2097152
  81. [ 0.000000] pcpu-alloc: [0] 0 1 2 3
  82. [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128906
  83. [ 0.000000] Policy zone: DMA32
  84. [ 0.000000] Kernel command line: root=/dev/xvda2 fstype=ext4 ro dolvm
  85. [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
  86. [ 0.000000] __ex_table already sorted, skipping sort
  87. [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
  88. [ 0.000000] Checking aperture...
  89. [ 0.000000] No AGP bridge found
  90. [ 0.000000] Memory: 479180k/524288k available (7583k kernel code, 448k absent, 44660k reserved, 5650k data, 948k init)
  91. [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  92. [ 0.000000] Preemptible hierarchical RCU implementation.
  93. [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
  94. [ 0.000000] NR_IRQS:4352 nr_irqs:304 16
  95. [ 0.000000] Console: colour dummy device 80x25
  96. [ 0.000000] console [tty0] enabled
  97. [ 0.000000] console [hvc0] enabled
  98. [ 0.000000] allocated 2097152 bytes of page_cgroup
  99. [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
  100. [ 0.000000] Xen: using vcpuop timer interface
  101. [ 0.000000] installing Xen timer for CPU 0
  102. [ 0.000000] tsc: Detected 3392.398 MHz processor
  103. [ 0.001000] Calibrating delay loop (skipped), value calculated using timer frequency.. 6784.79 BogoMIPS (lpj=3392398)
  104. [ 0.001000] pid_max: default: 32768 minimum: 301
  105. [ 0.001000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
  106. [ 0.001000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
  107. [ 0.001000] Mount-cache hash table entries: 256
  108. [ 0.001000] Initializing cgroup subsys cpuacct
  109. [ 0.001000] Initializing cgroup subsys memory
  110. [ 0.001000] Initializing cgroup subsys devices
  111. [ 0.001000] Initializing cgroup subsys freezer
  112. [ 0.001000] Initializing cgroup subsys blkio
  113. [ 0.001000] Initializing cgroup subsys perf_event
  114. [ 0.001000] Initializing cgroup subsys net_prio
  115. [ 0.001000] Initializing cgroup subsys hugetlb
  116. [ 0.001000] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
  117. ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
  118. [ 0.001000] CPU: Physical Processor ID: 0
  119. [ 0.001000] CPU: Processor Core ID: 0
  120. [ 0.001000] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
  121. Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
  122. tlb_flushall_shift: 5
  123. [ 0.012473] ftrace: allocating 33900 entries in 133 pages
  124. [ 0.017070] Performance Events: unsupported p6 CPU model 42 no PMU driver, software events only.
  125. [ 0.025110] installing Xen timer for CPU 1
  126. [ 0.025273] SMP alternatives: switching to SMP code
  127. [ 0.038099] installing Xen timer for CPU 2
  128. [ 0.040100] installing Xen timer for CPU 3
  129. [ 0.040235] Brought up 4 CPUs
  130. [ 0.040302] devtmpfs: initialized
  131. [ 0.042795] PM: Registering ACPI NVS region [mem 0xbab5a000-0xbaba7fff] (319488 bytes)
  132. [ 0.042795] PM: Registering ACPI NVS region [mem 0xbadd5000-0xbadd5fff] (4096 bytes)
  133. [ 0.042795] PM: Registering ACPI NVS region [mem 0xbae0e000-0xbae1afff] (53248 bytes)
  134. [ 0.042795] PM: Registering ACPI NVS region [mem 0xbae3f000-0xbae81fff] (274432 bytes)
  135. [ 0.043451] kworker/u:0 (34) used greatest stack depth: 6720 bytes left
  136. [ 0.043455] Grant tables using version 2 layout.
  137. [ 0.043455] Grant table initialized
  138. [ 0.044018] regulator-dummy: no parameters
  139. [ 0.063182] RTC time: 165:165:165, date: 165/165/65
  140. [ 0.063220] NET: Registered protocol family 16
  141. [ 0.064046] kworker/u:0 (54) used greatest stack depth: 6184 bytes left
  142. [ 0.065035] dca service started, version 1.12.1
  143. [ 0.065072] kworker/u:0 (57) used greatest stack depth: 5656 bytes left
  144. [ 0.066019] PCI: setting up Xen PCI frontend stub
  145. [ 0.066031] PCI: pci_cache_line_size set to 64 bytes
  146. [ 0.091097] bio: create slab <bio-0> at 0
  147. [ 0.091155] ACPI: Interpreter disabled.
  148. [ 0.092029] xen/balloon: Initialising balloon driver.
  149. [ 0.096033] xen-balloon: Initialising balloon driver.
  150. [ 0.096059] vgaarb: loaded
  151. [ 0.097040] SCSI subsystem initialized
  152. [ 0.097040] libata version 3.00 loaded.
  153. [ 0.098040] usbcore: registered new interface driver usbfs
  154. [ 0.098059] usbcore: registered new interface driver hub
  155. [ 0.098059] usbcore: registered new device driver usb
  156. [ 0.098059] pps_core: LinuxPPS API ver. 1 registered
  157. [ 0.098059] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  158. [ 0.098059] PTP clock support registered
  159. [ 0.099040] Advanced Linux Sound Architecture Driver Initialized.
  160. [ 0.099042] PCI: System does not support PCI
  161. [ 0.099049] PCI: System does not support PCI
  162. [ 0.099150] Switching to clocksource xen
  163. [ 0.114099] FS-Cache: Loaded
  164. [ 0.114308] CacheFiles: Loaded
  165. [ 0.127018] pnp: PnP ACPI: disabled
  166. [ 0.127797] NET: Registered protocol family 2
  167. [ 0.128088] TCP established hash table entries: 4096 (order: 4, 65536 bytes)
  168. [ 0.128155] TCP bind hash table entries: 4096 (order: 5, 131072 bytes)
  169. [ 0.128206] TCP: Hash tables configured (established 4096 bind 4096)
  170. [ 0.128232] TCP: reno registered
  171. [ 0.128249] UDP hash table entries: 256 (order: 2, 24576 bytes)
  172. [ 0.128273] UDP-Lite hash table entries: 256 (order: 2, 24576 bytes)
  173. [ 0.128383] NET: Registered protocol family 1
  174. [ 0.128566] RPC: Registered named UNIX socket transport module.
  175. [ 0.128577] RPC: Registered udp transport module.
  176. [ 0.128584] RPC: Registered tcp transport module.
  177. [ 0.128610] RPC: Registered tcp NFSv4.1 backchannel transport module.
  178. [ 0.128620] PCI: CLS 0 bytes, default 64
  179. [ 0.128694] Trying to unpack rootfs image as initramfs...
  180. [ 0.188363] rootfs image is not initramfs (junk in compressed archive); looks like an initrd
  181. [ 0.189964] Freeing initrd memory: 2804k freed
  182. [ 0.190549] platform rtc_cmos: registered platform RTC device (no PNP device found)
  183. [ 0.190753] Machine check injector initialized
  184. [ 0.192541] microcode: CPU0 sig=0x206a7, pf=0x2, revision=0x25
  185. [ 0.192574] microcode: CPU1 sig=0x206a7, pf=0x2, revision=0x25
  186. [ 0.192612] microcode: CPU2 sig=0x206a7, pf=0x2, revision=0x25
  187. [ 0.192640] microcode: CPU3 sig=0x206a7, pf=0x2, revision=0x25
  188. [ 0.192770] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
  189. [ 0.193500] audit: initializing netlink socket (disabled)
  190. [ 0.193537] type=2000 audit(1362602735.232:1): initialized
  191. [ 0.215364] HugeTLB registered 2 MB page size, pre-allocated 0 pages
  192. [ 0.224713] VFS: Disk quotas dquot_6.5.2
  193. [ 0.224880] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  194. [ 0.227493] FS-Cache: Netfs 'nfs' registered for caching
  195. [ 0.227987] NFS: Registering the id_resolver key type
  196. [ 0.228028] Key type id_resolver registered
  197. [ 0.228033] Key type id_legacy registered
  198. [ 0.228041] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
  199. [ 0.228493] fuse init (API version 7.20)
  200. [ 0.229233] 9p: Installing v9fs 9p2000 file system support
  201. [ 0.229409] FS-Cache: Netfs '9p' registered for caching
  202. [ 0.230835] Btrfs loaded
  203. [ 0.230858] msgmni has been set to 941
  204. [ 0.232542] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
  205. [ 0.232676] io scheduler noop registered
  206. [ 0.232691] io scheduler deadline registered
  207. [ 0.232887] io scheduler cfq registered (default)
  208. [ 0.233582] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
  209. [ 0.233934] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
  210. [ 0.234046] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
  211. [ 0.234056] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
  212. [ 0.240542] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
  213. [ 0.241153] pcifront pci-0: Installing PCI frontend
  214. [ 0.241211] Warning: only able to allocate 4 MB for software IO TLB
  215. [ 0.242900] Non-volatile memory driver v1.3
  216. [ 0.243179] intel_idle: does not run on family 6 model 42
  217. [ 0.243196] ioatdma: Intel(R) QuickData Technology Driver 4.00
  218. [ 0.244107] Event-channel device installed.
  219. [ 0.244926] software IO TLB [mem 0x1c000000-0x1c400000] (4MB) mapped at [ffff88001c000000-ffff88001c3fffff]
  220. [ 0.245225] pcifront pci-0: Creating PCI Frontend Bus 0000:00
  221. [ 0.245404] pcifront pci-0: PCI host bridge to bus 0000:00
  222. [ 0.245417] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
  223. [ 0.245437] pci_bus 0000:00: root bus resource [mem 0x00000000-0xfffffffff]
  224. [ 0.245443] pci_bus 0000:00: root bus resource [bus 00-ff]
  225. [ 0.245767] pci 0000:00:00.0: [8086:0102] type 00 class 0x030000
  226. [ 0.246362] pci 0000:00:00.0: reg 10: [mem 0xfe000000-0xfe3fffff 64bit]
  227. [ 0.246658] pci 0000:00:00.0: reg 18: [mem 0xc0000000-0xcfffffff 64bit pref]
  228. [ 0.246854] pci 0000:00:00.0: reg 20: [io 0xf000-0xf03f]
  229. [ 0.248914] brd: module loaded
  230. [ 0.249453] pci 0000:00:01.0: [8086:1c2d] type 00 class 0x0c0320
  231. [ 0.250159] pci 0000:00:01.0: reg 10: [mem 0xfe607000-0xfe6073ff]
  232. [ 0.252313] loop: module loaded
  233. [ 0.252821] nbd: registered device at major 43
  234. [ 0.254332] pci 0000:00:02.0: [8086:1c20] type 00 class 0x040300
  235. [ 0.254888] pci 0000:00:02.0: reg 10: [mem 0xfe600000-0xfe603fff 64bit]
  236. [ 0.264659] pci 0000:00:03.0: [8086:1c26] type 00 class 0x0c0320
  237. [ 0.266361] pci 0000:00:03.0: reg 10: [mem 0xfe606000-0xfe6063ff]
  238. [ 0.271347] pci 0000:00:04.0: [1b21:1042] type 00 class 0x0c0330
  239. [ 0.271666] pci 0000:00:04.0: reg 10: [mem 0xfe500000-0xfe507fff 64bit]
  240. [ 0.274828] pci 0000:00:05.0: [1b21:1042] type 00 class 0x0c0330
  241. [ 0.275362] pci 0000:00:05.0: reg 10: [mem 0xfe400000-0xfe407fff 64bit]
  242. [ 0.283589] pcifront pci-0: claiming resource 0000:00:00.0/0
  243. [ 0.283600] pcifront pci-0: claiming resource 0000:00:00.0/2
  244. [ 0.283607] pcifront pci-0: claiming resource 0000:00:00.0/4
  245. [ 0.283614] pcifront pci-0: claiming resource 0000:00:01.0/0
  246. [ 0.283621] pcifront pci-0: claiming resource 0000:00:02.0/0
  247. [ 0.283628] pcifront pci-0: claiming resource 0000:00:03.0/0
  248. [ 0.283634] pcifront pci-0: claiming resource 0000:00:04.0/0
  249. [ 0.283641] pcifront pci-0: claiming resource 0000:00:05.0/0
  250. [ 0.284170] pci 0000:00:00.0: BIOS left Intel GPU interrupts enabled; disabling
  251. [ 0.284941] vgaarb: device added: PCI:0000:00:00.0,decodes=io+mem,owns=none,locks=none
  252. [ 0.285078] pci 0000:00:01.0: enabling device (0000 -> 0002)
  253. [ 0.285244] pci 0000:00:01.0: Xen PCI mapped GSI16 to IRQ45
  254. [ 0.285831] pci 0000:00:03.0: enabling device (0000 -> 0002)
  255. [ 0.297368] SCSI Media Changer driver v0.25
  256. [ 0.297918] Rounding down aligned max_sectors from 4294967295 to 4294967288
  257. [ 0.298553] tun: Universal TUN/TAP device driver, 1.6
  258. [ 0.298554] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  259. [ 0.298778] Atheros(R) L2 Ethernet Driver - version 2.2.3
  260. [ 0.298779] Copyright (c) 2007 Atheros Corporation.
  261. [ 0.299089] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
  262. [ 0.299091] e1000: Copyright (c) 1999-2006 Intel Corporation.
  263. [ 0.299197] e1000e: Intel(R) PRO/1000 Network Driver - 2.1.4-k
  264. [ 0.299198] e1000e: Copyright(c) 1999 - 2012 Intel Corporation.
  265. [ 0.299327] sky2: driver version 1.30
  266. [ 0.299649] Initialising Xen virtual ethernet driver.
  267. [ 0.302705] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  268. [ 0.302709] ehci_hcd: block sizes: qh 104 qtd 96 itd 192 sitd 96
  269. [ 0.302716] ehci-pci: EHCI PCI platform driver
  270. [ 0.302855] xen_map_pirq_gsi: returning irq 45 for gsi 16
  271. [ 0.302860] ehci-pci 0000:00:01.0: Xen PCI mapped GSI16 to IRQ45
  272. [ 0.302970] ehci-pci 0000:00:01.0: setting latency timer to 64
  273. [ 0.303000] ehci-pci 0000:00:01.0: EHCI Host Controller
  274. [ 0.303221] ehci-pci 0000:00:01.0: new USB bus registered, assigned bus number 1
  275. [ 0.303740] ehci-pci 0000:00:01.0: debug port 2
  276. [ 0.303749] ehci-pci 0000:00:01.0: reset hcs_params 0x200002 dbg=2 cc=0 pcc=0 ordered !ppc ports=2
  277. [ 0.303754] ehci-pci 0000:00:01.0: reset hcc_params 36881 caching frame 1024 64 bit addr
  278. [ 0.303841] ehci-pci 0000:00:01.0: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
  279. [ 0.307774] ehci-pci 0000:00:01.0: Enabling legacy PCI PM
  280. [ 0.307870] ehci-pci 0000:00:01.0: cache line size of 64 is not supported
  281. [ 0.307873] ehci-pci 0000:00:01.0: supports USB remote wakeup
  282. [ 0.307907] ehci-pci 0000:00:01.0: irq 45, io mem 0xfe607000
  283. [ 0.307915] ehci-pci 0000:00:01.0: init command 0010001 (park)=0 ithresh=1 period=1024 RUN
  284. [ 0.313072] ehci-pci 0000:00:01.0: USB 2.0 started, EHCI 1.00
  285. [ 0.313096] usb usb1: default language 0x0409
  286. [ 0.313104] usb usb1: udev 1, busnum 1, minor = 0
  287. [ 0.313106] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  288. [ 0.313108] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  289. [ 0.313110] usb usb1: Product: EHCI Host Controller
  290. [ 0.313111] usb usb1: Manufacturer: Linux 3.8.2-gentoo ehci_hcd
  291. [ 0.313113] usb usb1: SerialNumber: 0000:00:01.0
  292. [ 0.313252] usb usb1: usb_probe_device
  293. [ 0.313254] usb usb1: configuration #1 chosen from 1 choice
  294. [ 0.313262] usb usb1: adding 1-0:1.0 (config #1, interface 0)
  295. [ 0.313328] hub 1-0:1.0: usb_probe_interface
  296. [ 0.313330] hub 1-0:1.0: usb_probe_interface - got id
  297. [ 0.313333] hub 1-0:1.0: USB hub found
  298. [ 0.313341] hub 1-0:1.0: 2 ports detected
  299. [ 0.313342] hub 1-0:1.0: standalone hub
  300. [ 0.313344] hub 1-0:1.0: no power switching (usb 1.0)
  301. [ 0.313345] hub 1-0:1.0: individual port over-current protection
  302. [ 0.313347] hub 1-0:1.0: power on to power good time: 20ms
  303. [ 0.313351] hub 1-0:1.0: local power source is good
  304. [ 0.313371] hub 1-0:1.0: trying to enable port power on non-switchable hub
  305. [ 0.313467] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  306. [ 0.313469] ohci_hcd: block sizes: ed 80 td 96
  307. [ 0.313523] uhci_hcd: USB Universal Host Controller Interface driver
  308. [ 0.313651] usbcore: registered new interface driver cdc_acm
  309. [ 0.313651] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
  310. [ 0.313701] usbcore: registered new interface driver cdc_wdm
  311. [ 0.313702] Initializing USB Mass Storage driver...
  312. [ 0.313758] usbcore: registered new interface driver usb-storage
  313. [ 0.313759] USB Mass Storage support registered.
  314. [ 0.313942] i8042: PNP: No PS/2 controller found. Probing ports directly.
  315. [ 0.389332] pci 0000:00:03.0: Xen PCI mapped GSI23 to IRQ49
  316. [ 0.390070] xen_map_pirq_gsi: returning irq 49 for gsi 23
  317. [ 0.390081] ehci-pci 0000:00:03.0: Xen PCI mapped GSI23 to IRQ49
  318. [ 0.390213] ehci-pci 0000:00:03.0: setting latency timer to 64
  319. [ 0.390260] ehci-pci 0000:00:03.0: EHCI Host Controller
  320. [ 0.390381] ehci-pci 0000:00:03.0: new USB bus registered, assigned bus number 2
  321. [ 0.390808] ehci-pci 0000:00:03.0: debug port 2
  322. [ 0.390819] ehci-pci 0000:00:03.0: reset hcs_params 0x200002 dbg=2 cc=0 pcc=0 ordered !ppc ports=2
  323. [ 0.390824] ehci-pci 0000:00:03.0: reset hcc_params 36881 caching frame 1024 64 bit addr
  324. [ 0.390872] ehci-pci 0000:00:03.0: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
  325. [ 0.394790] ehci-pci 0000:00:03.0: Enabling legacy PCI PM
  326. [ 0.394905] ehci-pci 0000:00:03.0: cache line size of 64 is not supported
  327. [ 0.394908] ehci-pci 0000:00:03.0: supports USB remote wakeup
  328. [ 0.394925] ehci-pci 0000:00:03.0: irq 49, io mem 0xfe606000
  329. [ 0.394937] ehci-pci 0000:00:03.0: init command 0010001 (park)=0 ithresh=1 period=1024 RUN
  330. [ 0.400069] ehci-pci 0000:00:03.0: USB 2.0 started, EHCI 1.00
  331. [ 0.400102] usb usb2: default language 0x0409
  332. [ 0.400111] usb usb2: udev 1, busnum 2, minor = 128
  333. [ 0.400114] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
  334. [ 0.400122] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  335. [ 0.400130] usb usb2: Product: EHCI Host Controller
  336. [ 0.400137] usb usb2: Manufacturer: Linux 3.8.2-gentoo ehci_hcd
  337. [ 0.400143] usb usb2: SerialNumber: 0000:00:03.0
  338. [ 0.400296] usb usb2: usb_probe_device
  339. [ 0.400299] usb usb2: configuration #1 chosen from 1 choice
  340. [ 0.400310] usb usb2: adding 2-0:1.0 (config #1, interface 0)
  341. [ 0.400365] hub 2-0:1.0: usb_probe_interface
  342. [ 0.400367] hub 2-0:1.0: usb_probe_interface - got id
  343. [ 0.400370] hub 2-0:1.0: USB hub found
  344. [ 0.400380] hub 2-0:1.0: 2 ports detected
  345. [ 0.400386] hub 2-0:1.0: standalone hub
  346. [ 0.400388] hub 2-0:1.0: no power switching (usb 1.0)
  347. [ 0.400390] hub 2-0:1.0: individual port over-current protection
  348. [ 0.400393] hub 2-0:1.0: power on to power good time: 20ms
  349. [ 0.400399] hub 2-0:1.0: local power source is good
  350. [ 0.400423] hub 2-0:1.0: trying to enable port power on non-switchable hub
  351. [ 0.400541] pci 0000:00:04.0: enabling device (0000 -> 0002)
  352. [ 0.400701] pci 0000:00:04.0: Xen PCI mapped GSI17 to IRQ50
  353. [ 0.400929] pci 0000:00:05.0: enabling device (0000 -> 0002)
  354. [ 0.401016] pci 0000:00:05.0: Xen PCI mapped GSI18 to IRQ51
  355. [ 0.402796] blkfront: xvda1: flush diskcache: enabled using persistent grants
  356. [ 0.404242] blkfront: xvda2: flush diskcache: enabled using persistent grants
  357. [ 0.405721] blkfront: xvda3: flush diskcache: enabled using persistent grants
  358. [ 0.406684] Setting capacity to 409600
  359. [ 0.406702] xvda1: detected capacity change from 0 to 209715200
  360. [ 0.407128] blkfront: xvda4: flush diskcache: enabled using persistent grants
  361. [ 0.408364] blkfront: xvda5: flush diskcache: enabled using persistent grants
  362. [ 0.409722] Setting capacity to 46137344
  363. [ 0.409731] xvda2: detected capacity change from 0 to 23622320128
  364. [ 0.412939] Setting capacity to 70672384
  365. [ 0.412949] xvda3: detected capacity change from 0 to 36184260608
  366. [ 0.413132] Setting capacity to 1677721600
  367. [ 0.413141] xvda4: detected capacity change from 0 to 858993459200
  368. [ 0.413314] Setting capacity to 16777216
  369. [ 0.413323] xvda5: detected capacity change from 0 to 8589934592
  370. [ 0.500081] ehci-pci 0000:00:03.0: GetStatus port:1 status 001803 0 ACK POWER sig=j CSC CONNECT
  371. [ 0.500106] hub 2-0:1.0: port 1: status 0501 change 0001
  372. [ 0.600154] hub 2-0:1.0: state 7 ports 2 chg 0002 evt 0000
  373. [ 0.600163] hub 2-0:1.0: port 1, status 0501, change 0000, 480 Mb/s
  374. [ 0.651301] ehci-pci 0000:00:03.0: port 1 reset complete, port enabled
  375. [ 0.651305] ehci-pci 0000:00:03.0: GetStatus port:1 status 001005 0 ACK POWER sig=se0 PE CONNECT
  376. [ 0.702093] usb 2-1: new high-speed USB device number 2 using ehci-pci
  377. [ 0.753328] ehci-pci 0000:00:03.0: port 1 reset complete, port enabled
  378. [ 0.753332] ehci-pci 0000:00:03.0: GetStatus port:1 status 001005 0 ACK POWER sig=se0 PE CONNECT
  379. [ 0.816493] usb 2-1: udev 2, busnum 2, minor = 129
  380. [ 0.816496] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
  381. [ 0.816513] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  382. [ 0.816682] usb 2-1: usb_probe_device
  383. [ 0.816684] usb 2-1: configuration #1 chosen from 1 choice
  384. [ 0.816874] usb 2-1: adding 2-1:1.0 (config #1, interface 0)
  385. [ 0.816979] hub 2-1:1.0: usb_probe_interface
  386. [ 0.816981] hub 2-1:1.0: usb_probe_interface - got id
  387. [ 0.816984] hub 2-1:1.0: USB hub found
  388. [ 0.817086] hub 2-1:1.0: 8 ports detected
  389. [ 0.817091] hub 2-1:1.0: standalone hub
  390. [ 0.817092] hub 2-1:1.0: individual port power switching
  391. [ 0.817094] hub 2-1:1.0: individual port over-current protection
  392. [ 0.817095] hub 2-1:1.0: Single TT
  393. [ 0.817097] hub 2-1:1.0: TT requires at most 8 FS bit times (666 ns)
  394. [ 0.817098] hub 2-1:1.0: power on to power good time: 100ms
  395. [ 0.817334] hub 2-1:1.0: local power source is good
  396. [ 0.817379] hub 2-1:1.0: enabling power on all ports
  397. [ 0.818919] ehci-pci 0000:00:01.0: GetStatus port:1 status 001803 0 ACK POWER sig=j CSC CONNECT
  398. [ 0.818923] hub 1-0:1.0: port 1: status 0501 change 0001
  399. [ 0.919098] usb 2-1: link qh256-0001/ffff88001d286880 start 1 [1/0 us]
  400. [ 0.919146] hub 2-1:1.0: state 7 ports 8 chg 0000 evt 0000
  401. [ 0.919158] hub 2-1:1.0: hub_suspend
  402. [ 0.919163] usb 2-1: unlink qh256-0001/ffff88001d286880 start 1 [1/0 us]
  403. [ 0.921250] usb 2-1: usb auto-suspend, wakeup 1
  404. [ 0.932095] hub 2-0:1.0: hub_suspend
  405. [ 0.932110] usb usb2: bus auto-suspend, wakeup 1
  406. [ 0.932112] ehci-pci 0000:00:03.0: suspend root hub
  407. [ 1.324078] hub 1-0:1.0: state 7 ports 2 chg 0002 evt 0000
  408. [ 1.324087] hub 1-0:1.0: port 1, status 0501, change 0000, 480 Mb/s
  409. [ 1.324832] i8042: No controller found
  410. [ 1.324946] mousedev: PS/2 mouse device common for all mice
  411. [ 1.375305] ehci-pci 0000:00:01.0: port 1 reset complete, port enabled
  412. [ 1.375309] ehci-pci 0000:00:01.0: GetStatus port:1 status 001005 0 ACK POWER sig=se0 PE CONNECT
  413. [ 1.385955] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
  414. [ 1.386406] rtc_cmos: probe of rtc_cmos failed with error -38
  415. [ 1.386883] i2c /dev entries driver
  416. [ 1.387348] xen_wdt: Xen WatchDog Timer Driver v0.01
  417. [ 1.387769] xen_wdt: initialized (timeout=60s, nowayout=0)
  418. [ 1.387806] watchdog: Software Watchdog: cannot register miscdev on minor=130 (err=-16).
  419. [ 1.387824] watchdog: Software Watchdog: a legacy watchdog module is probably present.
  420. [ 1.387975] softdog: Software Watchdog Timer: 0.08 initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0)
  421. [ 1.388394] device-mapper: uevent: version 1.0.3
  422. [ 1.388680] device-mapper: ioctl: 4.23.1-ioctl (2012-12-18) initialised: dm-devel@redhat.com
  423. [ 1.389127] EDAC MC: Ver: 3.0.0
  424. [ 1.390217] EFI Variables Facility v0.08 2004-May-17
  425. [ 1.390229] No iBFT detected.
  426. [ 1.391693] usbcore: registered new interface driver usbhid
  427. [ 1.391703] usbhid: USB HID core driver
  428. [ 1.392797] snd_hda_intel 0000:00:02.0: enabling device (0000 -> 0002)
  429. [ 1.393009] snd_hda_intel 0000:00:02.0: Xen PCI mapped GSI22 to IRQ53
  430. [ 1.417755] oprofile: using timer interrupt.
  431. [ 1.417916] TCP: cubic registered
  432. [ 1.417926] Initializing XFRM netlink socket
  433. [ 1.418731] NET: Registered protocol family 10
  434. [ 1.419089] sit: IPv6 over IPv4 tunneling driver
  435. [ 1.419577] NET: Registered protocol family 17
  436. [ 1.419596] NET: Registered protocol family 15
  437. [ 1.419635] 9pnet: Installing 9P2000 support
  438. [ 1.419776] Key type dns_resolver registered
  439. [ 1.420393] PM: Hibernation image not present or could not be loaded.
  440. [ 1.420422] registered taskstats version 1
  441. [ 1.421768] Magic number: 1:252:3141
  442. [ 1.421823] console [netcon0] enabled
  443. [ 1.421831] netconsole: network logging started
  444. [ 1.421839] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
  445. [ 1.421975] ALSA device list:
  446. [ 1.421982] #0: HDA Intel PCH at 0xfe600000 irq 54
  447. [ 1.422143] RAMDISK: Couldn't find valid RAM disk image starting at 0.
  448. [ 1.425447] EXT3-fs (xvda2): error: couldn't mount because of unsupported optional features (240)
  449. [ 1.425657] EXT2-fs (xvda2): error: couldn't mount because of unsupported optional features (240)
  450. [ 1.426083] usb 1-1: new high-speed USB device number 2 using ehci-pci
  451. [ 1.428297] EXT4-fs (xvda2): mounted filesystem with ordered data mode. Opts: (null)
  452. [ 1.428323] VFS: Mounted root (ext4 filesystem) readonly on device 202:2.
  453. [ 1.429420] devtmpfs: mounted
  454. [ 1.429967] Freeing unused kernel memory: 948k freed
  455. [ 1.430203] Write protecting the kernel read-only data: 12288k
  456. [ 1.435834] Freeing unused kernel memory: 600k freed
  457. [ 1.436259] Freeing unused kernel memory: 440k freed
  458. [ 1.477305] ehci-pci 0000:00:01.0: port 1 reset complete, port enabled
  459. [ 1.477315] ehci-pci 0000:00:01.0: GetStatus port:1 status 001005 0 ACK POWER sig=se0 PE CONNECT
  460. [ 1.523914] kbd_mode (996) used greatest stack depth: 5304 bytes left
  461. [ 1.539723] loadkeys (997) used greatest stack depth: 4720 bytes left
  462. [ 1.540364] init-early.sh (995) used greatest stack depth: 4448 bytes left
  463. [ 1.540449] usb 1-1: udev 2, busnum 1, minor = 1
  464. [ 1.540456] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
  465. [ 1.540469] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  466. [ 1.540800] usb 1-1: usb_probe_device
  467. [ 1.540806] usb 1-1: configuration #1 chosen from 1 choice
  468. [ 1.541021] usb 1-1: adding 1-1:1.0 (config #1, interface 0)
  469. [ 1.541197] hub 1-1:1.0: usb_probe_interface
  470. [ 1.541202] hub 1-1:1.0: usb_probe_interface - got id
  471. [ 1.541209] hub 1-1:1.0: USB hub found
  472. [ 1.541325] hub 1-1:1.0: 6 ports detected
  473. [ 1.541335] hub 1-1:1.0: standalone hub
  474. [ 1.541338] hub 1-1:1.0: individual port power switching
  475. [ 1.541342] hub 1-1:1.0: individual port over-current protection
  476. [ 1.541345] hub 1-1:1.0: Single TT
  477. [ 1.541349] hub 1-1:1.0: TT requires at most 8 FS bit times (666 ns)
  478. [ 1.541352] hub 1-1:1.0: power on to power good time: 100ms
  479. [ 1.541573] hub 1-1:1.0: local power source is good
  480. [ 1.541649] hub 1-1:1.0: enabling power on all ports
  481. [ 1.642319] hub 1-1:1.0: port 2: status 0101 change 0001
  482. [ 1.742103] usb 1-1: link qh256-0001/ffff88001d286000 start 1 [1/0 us]
  483. [ 1.742134] hub 1-1:1.0: state 7 ports 6 chg 0004 evt 0000
  484. [ 1.742230] hub 1-1:1.0: port 2, status 0101, change 0000, 12 Mb/s
  485. [ 1.753234] hub 1-1:1.0: port 2 not reset yet, waiting 10ms
  486. [ 1.815229] usb 1-1.2: new high-speed USB device number 3 using ehci-pci
  487. [ 1.815625] devfs (1035) used greatest stack depth: 4376 bytes left
  488. [ 1.826225] hub 1-1:1.0: port 2 not reset yet, waiting 10ms
  489. [ 1.900471] usb 1-1.2: udev 3, busnum 1, minor = 2
  490. [ 1.900479] usb 1-1.2: New USB device found, idVendor=03f0, idProduct=2514
  491. [ 1.900484] usb 1-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  492. [ 1.900722] usb 1-1.2: usb_probe_device
  493. [ 1.900728] usb 1-1.2: configuration #1 chosen from 1 choice
  494. [ 1.900853] usb 1-1.2: adding 1-1.2:1.0 (config #1, interface 0)
  495. [ 1.900966] hub 1-1.2:1.0: usb_probe_interface
  496. [ 1.900970] hub 1-1.2:1.0: usb_probe_interface - got id
  497. [ 1.900976] hub 1-1.2:1.0: USB hub found
  498. [ 1.901100] hub 1-1.2:1.0: 4 ports detected
  499. [ 1.901104] hub 1-1.2:1.0: standalone hub
  500. [ 1.901107] hub 1-1.2:1.0: individual port power switching
  501. [ 1.901111] hub 1-1.2:1.0: individual port over-current protection
  502. [ 1.901242] hub 1-1.2:1.0: TT per port
  503. [ 1.901247] hub 1-1.2:1.0: TT requires at most 8 FS bit times (666 ns)
  504. [ 1.901251] hub 1-1.2:1.0: power on to power good time: 100ms
  505. [ 1.901461] hub 1-1.2:1.0: local power source is good
  506. [ 1.901513] hub 1-1.2:1.0: enabling power on all ports
  507. [ 1.901999] hub 1-1:1.0: state 7 ports 6 chg 0000 evt 0004
  508. [ 2.001339] hub 1-1.2:1.0: port 2: status 0301 change 0001
  509. [ 2.001585] hub 1-1.2:1.0: port 3: status 0301 change 0001
  510. [ 2.101085] usb 1-1.2: link qh256-0001/ffff88001d286f80 start 2 [1/0 us]
  511. [ 2.101128] hub 1-1.2:1.0: state 7 ports 4 chg 000c evt 0000
  512. [ 2.101217] hub 1-1.2:1.0: port 2, status 0301, change 0000, 1.5 Mb/s
  513. [ 2.113211] hub 1-1.2:1.0: port 2 not reset yet, waiting 10ms
  514. [ 2.175215] usb 1-1.2.2: new low-speed USB device number 4 using ehci-pci
  515. [ 2.188283] hub 1-1.2:1.0: port 2 not reset yet, waiting 10ms
  516. [ 2.224951] systemd-udevd[1134]: starting version 197
  517. [ 2.269821] usb 1-1.2.2: skipped 1 descriptor after interface
  518. [ 2.270945] usb 1-1.2.2: default language 0x0409
  519. [ 2.277317] usb 1-1.2.2: udev 4, busnum 1, minor = 3
  520. [ 2.277320] usb 1-1.2.2: New USB device found, idVendor=03f0, idProduct=0024
  521. [ 2.277322] usb 1-1.2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  522. [ 2.277324] usb 1-1.2.2: Product: HP Basic USB Keyboard
  523. [ 2.277326] usb 1-1.2.2: Manufacturer: CHICONY
  524. [ 2.277630] usb 1-1.2.2: usb_probe_device
  525. [ 2.277634] usb 1-1.2.2: configuration #1 chosen from 1 choice
  526. [ 2.278240] usb 1-1.2.2: adding 1-1.2.2:1.0 (config #1, interface 0)
  527. [ 2.278394] usbhid 1-1.2.2:1.0: usb_probe_interface
  528. [ 2.278409] usbhid 1-1.2.2:1.0: usb_probe_interface - got id
  529. [ 2.285728] input: CHICONY HP Basic USB Keyboard as /devices/pci-0/pci0000:00/0000:00:01.0/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.0/input/input0
  530. [ 2.285764] usb 1-1.2.2: link qh8-0e01/ffff88001d256000 start 3 [1/2 us]
  531. [ 2.285950] hid-generic 0003:03F0:0024.0001: input,hidraw0: USB HID v1.11 Keyboard [CHICONY HP Basic USB Keyboard] on usb-0000:00:01.0-1.2.2/input0
  532. [ 2.286210] hub 1-1.2:1.0: port 3, status 0301, change 0000, 1.5 Mb/s
  533. [ 2.297193] hub 1-1.2:1.0: port 3 not reset yet, waiting 10ms
  534. [ 2.314508] xen_map_pirq_gsi: returning irq 50 for gsi 17
  535. [ 2.314512] xhci_hcd 0000:00:04.0: Xen PCI mapped GSI17 to IRQ50
  536. [ 2.314577] xhci_hcd 0000:00:04.0: xHCI Host Controller
  537. [ 2.314677] xhci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 3
  538. [ 2.316303] Linux agpgart interface v0.103
  539. [ 2.321870] xhci_hcd 0000:00:04.0: irq 50, io mem 0xfe500000
  540. [ 2.324307] usb usb3: default language 0x0409
  541. [ 2.324314] usb usb3: udev 1, busnum 3, minor = 256
  542. [ 2.324317] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
  543. [ 2.324319] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  544. [ 2.324321] usb usb3: Product: xHCI Host Controller
  545. [ 2.324323] usb usb3: Manufacturer: Linux 3.8.2-gentoo xhci_hcd
  546. [ 2.324324] usb usb3: SerialNumber: 0000:00:04.0
  547. [ 2.327296] [drm] Initialized drm 1.1.0 20060810
  548. [ 2.328029] usb usb3: usb_probe_device
  549. [ 2.328033] usb usb3: configuration #1 chosen from 1 choice
  550. [ 2.328037] xHCI xhci_add_endpoint called for root hub
  551. [ 2.328038] xHCI xhci_check_bandwidth called for root hub
  552. [ 2.328045] usb usb3: adding 3-0:1.0 (config #1, interface 0)
  553. [ 2.328083] hub 3-0:1.0: usb_probe_interface
  554. [ 2.328085] hub 3-0:1.0: usb_probe_interface - got id
  555. [ 2.328089] hub 3-0:1.0: USB hub found
  556. [ 2.328550] hub 3-0:1.0: 2 ports detected
  557. [ 2.328553] hub 3-0:1.0: standalone hub
  558. [ 2.328554] hub 3-0:1.0: no power switching (usb 1.0)
  559. [ 2.328556] hub 3-0:1.0: individual port over-current protection
  560. [ 2.328557] hub 3-0:1.0: Single TT
  561. [ 2.328559] hub 3-0:1.0: TT requires at most 8 FS bit times (666 ns)
  562. [ 2.328560] hub 3-0:1.0: power on to power good time: 20ms
  563. [ 2.328565] hub 3-0:1.0: local power source is good
  564. [ 2.328581] hub 3-0:1.0: trying to enable port power on non-switchable hub
  565. [ 2.333229] xhci_hcd 0000:00:04.0: xHCI Host Controller
  566. [ 2.333682] xhci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 4
  567. [ 2.333735] usb usb4: skipped 1 descriptor after endpoint
  568. [ 2.333742] usb usb4: default language 0x0409
  569. [ 2.333751] usb usb4: udev 1, busnum 4, minor = 384
  570. [ 2.333754] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
  571. [ 2.333755] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  572. [ 2.333757] usb usb4: Product: xHCI Host Controller
  573. [ 2.333759] usb usb4: Manufacturer: Linux 3.8.2-gentoo xhci_hcd
  574. [ 2.333760] usb usb4: SerialNumber: 0000:00:04.0
  575. [ 2.334136] usb usb4: usb_probe_device
  576. [ 2.334139] usb usb4: configuration #1 chosen from 1 choice
  577. [ 2.334142] xHCI xhci_add_endpoint called for root hub
  578. [ 2.334144] xHCI xhci_check_bandwidth called for root hub
  579. [ 2.334150] usb usb4: adding 4-0:1.0 (config #1, interface 0)
  580. [ 2.334170] hub 4-0:1.0: usb_probe_interface
  581. [ 2.334173] hub 4-0:1.0: usb_probe_interface - got id
  582. [ 2.334177] hub 4-0:1.0: USB hub found
  583. [ 2.334188] hub 4-0:1.0: 2 ports detected
  584. [ 2.334191] hub 4-0:1.0: standalone hub
  585. [ 2.334193] hub 4-0:1.0: no power switching (usb 1.0)
  586. [ 2.334196] hub 4-0:1.0: individual port over-current protection
  587. [ 2.334199] hub 4-0:1.0: TT requires at most 8 FS bit times (666 ns)
  588. [ 2.334202] hub 4-0:1.0: power on to power good time: 20ms
  589. [ 2.334208] hub 4-0:1.0: local power source is good
  590. [ 2.335711] hub 4-0:1.0: trying to enable port power on non-switchable hub
  591. [ 2.336667] xen_map_pirq_gsi: returning irq 51 for gsi 18
  592. [ 2.336671] xhci_hcd 0000:00:05.0: Xen PCI mapped GSI18 to IRQ51
  593. [ 2.336758] xhci_hcd 0000:00:05.0: xHCI Host Controller
  594. [ 2.336870] xhci_hcd 0000:00:05.0: new USB bus registered, assigned bus number 5
  595. [ 2.344037] xhci_hcd 0000:00:05.0: irq 51, io mem 0xfe400000
  596. [ 2.345710] usb usb5: default language 0x0409
  597. [ 2.345724] usb usb5: udev 1, busnum 5, minor = 512
  598. [ 2.345727] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
  599. [ 2.345732] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  600. [ 2.345734] usb usb5: Product: xHCI Host Controller
  601. [ 2.345739] usb usb5: Manufacturer: Linux 3.8.2-gentoo xhci_hcd
  602. [ 2.345740] usb usb5: SerialNumber: 0000:00:05.0
  603. [ 2.346010] usb usb5: usb_probe_device
  604. [ 2.346013] usb usb5: configuration #1 chosen from 1 choice
  605. [ 2.346016] xHCI xhci_add_endpoint called for root hub
  606. [ 2.346017] xHCI xhci_check_bandwidth called for root hub
  607. [ 2.346023] usb usb5: adding 5-0:1.0 (config #1, interface 0)
  608. [ 2.346067] hub 5-0:1.0: usb_probe_interface
  609. [ 2.346069] hub 5-0:1.0: usb_probe_interface - got id
  610. [ 2.346072] hub 5-0:1.0: USB hub found
  611. [ 2.346081] hub 5-0:1.0: 2 ports detected
  612. [ 2.346083] hub 5-0:1.0: standalone hub
  613. [ 2.346085] hub 5-0:1.0: no power switching (usb 1.0)
  614. [ 2.346086] hub 5-0:1.0: individual port over-current protection
  615. [ 2.346088] hub 5-0:1.0: Single TT
  616. [ 2.346089] hub 5-0:1.0: TT requires at most 8 FS bit times (666 ns)
  617. [ 2.346091] hub 5-0:1.0: power on to power good time: 20ms
  618. [ 2.346095] hub 5-0:1.0: local power source is good
  619. [ 2.346119] hub 5-0:1.0: trying to enable port power on non-switchable hub
  620. [ 2.346172] xhci_hcd 0000:00:05.0: xHCI Host Controller
  621. [ 2.346224] xhci_hcd 0000:00:05.0: new USB bus registered, assigned bus number 6
  622. [ 2.349083] usb usb6: skipped 1 descriptor after endpoint
  623. [ 2.349087] usb usb6: default language 0x0409
  624. [ 2.349092] usb usb6: udev 1, busnum 6, minor = 640
  625. [ 2.349094] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003
  626. [ 2.349096] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  627. [ 2.349098] usb usb6: Product: xHCI Host Controller
  628. [ 2.349100] usb usb6: Manufacturer: Linux 3.8.2-gentoo xhci_hcd
  629. [ 2.349101] usb usb6: SerialNumber: 0000:00:05.0
  630. [ 2.349291] usb usb6: usb_probe_device
  631. [ 2.349294] usb usb6: configuration #1 chosen from 1 choice
  632. [ 2.349296] xHCI xhci_add_endpoint called for root hub
  633. [ 2.349298] xHCI xhci_check_bandwidth called for root hub
  634. [ 2.349320] usb usb6: adding 6-0:1.0 (config #1, interface 0)
  635. [ 2.349341] hub 6-0:1.0: usb_probe_interface
  636. [ 2.349343] hub 6-0:1.0: usb_probe_interface - got id
  637. [ 2.349346] hub 6-0:1.0: USB hub found
  638. [ 2.349354] hub 6-0:1.0: 2 ports detected
  639. [ 2.349355] hub 6-0:1.0: standalone hub
  640. [ 2.349357] hub 6-0:1.0: no power switching (usb 1.0)
  641. [ 2.349358] hub 6-0:1.0: individual port over-current protection
  642. [ 2.349360] hub 6-0:1.0: TT requires at most 8 FS bit times (666 ns)
  643. [ 2.349362] hub 6-0:1.0: power on to power good time: 20ms
  644. [ 2.349365] hub 6-0:1.0: local power source is good
  645. [ 2.349399] hub 6-0:1.0: trying to enable port power on non-switchable hub
  646. [ 2.354978] i915 0000:00:00.0: enabling device (0000 -> 0003)
  647. [ 2.355050] xen_map_pirq_gsi: returning irq 45 for gsi 16
  648. [ 2.355052] i915 0000:00:00.0: Xen PCI mapped GSI16 to IRQ45
  649. [ 2.355862] [drm] Memory usable by graphics device = 2048M
  650. [ 2.355918] i915 0000:00:00.0: setting latency timer to 64
  651. [ 2.359192] usb 1-1.2.3: new low-speed USB device number 5 using ehci-pci
  652. [ 2.370197] hub 1-1.2:1.0: port 3 not reset yet, waiting 10ms
  653. [ 2.379163] BUG: unable to handle kernel paging request at ffffc9000017c018
  654. [ 2.379173] IP: [<ffffffffa0177a3a>] intel_opregion_setup+0xc3/0x211 [i915]
  655. [ 2.379197] PGD 1daa0067 PUD 1daa1067 PMD 1daa2067 PTE 0
  656. [ 2.379204] Oops: 0000 [#1] PREEMPT SMP
  657. [ 2.379209] Modules linked in: i915(+) fbcon bitblit fbcon_rotate fbcon_ccw fbcon_ud fbcon_cw intel_agp softcursor intel_gtt mac_hid font cfbfillrect cfbimgblt cfbcopyarea i2c_algo_bit drm_kms_helper drm fb fbdev agpgart xhci_hcd coretemp aesni_intel aes_x86_64 xts lrw gf128mul ablk_helper cryptd
  658. [ 2.379242] CPU 0
  659. [ 2.379245] Pid: 1141, comm: udevd Not tainted 3.8.2-gentoo #1
  660. [ 2.379250] RIP: e030:[<ffffffffa0177a3a>] [<ffffffffa0177a3a>] intel_opregion_setup+0xc3/0x211 [i915]
  661. [ 2.379270] RSP: e02b:ffff88001bea3968 EFLAGS: 00010286
  662. [ 2.379273] RAX: ffffc9000017c018 RBX: ffffc9000017c018 RCX: 0000000000000011
  663. [ 2.379278] RDX: 0000000000000010 RSI: ffffc9000017c018 RDI: ffff88001bea396f
  664. [ 2.379282] RBP: ffff88001bea39a8 R08: 00000000bae1afff R09: 0000000000007ff0
  665. [ 2.379286] R10: 0000000000007ff0 R11: 0000000000000000 R12: ffff88001aeb8000
  666. [ 2.379290] R13: ffff88001aeb8000 R14: ffff88001aeb8000 R15: ffff88001aeb8000
  667. [ 2.379296] FS: 00007fa2c3608780(0000) GS:ffff88001fc00000(0000) knlGS:0000000000000000
  668. [ 2.379302] CS: e033 DS: 0000 ES: 0000 CR0: 0000000080050033
  669. [ 2.379305] CR2: ffffc9000017c018 CR3: 000000001cb31000 CR4: 0000000000042660
  670. [ 2.379310] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
  671. [ 2.379314] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
  672. [ 2.379318] Process udevd (pid: 1141, threadinfo ffff88001bea2000, task ffff88001d16c710)
  673. [ 2.379323] Stack:
  674. [ 2.379325] 00000000bae0e018 0000000616000091 0000000000000048 0000000012be6eae
  675. [ 2.379332] ffff88001ad8a000 0000000000000048 ffff88001aeb8000 ffff88001aeb8000
  676. [ 2.379338] ffff88001bea3b38 ffffffffa0133d51 ffffffff8164fdb8 ffff88001d18e000
  677. [ 2.379345] Call Trace:
  678. [ 2.379358] [<ffffffffa0133d51>] i915_driver_load+0x854/0xc4f [i915]
  679. [ 2.379365] [<ffffffff8164fdb8>] ? azx_attach_pcm_stream+0x1c2/0x1c2
  680. [ 2.379378] [<ffffffffa00a88ed>] drm_get_pci_dev+0x174/0x27c [drm]
  681. [ 2.379385] [<ffffffff8175d867>] ? _raw_spin_unlock_irqrestore+0x53/0x61
  682. [ 2.379398] [<ffffffffa013046e>] i915_pci_probe+0x65/0x6e [i915]
  683. [ 2.379404] [<ffffffff8139c7fb>] local_pci_probe+0x3e/0x66
  684. [ 2.379410] [<ffffffff8144d43b>] ? driver_probe_device+0x1c8/0x1c8
  685. [ 2.379414] [<ffffffff8139ca2c>] pci_device_probe+0xbf/0xe5
  686. [ 2.379419] [<ffffffff8144d312>] driver_probe_device+0x9f/0x1c8
  687. [ 2.379423] [<ffffffff8144d49a>] __driver_attach+0x5f/0x83
  688. [ 2.379429] [<ffffffff8144b93f>] bus_for_each_dev+0x59/0x8b
  689. [ 2.379434] [<ffffffff8144cdd2>] driver_attach+0x1e/0x20
  690. [ 2.379438] [<ffffffff8144ca66>] bus_add_driver+0xfa/0x21e
  691. [ 2.379443] [<ffffffff81378d69>] ? kset_find_obj+0x21/0x75
  692. [ 2.379447] [<ffffffff8144da81>] driver_register+0x93/0x119
  693. [ 2.379452] [<ffffffff8139be21>] __pci_register_driver+0x62/0x67
  694. [ 2.379461] [<ffffffffa00a8a80>] drm_pci_init+0x8b/0xf1 [drm]
  695. [ 2.379466] [<ffffffffa01b3000>] ? 0xffffffffa01b2fff
  696. [ 2.379477] [<ffffffffa01b3066>] i915_init+0x66/0x68 [i915]
  697. [ 2.379482] [<ffffffff810020be>] do_one_initcall+0x7f/0x13d
  698. [ 2.379487] [<ffffffff8109a97c>] load_module+0x184b/0x1b4d
  699. [ 2.379492] [<ffffffff8109707e>] ? free_notes_attrs+0x4d/0x4d
  700. [ 2.379497] [<ffffffff8138151e>] ? trace_hardirqs_on_thunk+0x3a/0x3c
  701. [ 2.379502] [<ffffffff8109ad11>] sys_init_module+0x93/0xa0
  702. [ 2.379507] [<ffffffff81763e5d>] system_call_fastpath+0x1a/0x1f
  703. [ 2.379511] Code: 4e 01 00 00 be 00 20 00 00 e8 2f 29 ec e0 48 85 c0 48 89 c3 0f 84 32 01 00 00 48 89 c6 b9 11 00 00 00 ba 10 00 00 00 48 8d 7d c7 <f3> a4 48 8d 7d c7 48 c7 c6 75 29 19 a0 e8 be 59 20 e1 85 c0 74
  704. [ 2.379565] RIP [<ffffffffa0177a3a>] intel_opregion_setup+0xc3/0x211 [i915]
  705. [ 2.379582] RSP <ffff88001bea3968>
  706. [ 2.379585] CR2: ffffc9000017c018
  707. [ 2.379589] ---[ end trace 6a81a129796673c2 ]---
  708. [ 2.379907] udevd (1141) used greatest stack depth: 3888 bytes left
  709. [ 2.446355] usb 1-1.2.3: skipped 1 descriptor after interface
  710. [ 2.446703] usb 1-1.2.3: default language 0x0409
  711. [ 2.448197] usb 1-1.2.3: udev 5, busnum 1, minor = 4
  712. [ 2.448210] usb 1-1.2.3: New USB device found, idVendor=046d, idProduct=c05b
  713. [ 2.448220] usb 1-1.2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  714. [ 2.448231] usb 1-1.2.3: Product: USB Optical Mouse
  715. [ 2.448239] usb 1-1.2.3: Manufacturer: Logitech
  716. [ 2.448412] usb 1-1.2.3: usb_probe_device
  717. [ 2.448424] usb 1-1.2.3: configuration #1 chosen from 1 choice
  718. [ 2.448751] usb 1-1.2.3: adding 1-1.2.3:1.0 (config #1, interface 0)
  719. [ 2.448874] usbhid 1-1.2.3:1.0: usb_probe_interface
  720. [ 2.448885] usbhid 1-1.2.3:1.0: usb_probe_interface - got id
  721. [ 2.450730] input: Logitech USB Optical Mouse as /devices/pci-0/pci0000:00/0000:00:01.0/usb1/1-1/1-1.2/1-1.2.3/1-1.2.3:1.0/input/input1
  722. [ 2.451166] hid-generic 0003:046D:C05B.0002: input,hidraw1: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:01.0-1.2.3/input0
  723. [ 2.451256] hub 1-1.2:1.0: state 7 ports 4 chg 0000 evt 0008
  724. [ 2.451448] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
  725. [ 2.451465] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
  726. [ 2.451476] hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000
  727. [ 2.451487] hub 6-0:1.0: state 7 ports 2 chg 0000 evt 0000
  728. [ 2.451503] hub 3-0:1.0: hub_suspend
  729. [ 2.451515] usb usb3: bus auto-suspend, wakeup 1
  730. [ 2.451570] hub 4-0:1.0: hub_suspend
  731. [ 2.578876] usb usb4: bus auto-suspend, wakeup 1
  732. [ 2.578894] hub 5-0:1.0: hub_suspend
  733. [ 2.578899] usb usb5: bus auto-suspend, wakeup 1
  734. [ 2.578949] hub 6-0:1.0: hub_suspend
  735. [ 2.578953] usb usb6: bus auto-suspend, wakeup 1
  736. [ 2.923233] kvm: no hardware support
  737. [ 3.089957] EXT4-fs (xvda2): re-mounted. Opts: (null)
  738. [ 3.361028] EXT4-fs (xvda3): warning: maximal mount count reached, running e2fsck is recommended
  739. [ 3.361428] EXT4-fs (xvda3): mounted filesystem with ordered data mode. Opts: (null)
  740. [ 3.395854] EXT4-fs (xvda4): warning: maximal mount count reached, running e2fsck is recommended
  741. [ 3.416465] EXT4-fs (xvda4): mounted filesystem with ordered data mode. Opts: user_xattr
  742. [ 4.355122] ip (1574) used greatest stack depth: 3880 bytes left
  743. [ 13.167399] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
  744. [ 13.167872] NFSD: starting 90-second grace period (net ffffffff81cb7640)
Add Comment
Please, Sign In to add comment