[coreboot] Asus F2A85-M progress

Rudolf Marek r.marek at assembler.cz
Wed Dec 19 23:20:18 CET 2012


Hi all,

Good news, I managed to get external and internal VGA to work!

A) for internal VGA:
Boot the legacy BIOS, and use http://www.coreboot.org/VGA_support chapter 
extracting from your system:

dd if=/dev/mem of=vgabios.bin bs=1k count=64 skip=768

You will need following patch to seabios:

--- a/src/optionroms.c
+++ b/src/optionroms.c
@@ -215,7 +215,10 @@ is_pci_vga(struct pci_device *pci)
  {
      if (pci->class != PCI_CLASS_DISPLAY_VGA)
          return 0;
-    u16 cmd = pci_config_readw(pci->bdf, PCI_COMMAND);
+    u16 cmd = pci_config_readw(pci->bdf, PCI_COMMAND) | PCI_COMMAND_IO | 
PCI_COMMAND_MEMORY;
+
+    pci_config_writew(pci->bdf, PCI_COMMAND, cmd);
+
      if (!(cmd & PCI_COMMAND_IO && cmd & PCI_COMMAND_MEMORY))
          return 0;
      while (pci->parent) {

Reason is unknown, I see coreboot is writing 7 to cmd, but there is actually 
6... Maybe there is some magic about IO decode bit...

B) for external VGA... this is working now out of the box, I had to enable the 
bridge devices in devictree.cb otherwise the PCI setup is real mess.

C) Known issues:

So far I observe that Linux complains about pref regions:

[    0.648901] pci 0000:00:02.0: no compatible bridge window for [mem 
0xb0000000-0xbfffffff 64bit pref]
[    0.658001] pci 0000:00:15.1: no compatible bridge window for [mem 
0xc0000000-0xc00fffff 64bit pref]
[    0.667124] pci 0000:01:00.0: no compatible bridge window for [mem 
0xb0000000-0xbfffffff 64bit pref]
[    0.676229] pci 0000:04:00.0: no compatible bridge window for [mem 
0xc0004000-0xc0004fff 64bit pref]
[    0.685332] pci 0000:04:00.0: no compatible bridge window for [mem 
0xc0000000-0xc0003fff 64bit pref]

But looking to the setup from coreboot, I can't see where is the problem. Full 
boot log is attached, it was done without a internal GFX with external GFX (the 
internal GFX gets disabled if VGA ROM BIOS is not found)

Kernel 3.2 gets always a oops in HD audio, not sure what this can be, maybe I 
have something wrong with VERB configs, which were blindly copied from Thatcher.

I'm attaching the bootlog.

Thanks
Rudolf




-------------- next part --------------


coreboot-4.0-3192-g50d9cda-dirty Wed Dec 19 21:25:48 CET 2012 starting...
BSP Family_Model: 00610f01 
cpu_init_detectedx = 00000000 
Fch OEM config in INIT RESET Done
Got past sb800_early_setup
BSP Family_Model: 00610f01 
cpu_init_detectedx = 00000001 
Got past sb800_early_setup
Got past agesawrapper_amdinitearly
Got past agesawrapper_amdinitpost
Fch OEM config in INIT ENV Done
Got past agesawrapper_amdinitenv
Loading image.
CBFS: Looking for 'fallback/coreboot_ram'
CBFS: found.
CBFS: loading stage fallback/coreboot_ram @ 0x200000 (1638400 bytes), entry @ 0x200000
Jumping to image.
coreboot-4.0-3192-g50d9cda-dirty Wed Dec 19 21:25:48 CET 2012 booting...
Enumerating buses...
Show all devs...Before device enumeration.
Root Device: enabled 1
APIC_CLUSTER: 0: enabled 1
APIC: 10: enabled 1
PCI_DOMAIN: 0000: enabled 1
PCI: 00:18.0: enabled 1
PCI: 00:00.0: enabled 1
PCI: 00:01.0: enabled 1
PCI: 00:01.1: enabled 1
PCI: 00:02.0: enabled 1
PCI: 00:03.0: enabled 0
PCI: 00:04.0: enabled 1
PCI: 00:05.0: enabled 0
PCI: 00:06.0: enabled 0
PCI: 00:07.0: enabled 0
PCI: 00:08.0: enabled 0
PCI: 00:10.0: enabled 1
PCI: 00:10.1: enabled 1
PCI: 00:11.0: enabled 1
PCI: 00:12.0: enabled 1
PCI: 00:12.2: enabled 1
PCI: 00:13.0: enabled 1
PCI: 00:13.2: enabled 1
PCI: 00:14.0: enabled 1
I2C: 00:50: enabled 1
I2C: 00:51: enabled 1
I2C: 00:52: enabled 1
I2C: 00:53: enabled 1
PCI: 00:14.1: enabled 0
PCI: 00:14.2: enabled 1
PCI: 00:14.3: enabled 1
PNP: 002e.0: enabled 0
PNP: 002e.1: enabled 1
PNP: 002e.2: enabled 0
PNP: 002e.3: enabled 0
PNP: 002e.4: enabled 0
PNP: 002e.5: enabled 1
PNP: 002e.6: enabled 0
PNP: 002e.7: enabled 0
PNP: 002e.8: enabled 0
PNP: 002e.9: enabled 0
PNP: 002e.a: enabled 0
PCI: 00:14.4: enabled 1
PCI: 00:14.5: enabled 1
PCI: 00:14.7: enabled 0
PCI: 00:15.0: enabled 1
PCI: 00:15.1: enabled 1
PCI: 00:15.2: enabled 0
PCI: 00:15.3: enabled 0
PCI: 00:18.1: enabled 1
PCI: 00:18.2: enabled 1
PCI: 00:18.3: enabled 1
PCI: 00:18.4: enabled 1
PCI: 00:18.5: enabled 1
Compare with tree...
Root Device: enabled 1
 APIC_CLUSTER: 0: enabled 1
  APIC: 10: enabled 1
 PCI_DOMAIN: 0000: enabled 1
  PCI: 00:18.0: enabled 1
   PCI: 00:00.0: enabled 1
   PCI: 00:01.0: enabled 1
   PCI: 00:01.1: enabled 1
   PCI: 00:02.0: enabled 1
   PCI: 00:03.0: enabled 0
   PCI: 00:04.0: enabled 1
   PCI: 00:05.0: enabled 0
   PCI: 00:06.0: enabled 0
   PCI: 00:07.0: enabled 0
   PCI: 00:08.0: enabled 0
  PCI: 00:10.0: enabled 1
  PCI: 00:10.1: enabled 1
  PCI: 00:11.0: enabled 1
  PCI: 00:12.0: enabled 1
  PCI: 00:12.2: enabled 1
  PCI: 00:13.0: enabled 1
  PCI: 00:13.2: enabled 1
  PCI: 00:14.0: enabled 1
   I2C: 00:50: enabled 1
   I2C: 00:51: enabled 1
   I2C: 00:52: enabled 1
   I2C: 00:53: enabled 1
  PCI: 00:14.1: enabled 0
  PCI: 00:14.2: enabled 1
  PCI: 00:14.3: enabled 1
   PNP: 002e.0: enabled 0
   PNP: 002e.1: enabled 1
   PNP: 002e.2: enabled 0
   PNP: 002e.3: enabled 0
   PNP: 002e.4: enabled 0
   PNP: 002e.5: enabled 1
   PNP: 002e.6: enabled 0
   PNP: 002e.7: enabled 0
   PNP: 002e.8: enabled 0
   PNP: 002e.9: enabled 0
   PNP: 002e.a: enabled 0
  PCI: 00:14.4: enabled 1
  PCI: 00:14.5: enabled 1
  PCI: 00:14.7: enabled 0
  PCI: 00:15.0: enabled 1
  PCI: 00:15.1: enabled 1
  PCI: 00:15.2: enabled 0
  PCI: 00:15.3: enabled 0
  PCI: 00:18.1: enabled 1
  PCI: 00:18.2: enabled 1
  PCI: 00:18.3: enabled 1
  PCI: 00:18.4: enabled 1
  PCI: 00:18.5: enabled 1
Mainboard F2A85-M Enable.
scan_static_bus for Root Device
setup_bsp_ramtop, TOP MEM: msr.lo = 0xe0000000, msr.hi = 0x00000000
setup_bsp_ramtop, TOP MEM2: msr.lo = 0x1f000000, msr.hi = 0x00000001
setup_uma_memory: uma size 0x20000000, memory start 0xc0000000
APIC_CLUSTER: 0 enabled
PCI_DOMAIN: 0000 enabled
APIC_CLUSTER: 0 scanning...
PCI: 00:18.5 family15h, core_max=0x10, core_nums=0xf, siblings=0x1
lpaicid_start=0x10 node 0x0 core 0x0 apicid=0x10
CPU: APIC: 10 enabled
lpaicid_start=0x10 node 0x0 core 0x1 apicid=0x11
CPU: APIC: 11 enabled
PCI_DOMAIN: 0000 scanning...
PCI: pci_scan_bus for bus 00
PCI: 00:00.0 [1022/1410] enabled
PCI: 00:01.0 [1002/9993] enabled
PCI: 00:01.1 [1002/9902] enabled
Capability: type 0x01 @ 0x50
Capability: type 0x10 @ 0x58
Capability: type 0x05 @ 0xa0
Capability: type 0x0d @ 0xb0
Capability: type 0x08 @ 0xb8
Capability: type 0x01 @ 0x50
Capability: type 0x10 @ 0x58
PCI: 00:02.0 subordinate bus PCI Express
PCI: 00:02.0 [1022/1412] enabled
sb800_enable()
PCI: 00:10.0 [1022/7812] enabled
sb800_enable()
PCI: 00:10.1 [1022/7812] enabled
sb800_enable()
PCI: 00:11.0 [1022/7801] enabled
sb800_enable()
PCI: 00:12.0 [1022/7807] ops
PCI: 00:12.0 [1022/7807] enabled
sb800_enable()
PCI: 00:12.2 [1022/7808] ops
PCI: 00:12.2 [1022/7808] enabled
sb800_enable()
PCI: 00:13.0 [1022/7807] ops
PCI: 00:13.0 [1022/7807] enabled
sb800_enable()
PCI: 00:13.2 [1022/7808] ops
PCI: 00:13.2 [1022/7808] enabled
sb800_enable()
PCI: 00:14.0 [1022/780b] bus ops
PCI: 00:14.0 [1022/780b] enabled
sb800_enable()
sb800_enable()
PCI: 00:14.2 [1022/780d] ops
PCI: 00:14.2 [1022/780d] enabled
sb800_enable()
PCI: 00:14.3 [1022/780e] bus ops
PCI: 00:14.3 [1022/780e] enabled
sb800_enable()
PCI: 00:14.4 [1022/780f] bus ops
PCI: 00:14.4 [1022/780f] enabled
sb800_enable()
PCI: 00:14.5 [1022/7809] ops
PCI: 00:14.5 [1022/7809] enabled
sb800_enable()
PCI: 00:14.7 [1022/7806] disabled
sb800_enable()
PCI: 00:15.0 [1022/43a0] bus ops
PCI: 00:15.0 [1022/43a0] enabled
sb800_enable()
PCI: 00:15.1 [1022/43a1] bus ops
PCI: 00:15.1 [1022/43a1] enabled
sb800_enable()
sb800_enable()
PCI: 00:18.0 [1022/1400] bus ops
PCI: 00:18.0 [1022/1400] enabled
PCI: 00:18.1 [1022/1401] enabled
PCI: 00:18.2 [1022/1402] enabled
PCI: 00:18.3 [1022/1403] enabled
PCI: 00:18.4 [1022/1404] enabled
PCI: 00:18.5 [1022/1405] enabled
do_pci_scan_bridge for PCI: 00:02.0
PCI: pci_scan_bus for bus 01
PCI: 01:00.0 [1002/954f] enabled
PCI: 01:00.1 [1002/aa38] enabled
PCI: pci_scan_bus returning with max=001
Capability: type 0x01 @ 0x50
Capability: type 0x10 @ 0x58
Capability: type 0x01 @ 0x50
Capability: type 0x10 @ 0x58
Capability: type 0x01 @ 0x50
Capability: type 0x10 @ 0x58
Capability: type 0x01 @ 0x50
Capability: type 0x10 @ 0x58
do_pci_scan_bridge returns max 1
scan_static_bus for PCI: 00:14.0
smbus: PCI: 00:14.0[0]->I2C: 01:50 enabled
smbus: PCI: 00:14.0[0]->I2C: 01:51 enabled
smbus: PCI: 00:14.0[0]->I2C: 01:52 enabled
smbus: PCI: 00:14.0[0]->I2C: 01:53 enabled
scan_static_bus for PCI: 00:14.0 done
scan_static_bus for PCI: 00:14.3
PNP: 002e.0 disabled
PNP: 002e.1 enabled
PNP: 002e.2 disabled
PNP: 002e.3 disabled
PNP: 002e.4 disabled
PNP: 002e.5 enabled
PNP: 002e.6 disabled
PNP: 002e.7 disabled
PNP: 002e.8 disabled
PNP: 002e.9 disabled
PNP: 002e.a disabled
scan_static_bus for PCI: 00:14.3 done
do_pci_scan_bridge for PCI: 00:14.4
PCI: pci_scan_bus for bus 02
PCI: pci_scan_bus returning with max=002
do_pci_scan_bridge returns max 2
do_pci_scan_bridge for PCI: 00:15.0
PCI: pci_scan_bus for bus 03
PCI: pci_scan_bus returning with max=003
do_pci_scan_bridge returns max 3
do_pci_scan_bridge for PCI: 00:15.1
PCI: pci_scan_bus for bus 04
PCI: 04:00.0 [10ec/8168] enabled
PCI: pci_scan_bus returning with max=004
do_pci_scan_bridge returns max 4
PCI: pci_scan_bus for bus 00
PCI: 00:00.0 [1022/1410] enabled
PCI: 00:01.0 [1002/9993] enabled
PCI: 00:01.1 [1002/9902] enabled
Capability: type 0x01 @ 0x50
Capability: type 0x10 @ 0x58
Capability: type 0x05 @ 0xa0
Capability: type 0x0d @ 0xb0
Capability: type 0x08 @ 0xb8
Capability: type 0x01 @ 0x50
Capability: type 0x10 @ 0x58
PCI: 00:02.0 subordinate bus PCI Express
PCI: 00:02.0 [1022/1412] enabled
PCI: Static device PCI: 00:04.0 not found, disabling it.
PCI: 00:10.0 [1022/7812] enabled
PCI: 00:10.1 [1022/7812] enabled
PCI: 00:11.0 [1022/7801] enabled
PCI: 00:12.0 [1022/7807] ops
PCI: 00:12.0 [1022/7807] enabled
PCI: 00:12.2 [1022/7808] ops
PCI: 00:12.2 [1022/7808] enabled
PCI: 00:13.0 [1022/7807] ops
PCI: 00:13.0 [1022/7807] enabled
PCI: 00:13.2 [1022/7808] ops
PCI: 00:13.2 [1022/7808] enabled
PCI: 00:14.0 [1022/780b] bus ops
PCI: 00:14.0 [1022/780b] enabled
PCI: 00:14.2 [1022/780d] ops
PCI: 00:14.2 [1022/780d] enabled
PCI: 00:14.3 [1022/780e] bus ops
PCI: 00:14.3 [1022/780e] enabled
PCI: 00:14.4 [1022/780f] bus ops
PCI: 00:14.4 [1022/780f] enabled
PCI: 00:14.5 [1022/7809] ops
PCI: 00:14.5 [1022/7809] enabled
PCI: 00:14.7 [1022/7806] enabled
PCI: 00:15.0 [1022/43a0] bus ops
PCI: 00:15.0 [1022/43a0] enabled
PCI: 00:15.1 [1022/43a1] bus ops
PCI: 00:15.1 [1022/43a1] enabled
do_pci_scan_bridge for PCI: 00:02.0
PCI: pci_scan_bus for bus 01
PCI: 01:00.0 [1002/954f] enabled
PCI: 01:00.1 [1002/aa38] enabled
PCI: pci_scan_bus returning with max=001
Capability: type 0x01 @ 0x50
Capability: type 0x10 @ 0x58
Capability: type 0x01 @ 0x50
Capability: type 0x10 @ 0x58
Capability: type 0x01 @ 0x50
Capability: type 0x10 @ 0x58
Capability: type 0x01 @ 0x50
Capability: type 0x10 @ 0x58
do_pci_scan_bridge returns max 1
scan_static_bus for PCI: 00:14.0
scan_static_bus for PCI: 00:14.0 done
scan_static_bus for PCI: 00:14.3
scan_static_bus for PCI: 00:14.3 done
do_pci_scan_bridge for PCI: 00:14.4
PCI: pci_scan_bus for bus 02
PCI: pci_scan_bus returning with max=002
do_pci_scan_bridge returns max 2
do_pci_scan_bridge for PCI: 00:15.0
PCI: pci_scan_bus for bus 03
PCI: pci_scan_bus returning with max=003
do_pci_scan_bridge returns max 3
do_pci_scan_bridge for PCI: 00:15.1
PCI: pci_scan_bus for bus 04
PCI: 04:00.0 [10ec/8168] enabled
PCI: pci_scan_bus returning with max=004
do_pci_scan_bridge returns max 4
PCI: pci_scan_bus returning with max=004
PCI: pci_scan_bus returning with max=004
scan_static_bus for Root Device done
done
found VGA at PCI: 00:01.0
found VGA at PCI: 00:01.0
found VGA at PCI: 01:00.0
found VGA at PCI: 01:00.0
Setting up VGA for PCI: 01:00.0
Setting PCI_BRIDGE_CTL_VGA for bridge PCI: 00:02.0
Setting PCI_BRIDGE_CTL_VGA for bridge PCI: 00:18.0
Setting PCI_BRIDGE_CTL_VGA for bridge PCI_DOMAIN: 0000
Setting PCI_BRIDGE_CTL_VGA for bridge Root Device
Allocating resources...
Reading resources...
Root Device read_resources bus 0 link: 0
APIC_CLUSTER: 0 read_resources bus 0 link: 0
APIC: 10 missing read_resources
APIC: 11 missing read_resources
APIC_CLUSTER: 0 read_resources bus 0 link: 0 done
fx_devs=0x1
PCI_DOMAIN: 0000 read_resources bus 0 link: 0
PCI: 00:02.0 read_resources bus 1 link: 0
PCI: 00:02.0 read_resources bus 1 link: 0 done
PCI: 00:14.0 read_resources bus 1 link: 0
I2C: 01:50 missing read_resources
I2C: 01:51 missing read_resources
I2C: 01:52 missing read_resources
I2C: 01:53 missing read_resources
PCI: 00:14.0 read_resources bus 1 link: 0 done
PCI: 00:14.3 read_resources bus 0 link: 0
PCI: 00:14.3 read_resources bus 0 link: 0 done
PCI: 00:14.4 read_resources bus 2 link: 0
PCI: 00:14.4 read_resources bus 2 link: 0 done
PCI: 00:15.0 read_resources bus 3 link: 0
PCI: 00:15.0 read_resources bus 3 link: 0 done
PCI: 00:15.1 read_resources bus 4 link: 0
PCI: 00:15.1 read_resources bus 4 link: 0 done
PCI: 00:18.0 read_resources bus 0 link: 0
PCI: 00:02.0 read_resources bus 1 link: 0
PCI: 00:02.0 read_resources bus 1 link: 0 done
PCI: 00:14.4 read_resources bus 2 link: 0
PCI: 00:14.4 read_resources bus 2 link: 0 done
PCI: 00:15.0 read_resources bus 3 link: 0
PCI: 00:15.0 read_resources bus 3 link: 0 done
PCI: 00:15.1 read_resources bus 4 link: 0
PCI: 00:15.1 read_resources bus 4 link: 0 done
PCI: 00:18.0 read_resources bus 0 link: 0 done
PCI: 00:18.0 read_resources bus 0 link: 1
PCI: 00:18.0 read_resources bus 0 link: 1 done
PCI: 00:18.0 read_resources bus 0 link: 2
PCI: 00:18.0 read_resources bus 0 link: 2 done
PCI: 00:18.0 read_resources bus 0 link: 3
PCI: 00:18.0 read_resources bus 0 link: 3 done
PCI_DOMAIN: 0000 read_resources bus 0 link: 0 done
Root Device read_resources bus 0 link: 0 done
Done reading resources.
Show resources in subtree (Root Device)...After reading.
 Root Device child on link 0 APIC_CLUSTER: 0
  APIC_CLUSTER: 0 child on link 0 APIC: 10
  APIC_CLUSTER: 0 resource base a0000000 size 10000000 align 0 gran 0 limit 0 flags f0000200 index c0010058
   APIC: 10
   APIC: 11
  PCI_DOMAIN: 0000 child on link 0 PCI: 00:00.0
  PCI_DOMAIN: 0000 resource base 0 size 0 align 0 gran 0 limit ffff flags 40040100 index 10000000
  PCI_DOMAIN: 0000 resource base 0 size 0 align 0 gran 0 limit ffffffff flags 40040200 index 10000100
   PCI: 00:00.0
   PCI: 00:01.0
   PCI: 00:01.0 resource base 0 size 10000000 align 28 gran 28 limit ffffffff flags 1200 index 10
   PCI: 00:01.0 resource base 0 size 100 align 8 gran 8 limit ffff flags 100 index 14
   PCI: 00:01.0 resource base 0 size 40000 align 18 gran 18 limit ffffffff flags 200 index 18
   PCI: 00:01.1
   PCI: 00:01.1 resource base 0 size 4000 align 14 gran 14 limit ffffffff flags 200 index 10
   PCI: 00:02.0 child on link 0 PCI: 01:00.0
   PCI: 00:02.0 resource base 0 size 0 align 12 gran 12 limit ffffffff flags 80102 index 1c
   PCI: 00:02.0 resource base 0 size 0 align 20 gran 20 limit ffffffffffffffff flags 81202 index 24
   PCI: 00:02.0 resource base 0 size 0 align 20 gran 20 limit ffffffff flags 80202 index 20
    PCI: 01:00.0
    PCI: 01:00.0 resource base 0 size 10000000 align 28 gran 28 limit ffffffffffffffff flags 1201 index 10
    PCI: 01:00.0 resource base 0 size 10000 align 16 gran 16 limit ffffffffffffffff flags 201 index 18
    PCI: 01:00.0 resource base 0 size 100 align 8 gran 8 limit ffff flags 100 index 20
    PCI: 01:00.0 resource base 0 size 20000 align 17 gran 17 limit ffffffff flags 2200 index 30
    PCI: 01:00.1
    PCI: 01:00.1 resource base 0 size 4000 align 14 gran 14 limit ffffffffffffffff flags 201 index 10
   PCI: 00:10.0
   PCI: 00:10.0 resource base 0 size 2000 align 13 gran 13 limit ffffffffffffffff flags 201 index 10
   PCI: 00:10.1
   PCI: 00:10.1 resource base 0 size 2000 align 13 gran 13 limit ffffffffffffffff flags 201 index 10
   PCI: 00:11.0
   PCI: 00:11.0 resource base 0 size 8 align 3 gran 3 limit ffff flags 100 index 10
   PCI: 00:11.0 resource base 0 size 4 align 2 gran 2 limit ffff flags 100 index 14
   PCI: 00:11.0 resource base 0 size 8 align 3 gran 3 limit ffff flags 100 index 18
   PCI: 00:11.0 resource base 0 size 4 align 2 gran 2 limit ffff flags 100 index 1c
   PCI: 00:11.0 resource base 0 size 10 align 4 gran 4 limit ffff flags 100 index 20
   PCI: 00:11.0 resource base 0 size 800 align 11 gran 11 limit ffffffff flags 200 index 24
   PCI: 00:12.0
   PCI: 00:12.0 resource base 0 size 1000 align 12 gran 12 limit ffffffff flags 200 index 10
   PCI: 00:12.2
   PCI: 00:12.2 resource base 0 size 100 align 8 gran 8 limit ffffffff flags 200 index 10
   PCI: 00:13.0
   PCI: 00:13.0 resource base 0 size 1000 align 12 gran 12 limit ffffffff flags 200 index 10
   PCI: 00:13.2
   PCI: 00:13.2 resource base 0 size 100 align 8 gran 8 limit ffffffff flags 200 index 10
   PCI: 00:14.0 child on link 0 I2C: 01:50
    I2C: 01:50
    I2C: 01:51
    I2C: 01:52
    I2C: 01:53
   PCI: 00:14.1
   PCI: 00:14.2
   PCI: 00:14.2 resource base 0 size 4000 align 14 gran 14 limit ffffffffffffffff flags 201 index 10
   PCI: 00:14.3 child on link 0 PNP: 002e.0
   PCI: 00:14.3 resource base 0 size 1 align 0 gran 0 limit ffffffef flags 200 index a0
   PCI: 00:14.3 resource base 0 size 1000 align 0 gran 0 limit 0 flags c0040100 index 10000000
   PCI: 00:14.3 resource base ff800000 size 800000 align 0 gran 0 limit 0 flags c0040200 index 10000100
    PNP: 002e.0
    PNP: 002e.0 resource base 3f0 size 8 align 3 gran 3 limit fff flags c0000100 index 60
    PNP: 002e.0 resource base 6 size 1 align 0 gran 0 limit 0 flags c0000400 index 70
    PNP: 002e.0 resource base 2 size 1 align 0 gran 0 limit 0 flags c0000800 index 74
    PNP: 002e.1
    PNP: 002e.1 resource base 3f8 size 8 align 3 gran 3 limit fff flags c0000100 index 60
    PNP: 002e.1 resource base 4 size 1 align 0 gran 0 limit 0 flags c0000400 index 70
    PNP: 002e.2
    PNP: 002e.2 resource base 2f8 size 8 align 3 gran 3 limit fff flags c0000100 index 60
    PNP: 002e.2 resource base 3 size 1 align 0 gran 0 limit 0 flags c0000400 index 70
    PNP: 002e.3
    PNP: 002e.3 resource base 378 size 4 align 2 gran 2 limit fff flags c0000100 index 60
    PNP: 002e.3 resource base 7 size 1 align 0 gran 0 limit 0 flags c0000400 index 70
    PNP: 002e.3 resource base 0 size 1 align 0 gran 0 limit 0 flags 800 index 74
    PNP: 002e.4
    PNP: 002e.4 resource base 0 size 8 align 3 gran 3 limit fff flags 100 index 60
    PNP: 002e.4 resource base 0 size 8 align 3 gran 3 limit fff flags 100 index 62
    PNP: 002e.4 resource base 0 size 1 align 0 gran 0 limit 0 flags 400 index 70
    PNP: 002e.5
    PNP: 002e.5 resource base 60 size 1 align 0 gran 0 limit ffffffff flags c0000100 index 60
    PNP: 002e.5 resource base 64 size 1 align 0 gran 0 limit ffffffff flags c0000100 index 62
    PNP: 002e.5 resource base 1 size 1 align 0 gran 0 limit 0 flags c0000400 index 70
    PNP: 002e.6
    PNP: 002e.6 resource base c size 1 align 0 gran 0 limit 0 flags c0000400 index 70
    PNP: 002e.7
    PNP: 002e.7 resource base 0 size 1 align 0 gran 0 limit ffffffff flags 100 index 60
    PNP: 002e.7 resource base 0 size 8 align 3 gran 3 limit fff flags 100 index 62
    PNP: 002e.7 resource base 0 size 8 align 3 gran 3 limit fff flags 100 index 64
    PNP: 002e.7 resource base 0 size 1 align 0 gran 0 limit 0 flags 400 index 70
    PNP: 002e.8
    PNP: 002e.8 resource base 300 size 8 align 3 gran 3 limit fff flags c0000100 index 60
    PNP: 002e.8 resource base 9 size 1 align 0 gran 0 limit 0 flags c0000400 index 70
    PNP: 002e.9
    PNP: 002e.9 resource base 220 size 1 align 0 gran 0 limit ffffffff flags c0000100 index 60
    PNP: 002e.a
    PNP: 002e.a resource base 0 size 8 align 3 gran 3 limit fff flags 100 index 60
    PNP: 002e.a resource base 0 size 1 align 0 gran 0 limit 0 flags 400 index 70
   PCI: 00:14.4
   PCI: 00:14.4 resource base 0 size 0 align 12 gran 12 limit ffff flags 80102 index 1c
   PCI: 00:14.4 resource base 0 size 0 align 20 gran 20 limit ffffffff flags 81202 index 24
   PCI: 00:14.4 resource base 0 size 0 align 20 gran 20 limit ffffffff flags 80202 index 20
   PCI: 00:14.5
   PCI: 00:14.5 resource base 0 size 1000 align 12 gran 12 limit ffffffff flags 200 index 10
   PCI: 00:14.7
   PCI: 00:15.0
   PCI: 00:15.0 resource base 0 size 0 align 12 gran 12 limit ffffffff flags 80102 index 1c
   PCI: 00:15.0 resource base 0 size 0 align 20 gran 20 limit ffffffffffffffff flags 81202 index 24
   PCI: 00:15.0 resource base 0 size 0 align 20 gran 20 limit ffffffff flags 80202 index 20
   PCI: 00:15.1 child on link 0 PCI: 04:00.0
   PCI: 00:15.1 resource base 0 size 0 align 12 gran 12 limit ffffffff flags 80102 index 1c
   PCI: 00:15.1 resource base 0 size 0 align 20 gran 20 limit ffffffffffffffff flags 81202 index 24
   PCI: 00:15.1 resource base 0 size 0 align 20 gran 20 limit ffffffff flags 80202 index 20
    PCI: 04:00.0
    PCI: 04:00.0 resource base 0 size 100 align 8 gran 8 limit ffff flags 100 index 10
    PCI: 04:00.0 resource base 0 size 1000 align 12 gran 12 limit ffffffffffffffff flags 1201 index 18
    PCI: 04:00.0 resource base 0 size 4000 align 14 gran 14 limit ffffffffffffffff flags 1201 index 20
   PCI: 00:15.2
   PCI: 00:15.3
   PCI: 00:18.0 child on link 0 PCI: 00:00.0
   PCI: 00:18.0 resource base 0 size 0 align 12 gran 12 limit ffff flags 80100 index 10d8
   PCI: 00:18.0 resource base 0 size 0 align 20 gran 20 limit ffffffffff flags 81200 index 10b8
   PCI: 00:18.0 resource base 0 size 0 align 20 gran 20 limit ffffffffff flags 80200 index 10b0
    PCI: 00:00.0
    PCI: 00:01.0
    PCI: 00:01.0 resource base 0 size 10000000 align 28 gran 28 limit ffffffff flags 1200 index 10
    PCI: 00:01.0 resource base 0 size 100 align 8 gran 8 limit ffff flags 100 index 14
    PCI: 00:01.0 resource base 0 size 40000 align 18 gran 18 limit ffffffff flags 200 index 18
    PCI: 00:01.1
    PCI: 00:01.1 resource base 0 size 4000 align 14 gran 14 limit ffffffff flags 200 index 10
    PCI: 00:02.0 child on link 0 PCI: 01:00.0
    PCI: 00:02.0 resource base 0 size 0 align 12 gran 12 limit ffffffff flags 80102 index 1c
    PCI: 00:02.0 resource base 0 size 0 align 20 gran 20 limit ffffffffffffffff flags 81202 index 24
    PCI: 00:02.0 resource base 0 size 0 align 20 gran 20 limit ffffffff flags 80202 index 20
     PCI: 01:00.0
     PCI: 01:00.0 resource base 0 size 10000000 align 28 gran 28 limit ffffffffffffffff flags 1201 index 10
     PCI: 01:00.0 resource base 0 size 10000 align 16 gran 16 limit ffffffffffffffff flags 201 index 18
     PCI: 01:00.0 resource base 0 size 100 align 8 gran 8 limit ffff flags 100 index 20
     PCI: 01:00.0 resource base 0 size 20000 align 17 gran 17 limit ffffffff flags 2200 index 30
     PCI: 01:00.1
     PCI: 01:00.1 resource base 0 size 4000 align 14 gran 14 limit ffffffffffffffff flags 201 index 10
    PCI: 00:03.0
    PCI: 00:04.0
    PCI: 00:05.0
    PCI: 00:06.0
    PCI: 00:07.0
    PCI: 00:08.0
    PCI: 00:10.0
    PCI: 00:10.0 resource base 0 size 2000 align 13 gran 13 limit ffffffffffffffff flags 201 index 10
    PCI: 00:10.1
    PCI: 00:10.1 resource base 0 size 2000 align 13 gran 13 limit ffffffffffffffff flags 201 index 10
    PCI: 00:11.0
    PCI: 00:11.0 resource base 0 size 8 align 3 gran 3 limit ffff flags 100 index 10
    PCI: 00:11.0 resource base 0 size 4 align 2 gran 2 limit ffff flags 100 index 14
    PCI: 00:11.0 resource base 0 size 8 align 3 gran 3 limit ffff flags 100 index 18
    PCI: 00:11.0 resource base 0 size 4 align 2 gran 2 limit ffff flags 100 index 1c
    PCI: 00:11.0 resource base 0 size 10 align 4 gran 4 limit ffff flags 100 index 20
    PCI: 00:11.0 resource base 0 size 800 align 11 gran 11 limit ffffffff flags 200 index 24
    PCI: 00:12.0
    PCI: 00:12.0 resource base 0 size 1000 align 12 gran 12 limit ffffffff flags 200 index 10
    PCI: 00:12.2
    PCI: 00:12.2 resource base 0 size 100 align 8 gran 8 limit ffffffff flags 200 index 10
    PCI: 00:13.0
    PCI: 00:13.0 resource base 0 size 1000 align 12 gran 12 limit ffffffff flags 200 index 10
    PCI: 00:13.2
    PCI: 00:13.2 resource base 0 size 100 align 8 gran 8 limit ffffffff flags 200 index 10
    PCI: 00:14.0
    PCI: 00:14.2
    PCI: 00:14.2 resource base 0 size 4000 align 14 gran 14 limit ffffffffffffffff flags 201 index 10
    PCI: 00:14.3
    PCI: 00:14.3 resource base 0 size 1 align 0 gran 0 limit ffffffef flags 200 index a0
    PCI: 00:14.3 resource base 0 size 1000 align 0 gran 0 limit 0 flags c0040100 index 10000000
    PCI: 00:14.3 resource base ff800000 size 800000 align 0 gran 0 limit 0 flags c0040200 index 10000100
    PCI: 00:14.4
    PCI: 00:14.4 resource base 0 size 0 align 12 gran 12 limit ffff flags 80102 index 1c
    PCI: 00:14.4 resource base 0 size 0 align 20 gran 20 limit ffffffff flags 81202 index 24
    PCI: 00:14.4 resource base 0 size 0 align 20 gran 20 limit ffffffff flags 80202 index 20
    PCI: 00:14.5
    PCI: 00:14.5 resource base 0 size 1000 align 12 gran 12 limit ffffffff flags 200 index 10
    PCI: 00:14.7
    PCI: 00:14.7 resource base 0 size 100 align 8 gran 8 limit ffffffffffffffff flags 201 index 10
    PCI: 00:15.0
    PCI: 00:15.0 resource base 0 size 0 align 12 gran 12 limit ffffffff flags 80102 index 1c
    PCI: 00:15.0 resource base 0 size 0 align 20 gran 20 limit ffffffffffffffff flags 81202 index 24
    PCI: 00:15.0 resource base 0 size 0 align 20 gran 20 limit ffffffff flags 80202 index 20
    PCI: 00:15.1 child on link 0 PCI: 04:00.0
    PCI: 00:15.1 resource base 0 size 0 align 12 gran 12 limit ffffffff flags 80102 index 1c
    PCI: 00:15.1 resource base 0 size 0 align 20 gran 20 limit ffffffffffffffff flags 81202 index 24
    PCI: 00:15.1 resource base 0 size 0 align 20 gran 20 limit ffffffff flags 80202 index 20
     PCI: 04:00.0
     PCI: 04:00.0 resource base 0 size 100 align 8 gran 8 limit ffff flags 100 index 10
     PCI: 04:00.0 resource base 0 size 1000 align 12 gran 12 limit ffffffffffffffff flags 1201 index 18
     PCI: 04:00.0 resource base 0 size 4000 align 14 gran 14 limit ffffffffffffffff flags 1201 index 20
   PCI: 00:18.1
   PCI: 00:18.2
   PCI: 00:18.3
   PCI: 00:18.4
   PCI: 00:18.5
PCI_DOMAIN: 0000 compute_resources_io: base: 0 size: 0 align: 0 gran: 0 limit: ffff
PCI: 00:02.0 compute_resources_io: base: 0 size: 0 align: 12 gran: 12 limit: ffffffff
PCI: 01:00.0 20 *  [0x0 - 0xff] io
PCI: 00:02.0 compute_resources_io: base: 100 size: 1000 align: 12 gran: 12 limit: ffff done
PCI: 00:14.4 compute_resources_io: base: 0 size: 0 align: 12 gran: 12 limit: ffff
PCI: 00:14.4 compute_resources_io: base: 0 size: 0 align: 12 gran: 12 limit: ffff done
PCI: 00:15.0 compute_resources_io: base: 0 size: 0 align: 12 gran: 12 limit: ffffffff
PCI: 00:15.0 compute_resources_io: base: 0 size: 0 align: 12 gran: 12 limit: ffffffff done
PCI: 00:15.1 compute_resources_io: base: 0 size: 0 align: 12 gran: 12 limit: ffffffff
PCI: 04:00.0 10 *  [0x0 - 0xff] io
PCI: 00:15.1 compute_resources_io: base: 100 size: 1000 align: 12 gran: 12 limit: ffff done
PCI: 00:18.0 compute_resources_io: base: 0 size: 0 align: 12 gran: 12 limit: ffff
PCI: 00:02.0 compute_resources_io: base: 0 size: 0 align: 12 gran: 12 limit: ffffffff
PCI: 01:00.0 20 *  [0x0 - 0xff] io
PCI: 00:02.0 compute_resources_io: base: 100 size: 1000 align: 12 gran: 12 limit: ffff done
PCI: 00:14.4 compute_resources_io: base: 0 size: 0 align: 12 gran: 12 limit: ffff
PCI: 00:14.4 compute_resources_io: base: 0 size: 0 align: 12 gran: 12 limit: ffff done
PCI: 00:15.0 compute_resources_io: base: 0 size: 0 align: 12 gran: 12 limit: ffffffff
PCI: 00:15.0 compute_resources_io: base: 0 size: 0 align: 12 gran: 12 limit: ffffffff done
PCI: 00:15.1 compute_resources_io: base: 0 size: 0 align: 12 gran: 12 limit: ffffffff
PCI: 04:00.0 10 *  [0x0 - 0xff] io
PCI: 00:15.1 compute_resources_io: base: 100 size: 1000 align: 12 gran: 12 limit: ffff done
PCI: 00:02.0 1c *  [0x0 - 0xfff] io
PCI: 00:15.1 1c *  [0x1000 - 0x1fff] io
PCI: 00:01.0 14 *  [0x2000 - 0x20ff] io
PCI: 00:11.0 20 *  [0x2400 - 0x240f] io
PCI: 00:11.0 10 *  [0x2410 - 0x2417] io
PCI: 00:11.0 18 *  [0x2418 - 0x241f] io
PCI: 00:11.0 14 *  [0x2420 - 0x2423] io
PCI: 00:11.0 1c *  [0x2424 - 0x2427] io
PCI: 00:18.0 compute_resources_io: base: 2428 size: 3000 align: 12 gran: 12 limit: ffff done
PCI: 00:18.0 10d8 *  [0x0 - 0x2fff] io
PCI: 00:02.0 1c *  [0x3000 - 0x3fff] io
PCI: 00:15.1 1c *  [0x4000 - 0x4fff] io
PCI: 00:01.0 14 *  [0x5000 - 0x50ff] io
PCI: 00:11.0 20 *  [0x5400 - 0x540f] io
PCI: 00:11.0 10 *  [0x5410 - 0x5417] io
PCI: 00:11.0 18 *  [0x5418 - 0x541f] io
PCI: 00:11.0 14 *  [0x5420 - 0x5423] io
PCI: 00:11.0 1c *  [0x5424 - 0x5427] io
PCI_DOMAIN: 0000 compute_resources_io: base: 5428 size: 5428 align: 12 gran: 0 limit: ffff done
PCI_DOMAIN: 0000 compute_resources_mem: base: 0 size: 0 align: 0 gran: 0 limit: ffffffff
PCI: 00:02.0 compute_resources_prefmem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffffffffffff
PCI: 01:00.0 10 *  [0x0 - 0xfffffff] prefmem
PCI: 00:02.0 compute_resources_prefmem: base: 10000000 size: 10000000 align: 28 gran: 20 limit: ffffffffffffffff done
PCI: 00:02.0 compute_resources_mem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffff
PCI: 01:00.0 30 *  [0x0 - 0x1ffff] mem
PCI: 01:00.0 18 *  [0x20000 - 0x2ffff] mem
PCI: 01:00.1 10 *  [0x30000 - 0x33fff] mem
PCI: 00:02.0 compute_resources_mem: base: 34000 size: 100000 align: 20 gran: 20 limit: ffffffff done
PCI: 00:14.4 compute_resources_prefmem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffff
PCI: 00:14.4 compute_resources_prefmem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffff done
PCI: 00:14.4 compute_resources_mem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffff
PCI: 00:14.4 compute_resources_mem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffff done
PCI: 00:15.0 compute_resources_prefmem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffffffffffff
PCI: 00:15.0 compute_resources_prefmem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffffffffffff done
PCI: 00:15.0 compute_resources_mem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffff
PCI: 00:15.0 compute_resources_mem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffff done
PCI: 00:15.1 compute_resources_prefmem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffffffffffff
PCI: 04:00.0 20 *  [0x0 - 0x3fff] prefmem
PCI: 04:00.0 18 *  [0x4000 - 0x4fff] prefmem
PCI: 00:15.1 compute_resources_prefmem: base: 5000 size: 100000 align: 20 gran: 20 limit: ffffffffffffffff done
PCI: 00:15.1 compute_resources_mem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffff
PCI: 00:15.1 compute_resources_mem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffff done
PCI: 00:18.0 compute_resources_prefmem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffffff
PCI: 00:02.0 compute_resources_prefmem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffffffffffff
PCI: 01:00.0 10 *  [0x0 - 0xfffffff] prefmem
PCI: 00:02.0 compute_resources_prefmem: base: 10000000 size: 10000000 align: 28 gran: 20 limit: ffffffffffffffff done
PCI: 00:14.4 compute_resources_prefmem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffff
PCI: 00:14.4 compute_resources_prefmem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffff done
PCI: 00:15.0 compute_resources_prefmem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffffffffffff
PCI: 00:15.0 compute_resources_prefmem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffffffffffff done
PCI: 00:15.1 compute_resources_prefmem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffffffffffff
PCI: 04:00.0 20 *  [0x0 - 0x3fff] prefmem
PCI: 04:00.0 18 *  [0x4000 - 0x4fff] prefmem
PCI: 00:15.1 compute_resources_prefmem: base: 5000 size: 100000 align: 20 gran: 20 limit: ffffffffffffffff done
PCI: 00:01.0 10 *  [0x0 - 0xfffffff] prefmem
PCI: 00:02.0 24 *  [0x10000000 - 0x1fffffff] prefmem
PCI: 00:15.1 24 *  [0x20000000 - 0x200fffff] prefmem
PCI: 00:18.0 compute_resources_prefmem: base: 20100000 size: 20100000 align: 28 gran: 20 limit: ffffffff done
PCI: 00:18.0 compute_resources_mem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffffff
PCI: 00:02.0 compute_resources_mem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffff
PCI: 01:00.0 30 *  [0x0 - 0x1ffff] mem
PCI: 01:00.0 18 *  [0x20000 - 0x2ffff] mem
PCI: 01:00.1 10 *  [0x30000 - 0x33fff] mem
PCI: 00:02.0 compute_resources_mem: base: 34000 size: 100000 align: 20 gran: 20 limit: ffffffff done
PCI: 00:14.4 compute_resources_mem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffff
PCI: 00:14.4 compute_resources_mem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffff done
PCI: 00:15.0 compute_resources_mem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffff
PCI: 00:15.0 compute_resources_mem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffff done
PCI: 00:15.1 compute_resources_mem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffff
PCI: 00:15.1 compute_resources_mem: base: 0 size: 0 align: 20 gran: 20 limit: ffffffff done
PCI: 00:02.0 20 *  [0x0 - 0xfffff] mem
PCI: 00:01.0 18 *  [0x100000 - 0x13ffff] mem
PCI: 00:01.1 10 *  [0x140000 - 0x143fff] mem
PCI: 00:14.2 10 *  [0x144000 - 0x147fff] mem
PCI: 00:10.0 10 *  [0x148000 - 0x149fff] mem
PCI: 00:10.1 10 *  [0x14a000 - 0x14bfff] mem
PCI: 00:12.0 10 *  [0x14c000 - 0x14cfff] mem
PCI: 00:13.0 10 *  [0x14d000 - 0x14dfff] mem
PCI: 00:14.5 10 *  [0x14e000 - 0x14efff] mem
PCI: 00:11.0 24 *  [0x14f000 - 0x14f7ff] mem
PCI: 00:12.2 10 *  [0x14f800 - 0x14f8ff] mem
PCI: 00:13.2 10 *  [0x14f900 - 0x14f9ff] mem
PCI: 00:14.7 10 *  [0x14fa00 - 0x14faff] mem
PCI: 00:14.3 a0 *  [0x14fb00 - 0x14fb00] mem
PCI: 00:18.0 compute_resources_mem: base: 14fb01 size: 200000 align: 20 gran: 20 limit: ffffffef done
PCI: 00:18.0 10b8 *  [0x0 - 0x200fffff] prefmem
PCI: 00:01.0 10 *  [0x30000000 - 0x3fffffff] prefmem
PCI: 00:02.0 24 *  [0x40000000 - 0x4fffffff] prefmem
PCI: 00:18.0 10b0 *  [0x50000000 - 0x501fffff] mem
PCI: 00:02.0 20 *  [0x50200000 - 0x502fffff] mem
PCI: 00:15.1 24 *  [0x50300000 - 0x503fffff] prefmem
PCI: 00:01.0 18 *  [0x50400000 - 0x5043ffff] mem
PCI: 00:01.1 10 *  [0x50440000 - 0x50443fff] mem
PCI: 00:14.2 10 *  [0x50444000 - 0x50447fff] mem
PCI: 00:10.0 10 *  [0x50448000 - 0x50449fff] mem
PCI: 00:10.1 10 *  [0x5044a000 - 0x5044bfff] mem
PCI: 00:12.0 10 *  [0x5044c000 - 0x5044cfff] mem
PCI: 00:13.0 10 *  [0x5044d000 - 0x5044dfff] mem
PCI: 00:14.5 10 *  [0x5044e000 - 0x5044efff] mem
PCI: 00:11.0 24 *  [0x5044f000 - 0x5044f7ff] mem
PCI: 00:12.2 10 *  [0x5044f800 - 0x5044f8ff] mem
PCI: 00:13.2 10 *  [0x5044f900 - 0x5044f9ff] mem
PCI: 00:14.3 a0 *  [0x5044fa00 - 0x5044fa00] mem
PCI_DOMAIN: 0000 compute_resources_mem: base: 5044fa01 size: 5044fa01 align: 28 gran: 0 limit: ffffffef done
avoid_fixed_resources: PCI_DOMAIN: 0000
avoid_fixed_resources:@PCI_DOMAIN: 0000 10000000 limit 0000ffff
avoid_fixed_resources:@PCI_DOMAIN: 0000 10000100 limit ffffffef
constrain_resources: PCI_DOMAIN: 0000
constrain_resources: PCI: 00:00.0
constrain_resources: PCI: 00:01.0
constrain_resources: PCI: 00:01.1
constrain_resources: PCI: 00:02.0
constrain_resources: PCI: 01:00.0
constrain_resources: PCI: 01:00.1
constrain_resources: PCI: 00:10.0
constrain_resources: PCI: 00:10.1
constrain_resources: PCI: 00:11.0
constrain_resources: PCI: 00:12.0
constrain_resources: PCI: 00:12.2
constrain_resources: PCI: 00:13.0
constrain_resources: PCI: 00:13.2
constrain_resources: PCI: 00:14.0
constrain_resources: I2C: 01:50
constrain_resources: I2C: 01:51
constrain_resources: I2C: 01:52
constrain_resources: I2C: 01:53
constrain_resources: PCI: 00:14.2
constrain_resources: PCI: 00:14.3
constrain_resources: PNP: 002e.1
constrain_resources: PNP: 002e.5
constrain_resources: PCI: 00:14.4
constrain_resources: PCI: 00:14.5
constrain_resources: PCI: 00:15.0
constrain_resources: PCI: 00:15.1
constrain_resources: PCI: 04:00.0
constrain_resources: PCI: 00:18.0
constrain_resources: PCI: 00:00.0
constrain_resources: PCI: 00:01.0
constrain_resources: PCI: 00:01.1
constrain_resources: PCI: 00:02.0
constrain_resources: PCI: 01:00.0
constrain_resources: PCI: 01:00.1
constrain_resources: PCI: 00:10.0
constrain_resources: PCI: 00:10.1
constrain_resources: PCI: 00:11.0
constrain_resources: PCI: 00:12.0
constrain_resources: PCI: 00:12.2
constrain_resources: PCI: 00:13.0
constrain_resources: PCI: 00:13.2
constrain_resources: PCI: 00:14.0
constrain_resources: PCI: 00:14.2
constrain_resources: PCI: 00:14.3
constrain_resources: PCI: 00:14.4
constrain_resources: PCI: 00:14.5
constrain_resources: PCI: 00:14.7
constrain_resources: PCI: 00:15.0
constrain_resources: PCI: 00:15.1
constrain_resources: PCI: 04:00.0
constrain_resources: PCI: 00:18.1
constrain_resources: PCI: 00:18.2
constrain_resources: PCI: 00:18.3
constrain_resources: PCI: 00:18.4
constrain_resources: PCI: 00:18.5
avoid_fixed_resources2: PCI_DOMAIN: 0000 at 10000000 limit 0000ffff
	lim->base 00001000 lim->limit 0000ffff
avoid_fixed_resources2: PCI_DOMAIN: 0000 at 10000100 limit ffffffef
	lim->base 00000000 lim->limit ff7fffff
Setting resources...
PCI_DOMAIN: 0000 allocate_resources_io: base:1000 size:5428 align:12 gran:0 limit:ffff
Assigned: PCI: 00:18.0 10d8 *  [0x1000 - 0x3fff] io
Assigned: PCI: 00:02.0 1c *  [0x4000 - 0x4fff] io
Assigned: PCI: 00:15.1 1c *  [0x5000 - 0x5fff] io
Assigned: PCI: 00:01.0 14 *  [0x6000 - 0x60ff] io
Assigned: PCI: 00:11.0 20 *  [0x6400 - 0x640f] io
Assigned: PCI: 00:11.0 10 *  [0x6410 - 0x6417] io
Assigned: PCI: 00:11.0 18 *  [0x6418 - 0x641f] io
Assigned: PCI: 00:11.0 14 *  [0x6420 - 0x6423] io
Assigned: PCI: 00:11.0 1c *  [0x6424 - 0x6427] io
PCI_DOMAIN: 0000 allocate_resources_io: next_base: 6428 size: 5428 align: 12 gran: 0 done
PCI: 00:02.0 allocate_resources_io: base:4000 size:1000 align:12 gran:12 limit:ffff
Assigned: PCI: 01:00.0 20 *  [0x4000 - 0x40ff] io
PCI: 00:02.0 allocate_resources_io: next_base: 4100 size: 1000 align: 12 gran: 12 done
PCI: 00:14.4 allocate_resources_io: base:ffff size:0 align:12 gran:12 limit:ffff
PCI: 00:14.4 allocate_resources_io: next_base: ffff size: 0 align: 12 gran: 12 done
PCI: 00:15.0 allocate_resources_io: base:ffff size:0 align:12 gran:12 limit:ffff
PCI: 00:15.0 allocate_resources_io: next_base: ffff size: 0 align: 12 gran: 12 done
PCI: 00:15.1 allocate_resources_io: base:5000 size:1000 align:12 gran:12 limit:ffff
Assigned: PCI: 04:00.0 10 *  [0x5000 - 0x50ff] io
PCI: 00:15.1 allocate_resources_io: next_base: 5100 size: 1000 align: 12 gran: 12 done
PCI: 00:18.0 allocate_resources_io: base:1000 size:3000 align:12 gran:12 limit:ffff
Assigned: PCI: 00:02.0 1c *  [0x1000 - 0x1fff] io
Assigned: PCI: 00:15.1 1c *  [0x2000 - 0x2fff] io
Assigned: PCI: 00:01.0 14 *  [0x3000 - 0x30ff] io
Assigned: PCI: 00:11.0 20 *  [0x3400 - 0x340f] io
Assigned: PCI: 00:11.0 10 *  [0x3410 - 0x3417] io
Assigned: PCI: 00:11.0 18 *  [0x3418 - 0x341f] io
Assigned: PCI: 00:11.0 14 *  [0x3420 - 0x3423] io
Assigned: PCI: 00:11.0 1c *  [0x3424 - 0x3427] io
PCI: 00:18.0 allocate_resources_io: next_base: 3428 size: 3000 align: 12 gran: 12 done
PCI: 00:02.0 allocate_resources_io: base:1000 size:1000 align:12 gran:12 limit:ffff
Assigned: PCI: 01:00.0 20 *  [0x1000 - 0x10ff] io
PCI: 00:02.0 allocate_resources_io: next_base: 1100 size: 1000 align: 12 gran: 12 done
PCI: 00:14.4 allocate_resources_io: base:ffff size:0 align:12 gran:12 limit:ffff
PCI: 00:14.4 allocate_resources_io: next_base: ffff size: 0 align: 12 gran: 12 done
PCI: 00:15.0 allocate_resources_io: base:ffff size:0 align:12 gran:12 limit:ffff
PCI: 00:15.0 allocate_resources_io: next_base: ffff size: 0 align: 12 gran: 12 done
PCI: 00:15.1 allocate_resources_io: base:2000 size:1000 align:12 gran:12 limit:ffff
Assigned: PCI: 04:00.0 10 *  [0x2000 - 0x20ff] io
PCI: 00:15.1 allocate_resources_io: next_base: 2100 size: 1000 align: 12 gran: 12 done
PCI_DOMAIN: 0000 allocate_resources_mem: base:a0000000 size:5044fa01 align:28 gran:0 limit:ff7fffff
Assigned: PCI: 00:18.0 10b8 *  [0xa0000000 - 0xc00fffff] prefmem
Assigned: PCI: 00:01.0 10 *  [0xd0000000 - 0xdfffffff] prefmem
Assigned: PCI: 00:02.0 24 *  [0xe0000000 - 0xefffffff] prefmem
Assigned: PCI: 00:18.0 10b0 *  [0xf0000000 - 0xf01fffff] mem
Assigned: PCI: 00:02.0 20 *  [0xf0200000 - 0xf02fffff] mem
Assigned: PCI: 00:15.1 24 *  [0xf0300000 - 0xf03fffff] prefmem
Assigned: PCI: 00:01.0 18 *  [0xf0400000 - 0xf043ffff] mem
Assigned: PCI: 00:01.1 10 *  [0xf0440000 - 0xf0443fff] mem
Assigned: PCI: 00:14.2 10 *  [0xf0444000 - 0xf0447fff] mem
Assigned: PCI: 00:10.0 10 *  [0xf0448000 - 0xf0449fff] mem
Assigned: PCI: 00:10.1 10 *  [0xf044a000 - 0xf044bfff] mem
Assigned: PCI: 00:12.0 10 *  [0xf044c000 - 0xf044cfff] mem
Assigned: PCI: 00:13.0 10 *  [0xf044d000 - 0xf044dfff] mem
Assigned: PCI: 00:14.5 10 *  [0xf044e000 - 0xf044efff] mem
Assigned: PCI: 00:11.0 24 *  [0xf044f000 - 0xf044f7ff] mem
Assigned: PCI: 00:12.2 10 *  [0xf044f800 - 0xf044f8ff] mem
Assigned: PCI: 00:13.2 10 *  [0xf044f900 - 0xf044f9ff] mem
Assigned: PCI: 00:14.3 a0 *  [0xf044fa00 - 0xf044fa00] mem
PCI_DOMAIN: 0000 allocate_resources_mem: next_base: f044fa01 size: 5044fa01 align: 28 gran: 0 done
PCI: 00:02.0 allocate_resources_prefmem: base:e0000000 size:10000000 align:28 gran:20 limit:ff7fffff
Assigned: PCI: 01:00.0 10 *  [0xe0000000 - 0xefffffff] prefmem
PCI: 00:02.0 allocate_resources_prefmem: next_base: f0000000 size: 10000000 align: 28 gran: 20 done
PCI: 00:02.0 allocate_resources_mem: base:f0200000 size:100000 align:20 gran:20 limit:ff7fffff
Assigned: PCI: 01:00.0 30 *  [0xf0200000 - 0xf021ffff] mem
Assigned: PCI: 01:00.0 18 *  [0xf0220000 - 0xf022ffff] mem
Assigned: PCI: 01:00.1 10 *  [0xf0230000 - 0xf0233fff] mem
PCI: 00:02.0 allocate_resources_mem: next_base: f0234000 size: 100000 align: 20 gran: 20 done
PCI: 00:14.4 allocate_resources_prefmem: base:ff7fffff size:0 align:20 gran:20 limit:ff7fffff
PCI: 00:14.4 allocate_resources_prefmem: next_base: ff7fffff size: 0 align: 20 gran: 20 done
PCI: 00:14.4 allocate_resources_mem: base:ff7fffff size:0 align:20 gran:20 limit:ff7fffff
PCI: 00:14.4 allocate_resources_mem: next_base: ff7fffff size: 0 align: 20 gran: 20 done
PCI: 00:15.0 allocate_resources_prefmem: base:ff7fffff size:0 align:20 gran:20 limit:ff7fffff
PCI: 00:15.0 allocate_resources_prefmem: next_base: ff7fffff size: 0 align: 20 gran: 20 done
PCI: 00:15.0 allocate_resources_mem: base:ff7fffff size:0 align:20 gran:20 limit:ff7fffff
PCI: 00:15.0 allocate_resources_mem: next_base: ff7fffff size: 0 align: 20 gran: 20 done
PCI: 00:15.1 allocate_resources_prefmem: base:f0300000 size:100000 align:20 gran:20 limit:ff7fffff
Assigned: PCI: 04:00.0 20 *  [0xf0300000 - 0xf0303fff] prefmem
Assigned: PCI: 04:00.0 18 *  [0xf0304000 - 0xf0304fff] prefmem
PCI: 00:15.1 allocate_resources_prefmem: next_base: f0305000 size: 100000 align: 20 gran: 20 done
PCI: 00:15.1 allocate_resources_mem: base:ff7fffff size:0 align:20 gran:20 limit:ff7fffff
PCI: 00:15.1 allocate_resources_mem: next_base: ff7fffff size: 0 align: 20 gran: 20 done
PCI: 00:18.0 allocate_resources_prefmem: base:a0000000 size:20100000 align:28 gran:20 limit:ff7fffff
Assigned: PCI: 00:01.0 10 *  [0xa0000000 - 0xafffffff] prefmem
Assigned: PCI: 00:02.0 24 *  [0xb0000000 - 0xbfffffff] prefmem
Assigned: PCI: 00:15.1 24 *  [0xc0000000 - 0xc00fffff] prefmem
PCI: 00:18.0 allocate_resources_prefmem: next_base: c0100000 size: 20100000 align: 28 gran: 20 done
PCI: 00:02.0 allocate_resources_prefmem: base:b0000000 size:10000000 align:28 gran:20 limit:ff7fffff
Assigned: PCI: 01:00.0 10 *  [0xb0000000 - 0xbfffffff] prefmem
PCI: 00:02.0 allocate_resources_prefmem: next_base: c0000000 size: 10000000 align: 28 gran: 20 done
PCI: 00:14.4 allocate_resources_prefmem: base:ff7fffff size:0 align:20 gran:20 limit:ff7fffff
PCI: 00:14.4 allocate_resources_prefmem: next_base: ff7fffff size: 0 align: 20 gran: 20 done
PCI: 00:15.0 allocate_resources_prefmem: base:ff7fffff size:0 align:20 gran:20 limit:ff7fffff
PCI: 00:15.0 allocate_resources_prefmem: next_base: ff7fffff size: 0 align: 20 gran: 20 done
PCI: 00:15.1 allocate_resources_prefmem: base:c0000000 size:100000 align:20 gran:20 limit:ff7fffff
Assigned: PCI: 04:00.0 20 *  [0xc0000000 - 0xc0003fff] prefmem
Assigned: PCI: 04:00.0 18 *  [0xc0004000 - 0xc0004fff] prefmem
PCI: 00:15.1 allocate_resources_prefmem: next_base: c0005000 size: 100000 align: 20 gran: 20 done
PCI: 00:18.0 allocate_resources_mem: base:f0000000 size:200000 align:20 gran:20 limit:ff7fffff
Assigned: PCI: 00:02.0 20 *  [0xf0000000 - 0xf00fffff] mem
Assigned: PCI: 00:01.0 18 *  [0xf0100000 - 0xf013ffff] mem
Assigned: PCI: 00:01.1 10 *  [0xf0140000 - 0xf0143fff] mem
Assigned: PCI: 00:14.2 10 *  [0xf0144000 - 0xf0147fff] mem
Assigned: PCI: 00:10.0 10 *  [0xf0148000 - 0xf0149fff] mem
Assigned: PCI: 00:10.1 10 *  [0xf014a000 - 0xf014bfff] mem
Assigned: PCI: 00:12.0 10 *  [0xf014c000 - 0xf014cfff] mem
Assigned: PCI: 00:13.0 10 *  [0xf014d000 - 0xf014dfff] mem
Assigned: PCI: 00:14.5 10 *  [0xf014e000 - 0xf014efff] mem
Assigned: PCI: 00:11.0 24 *  [0xf014f000 - 0xf014f7ff] mem
Assigned: PCI: 00:12.2 10 *  [0xf014f800 - 0xf014f8ff] mem
Assigned: PCI: 00:13.2 10 *  [0xf014f900 - 0xf014f9ff] mem
Assigned: PCI: 00:14.7 10 *  [0xf014fa00 - 0xf014faff] mem
Assigned: PCI: 00:14.3 a0 *  [0xf014fb00 - 0xf014fb00] mem
PCI: 00:18.0 allocate_resources_mem: next_base: f014fb01 size: 200000 align: 20 gran: 20 done
PCI: 00:02.0 allocate_resources_mem: base:f0000000 size:100000 align:20 gran:20 limit:ff7fffff
Assigned: PCI: 01:00.0 30 *  [0xf0000000 - 0xf001ffff] mem
Assigned: PCI: 01:00.0 18 *  [0xf0020000 - 0xf002ffff] mem
Assigned: PCI: 01:00.1 10 *  [0xf0030000 - 0xf0033fff] mem
PCI: 00:02.0 allocate_resources_mem: next_base: f0034000 size: 100000 align: 20 gran: 20 done
PCI: 00:14.4 allocate_resources_mem: base:ff7fffff size:0 align:20 gran:20 limit:ff7fffff
PCI: 00:14.4 allocate_resources_mem: next_base: ff7fffff size: 0 align: 20 gran: 20 done
PCI: 00:15.0 allocate_resources_mem: base:ff7fffff size:0 align:20 gran:20 limit:ff7fffff
PCI: 00:15.0 allocate_resources_mem: next_base: ff7fffff size: 0 align: 20 gran: 20 done
PCI: 00:15.1 allocate_resources_mem: base:ff7fffff size:0 align:20 gran:20 limit:ff7fffff
PCI: 00:15.1 allocate_resources_mem: next_base: ff7fffff size: 0 align: 20 gran: 20 done
Root Device assign_resources, bus 0 link: 0
APIC_CLUSTER: 0 c0010058 <- [0x00a0000000 - 0x00afffffff] size 0x10000000 gran 0x00 mem <mmconfig>
APIC_CLUSTER: 0 assign_resources, bus 0 link: 0
APIC_CLUSTER: 0 assign_resources, bus 0 link: 0
 split: 15108K table at =bf13f000
node 0: mmio_basek=00280000, basek=00400000, limitk=00460000
PCI_DOMAIN: 0000 assign_resources, bus 0 link: 0
PCI: 00:01.0 10 <- [0x00d0000000 - 0x00dfffffff] size 0x10000000 gran 0x1c prefmem
PCI: 00:01.0 14 <- [0x0000006000 - 0x00000060ff] size 0x00000100 gran 0x08 io
PCI: 00:01.0 18 <- [0x00f0400000 - 0x00f043ffff] size 0x00040000 gran 0x12 mem
PCI: 00:01.1 10 <- [0x00f0440000 - 0x00f0443fff] size 0x00004000 gran 0x0e mem
PCI: 00:02.0 1c <- [0x0000004000 - 0x0000004fff] size 0x00001000 gran 0x0c bus 01 io
PCI: 00:02.0 24 <- [0x00e0000000 - 0x00efffffff] size 0x10000000 gran 0x14 bus 01 prefmem
PCI: 00:02.0 20 <- [0x00f0200000 - 0x00f02fffff] size 0x00100000 gran 0x14 bus 01 mem
PCI: 00:02.0 assign_resources, bus 1 link: 0
PCI: 01:00.0 10 <- [0x00e0000000 - 0x00efffffff] size 0x10000000 gran 0x1c prefmem64
PCI: 01:00.0 18 <- [0x00f0220000 - 0x00f022ffff] size 0x00010000 gran 0x10 mem64
PCI: 01:00.0 20 <- [0x0000004000 - 0x00000040ff] size 0x00000100 gran 0x08 io
PCI: 01:00.0 30 <- [0x00f0200000 - 0x00f021ffff] size 0x00020000 gran 0x11 romem
PCI: 01:00.1 10 <- [0x00f0230000 - 0x00f0233fff] size 0x00004000 gran 0x0e mem64
PCI: 00:02.0 assign_resources, bus 1 link: 0
PCI: 00:10.0 10 <- [0x00f0448000 - 0x00f0449fff] size 0x00002000 gran 0x0d mem64
PCI: 00:10.1 10 <- [0x00f044a000 - 0x00f044bfff] size 0x00002000 gran 0x0d mem64
PCI: 00:11.0 10 <- [0x0000006410 - 0x0000006417] size 0x00000008 gran 0x03 io
PCI: 00:11.0 14 <- [0x0000006420 - 0x0000006423] size 0x00000004 gran 0x02 io
PCI: 00:11.0 18 <- [0x0000006418 - 0x000000641f] size 0x00000008 gran 0x03 io
PCI: 00:11.0 1c <- [0x0000006424 - 0x0000006427] size 0x00000004 gran 0x02 io
PCI: 00:11.0 20 <- [0x0000006400 - 0x000000640f] size 0x00000010 gran 0x04 io
PCI: 00:11.0 24 <- [0x00f044f000 - 0x00f044f7ff] size 0x00000800 gran 0x0b mem
PCI: 00:12.0 10 <- [0x00f044c000 - 0x00f044cfff] size 0x00001000 gran 0x0c mem
PCI: 00:12.2 10 <- [0x00f044f800 - 0x00f044f8ff] size 0x00000100 gran 0x08 mem
PCI: 00:13.0 10 <- [0x00f044d000 - 0x00f044dfff] size 0x00001000 gran 0x0c mem
PCI: 00:13.2 10 <- [0x00f044f900 - 0x00f044f9ff] size 0x00000100 gran 0x08 mem
PCI: 00:14.2 10 <- [0x00f0444000 - 0x00f0447fff] size 0x00004000 gran 0x0e mem64
PCI: 00:14.3 a0 <- [0x00f044fa02 - 0x00f044fa02] size 0x00000001 gran 0x00 mem
PCI: 00:14.3 assign_resources, bus 0 link: 0
PNP: 002e.1 60 <- [0x00000003f8 - 0x00000003ff] size 0x00000008 gran 0x03 io
PNP: 002e.1 70 <- [0x0000000004 - 0x0000000004] size 0x00000001 gran 0x00 irq
PNP: 002e.5 60 <- [0x0000000060 - 0x0000000060] size 0x00000001 gran 0x00 io
PNP: 002e.5 62 <- [0x0000000064 - 0x0000000064] size 0x00000001 gran 0x00 io
PNP: 002e.5 70 <- [0x0000000001 - 0x0000000001] size 0x00000001 gran 0x00 irq
PCI: 00:14.3 assign_resources, bus 0 link: 0
PCI: 00:14.4 1c <- [0x000000ffff - 0x000000fffe] size 0x00000000 gran 0x0c bus 02 io
PCI: 00:14.4 24 <- [0x00ff7fffff - 0x00ff7ffffe] size 0x00000000 gran 0x14 bus 02 prefmem
PCI: 00:14.4 20 <- [0x00ff7fffff - 0x00ff7ffffe] size 0x00000000 gran 0x14 bus 02 mem
PCI: 00:14.5 10 <- [0x00f044e000 - 0x00f044efff] size 0x00001000 gran 0x0c mem
PCI: 00:15.0 1c <- [0x000000ffff - 0x000000fffe] size 0x00000000 gran 0x0c bus 03 io
PCI: 00:15.0 24 <- [0x00ff7fffff - 0x00ff7ffffe] size 0x00000000 gran 0x14 bus 03 prefmem
PCI: 00:15.0 20 <- [0x00ff7fffff - 0x00ff7ffffe] size 0x00000000 gran 0x14 bus 03 mem
PCI: 00:15.1 1c <- [0x0000005000 - 0x0000005fff] size 0x00001000 gran 0x0c bus 04 io
PCI: 00:15.1 24 <- [0x00f0300000 - 0x00f03fffff] size 0x00100000 gran 0x14 bus 04 prefmem
PCI: 00:15.1 20 <- [0x00ff7fffff - 0x00ff7ffffe] size 0x00000000 gran 0x14 bus 04 mem
PCI: 00:15.1 assign_resources, bus 4 link: 0
PCI: 04:00.0 10 <- [0x0000005000 - 0x00000050ff] size 0x00000100 gran 0x08 io
PCI: 04:00.0 18 <- [0x00f0304000 - 0x00f0304fff] size 0x00001000 gran 0x0c prefmem64
PCI: 04:00.0 20 <- [0x00f0300000 - 0x00f0303fff] size 0x00004000 gran 0x0e prefmem64
PCI: 00:15.1 assign_resources, bus 4 link: 0
VGA: PCI: 00:18.0 (aka node 0) link 0 has VGA device
PCI: 00:18.0 10d8 <- [0x0000001000 - 0x0000003fff] size 0x00003000 gran 0x0c io <node 0 link 0>
PCI: 00:18.0 10b8 <- [0x00a0000000 - 0x00c00fffff] size 0x20100000 gran 0x14 prefmem <node 0 link 0>
PCI: 00:18.0 10b0 <- [0x00f0000000 - 0x00f01fffff] size 0x00200000 gran 0x14 mem <node 0 link 0>
PCI: 00:18.0 assign_resources, bus 0 link: 0
PCI: 00:01.0 10 <- [0x00a0000000 - 0x00afffffff] size 0x10000000 gran 0x1c prefmem
PCI: 00:01.0 14 <- [0x0000003000 - 0x00000030ff] size 0x00000100 gran 0x08 io
PCI: 00:01.0 18 <- [0x00f0100000 - 0x00f013ffff] size 0x00040000 gran 0x12 mem
PCI: 00:01.1 10 <- [0x00f0140000 - 0x00f0143fff] size 0x00004000 gran 0x0e mem
PCI: 00:02.0 1c <- [0x0000001000 - 0x0000001fff] size 0x00001000 gran 0x0c bus 01 io
PCI: 00:02.0 24 <- [0x00b0000000 - 0x00bfffffff] size 0x10000000 gran 0x14 bus 01 prefmem
PCI: 00:02.0 20 <- [0x00f0000000 - 0x00f00fffff] size 0x00100000 gran 0x14 bus 01 mem
PCI: 00:02.0 assign_resources, bus 1 link: 0
PCI: 01:00.0 10 <- [0x00b0000000 - 0x00bfffffff] size 0x10000000 gran 0x1c prefmem64
PCI: 01:00.0 18 <- [0x00f0020000 - 0x00f002ffff] size 0x00010000 gran 0x10 mem64
PCI: 01:00.0 20 <- [0x0000001000 - 0x00000010ff] size 0x00000100 gran 0x08 io
PCI: 01:00.0 30 <- [0x00f0000000 - 0x00f001ffff] size 0x00020000 gran 0x11 romem
PCI: 01:00.1 10 <- [0x00f0030000 - 0x00f0033fff] size 0x00004000 gran 0x0e mem64
PCI: 00:02.0 assign_resources, bus 1 link: 0
PCI: 00:10.0 10 <- [0x00f0148000 - 0x00f0149fff] size 0x00002000 gran 0x0d mem64
PCI: 00:10.1 10 <- [0x00f014a000 - 0x00f014bfff] size 0x00002000 gran 0x0d mem64
PCI: 00:11.0 10 <- [0x0000003410 - 0x0000003417] size 0x00000008 gran 0x03 io
PCI: 00:11.0 14 <- [0x0000003420 - 0x0000003423] size 0x00000004 gran 0x02 io
PCI: 00:11.0 18 <- [0x0000003418 - 0x000000341f] size 0x00000008 gran 0x03 io
PCI: 00:11.0 1c <- [0x0000003424 - 0x0000003427] size 0x00000004 gran 0x02 io
PCI: 00:11.0 20 <- [0x0000003400 - 0x000000340f] size 0x00000010 gran 0x04 io
PCI: 00:11.0 24 <- [0x00f014f000 - 0x00f014f7ff] size 0x00000800 gran 0x0b mem
PCI: 00:12.0 10 <- [0x00f014c000 - 0x00f014cfff] size 0x00001000 gran 0x0c mem
PCI: 00:12.2 10 <- [0x00f014f800 - 0x00f014f8ff] size 0x00000100 gran 0x08 mem
PCI: 00:13.0 10 <- [0x00f014d000 - 0x00f014dfff] size 0x00001000 gran 0x0c mem
PCI: 00:13.2 10 <- [0x00f014f900 - 0x00f014f9ff] size 0x00000100 gran 0x08 mem
PCI: 00:14.2 10 <- [0x00f0144000 - 0x00f0147fff] size 0x00004000 gran 0x0e mem64
PCI: 00:14.3 a0 <- [0x00f014fb02 - 0x00f014fb02] size 0x00000001 gran 0x00 mem
PCI: 00:14.4 1c <- [0x000000ffff - 0x000000fffe] size 0x00000000 gran 0x0c bus 02 io
PCI: 00:14.4 24 <- [0x00ff7fffff - 0x00ff7ffffe] size 0x00000000 gran 0x14 bus 02 prefmem
PCI: 00:14.4 20 <- [0x00ff7fffff - 0x00ff7ffffe] size 0x00000000 gran 0x14 bus 02 mem
PCI: 00:14.5 10 <- [0x00f014e000 - 0x00f014efff] size 0x00001000 gran 0x0c mem
PCI: 00:14.7 10 <- [0x00f014fa00 - 0x00f014faff] size 0x00000100 gran 0x08 mem64
PCI: 00:15.0 1c <- [0x000000ffff - 0x000000fffe] size 0x00000000 gran 0x0c bus 03 io
PCI: 00:15.0 24 <- [0x00ff7fffff - 0x00ff7ffffe] size 0x00000000 gran 0x14 bus 03 prefmem
PCI: 00:15.0 20 <- [0x00ff7fffff - 0x00ff7ffffe] size 0x00000000 gran 0x14 bus 03 mem
PCI: 00:15.1 1c <- [0x0000002000 - 0x0000002fff] size 0x00001000 gran 0x0c bus 04 io
PCI: 00:15.1 24 <- [0x00c0000000 - 0x00c00fffff] size 0x00100000 gran 0x14 bus 04 prefmem
PCI: 00:15.1 20 <- [0x00ff7fffff - 0x00ff7ffffe] size 0x00000000 gran 0x14 bus 04 mem
PCI: 00:15.1 assign_resources, bus 4 link: 0
PCI: 04:00.0 10 <- [0x0000002000 - 0x00000020ff] size 0x00000100 gran 0x08 io
PCI: 04:00.0 18 <- [0x00c0004000 - 0x00c0004fff] size 0x00001000 gran 0x0c prefmem64
PCI: 04:00.0 20 <- [0x00c0000000 - 0x00c0003fff] size 0x00004000 gran 0x0e prefmem64
PCI: 00:15.1 assign_resources, bus 4 link: 0
PCI: 00:18.0 assign_resources, bus 0 link: 0
PCI_DOMAIN: 0000 assign_resources, bus 0 link: 0
Root Device assign_resources, bus 0 link: 0
Done setting resources.
Show resources in subtree (Root Device)...After assigning values.
 Root Device child on link 0 APIC_CLUSTER: 0
  APIC_CLUSTER: 0 child on link 0 APIC: 10
  APIC_CLUSTER: 0 resource base a0000000 size 10000000 align 0 gran 0 limit 0 flags f0000200 index c0010058
   APIC: 10
   APIC: 11
  PCI_DOMAIN: 0000 child on link 0 PCI: 00:00.0
  PCI_DOMAIN: 0000 resource base 1000 size 5428 align 12 gran 0 limit ffff flags 40040100 index 10000000
  PCI_DOMAIN: 0000 resource base a0000000 size 5044fa01 align 28 gran 0 limit ff7fffff flags 40040200 index 10000100
  PCI_DOMAIN: 0000 resource base 0 size a0000 align 0 gran 0 limit 0 flags e0004200 index 10
  PCI_DOMAIN: 0000 resource base c0000 size 9ff40000 align 0 gran 0 limit 0 flags e0004200 index 20
  PCI_DOMAIN: 0000 resource base 100000000 size 18000000 align 0 gran 0 limit 0 flags e0004200 index 30
  PCI_DOMAIN: 0000 resource base c0000000 size 20000000 align 0 gran 0 limit 0 flags f0100200 index 7
   PCI: 00:00.0
   PCI: 00:01.0
   PCI: 00:01.0 resource base d0000000 size 10000000 align 28 gran 28 limit ff7fffff flags 60001200 index 10
   PCI: 00:01.0 resource base 6000 size 100 align 8 gran 8 limit ffff flags 60000100 index 14
   PCI: 00:01.0 resource base f0400000 size 40000 align 18 gran 18 limit ff7fffff flags 60000200 index 18
   PCI: 00:01.1
   PCI: 00:01.1 resource base f0440000 size 4000 align 14 gran 14 limit ff7fffff flags 60000200 index 10
   PCI: 00:02.0 child on link 0 PCI: 01:00.0
   PCI: 00:02.0 resource base 4000 size 1000 align 12 gran 12 limit ffff flags 60080102 index 1c
   PCI: 00:02.0 resource base e0000000 size 10000000 align 28 gran 20 limit ff7fffff flags 60081202 index 24
   PCI: 00:02.0 resource base f0200000 size 100000 align 20 gran 20 limit ff7fffff flags 60080202 index 20
    PCI: 01:00.0
    PCI: 01:00.0 resource base e0000000 size 10000000 align 28 gran 28 limit ff7fffff flags 60001201 index 10
    PCI: 01:00.0 resource base f0220000 size 10000 align 16 gran 16 limit ff7fffff flags 60000201 index 18
    PCI: 01:00.0 resource base 4000 size 100 align 8 gran 8 limit ffff flags 60000100 index 20
    PCI: 01:00.0 resource base f0200000 size 20000 align 17 gran 17 limit ff7fffff flags 60002200 index 30
    PCI: 01:00.1
    PCI: 01:00.1 resource base f0230000 size 4000 align 14 gran 14 limit ff7fffff flags 60000201 index 10
   PCI: 00:10.0
   PCI: 00:10.0 resource base f0448000 size 2000 align 13 gran 13 limit ff7fffff flags 60000201 index 10
   PCI: 00:10.1
   PCI: 00:10.1 resource base f044a000 size 2000 align 13 gran 13 limit ff7fffff flags 60000201 index 10
   PCI: 00:11.0
   PCI: 00:11.0 resource base 6410 size 8 align 3 gran 3 limit ffff flags 60000100 index 10
   PCI: 00:11.0 resource base 6420 size 4 align 2 gran 2 limit ffff flags 60000100 index 14
   PCI: 00:11.0 resource base 6418 size 8 align 3 gran 3 limit ffff flags 60000100 index 18
   PCI: 00:11.0 resource base 6424 size 4 align 2 gran 2 limit ffff flags 60000100 index 1c
   PCI: 00:11.0 resource base 6400 size 10 align 4 gran 4 limit ffff flags 60000100 index 20
   PCI: 00:11.0 resource base f044f000 size 800 align 11 gran 11 limit ff7fffff flags 60000200 index 24
   PCI: 00:12.0
   PCI: 00:12.0 resource base f044c000 size 1000 align 12 gran 12 limit ff7fffff flags 60000200 index 10
   PCI: 00:12.2
   PCI: 00:12.2 resource base f044f800 size 100 align 8 gran 8 limit ff7fffff flags 60000200 index 10
   PCI: 00:13.0
   PCI: 00:13.0 resource base f044d000 size 1000 align 12 gran 12 limit ff7fffff flags 60000200 index 10
   PCI: 00:13.2
   PCI: 00:13.2 resource base f044f900 size 100 align 8 gran 8 limit ff7fffff flags 60000200 index 10
   PCI: 00:14.0 child on link 0 I2C: 01:50
    I2C: 01:50
    I2C: 01:51
    I2C: 01:52
    I2C: 01:53
   PCI: 00:14.1
   PCI: 00:14.2
   PCI: 00:14.2 resource base f0444000 size 4000 align 14 gran 14 limit ff7fffff flags 60000201 index 10
   PCI: 00:14.3 child on link 0 PNP: 002e.0
   PCI: 00:14.3 resource base f044fa02 size 1 align 0 gran 0 limit ff7fffff flags 60000200 index a0
   PCI: 00:14.3 resource base 0 size 1000 align 0 gran 0 limit 0 flags c0040100 index 10000000
   PCI: 00:14.3 resource base ff800000 size 800000 align 0 gran 0 limit 0 flags c0040200 index 10000100
    PNP: 002e.0
    PNP: 002e.0 resource base 3f0 size 8 align 3 gran 3 limit fff flags c0000100 index 60
    PNP: 002e.0 resource base 6 size 1 align 0 gran 0 limit 0 flags c0000400 index 70
    PNP: 002e.0 resource base 2 size 1 align 0 gran 0 limit 0 flags c0000800 index 74
    PNP: 002e.1
    PNP: 002e.1 resource base 3f8 size 8 align 3 gran 3 limit fff flags e0000100 index 60
    PNP: 002e.1 resource base 4 size 1 align 0 gran 0 limit 0 flags e0000400 index 70
    PNP: 002e.2
    PNP: 002e.2 resource base 2f8 size 8 align 3 gran 3 limit fff flags c0000100 index 60
    PNP: 002e.2 resource base 3 size 1 align 0 gran 0 limit 0 flags c0000400 index 70
    PNP: 002e.3
    PNP: 002e.3 resource base 378 size 4 align 2 gran 2 limit fff flags c0000100 index 60
    PNP: 002e.3 resource base 7 size 1 align 0 gran 0 limit 0 flags c0000400 index 70
    PNP: 002e.3 resource base 0 size 1 align 0 gran 0 limit 0 flags 800 index 74
    PNP: 002e.4
    PNP: 002e.4 resource base 0 size 8 align 3 gran 3 limit fff flags 100 index 60
    PNP: 002e.4 resource base 0 size 8 align 3 gran 3 limit fff flags 100 index 62
    PNP: 002e.4 resource base 0 size 1 align 0 gran 0 limit 0 flags 400 index 70
    PNP: 002e.5
    PNP: 002e.5 resource base 60 size 1 align 0 gran 0 limit ffffffff flags e0000100 index 60
    PNP: 002e.5 resource base 64 size 1 align 0 gran 0 limit ffffffff flags e0000100 index 62
    PNP: 002e.5 resource base 1 size 1 align 0 gran 0 limit 0 flags e0000400 index 70
    PNP: 002e.6
    PNP: 002e.6 resource base c size 1 align 0 gran 0 limit 0 flags c0000400 index 70
    PNP: 002e.7
    PNP: 002e.7 resource base 0 size 1 align 0 gran 0 limit ffffffff flags 100 index 60
    PNP: 002e.7 resource base 0 size 8 align 3 gran 3 limit fff flags 100 index 62
    PNP: 002e.7 resource base 0 size 8 align 3 gran 3 limit fff flags 100 index 64
    PNP: 002e.7 resource base 0 size 1 align 0 gran 0 limit 0 flags 400 index 70
    PNP: 002e.8
    PNP: 002e.8 resource base 300 size 8 align 3 gran 3 limit fff flags c0000100 index 60
    PNP: 002e.8 resource base 9 size 1 align 0 gran 0 limit 0 flags c0000400 index 70
    PNP: 002e.9
    PNP: 002e.9 resource base 220 size 1 align 0 gran 0 limit ffffffff flags c0000100 index 60
    PNP: 002e.a
    PNP: 002e.a resource base 0 size 8 align 3 gran 3 limit fff flags 100 index 60
    PNP: 002e.a resource base 0 size 1 align 0 gran 0 limit 0 flags 400 index 70
   PCI: 00:14.4
   PCI: 00:14.4 resource base ffff size 0 align 12 gran 12 limit ffff flags 60080102 index 1c
   PCI: 00:14.4 resource base ff7fffff size 0 align 20 gran 20 limit ff7fffff flags 60081202 index 24
   PCI: 00:14.4 resource base ff7fffff size 0 align 20 gran 20 limit ff7fffff flags 60080202 index 20
   PCI: 00:14.5
   PCI: 00:14.5 resource base f044e000 size 1000 align 12 gran 12 limit ff7fffff flags 60000200 index 10
   PCI: 00:14.7
   PCI: 00:15.0
   PCI: 00:15.0 resource base ffff size 0 align 12 gran 12 limit ffff flags 60080102 index 1c
   PCI: 00:15.0 resource base ff7fffff size 0 align 20 gran 20 limit ff7fffff flags 60081202 index 24
   PCI: 00:15.0 resource base ff7fffff size 0 align 20 gran 20 limit ff7fffff flags 60080202 index 20
   PCI: 00:15.1 child on link 0 PCI: 04:00.0
   PCI: 00:15.1 resource base 5000 size 1000 align 12 gran 12 limit ffff flags 60080102 index 1c
   PCI: 00:15.1 resource base f0300000 size 100000 align 20 gran 20 limit ff7fffff flags 60081202 index 24
   PCI: 00:15.1 resource base ff7fffff size 0 align 20 gran 20 limit ff7fffff flags 60080202 index 20
    PCI: 04:00.0
    PCI: 04:00.0 resource base 5000 size 100 align 8 gran 8 limit ffff flags 60000100 index 10
    PCI: 04:00.0 resource base f0304000 size 1000 align 12 gran 12 limit ff7fffff flags 60001201 index 18
    PCI: 04:00.0 resource base f0300000 size 4000 align 14 gran 14 limit ff7fffff flags 60001201 index 20
   PCI: 00:15.2
   PCI: 00:15.3
   PCI: 00:18.0 child on link 0 PCI: 00:00.0
   PCI: 00:18.0 resource base 1000 size 3000 align 12 gran 12 limit ffff flags 60080100 index 10d8
   PCI: 00:18.0 resource base a0000000 size 20100000 align 28 gran 20 limit ff7fffff flags 60081200 index 10b8
   PCI: 00:18.0 resource base f0000000 size 200000 align 20 gran 20 limit ff7fffff flags 60080200 index 10b0
    PCI: 00:00.0
    PCI: 00:01.0
    PCI: 00:01.0 resource base a0000000 size 10000000 align 28 gran 28 limit ff7fffff flags 60001200 index 10
    PCI: 00:01.0 resource base 3000 size 100 align 8 gran 8 limit ffff flags 60000100 index 14
    PCI: 00:01.0 resource base f0100000 size 40000 align 18 gran 18 limit ff7fffff flags 60000200 index 18
    PCI: 00:01.1
    PCI: 00:01.1 resource base f0140000 size 4000 align 14 gran 14 limit ff7fffff flags 60000200 index 10
    PCI: 00:02.0 child on link 0 PCI: 01:00.0
    PCI: 00:02.0 resource base 1000 size 1000 align 12 gran 12 limit ffff flags 60080102 index 1c
    PCI: 00:02.0 resource base b0000000 size 10000000 align 28 gran 20 limit ff7fffff flags 60081202 index 24
    PCI: 00:02.0 resource base f0000000 size 100000 align 20 gran 20 limit ff7fffff flags 60080202 index 20
     PCI: 01:00.0
     PCI: 01:00.0 resource base b0000000 size 10000000 align 28 gran 28 limit ff7fffff flags 60001201 index 10
     PCI: 01:00.0 resource base f0020000 size 10000 align 16 gran 16 limit ff7fffff flags 60000201 index 18
     PCI: 01:00.0 resource base 1000 size 100 align 8 gran 8 limit ffff flags 60000100 index 20
     PCI: 01:00.0 resource base f0000000 size 20000 align 17 gran 17 limit ff7fffff flags 60002200 index 30
     PCI: 01:00.1
     PCI: 01:00.1 resource base f0030000 size 4000 align 14 gran 14 limit ff7fffff flags 60000201 index 10
    PCI: 00:03.0
    PCI: 00:04.0
    PCI: 00:05.0
    PCI: 00:06.0
    PCI: 00:07.0
    PCI: 00:08.0
    PCI: 00:10.0
    PCI: 00:10.0 resource base f0148000 size 2000 align 13 gran 13 limit ff7fffff flags 60000201 index 10
    PCI: 00:10.1
    PCI: 00:10.1 resource base f014a000 size 2000 align 13 gran 13 limit ff7fffff flags 60000201 index 10
    PCI: 00:11.0
    PCI: 00:11.0 resource base 3410 size 8 align 3 gran 3 limit ffff flags 60000100 index 10
    PCI: 00:11.0 resource base 3420 size 4 align 2 gran 2 limit ffff flags 60000100 index 14
    PCI: 00:11.0 resource base 3418 size 8 align 3 gran 3 limit ffff flags 60000100 index 18
    PCI: 00:11.0 resource base 3424 size 4 align 2 gran 2 limit ffff flags 60000100 index 1c
    PCI: 00:11.0 resource base 3400 size 10 align 4 gran 4 limit ffff flags 60000100 index 20
    PCI: 00:11.0 resource base f014f000 size 800 align 11 gran 11 limit ff7fffff flags 60000200 index 24
    PCI: 00:12.0
    PCI: 00:12.0 resource base f014c000 size 1000 align 12 gran 12 limit ff7fffff flags 60000200 index 10
    PCI: 00:12.2
    PCI: 00:12.2 resource base f014f800 size 100 align 8 gran 8 limit ff7fffff flags 60000200 index 10
    PCI: 00:13.0
    PCI: 00:13.0 resource base f014d000 size 1000 align 12 gran 12 limit ff7fffff flags 60000200 index 10
    PCI: 00:13.2
    PCI: 00:13.2 resource base f014f900 size 100 align 8 gran 8 limit ff7fffff flags 60000200 index 10
    PCI: 00:14.0
    PCI: 00:14.2
    PCI: 00:14.2 resource base f0144000 size 4000 align 14 gran 14 limit ff7fffff flags 60000201 index 10
    PCI: 00:14.3
    PCI: 00:14.3 resource base f014fb02 size 1 align 0 gran 0 limit ff7fffff flags 60000200 index a0
    PCI: 00:14.3 resource base 0 size 1000 align 0 gran 0 limit 0 flags c0040100 index 10000000
    PCI: 00:14.3 resource base ff800000 size 800000 align 0 gran 0 limit 0 flags c0040200 index 10000100
    PCI: 00:14.4
    PCI: 00:14.4 resource base ffff size 0 align 12 gran 12 limit ffff flags 60080102 index 1c
    PCI: 00:14.4 resource base ff7fffff size 0 align 20 gran 20 limit ff7fffff flags 60081202 index 24
    PCI: 00:14.4 resource base ff7fffff size 0 align 20 gran 20 limit ff7fffff flags 60080202 index 20
    PCI: 00:14.5
    PCI: 00:14.5 resource base f014e000 size 1000 align 12 gran 12 limit ff7fffff flags 60000200 index 10
    PCI: 00:14.7
    PCI: 00:14.7 resource base f014fa00 size 100 align 8 gran 8 limit ff7fffff flags 60000201 index 10
    PCI: 00:15.0
    PCI: 00:15.0 resource base ffff size 0 align 12 gran 12 limit ffff flags 60080102 index 1c
    PCI: 00:15.0 resource base ff7fffff size 0 align 20 gran 20 limit ff7fffff flags 60081202 index 24
    PCI: 00:15.0 resource base ff7fffff size 0 align 20 gran 20 limit ff7fffff flags 60080202 index 20
    PCI: 00:15.1 child on link 0 PCI: 04:00.0
    PCI: 00:15.1 resource base 2000 size 1000 align 12 gran 12 limit ffff flags 60080102 index 1c
    PCI: 00:15.1 resource base c0000000 size 100000 align 20 gran 20 limit ff7fffff flags 60081202 index 24
    PCI: 00:15.1 resource base ff7fffff size 0 align 20 gran 20 limit ff7fffff flags 60080202 index 20
     PCI: 04:00.0
     PCI: 04:00.0 resource base 2000 size 100 align 8 gran 8 limit ffff flags 60000100 index 10
     PCI: 04:00.0 resource base c0004000 size 1000 align 12 gran 12 limit ff7fffff flags 60001201 index 18
     PCI: 04:00.0 resource base c0000000 size 4000 align 14 gran 14 limit ff7fffff flags 60001201 index 20
   PCI: 00:18.1
   PCI: 00:18.2
   PCI: 00:18.3
   PCI: 00:18.4
   PCI: 00:18.5
Done allocating resources.
Enabling resources...

Fam15 - domain_enable_resources: AmdInitMid.
agesawrapper_amdinitmid passed.
  ader - leaving domain_enable_resources.
PCI: 00:00.0 cmd <- 06
PCI: 00:01.0 cmd <- 07
PCI: 00:01.1 cmd <- 02
PCI: 00:02.0 bridge ctrl <- 0003
PCI: 00:02.0 cmd <- 07
PCI: 00:10.0 subsystem <- 1022/1410
PCI: 00:10.0 cmd <- 02
PCI: 00:10.1 subsystem <- 1022/1410
PCI: 00:10.1 cmd <- 02
PCI: 00:11.0 subsystem <- 1022/1410
PCI: 00:11.0 cmd <- 03
PCI: 00:12.0 subsystem <- 1022/1410
PCI: 00:12.0 cmd <- 02
PCI: 00:12.2 subsystem <- 1022/1410
PCI: 00:12.2 cmd <- 02
PCI: 00:13.0 subsystem <- 1022/1410
PCI: 00:13.0 cmd <- 02
PCI: 00:13.2 subsystem <- 1022/1410
PCI: 00:13.2 cmd <- 02
PCI: 00:14.0 subsystem <- 1022/1410
PCI: 00:14.0 cmd <- 403
PCI: 00:14.2 subsystem <- 1022/1410
PCI: 00:14.2 cmd <- 02
PCI: 00:14.3 subsystem <- 1022/1410
PCI: 00:14.3 cmd <- 0f
hudson_lpc_enable_childrens_resources
PCI: 00:14.4 bridge ctrl <- 0403
PCI: 00:14.4 cmd <- 01
PCI: 00:14.5 subsystem <- 1022/1410
PCI: 00:14.5 cmd <- 02
PCI: 00:15.0 bridge ctrl <- 0003
PCI: 00:15.0 cmd <- 00
PCI: 00:15.1 bridge ctrl <- 0003
PCI: 00:15.1 cmd <- 07
PCI: 00:18.0 cmd <- 00
PCI: 00:18.1 subsystem <- 1022/1410
PCI: 00:18.1 cmd <- 00
PCI: 00:18.2 subsystem <- 1022/1410
PCI: 00:18.2 cmd <- 00
PCI: 00:18.3 subsystem <- 1022/1410
PCI: 00:18.3 cmd <- 00
PCI: 00:18.4 subsystem <- 1022/1410
PCI: 00:18.4 cmd <- 00
PCI: 00:18.5 subsystem <- 1022/1410
PCI: 00:18.5 cmd <- 00
PCI: 01:00.0 cmd <- 03
PCI: 01:00.1 cmd <- 02
PCI: 04:00.0 cmd <- 03
PCI: 00:00.0 subsystem <- 1022/1410
PCI: 00:00.0 cmd <- 06
PCI: 00:01.0 subsystem <- 1022/1410
PCI: 00:01.0 cmd <- 07
PCI: 00:01.1 subsystem <- 1022/1410
PCI: 00:01.1 cmd <- 02
PCI: 00:02.0 bridge ctrl <- 000b
PCI: 00:02.0 cmd <- 07
PCI: 00:10.0 cmd <- 02
PCI: 00:10.1 cmd <- 02
PCI: 00:11.0 cmd <- 03
PCI: 00:12.0 cmd <- 02
PCI: 00:12.2 cmd <- 02
PCI: 00:13.0 cmd <- 02
PCI: 00:13.2 cmd <- 02
PCI: 00:14.0 cmd <- 403
PCI: 00:14.2 cmd <- 02
PCI: 00:14.3 cmd <- 0f
hudson_lpc_enable_childrens_resources
PCI: 00:14.4 bridge ctrl <- 0003
PCI: 00:14.4 cmd <- 01
PCI: 00:14.5 cmd <- 02
PCI: 00:14.7 cmd <- 06
PCI: 00:15.0 bridge ctrl <- 0003
PCI: 00:15.0 cmd <- 00
PCI: 00:15.1 bridge ctrl <- 0003
PCI: 00:15.1 cmd <- 07
PCI: 01:00.0 cmd <- 03
PCI: 01:00.1 cmd <- 02
PCI: 04:00.0 cmd <- 03
done.
Initializing devices...
Root Device init
APIC_CLUSTER: 0 init
start_eip=0x00001000, code_size=0x00000031
Initializing CPU #0
CPU: vendor AMD device 610f01
CPU: family 15, model 10, stepping 01
Using generic cpu ops (good)
Model 15 Init.

MTRR check
Fixed MTRRs   : Enabled
Variable MTRRs: Enabled

Enabling cache
Setting up local apic... apic_id: 0x10 done.
siblings = 01, CPU #0 initialized
CPU1: stack_base 002b0000, stack_end 002bfff8
Asserting INIT.
Waiting for send to finish...
+Deasserting INIT.
Waiting for send to finish...
+#startup loops: 2.
Sending STARTUP #1 to 17.
After apic_write.
Startup point 1.
Waiting for send to finish...
+Sending STARTUP #2 to 17.
After apic_write.
Startup point 1.
Waiting for send to finish...
+After Startup.
Initializing CPU #1
Waiting for 1 CPUS to stop
CPU: vendor AMD device 610f01
CPU: family 15, model 10, stepping 01
Using generic cpu ops (good)
Model 15 Init.

MTRR check
Fixed MTRRs   : Enabled
Variable MTRRs: Enabled

Enabling cache
Setting up local apic... apic_id: 0x11 done.
siblings = 01, CPU #1 initialized
All AP CPUs stopped (1170 loops)
CPU1: stack: 002b0000 - 002c0000, lowest used address 002bfdb8, stack used: 584 bytes
PCI: 00:00.0 init
PCI: 00:01.0 init
PCI: 00:01.1 init
PCI: 00:10.0 init
PCI: 00:10.1 init
PCI: 00:11.0 init
PCI: 00:12.0 init
PCI: 00:12.2 init
PCI: 00:13.0 init
PCI: 00:13.2 init
PCI: 00:14.0 init
PCI: 00:14.2 init
PCI: 00:14.3 init
PCI: 00:14.4 init
PCI: 00:14.5 init
PCI: 00:15.0 init
PCI: 00:15.1 init
PCI: 00:18.0 init
PCI: 00:18.1 init
PCI: 00:18.2 init
PCI: 00:18.3 init
PCI: 00:18.4 init
PCI: 00:18.5 init
PCI: 01:00.0 init
PCI: 01:00.1 init
PNP: 002e.1 init
PNP: 002e.5 init
PCI: 04:00.0 init
PCI: 00:00.0 init
PCI: 00:01.0 init
PCI: 00:01.1 init
PCI: 00:10.0 init
PCI: 00:10.1 init
PCI: 00:11.0 init
PCI: 00:12.0 init
PCI: 00:12.2 init
PCI: 00:13.0 init
PCI: 00:13.2 init
PCI: 00:14.0 init
PCI: 00:14.2 init
PCI: 00:14.3 init
PCI: 00:14.4 init
PCI: 00:14.5 init
PCI: 00:14.7 init
PCI: 00:15.0 init
PCI: 00:15.1 init
PCI: 01:00.0 init
PCI: 01:00.1 init
PCI: 04:00.0 init
Devices initialized
Show all devs...After init.
Root Device: enabled 1
APIC_CLUSTER: 0: enabled 1
APIC: 10: enabled 1
PCI_DOMAIN: 0000: enabled 1
PCI: 00:18.0: enabled 1
PCI: 00:00.0: enabled 1
PCI: 00:01.0: enabled 1
PCI: 00:01.1: enabled 1
PCI: 00:02.0: enabled 1
PCI: 00:03.0: enabled 0
PCI: 00:04.0: enabled 0
PCI: 00:05.0: enabled 0
PCI: 00:06.0: enabled 0
PCI: 00:07.0: enabled 0
PCI: 00:08.0: enabled 0
PCI: 00:10.0: enabled 1
PCI: 00:10.1: enabled 1
PCI: 00:11.0: enabled 1
PCI: 00:12.0: enabled 1
PCI: 00:12.2: enabled 1
PCI: 00:13.0: enabled 1
PCI: 00:13.2: enabled 1
PCI: 00:14.0: enabled 1
I2C: 01:50: enabled 1
I2C: 01:51: enabled 1
I2C: 01:52: enabled 1
I2C: 01:53: enabled 1
PCI: 00:14.1: enabled 0
PCI: 00:14.2: enabled 1
PCI: 00:14.3: enabled 1
PNP: 002e.0: enabled 0
PNP: 002e.1: enabled 1
PNP: 002e.2: enabled 0
PNP: 002e.3: enabled 0
PNP: 002e.4: enabled 0
PNP: 002e.5: enabled 1
PNP: 002e.6: enabled 0
PNP: 002e.7: enabled 0
PNP: 002e.8: enabled 0
PNP: 002e.9: enabled 0
PNP: 002e.a: enabled 0
PCI: 00:14.4: enabled 1
PCI: 00:14.5: enabled 1
PCI: 00:14.7: enabled 0
PCI: 00:15.0: enabled 1
PCI: 00:15.1: enabled 1
PCI: 00:15.2: enabled 0
PCI: 00:15.3: enabled 0
PCI: 00:18.1: enabled 1
PCI: 00:18.2: enabled 1
PCI: 00:18.3: enabled 1
PCI: 00:18.4: enabled 1
PCI: 00:18.5: enabled 1
APIC: 11: enabled 1
PCI: 00:00.0: enabled 1
PCI: 00:01.0: enabled 1
PCI: 00:01.1: enabled 1
PCI: 00:02.0: enabled 1
PCI: 01:00.0: enabled 1
PCI: 01:00.1: enabled 1
PCI: 04:00.0: enabled 1
PCI: 00:10.0: enabled 1
PCI: 00:10.1: enabled 1
PCI: 00:11.0: enabled 1
PCI: 00:12.0: enabled 1
PCI: 00:12.2: enabled 1
PCI: 00:13.0: enabled 1
PCI: 00:13.2: enabled 1
PCI: 00:14.0: enabled 1
PCI: 00:14.2: enabled 1
PCI: 00:14.3: enabled 1
PCI: 00:14.4: enabled 1
PCI: 00:14.5: enabled 1
PCI: 00:14.7: enabled 1
PCI: 00:15.0: enabled 1
PCI: 00:15.1: enabled 1
PCI: 01:00.0: enabled 1
PCI: 01:00.1: enabled 1
PCI: 04:00.0: enabled 1
Re-Initializing CBMEM area to 0xbf13f000
Initializing CBMEM area to 0xbf13f000 (15470592 bytes)
Adding CBMEM entry as no. 1
Moving GDT to bf13f200...ok
High Tables Base is bf13f000.
DmiTable:100123c3, AcpiPstatein: 10010126, AcpiSrat:0,AcpiSlit:0, Mce:10010988, Cmc:10010a4a,Alib:10010b04, AcpiIvrs:0 in agesawrapper_amdinitlate
CBFS: Looking for 'pci1002,9998.rom'
CBFS: ERROR: No file header found at fffffcc0, attempting to recover by searching for header
CBFS: Could not find file 'pci1002,9998.rom'.

EventLog:  EventClass = 2, EventInfo = 8040100.
  Param1 = a021, Param2 = 0.
  Param3 = 0, Param4 = 0.

EventLog:  EventClass = 2, EventInfo = 8040100.
  Param1 = a00a, Param2 = 0.
  Param3 = 0, Param4 = 0.

EventLog:  EventClass = 2, EventInfo = 8040100.
  Param1 = a00a, Param2 = 0.
  Param3 = 0, Param4 = 0.

EventLog:  EventClass = 2, EventInfo = 8040100.
  Param1 = a00a, Param2 = 0.
  Param3 = 0, Param4 = 0.

EventLog:  EventClass = 2, EventInfo = 8040100.
  Param1 = a00a, Param2 = 0.
  Param3 = 0, Param4 = 0.

EventLog:  EventClass = 2, EventInfo = 8040100.
  Param1 = a00a, Param2 = 0.
  Param3 = 0, Param4 = 0.

EventLog:  EventClass = 2, EventInfo = 8040100.
  Param1 = a00a, Param2 = 0.
  Param3 = 0, Param4 = 0.

EventLog:  EventClass = 2, EventInfo = 8040100.
  Param1 = a00a, Param2 = 0.
  Param3 = 0, Param4 = 0.

EventLog:  EventClass = 2, EventInfo = 8040100.
  Param1 = a00a, Param2 = 0.
  Param3 = 0, Param4 = 0.

EventLog:  EventClass = 2, EventInfo = 8040100.
  Param1 = 1180000, Param2 = 0.
  Param3 = 0, Param4 = 0.

EventLog:  EventClass = 2, EventInfo = 8040100.
  Param1 = 1080000, Param2 = 0.
  Param3 = 0, Param4 = 0.

EventLog:  EventClass = 2, EventInfo = 8040100.
  Param1 = 1040000, Param2 = 0.
  Param3 = 0, Param4 = 0.

EventLog:  EventClass = 2, EventInfo = 8040100.
  Param1 = a008, Param2 = 0.
  Param3 = 0, Param4 = 0.

EventLog:  EventClass = 2, EventInfo = 8040100.
  Param1 = a00f, Param2 = 0.
  Param3 = 0, Param4 = 0.

EventLog:  EventClass = 2, EventInfo = 8040100.
  Param1 = a00e, Param2 = 0.
  Param3 = 0, Param4 = 0.

EventLog:  EventClass = 2, EventInfo = 8040100.
  Param1 = a010, Param2 = 0.
  Param3 = 0, Param4 = 0.
ASSERTION FAILED: file 'src/mainboard/asus/f2a85-m/agesawrapper.c',  line 710
NvStorageSize=4fa, NvStorage=1001ccd4
SF: Unsupported manufacturer 37
Could not find SPI device
VolatileStorageSize=5a26, VolatileStorage=1001d1ce
SF: Unsupported manufacturer 37
Could not find SPI device
SF: Unsupported manufacturer 37
Could not find SPI device
Writing IRQ routing tables to 0xf0000...write_pirq_routing_table done.
Adding CBMEM entry as no. 2
Writing IRQ routing tables to 0xbf13f400...write_pirq_routing_table done.
PIRQ table: 48 bytes.
Wrote the mp table end at: 000f0410 - 000f05bc
Adding CBMEM entry as no. 3
Wrote the mp table end at: bf140410 - bf1405bc
MP table: 444 bytes.
Adding CBMEM entry as no. 4
ACPI: Writing ACPI tables at bf141400...
ACPI:    * DSDT at bf1414c8
ACPI:    * DSDT @ bf1414c8 Length 159b
ACPI: * FACS at bf142a68
ACPI:  * FADT at bf142aa8
pm_base: 0x0800
ACPI: added table 1/32, length now 40
ACPI:  * HPET at bf142ba0
ACPI: added table 2/32, length now 44
ACPI:  * MADT at bf142bd8
ACPI: added table 3/32, length now 48
ACPI: added table 4/32, length now 52
ACPI:    * IVRS at bf142e10
  AGESA IVRS table NULL. Skipping.
ACPI:    * SRAT at bf142e10
  AGESA SRAT table NULL. Skipping.
ACPI:   * SLIT at bf142e10
  AGESA SLIT table NULL. Skipping.
ACPI:  * AGESA ALIB SSDT at bf142e10
ACPI: added table 5/32, length now 56
ACPI:    * SSDT at bf143330
ACPI: added table 6/32, length now 60
ACPI:    * SSDT for PState at bf1439e2
ACPI:    * SSDT
ACPI: added table 7/32, length now 64
ACPI: done.
ACPI tables: 9767 bytes.
Adding CBMEM entry as no. 5
smbios_write_tables: bf14c800
Root Device (ASUS F2A85-M)
APIC_CLUSTER: 0 (AMD FAM15 Root Complex)
APIC: 10 (AMD CPU Family 15h)
PCI_DOMAIN: 0000 (AMD FAM15 Root Complex)
PCI: 00:18.0 (AMD FAM15 Northbridge)
PCI: 00:00.0 (AMD FAM15 Northbridge)
PCI: 00:01.0 (AMD FAM15 Northbridge)
PCI: 00:01.1 (AMD FAM15 Northbridge)
PCI: 00:02.0 (AMD FAM15 Northbridge)
PCI: 00:03.0 (AMD FAM15 Northbridge)
PCI: 00:04.0 (AMD FAM15 Northbridge)
PCI: 00:05.0 (AMD FAM15 Northbridge)
PCI: 00:06.0 (AMD FAM15 Northbridge)
PCI: 00:07.0 (AMD FAM15 Northbridge)
PCI: 00:08.0 (AMD FAM15 Northbridge)
PCI: 00:10.0 (ATI HUDSON)
PCI: 00:10.1 (ATI HUDSON)
PCI: 00:11.0 (ATI HUDSON)
PCI: 00:12.0 (ATI HUDSON)
PCI: 00:12.2 (ATI HUDSON)
PCI: 00:13.0 (ATI HUDSON)
PCI: 00:13.2 (ATI HUDSON)
PCI: 00:14.0 (ATI HUDSON)
I2C: 01:50 (unknown)
I2C: 01:51 (unknown)
I2C: 01:52 (unknown)
I2C: 01:53 (unknown)
PCI: 00:14.1 (ATI HUDSON)
PCI: 00:14.2 (ATI HUDSON)
PCI: 00:14.3 (ATI HUDSON)
PNP: 002e.0 (ITE IT8712F Super I/O)
PNP: 002e.1 (ITE IT8712F Super I/O)
PNP: 002e.2 (ITE IT8712F Super I/O)
PNP: 002e.3 (ITE IT8712F Super I/O)
PNP: 002e.4 (ITE IT8712F Super I/O)
PNP: 002e.5 (ITE IT8712F Super I/O)
PNP: 002e.6 (ITE IT8712F Super I/O)
PNP: 002e.7 (ITE IT8712F Super I/O)
PNP: 002e.8 (ITE IT8712F Super I/O)
PNP: 002e.9 (ITE IT8712F Super I/O)
PNP: 002e.a (ITE IT8712F Super I/O)
PCI: 00:14.4 (ATI HUDSON)
PCI: 00:14.5 (ATI HUDSON)
PCI: 00:14.7 (ATI HUDSON)
PCI: 00:15.0 (ATI HUDSON)
PCI: 00:15.1 (ATI HUDSON)
PCI: 00:15.2 (ATI HUDSON)
PCI: 00:15.3 (ATI HUDSON)
PCI: 00:18.1 (AMD FAM15 Northbridge)
PCI: 00:18.2 (AMD FAM15 Northbridge)
PCI: 00:18.3 (AMD FAM15 Northbridge)
PCI: 00:18.4 (AMD FAM15 Northbridge)
PCI: 00:18.5 (AMD FAM15 Northbridge)
APIC: 11 (unknown)
PCI: 00:00.0 (unknown)
PCI: 00:01.0 (unknown)
PCI: 00:01.1 (unknown)
PCI: 00:02.0 (unknown)
PCI: 01:00.0 (unknown)
PCI: 01:00.1 (unknown)
PCI: 04:00.0 (unknown)
PCI: 00:10.0 (unknown)
PCI: 00:10.1 (unknown)
PCI: 00:11.0 (unknown)
PCI: 00:12.0 (unknown)
PCI: 00:12.2 (unknown)
PCI: 00:13.0 (unknown)
PCI: 00:13.2 (unknown)
PCI: 00:14.0 (unknown)
PCI: 00:14.2 (unknown)
PCI: 00:14.3 (unknown)
PCI: 00:14.4 (unknown)
PCI: 00:14.5 (unknown)
PCI: 00:14.7 (unknown)
PCI: 00:15.0 (unknown)
PCI: 00:15.1 (unknown)
PCI: 01:00.0 (unknown)
PCI: 01:00.1 (unknown)
PCI: 04:00.0 (unknown)
SMBIOS tables: 306 bytes.
Adding CBMEM entry as no. 6
Writing high table forward entry at 0x00000500
Wrote coreboot table at: 00000500, 0x10 bytes, checksum 70c9
New low_table_end: 0x00000528
Now going to write high coreboot table at 0xbf14d000
rom_table_end = 0xbf14d000
Adjust low_table_end from 0x00000528 to 0x00001000 
Adjust rom_table_end from 0xbf14d000 to 0xbf150000 
Adding high table area
coreboot memory table:
 0. 0000000000000000-0000000000000fff: CONFIGURATION TABLES
 1. 0000000000001000-000000000009ffff: RAM
 2. 00000000000c0000-000000009fffffff: RAM
 3. 00000000a0000000-00000000afffffff: RESERVED
 4. 00000000bf13f000-00000000bfffffff: CONFIGURATION TABLES
 5. 00000000c0000000-00000000dfffffff: RESERVED
 6. 0000000100000000-0000000117ffffff: RAM
Wrote coreboot table at: bf14d000, 0x214 bytes, checksum 53ca
coreboot table: 556 bytes.
Adding CBMEM entry as no. 7
Adding CBMEM entry as no. 8
Multiboot Information structure has been written.
 0. FREE SPACE bfff6000 0000a000
 1. GDT        bf13f200 00000200
 2. IRQ TABLE  bf13f400 00001000
 3. SMP TABLE  bf140400 00001000
 4. ACPI       bf141400 0000b400
 5. SMBIOS     bf14c800 00000800
 6. COREBOOT   bf14d000 00008000
 7. ACPI RESUMEbf155000 00e00000
 8. ACPISCRATCHbff55000 000a1000
CBFS: Looking for 'fallback/payload'
CBFS: found.
Loading segment from rom address 0xffc00778
  code (compression=1)
  New segment dstaddr 0xe8dac memsize 0x17254 srcaddr 0xffc007b0 filesize 0xb73c
  (cleaned up) New segment addr 0xe8dac size 0x17254 offset 0xffc007b0 filesize 0xb73c
Loading segment from rom address 0xffc00794
  Entry Point 0x00000000
Loading Segment: addr: 0x00000000000e8dac memsz: 0x0000000000017254 filesz: 0x000000000000b73c
lb: [0x0000000000200000, 0x0000000000390000)
Post relocation: addr: 0x00000000000e8dac memsz: 0x0000000000017254 filesz: 0x000000000000b73c
using LZMA
[ 0x000e8dac, 00100000, 0x00100000) <- ffc007b0
dest 000e8dac, end 00100000, bouncebuffer 9fce0000
Loaded segments
Jumping to boot code at fc334
CPU0: stack: 002c0000 - 002d0000, lowest used address 002cf62c, stack used: 2516 bytes
entry    = 0x000fc334
lb_start = 0x00200000
lb_size  = 0x00190000
adjust   = 0x9fc70000
buffer   = 0x9fce0000
     elf_boot_notes = 0x00289e70
adjusted_boot_notes = 0x9fef9e70
Start bios (version rel-1.7.1-83-ga810e4e-20121219_212525-ruik)
Find memory size
Attempting to find coreboot table
Found coreboot table forwarder.
Now attempting to find coreboot memory map
Found mainboard ASUS F2A85-M
Ram Size=0xa0000000 (0x0000000018000000 high)
malloc setup
Relocating low data from 0x000e9570 to 0x000ef790 (size 2153)
Relocating init from 0x000e9dd9 to 0x9ffe85f0 (size 30959)
malloc fixup reloc
Found CBFS header at 0xfffffcb0
Found CBFS file: cmos_layout.bin
Found CBFS file: fallback/payload
Found CBFS file: config
Found CBFS file: 
Found CBFS file: hudson/fwm
Found CBFS file: hudson/xhci
Found CBFS file: fallback/romstage
Found CBFS file: fallback/coreboot_ram
Found CBFS file: 
Found CBFS file: s3nv
Found CBFS file: 
init ivt
init bda
init pic
init timer
tsc calibrate start=2653778971 end=2659609782 diff=5830811
CPU Mhz=3397
math cp init
PCI probe
PCI device 00:00.0 (vd=1022:1410 c=0600)
PCI device 00:02.0 (vd=1022:1412 c=0604)
PCI device 00:10.0 (vd=1022:7812 c=0c03)
PCI device 00:10.1 (vd=1022:7812 c=0c03)
PCI device 00:11.0 (vd=1022:7801 c=0106)
PCI device 00:12.0 (vd=1022:7807 c=0c03)
PCI device 00:12.2 (vd=1022:7808 c=0c03)
PCI device 00:13.0 (vd=1022:7807 c=0c03)
PCI device 00:13.2 (vd=1022:7808 c=0c03)
PCI device 00:14.0 (vd=1022:780b c=0c05)
PCI device 00:14.2 (vd=1022:780d c=0403)
PCI device 00:14.3 (vd=1022:780e c=0601)
PCI device 00:14.4 (vd=1022:780f c=0604)
PCI device 00:14.5 (vd=1022:7809 c=0c03)
PCI device 00:14.7 (vd=1022:7806 c=0805)
PCI device 00:15.0 (vd=1022:43a0 c=0604)
PCI device 00:15.1 (vd=1022:43a1 c=0604)
PCI device 00:18.0 (vd=1022:1400 c=0600)
PCI device 00:18.1 (vd=1022:1401 c=0600)
PCI device 00:18.2 (vd=1022:1402 c=0600)
PCI device 00:18.3 (vd=1022:1403 c=0600)
PCI device 00:18.4 (vd=1022:1404 c=0600)
PCI device 00:18.5 (vd=1022:1405 c=0600)
PCI device 01:00.0 (vd=1002:954f c=0300)
PCI device 01:00.1 (vd=1002:aa38 c=0403)
PCI device 04:00.0 (vd=10ec:8168 c=0200)
Found 26 PCI devices (max PCI bus is 04)
Found 2 cpu(s) max supported 2 cpu(s)
init bios32
init PMM
init PNPBIOS table
init keyboard
Relocating coreboot bios tables
Copying PIR from 0xbf13f400 to 0x000fdbd0
Copying MPTABLE from 0xbf140400/bf140410 to 0x000fda10
Copying ACPI RSDP from 0xbf141400 to 0x000fd9f0
Copying SMBIOS entry point from 0xbf14c800 to 0x000fd9d0
Scan for VGA option rom
Attempting to init PCI bdf 01:00.0 (vd 1002:954f)
Attempting to map option rom on dev 01:00.0
Option rom sizing returned f0000000 fffe0000
Inspecting possible rom at 0xf0000000 (vd=1002:954f bdf=01:00.0)
Copying option rom (size 65536) from 0xf0000000 to 0x000c0000
Checking rom 0x000c0000 (sig aa55 size 128)
Running option rom at c000:0003
Turning on vga text mode console
SeaBIOS (version rel-1.7.1-83-ga810e4e-20121219_212525-ruik)

init usb
EHCI init on dev 00:12.2 (regs=0xf014f820)
/9ffe6000\ Start thread
/9ffe5000\ Start thread
/9ffe4000\ Start thread
/9ffe3000\ Start thread
/9ffe2000\ Start thread
/9ffe1000\ Start thread
EHCI init on dev 00:13.2 (regs=0xf014f920)
/9ffdf000\ Start thread
/9ffde000\ Start thread
/9ffdd000\ Start thread
/9ffdc000\ Start thread
/9ffdb000\ Start thread
/9ffda000\ Start thread
OHCI init on dev 00:14.5 (regs=0xf014e000)
/9ffd9000\ Start thread
init ps2port
/9ffd8000\ Start thread
|9ffd8000| i8042 ctr old=30 new=30
init serial
Found 1 serial ports
init hard drives
init ahci
AHCI controller at 11.0, iobase f014f000, irq 0
AHCI: cap 0xf3309f00, ports_impl 0x1
/9ffd7000\ Start thread
|9ffd7000| AHCI/0: probing
|9ffd7000| AHCI/0: link up
init megasas
\9ffe5000/ End thread
\9ffe4000/ End thread
\9ffe3000/ End thread
\9ffe2000/ End thread
\9ffe1000/ End thread
\9ffde000/ End thread
\9ffdd000/ End thread
\9ffdc000/ End thread
\9ffdb000/ End thread
\9ffda000/ End thread
|9ffd7000| AHCI/0: ... finished, status 0x51, ERROR 0x4
|9ffd7000| Searching bootorder for: /pci at i0cf8/*@11/drive at 0/disk at 0
\9ffe6000/ End thread
\9ffdf000/ End thread
/9ffe6000\ Start thread
\9ffe6000/ End thread
/9ffe6000\ Start thread
\9ffe6000/ End thread
|9ffd7000| AHCI/0: registering: "AHCI/0: WDC WD1600AAJS-00B4A0 ATA-8 Hard-Disk (149 GiBytes)"
|9ffd7000| Registering bootable: AHCI/0: WDC WD1600AAJS-00B4A0 ATA-8 Hard-Disk (149 GiBytes) (type:2 prio:103 data:fd960)
\9ffd7000/ End thread
\9ffd9000/ End thread
|9ffd8000| i8042 ctr old=30 new=30
|9ffd8000| i8042 ctr old=30 new=30
|9ffd8000| i8042 ctr old=61 new=70
|9ffd8000| PS2 keyboard initialized
\9ffd8000/ End thread
All threads complete.
Scan for option roms
Attempting to init PCI bdf 00:00.0 (vd 1022:1410)
Attempting to map option rom on dev 00:00.0
Option rom sizing returned 0 0
Attempting to init PCI bdf 00:02.0 (vd 1022:1412)
Attempting to map option rom on dev 00:02.0
Skipping non-normal pci device (type=1)
Attempting to init PCI bdf 00:10.0 (vd 1022:7812)
Attempting to map option rom on dev 00:10.0
Option rom sizing returned 0 0
Attempting to init PCI bdf 00:10.1 (vd 1022:7812)
Attempting to map option rom on dev 00:10.1
Option rom sizing returned 0 0
Attempting to init PCI bdf 00:11.0 (vd 1022:7801)
Attempting to map option rom on dev 00:11.0
Option rom sizing returned 0 0
Attempting to init PCI bdf 00:12.0 (vd 1022:7807)
Attempting to map option rom on dev 00:12.0
Option rom sizing returned 0 0
Attempting to init PCI bdf 00:12.2 (vd 1022:7808)
Attempting to map option rom on dev 00:12.2
Option rom sizing returned 0 0
Attempting to init PCI bdf 00:13.0 (vd 1022:7807)
Attempting to map option rom on dev 00:13.0
Option rom sizing returned 0 0
Attempting to init PCI bdf 00:13.2 (vd 1022:7808)
Attempting to map option rom on dev 00:13.2
Option rom sizing returned 0 0
Attempting to init PCI bdf 00:14.0 (vd 1022:780b)
Attempting to map option rom on dev 00:14.0
Option rom sizing returned 0 0
Attempting to init PCI bdf 00:14.2 (vd 1022:780d)
Attempting to map option rom on dev 00:14.2
Option rom sizing returned 0 0
Attempting to init PCI bdf 00:14.3 (vd 1022:780e)
Attempting to map option rom on dev 00:14.3
Option rom sizing returned 0 0
Attempting to init PCI bdf 00:14.4 (vd 1022:780f)
Attempting to map option rom on dev 00:14.4
Skipping non-normal pci device (type=81)
Attempting to init PCI bdf 00:14.5 (vd 1022:7809)
Attempting to map option rom on dev 00:14.5
Option rom sizing returned 0 0
Attempting to init PCI bdf 00:14.7 (vd 1022:7806)
Attempting to map option rom on dev 00:14.7
Option rom sizing returned 0 0
Attempting to init PCI bdf 00:15.0 (vd 1022:43a0)
Attempting to map option rom on dev 00:15.0
Skipping non-normal pci device (type=81)
Attempting to init PCI bdf 00:15.1 (vd 1022:43a1)
Attempting to map option rom on dev 00:15.1
Skipping non-normal pci device (type=81)
Attempting to init PCI bdf 00:18.0 (vd 1022:1400)
Attempting to map option rom on dev 00:18.0
Option rom sizing returned 0 0
Attempting to init PCI bdf 00:18.1 (vd 1022:1401)
Attempting to map option rom on dev 00:18.1
Option rom sizing returned 0 0
Attempting to init PCI bdf 00:18.2 (vd 1022:1402)
Attempting to map option rom on dev 00:18.2
Option rom sizing returned 0 0
Attempting to init PCI bdf 00:18.3 (vd 1022:1403)
Attempting to map option rom on dev 00:18.3
Option rom sizing returned 0 0
Attempting to init PCI bdf 00:18.4 (vd 1022:1404)
Attempting to map option rom on dev 00:18.4
Option rom sizing returned 0 0
Attempting to init PCI bdf 00:18.5 (vd 1022:1405)
Attempting to map option rom on dev 00:18.5
Option rom sizing returned 0 0
Attempting to init PCI bdf 01:00.1 (vd 1002:aa38)
Attempting to map option rom on dev 01:00.1
Option rom sizing returned 0 0
Attempting to init PCI bdf 04:00.0 (vd 10ec:8168)
Attempting to map option rom on dev 04:00.0
Option rom sizing returned 0 0
Press F12 for boot menu.

Mapping hd drive 0x000fd960 to 0
drive 0x000fd960: PCHS=16383/16/63 translation=lba LCHS=1024/255/63 s=312581808
finalize PMM
malloc finalize
Space available for UMB: 000d0000-000ee000
Returned 65536 bytes of ZoneHigh
e820 map has 7 items:
  0: 0000000000000000 - 000000000009fc00 = 1 RAM
  1: 000000000009fc00 - 00000000000a0000 = 2 RESERVED
  2: 00000000000f0000 - 0000000000100000 = 2 RESERVED
  3: 0000000000100000 - 00000000a0000000 = 1 RAM
  4: 00000000a0000000 - 00000000b0000000 = 2 RESERVED
  5: 00000000bf13f000 - 00000000e0000000 = 2 RESERVED
  6: 0000000100000000 - 0000000118000000 = 1 RAM
Jump to int19
enter handle_19:
  NULL
Booting from Hard Disk...
Booting from 0000:7c00
enter handle_12:
   a=00000000  b=0010a354  c=00000000  d=00000000 ds=0000 es=0000 ss=0000
  si=001069f0 di=000168c0 bp=00001ff0 sp=00001ff4 cs=0000 ip=8a9b  f=0246
GNU GRUB  version 1.98+20100804-4

+--------------------------------------------------------------------------+||||||||||||||||||||||+--------------------------------------------------------------------------+
      Use the ^ and v keys to select which entry is highlighted.      
      Press enter to boot the selected OS, 'e' to edit the commands      
      before booting or 'c' for a command-line.      
       Debian GNU/Linux, with Linux 3.7.0-rc8                                    Debian GNU/Linux, with Linux 3.7.0-rc8 (recovery mode)                    Debian GNU/Linux, with Linux 3.2.0-0.bpo.4-amd64                          Debian GNU/Linux, with Linux 3.2.0-0.bpo.4-amd64 (recovery mode)          Debian GNU/Linux, with Linux 3.2.0-0.bpo.2-amd64                          Debian GNU/Linux, with Linux 3.2.0-0.bpo.2-amd64 (recovery mode)          Debian GNU/Linux, with Linux 3.0.3                                        Debian GNU/Linux, with Linux 3.0.3 (recovery mode)                        Debian GNU/Linux, with Linux 2.6.32-5-amd64                               Debian GNU/Linux, with Linux 2.6.32-5-amd64 (recovery mode)               Debian GNU/Linux, with Linux 2.6.26-1-amd64                               v   The highlighted entry will be executed automatically in 5s.                    The highlighted entry will be executed automatically in 4s.                    The highlighted entry will be executed automatically in 3s.                                                                                                Loading Linux 3.7.0-rc8 ...
Loading initial ramdisk ...
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.7.0-rc8 (root at ruiktest) (gcc version 4.4.5 20100728 (prerelease) (Debian 4.4.4-8) ) #3 SMP Sun Dec 9 10:43:16 CET 2012
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.7.0-rc8 root=UUID=81df5202-a3f4-4f8b-bce0-b9d665eb7771 ro console=ttyS0,115200 acpi_enforce_resource=lax acpi_enforce_resources=lax
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000009fffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000a0000000-0x00000000afffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bf13f000-0x00000000dfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000117ffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI present.
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x118000 max_arch_pfn = 0x400000000
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: last_pfn = 0xa0000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fda10-0x000fda1f] mapped at [ffff8800000fda10]
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: [mem 0x00000000-0x9fffffff]
[    0.000000] init_memory_mapping: [mem 0x100000000-0x117ffffff]
[    0.000000] RAMDISK: [mem 0x37a21000-0x37feffff]
[    0.000000] ACPI: RSDP 00000000000fd9f0 00014 (v00 CORE  )
[    0.000000] ACPI: RSDT 00000000bf141424 00040 (v01 CORE   COREBOOT 00000000 CORE 00000000)
[    0.000000] ACPI: FACP 00000000bf142aa8 000F4 (v03 CORE   COREBOOT 00000000 CORE 00000000)
[    0.000000] ACPI: DSDT 00000000bf1414c8 0159B (v02 ASUS   F2A85-M  00010001 INTL 20110623)
[    0.000000] ACPI: FACS 00000000bf142a68 00040
[    0.000000] ACPI: HPET 00000000bf142ba0 00038 (v01 CORE   COREBOOT 00000000 CORE 00000000)
[    0.000000] ACPI: APIC 00000000bf142bd8 00062 (v01 CORE   COREBOOT 00000000 CORE 00000000)
[    0.000000] ACPI: HEST 00000000bf142c40 001D0 (v01 CORE   COREBOOT 00000000 CORE 00000000)
[    0.000000] ACPI: SSDT 00000000bf142e10 0051F (v02    AMD     ALIB 00000001 MSFT 04000000)
[    0.000000] ACPI: SSDT 00000000bf143330 006B2 (v01 AMD    POWERNOW 00000001 AMD  00000001)
[    0.000000] ACPI: SSDT 00000000bf1439e2 00045 (v02 CORE   COREBOOT 0000002A CORE 0000002A)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x0000000117ffffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x117ffffff]
[    0.000000]   NODE_DATA [mem 0x117ffc000-0x117ffffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00010000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x117ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00010000-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0x9fffffff]
[    0.000000]   node   0: [mem 0x100000000-0x117ffffff]
[    0.000000] ACPI: PM-Timer IO Port: 0x818
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x10] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x11] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x10228210 base: 0xfed00000
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 00000000a0000000 - 00000000b0000000
[    0.000000] PM: Registered nosave memory: 00000000b0000000 - 00000000bf13f000
[    0.000000] PM: Registered nosave memory: 00000000bf13f000 - 00000000e0000000
[    0.000000] PM: Registered nosave memory: 00000000e0000000 - 0000000100000000
[    0.000000] e820: [mem 0xe0000000-0xffffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff880117c00000 s83712 r8192 d22784 u1048576
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 737864
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.7.0-rc8 root=UUID=81df5202-a3f4-4f8b-bce0-b9d665eb7771 ro console=ttyS0,115200 acpi_enforce_resource=lax acpi_enforce_resources=lax
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] __ex_table already sorted, skipping sort
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Node 0: aperture @ 0 size 32 MB
[    0.000000] Your BIOS doesn't leave a aperture memory hole
[    0.000000] Please enable the IOMMU option in the BIOS setup
[    0.000000] This costs you 64 MB of RAM
[    0.000000] Mapping aperture over 65536 KB of RAM @ 94000000
[    0.000000] PM: Registered nosave memory: 0000000094000000 - 0000000098000000
[    0.000000] Memory: 2824792k/4587520k available (3913k kernel code, 1573316k absent, 189412k reserved, 2821k data, 680k init)
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=2.
[    0.000000] NR_IRQS:33024 nr_irqs:512 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [ttyS0] enabled
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.004000] tsc: Detected 3393.825 MHz processor
[    0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 6787.65 BogoMIPS (lpj=13575300)
[    0.010688] pid_max: default: 32768 minimum: 301
[    0.015322] Security Framework initialized
[    0.019413] AppArmor: AppArmor disabled by boot time parameter
[    0.025466] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.033798] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.041346] Mount-cache hash table entries: 256
[    0.046027] Initializing cgroup subsys cpuacct
[    0.050461] Initializing cgroup subsys devices
[    0.054893] Initializing cgroup subsys freezer
[    0.059328] Initializing cgroup subsys net_cls
[    0.063764] Initializing cgroup subsys blkio
[    0.068027] Initializing cgroup subsys perf_event
[    0.072750] CPU: Physical Processor ID: 0
[    0.076750] CPU: Processor Core ID: 0
[    0.080407] mce: CPU supports 7 MCE banks
[    0.084421] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
[    0.084421] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.084421] tlb_flushall_shift: 5
[    0.099641] Freeing SMP alternatives: 16k freed
[    0.104836] ACPI: Core revision 20120913
[    0.110075] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.155651] smpboot: CPU0: AMD A4-5300 APU with Radeon(tm) HD Graphics (fam: 15, model: 10, stepping: 01)
[    0.269237] Performance Events: 
[    0.272280] perf: AMD core performance counters detected
[    0.277765] AMD PMU driver.
[    0.280555] ... version:                0
[    0.284549] ... bit width:              48
[    0.288630] ... generic registers:      6
[    0.292625] ... value mask:             0000ffffffffffff
[    0.297916] ... max period:             00007fffffffffff
[    0.303208] ... fixed-purpose events:   0
[    0.307202] ... event mask:             000000000000003f
[    0.312656] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.320714] smpboot: Booting Node   0, Processors  #1 OK
[    0.339038] Brought up 2 CPUs
[    0.342004] smpboot: Total of 2 processors activated (13575.30 BogoMIPS)
[    0.349149] devtmpfs: initialized
[    0.354649] regulator-dummy: no parameters
[    0.358783] NET: Registered protocol family 16
[    0.363346] ACPI: bus type pci registered
[    0.367370] PCI: Using configuration type 1 for base access
[    0.372921] PCI: Using configuration type 1 for extended access
[    0.379470] bio: create slab <bio-0> at 0
[    0.383542] ACPI: Added _OSI(Module Device)
[    0.387712] ACPI: Added _OSI(Processor Device)
[    0.392139] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.396825] ACPI: Added _OSI(Processor Aggregator Device)
[    0.402762] ACPI: Executed 1 blocks of module-level executable AML code
[    0.410719] ACPI: Interpreter enabled
[    0.414370] ACPI: (supports S0 S1 S2 S3 S4 S5)
[    0.418916] ACPI: Using IOAPIC for interrupt routing
[    0.425279] ACPI: No dock devices found.
[    0.429189] HEST: Table parsing has been initialized.
[    0.434229] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.443371] [Firmware Bug]: ACPI: no secondary bus range in _CRS
[    0.449364] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.455578] pci_root PNP0A03:00: host bridge window expanded to [io  0x0000-0x0cf7]; [io  0x03b0-0x03df] ignored
[    0.465745] PCI host bridge to bus 0000:00
[    0.469831] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.475297] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.481460] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.487616] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.494465] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
[    0.501320] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xffffffff]
[    0.518685] pci 0000:00:02.0: PCI bridge to [bus 01]
[    0.523705] pci 0000:00:14.4: PCI bridge to [bus 02] (subtractive decode)
[    0.530530] pci 0000:00:15.0: PCI bridge to [bus 03]
[    0.542629] pci 0000:00:15.1: PCI bridge to [bus 04]
[    0.547877]  pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[    0.555504]  pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08)
[    0.566515] ACPI: PCI Interrupt Link [INTA] (IRQs 3 4 5 7 10 11 12 15) *0
[    0.573495] ACPI: PCI Interrupt Link [INTB] (IRQs 3 4 5 7 10 11 12 15) *0
[    0.580472] ACPI: PCI Interrupt Link [INTC] (IRQs 3 4 5 7 10 11 12 15) *0
[    0.587447] ACPI: PCI Interrupt Link [INTD] (IRQs 3 4 5 7 10 11 12 15) *0
[    0.594424] ACPI: PCI Interrupt Link [INTE] (IRQs 3 4 5 7 10 11 12 15) *0
[    0.601402] ACPI: PCI Interrupt Link [INTF] (IRQs 9) *0
[    0.606702] ACPI: PCI Interrupt Link [INTG] (IRQs 3 4 5 7 10 11 12 15) *0
[    0.613679] ACPI: PCI Interrupt Link [INTH] (IRQs 3 4 5 7 10 11 12 15) *0
[    0.620706] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.628768] vgaarb: loaded
[    0.631466] vgaarb: bridge control possible 0000:01:00.0
[    0.636836] SCSI subsystem initialized
[    0.640578] ACPI: bus type scsi registered
[    0.644727] PCI: Using ACPI for IRQ routing
[    0.648901] pci 0000:00:02.0: no compatible bridge window for [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.658001] pci 0000:00:15.1: no compatible bridge window for [mem 0xc0000000-0xc00fffff 64bit pref]
[    0.667124] pci 0000:01:00.0: no compatible bridge window for [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.676229] pci 0000:04:00.0: no compatible bridge window for [mem 0xc0004000-0xc0004fff 64bit pref]
[    0.685332] pci 0000:04:00.0: no compatible bridge window for [mem 0xc0000000-0xc0003fff 64bit pref]
[    0.694566] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.699499] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.707327] Switching to clocksource hpet
[    0.713029] pnp: PnP ACPI init
[    0.716092] ACPI: bus type pnp registered
[    0.720437] pnp: PnP ACPI: found 5 devices
[    0.724526] ACPI: ACPI bus type pnp unregistered
[    0.735488] pci 0000:00:02.0: BAR 15: assigned [mem 0xe0000000-0xefffffff 64bit pref]
[    0.743297] pci 0000:00:15.1: BAR 15: assigned [mem 0xf0200000-0xf02fffff 64bit pref]
[    0.751103] pci 0000:01:00.0: BAR 0: assigned [mem 0xe0000000-0xefffffff 64bit pref]
[    0.758829] pci 0000:00:02.0: PCI bridge to [bus 01]
[    0.763777] pci 0000:00:02.0:   bridge window [io  0x1000-0x1fff]
[    0.769857] pci 0000:00:02.0:   bridge window [mem 0xf0000000-0xf00fffff]
[    0.776626] pci 0000:00:02.0:   bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[    0.784347] pci 0000:00:14.4: PCI bridge to [bus 02]
[    0.789307] pci 0000:00:15.0: PCI bridge to [bus 03]
[    0.794269] pci 0000:04:00.0: BAR 4: assigned [mem 0xf0200000-0xf0203fff 64bit pref]
[    0.802001] pci 0000:04:00.0: BAR 2: assigned [mem 0xf0204000-0xf0204fff 64bit pref]
[    0.809732] pci 0000:00:15.1: PCI bridge to [bus 04]
[    0.814686] pci 0000:00:15.1:   bridge window [io  0x2000-0x2fff]
[    0.820765] pci 0000:00:15.1:   bridge window [mem 0xf0200000-0xf02fffff 64bit pref]
[    0.828582] NET: Registered protocol family 2
[    0.833531] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    0.842954] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.849880] TCP: Hash tables configured (established 524288 bind 65536)
[    0.856520] TCP: reno registered
[    0.859758] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.865766] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.872269] NET: Registered protocol family 1
[    0.876839] Unpacking initramfs...
[    0.983310] Freeing initrd memory: 5948k freed
[    0.989363] PCI-DMA: Disabling AGP.
[    0.992856] PCI-DMA: More than 4GB of RAM and no IOMMU
[    0.992856] falling back to iommu=soft.
[    1.001789] More than 4GB of memory but GART IOMMU not available.
[    1.007867] falling back to iommu=soft.
[    1.011695] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.018123] software IO TLB [mem 0x9bffe000-0x9fffdfff] (64MB) mapped at [ffff88009bffe000-ffff88009fffdfff]
[    1.028001] LVT offset 0 assigned for vector 0x400
[    1.032808] perf: AMD IBS detected (0x000000ff)
[    1.037507] audit: initializing netlink socket (disabled)
[    1.042908] type=2000 audit(1355949655.868:1): initialized
[    1.058724] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.065458] VFS: Disk quotas dquot_6.5.2
[    1.069391] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.075908] msgmni has been set to 5528
[    1.079909] alg: No test for stdrng (krng)
[    1.084018] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    1.091396] io scheduler noop registered
[    1.095312] io scheduler deadline registered
[    1.099585] io scheduler cfq registered (default)
[    1.104440] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.110015] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.116606] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    1.123233] GHES: Failed to enable APEI firmware first mode.
[    1.128926] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.155466] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.161673] Linux agpgart interface v0.103
[    1.165884] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    1.173947] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck led clo pio 
[    1.180609] scsi0 : ahci
[    1.183196] ata1: SATA max UDMA/133 abar m2048 at 0xf014f000 port 0xf014f100 irq 19
[    1.190626] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    1.445746] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.450838] mousedev: PS/2 mouse device common for all mice
[    1.456435] rtc_cmos 00:01: RTC can wake from S4
[    1.461145] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    1.467249] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs
[    1.473423] cpuidle: using governor ladder
[    1.477519] cpuidle: using governor menu
[    1.481460] drop_monitor: Initializing network drop monitor service
[    1.487774] TCP: cubic registered
[    1.491125] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.499737] NET: Registered protocol family 10
[    1.504304] mip6: Mobile IPv6
[    1.507278] NET: Registered protocol family 17
[    1.511721] Key type dns_resolver registered
[    1.516006] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.522274] registered taskstats version 1
[    1.526807] rtc_cmos 00:01: setting system clock to 2012-12-19 20:40:57 UTC (1355949657)
[    1.533863] ata1.00: ATA-8: WDC WD1600AAJS-00B4A0, 01.03A01, max UDMA/133
[    1.533866] ata1.00: 312581808 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    1.535137] ata1.00: configured for UDMA/133
[    1.535300] scsi 0:0:0:0: Direct-Access     ATA      WDC WD1600AAJS-0 01.0 PQ: 0 ANSI: 5
[    1.535621] sd 0:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[    1.535701] sd 0:0:0:0: [sda] Write Protect is off
[    1.535738] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.568078]  sda: sda1 sda2 < sda5 sda6 >
[    1.568584] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.591863] Freeing unused kernel memory: 680k freed
[    1.596957] Write protecting the kernel read-only data: 6144k
[    1.603145] Freeing unused kernel memory: 172k freed
[    1.609269] Freeing unused kernel memory: 492k freed
Loading, please wait...
[    1.624733] udev: starting version 160
[    1.628517] udevd (58): /proc/58/oom_adj is deprecated, please use /proc/58/oom_score_adj instead.
[    1.651811] ACPI: bus type usb registered
[    1.680250] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    1.697487] r8169 0000:04:00.0 eth0: RTL8168f/8111f at 0xffffc90000f42000, 50:46:5d:8b:97:bf, XID 08000800 IRQ 40
[    1.707746] r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    1.718577] usbcore: registered new interface driver usbfs
[    1.724277] usbcore: registered new interface driver hub
[    1.729691] usbcore: registered new device driver usb
[    1.735719] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.742282] ehci_hcd 0000:00:12.2: EHCI Host Controller
[    1.747502] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1
[    1.754892] ehci_hcd 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.763788] ehci_hcd 0000:00:12.2: debug port 1
[    1.768339] ehci_hcd 0000:00:12.2: irq 17, io mem 0xf014f800
[    1.784777] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    1.790548] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.797330] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.804544] usb usb1: Product: EHCI Host Controller
[    1.809412] usb usb1: Manufacturer: Linux 3.7.0-rc8 ehci_hcd
[    1.815078] usb usb1: SerialNumber: 0000:00:12.2
[    1.819822] hub 1-0:1.0: USB hub found
[    1.823571] hub 1-0:1.0: 5 ports detected
[    1.827718] xhci_hcd 0000:00:10.0: xHCI Host Controller
[    1.832934] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
[    1.840509] xhci_hcd 0000:00:10.0: irq 18, io mem 0xf0148000
[    1.846277] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.853044] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.860265] usb usb2: Product: xHCI Host Controller
[    1.865138] usb usb2: Manufacturer: Linux 3.7.0-rc8 xhci_hcd
[    1.870787] usb usb2: SerialNumber: 0000:00:10.0
[    1.875501] hub 2-0:1.0: USB hub found
[    1.879250] hub 2-0:1.0: 2 ports detected
[    1.883321] xhci_hcd 0000:00:10.0: xHCI Host Controller
[    1.888539] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 3
[    1.895963] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003
[    1.902743] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.909943] usb usb3: Product: xHCI Host Controller
[    1.914811] usb usb3: Manufacturer: Linux 3.7.0-rc8 xhci_hcd
[    1.920459] usb usb3: SerialNumber: 0000:00:10.0
[    1.925190] hub 3-0:1.0: USB hub found
[    1.928937] hub 3-0:1.0: 2 ports detected
[    1.933069] xhci_hcd 0000:00:10.1: xHCI Host Controller
[    1.938308] xhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 4
[    1.945924] xhci_hcd 0000:00:10.1: irq 17, io mem 0xf014a000
[    1.951683] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[    1.958471] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.965691] usb usb4: Product: xHCI Host Controller
[    1.970573] usb usb4: Manufacturer: Linux 3.7.0-rc8 xhci_hcd
[    1.976238] usb usb4: SerialNumber: 0000:00:10.1
[    1.981008] hub 4-0:1.0: USB hub found
[    1.984752] hub 4-0:1.0: 2 ports detected
[    1.988893] xhci_hcd 0000:00:10.1: xHCI Host Controller
[    1.994109] xhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 5
[    2.001529] usb usb5: New USB device found, idVendor=1d6b, idProduct=0003
[    2.008298] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.015515] usb usb5: Product: xHCI Host Controller
[    2.020387] usb usb5: Manufacturer: Linux 3.7.0-rc8 xhci_hcd
[    2.026032] usb usb5: SerialNumber: 0000:00:10.1
[    2.030646] tsc: Refined TSC clocksource calibration: 3393.828 MHz
[    2.031014] hub 5-0:1.0: USB hub found
[    2.031025] hub 5-0:1.0: 2 ports detected
[    2.044550] Switching to clocksource tsc
[    2.052291] ehci_hcd 0000:00:13.2: EHCI Host Controller
[    2.057589] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 6
[    2.065056] ehci_hcd 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    2.073784] ehci_hcd 0000:00:13.2: debug port 1
[    2.078438] ehci_hcd 0000:00:13.2: irq 17, io mem 0xf014f900
[    2.096104] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    2.101864] usb usb6: New USB device found, idVendor=1d6b, idProduct=0002
[    2.108638] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.115835] usb usb6: Product: EHCI Host Controller
[    2.120702] usb usb6: Manufacturer: Linux 3.7.0-rc8 ehci_hcd
[    2.126348] usb usb6: SerialNumber: 0000:00:13.2
[    2.131083] hub 6-0:1.0: USB hub found
[    2.134825] hub 6-0:1.0: 5 ports detected
[    2.139544] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.145754] ohci_hcd 0000:00:12.0: OHCI Host Controller
[    2.150967] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 7
[    2.158358] ohci_hcd 0000:00:12.0: irq 18, io mem 0xf014c000
[    2.223794] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    2.230567] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.237769] usb usb7: Product: OHCI Host Controller
[    2.242635] usb usb7: Manufacturer: Linux 3.7.0-rc8 ohci_hcd
[    2.248280] usb usb7: SerialNumber: 0000:00:12.0
[    2.253007] hub 7-0:1.0: USB hub found
[    2.256748] hub 7-0:1.0: 5 ports detected
[    2.260865] ohci_hcd 0000:00:13.0: OHCI Host Controller
[    2.266077] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 8
[    2.273464] ohci_hcd 0000:00:13.0: irq 18, io mem 0xf014d000
[    2.335518] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[    2.342287] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.349487] usb usb8: Product: OHCI Host Controller
[    2.354351] usb usb8: Manufacturer: Linux 3.7.0-rc8 ohci_hcd
[    2.359995] usb usb8: SerialNumber: 0000:00:13.0
[    2.364734] hub 8-0:1.0: USB hub found
[    2.368478] hub 8-0:1.0: 5 ports detected
[    2.372603] ohci_hcd 0000:00:14.5: OHCI Host Controller
[    2.377815] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 9
[    2.385201] ohci_hcd 0000:00:14.5: irq 18, io mem 0xf014e000
[    2.447248] usb usb9: New USB device found, idVendor=1d6b, idProduct=0001
[    2.454018] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.461219] usb usb9: Product: OHCI Host Controller
[    2.466085] usb usb9: Manufacturer: Linux 3.7.0-rc8 ohci_hcd
[    2.471724] usb usb9: SerialNumber: 0000:00:14.5
[    2.476460] hub 9-0:1.0: USB hub found
[    2.480201] hub 9-0:1.0: 2 ports detected
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
[    2.637944] kjournald starting.  Commit interval 5 seconds
[    2.637982] EXT3-fs (sda5): mounted filesystem with ordered data mode
Begin: Running /scripts/local-bottom ... done.
done.
Begin: Running /scripts/init-bottom ... done.
INIT: version 2.88 booting
Starting the hotplug events dispatcher: udevdudevd[295]: BUS= will be removed in a future udev version, please use SUBSYSTEM= to match the event device, or SUBSYSTEMS= to match a parent device, in /etc/udev/rules.d/025_logitechmouse.rules:1

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/025_logitechmouse.rules:5

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/025_logitechmouse.rules:6

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/025_logitechmouse.rules:7

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/025_logitechmouse.rules:8

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/025_logitechmouse.rules:9

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/025_logitechmouse.rules:10

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/025_logitechmouse.rules:11

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/025_logitechmouse.rules:12

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/025_logitechmouse.rules:13

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/025_logitechmouse.rules:14

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/025_logitechmouse.rules:15

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/025_logitechmouse.rules:16

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/025_logitechmouse.rules:17

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/025_logitechmouse.rules:18

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/025_logitechmouse.rules:19

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/025_logitechmouse.rules:20

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/025_logitechmouse.rules:21

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:11

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:19

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:26

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:27

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:28

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:29

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:30

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:31

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:32

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:33

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:34

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:35

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:36

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:37

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:38

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:39

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:40

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:41

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:42

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:43

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:44

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:45

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:46

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:47

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:48

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:49

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:50

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:51

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:52

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:53

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:54

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:55

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:56

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:57

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:58

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:59

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:60

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:61

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:62

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:63

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:64

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:65

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:66

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:67

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:68

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:69

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:70

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:71

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:72

udevd[295]: SYSFS{}= will be removed in a future ude[    5.175944] udev: starting version 160
v version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:73

udevd[295]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:78

.
Synthesizing the initial hotplug events...udevd[296]: BUS= will be removed in a future udev version, please use SUBSYSTEM= to match the event device, or SUBSYSTEMS= to match a parent device, in /etc/udev/rules.d/025_logitechmouse.rules:1

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/025_logitechmouse.rules:5

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/025_logitechmouse.rules:6

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/025_logitechmouse.rules:7

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/025_logitechmouse.rules:8

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/025_logitechmouse.rules:9

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/025_logitechmouse.rules:10

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/025_logitechmouse.rules:11

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/025_logitechmouse.rules:12

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/025_logitechmouse.rules:13

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/025_logitechmouse.rules:14

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/025_logitechmouse.rules:15

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/025_logitechmouse.rules:16

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/025_logitechmouse.rules:17

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/025_logitechmouse.rules:18

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/025_logitechmouse.rules:19

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/025_logitechmouse.rules:20

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/025_logitechmouse.rules:21

done.
udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:11

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:19

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:26
Waiting for /dev to be fully populated...
udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:27

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:28

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:29

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:30

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:31

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:32

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:33

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:34

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:35

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:36

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:37

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:38

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:39

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:40

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:41

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:42

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:43

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:44

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:45

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:46

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:47

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:48

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:49

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:50

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:51

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:52

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:53

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:54

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:55

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:56

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:57

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:58

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:59

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:60

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:61

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:62

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:63

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:64

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:65

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:66

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:67

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:68

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:69

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:70

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:71

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:72

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:73

udevd[296]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:78

[    7.037007] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    7.044424] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    7.057944] input: PC Speaker as /devices/platform/pcspkr/input/input1
[    7.135864] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
[    7.144035] ACPI: Power Button [PWRB]
[    7.147738] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    7.155203] ACPI: Power Button [PWRF]
[    7.828113] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[    8.512776] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/input/input4
[    8.529849] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input5
[    8.538625] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input6
[    8.548111] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input7
[    8.557268] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input8
[    8.567028] input: HD-Audio Generic Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card0/input9
[    8.576668] input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input10
[    8.586304] input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input11
[    8.596262] input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input12
[    8.608481] hda-intel: 0000:01:00.1: Handle VGA-switcheroo audio client
[    8.626084] attempt to access beyond end of device
[    8.630881] sda5: rw=0, want=39070024, limit=39070017
[    8.635927] Buffer I/O error on device sda5, logical block 4883752
[    8.642097] attempt to access beyond end of device
[    8.646883] sda5: rw=0, want=39070024, limit=39070017
[    8.651920] Buffer I/O error on device sda5, logical block 4883752
[    8.669984] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input13
[    8.678588] attempt to access beyond end of device
[    8.678592] sda5: rw=0, want=39070024, limit=39070017
[    8.678595] Buffer I/O error on device sda5, logical block 4883752
[    8.678600] attempt to access beyond end of device
[    8.678602] sda5: rw=0, want=39070024, limit=39070017
[    8.678605] Buffer I/O error on device sda5, logical block 4883752
[    8.678609] attempt to access beyond end of device
[    8.678611] sda5: rw=0, want=39070024, limit=39070017
[    8.678614] Buffer I/O error on device sda5, logical block 4883752
[    8.699162] attempt to access beyond end of device
[    8.699165] sda5: rw=0, want=39070024, limit=39070017
[    8.699167] Buffer I/O error on device sda5, logical block 4883752
[    8.699172] attempt to access beyond end of device
[    8.699173] sda5: rw=0, want=39070024, limit=39070017
[    8.699175] Buffer I/O error on device sda5, logical block 4883752
[    8.699190] attempt to access beyond end of device
[    8.699193] sda5: rw=0, want=39070024, limit=39070017
[    8.699195] Buffer I/O error on device sda5, logical block 4883752
done.
Setting parameters of disc: (none).
Activating swap...failed.
Checking root file system...fsck from util-linux-ng 2.17.2
/dev/sda5: clean, 447302/1221600[    9.692950] EXT3-fs (sda5): using internal journal
[    9.692976] attempt to access beyond end of device
[    9.692979] sda5: rw=0, want=39070024, limit=39070017
[    9.692982] Buffer I/O error on device sda5, logical block 4883752
[    9.692993] attempt to access beyond end of device
[    9.692995] sda5: rw=0, want=39070024, limit=39070017
[    9.692998] Buffer I/O error on device sda5, logical block 4883752
[    9.693001] attempt to access beyond end of device
[    9.693003] sda5: rw=0, want=39070024, limit=39070017
[    9.693008] attempt to access beyond end of device
[    9.693011] sda5: rw=0, want=39070024, limit=39070017
[    9.693037] attempt to access beyond end of device
[    9.693039] sda5: rw=0, want=39070024, limit=39070017
[    9.693044] attempt to access beyond end of device
[    9.693045] sda5: rw=0, want=39070024, limit=39070017
[    9.693059] attempt to access beyond end of device
[    9.693061] sda5: rw=0, want=39070024, limit=39070017
 files, 4714317/4883752 blocks
done.
Cleaning up ifupdown....
Loading kernel modules...done.
Loading device-mapper support[   10.101085] device-mapper: uevent: version 1.0.3
[   10.105759] device-mapper: ioctl: 4.23.0-ioctl (2012-07-25) initialised: dm-devel at redhat.com
.
Starting early crypto disks...done.
Starting remaining crypto disks...done.
Activating lvm and md swap...done.
Checking file systems...fsck from util-linux-ng 2.17.2
done.
Setting kernel variables ...done.
[   10.667443] fuse init (API version 7.20)
Mounting local filesystems...[mntent]: warning: no final newline at the end of /etc/fstab
done.
Activating swapfile swap...done.
Cleaning up temporary files....
Setting up resolvconf...done.
Setting up networking....
Configuring network interfaces...Internet Systems Consortium DHCP Client 4.1.1-P1
Copyright 2004-2010 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

[   11.783629] r8169 0000:04:00.0 eth0: link down
[   11.783655] r8169 0000:04:00.0 eth0: link down
[   11.792524] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Listening on LPF/eth0/50:46:5d:8b:97:bf
Sending on   LPF/eth0/50:46:5d:8b:97:bf
Sending on   Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
[   14.101303] r8169 0000:04:00.0 eth0: link up
[   14.105583] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
DHCPOFFER from 192.168.88.1
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPACK from 192.168.88.1
bound to 192.168.88.208 -- renewal in 109292 seconds.
done.
Starting portmap daemon....
Cleaning up temporary files....
Setting sensors limits.
Setting console screen modes and fonts.
Rcannot (un)set powersave mode
Setting up ALSA...warning: 'alsactl restore' failed with error message 'alsactl: set_control:1388: Cannot write control '3:3:0:Playback Channel Map:0' : File descriptor in bad state'...done.
Running scripts INIT: Entering runlevel: 2
Loading cpufreq kernel modules...FATAL: Error inserting powernow_k8 (/lib/modules/3.7.0-rc8/kernel/drivers/cpufreq/powernow-k8.ko): No such device
done (acpi-cpufreq).
Starting system log daemon....
Starting kernel log daemon....
Starting system message bus: dbus.
Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon.
Starting virtual private network daemon:.
Starting OpenBSD Secure Shell server: sshd.
CPUFreq Utilities: Setting ondemand CPUFreq governor...CPU0...CPU1...done.
Not starting internet superserver: no services enabled.
saned disabled; edit /etc/default/saned
Starting file alteration monitor: FAM.
Starting DHCP D-Bus daemon: dhcdbd.
Starting Hardware abstraction layer: hald.
Starting bluetooth: bluetoothd[   25.316635] Bluetooth: Core ver 2.16
[   25.320259] NET: Registered protocol family 31
[   25.324704] Bluetooth: HCI device and connection manager initialized
[   25.331072] Bluetooth: HCI socket layer initialized
[   25.335944] Bluetooth: L2CAP socket layer initialized
[   25.340994] Bluetooth: SCO socket layer initialized
[   25.369995] Bluetooth: RFCOMM TTY layer initialized
[   25.374896] Bluetooth: RFCOMM socket layer initialized
[   25.380034] Bluetooth: RFCOMM ver 1.11
.
Starting network connection manager: NetworkManager[   25.512305] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   25.517638] Bluetooth: BNEP filters: protocol multicast
[   25.522905] Bluetooth: BNEP socket layer initialized
.
Starting portmap daemon...Already running..
[   26.031669] Bridge firewalling registered
Starting Common Unix Printing System: cupsd[   26.506093] lp: driver loaded but no devices found
[   26.598708] ppdev: user-space parallel port driver
.
Starting periodic command scheduler: cron.
Enabling additional executable binary formats: binfmt-support.
Running scripts in rc2.d/ took 6 seconds.

Debian GNU/Linux squeeze/sid ruiktest ttyS0

ruiktest login: root
Password: 
Last login: Wed Dec 19 21:28:19 CET 2012 from ruik.local on pts/0
Linux ruiktest 3.7.0-rc8 #3 SMP Sun Dec 9 10:43:16 CET 2012 x86_64

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
ruiktest:~# lspci
00:00.0 Host bridge: Advanced Micro Devices [AMD] Family 15h (Models 10h-1fh) Processor Root Complex
00:02.0 PCI bridge: Advanced Micro Devices [AMD] Family 15h (Models 10h-1fh) Processor Root Port
00:10.0 USB controller: Advanced Micro Devices [AMD] Hudson USB XHCI Controller (rev 03)
00:10.1 USB controller: Advanced Micro Devices [AMD] Hudson USB XHCI Controller (rev 03)
00:11.0 SATA controller: Advanced Micro Devices [AMD] Hudson SATA Controller [AHCI mode] (rev 40)
00:12.0 USB controller: Advanced Micro Devices [AMD] Hudson USB OHCI Controller (rev 11)
00:12.2 USB controller: Advanced Micro Devices [AMD] Hudson USB EHCI Controller (rev 11)
00:13.0 USB controller: Advanced Micro Devices [AMD] Hudson USB OHCI Controller (rev 11)
00:13.2 USB controller: Advanced Micro Devices [AMD] Hudson USB EHCI Controller (rev 11)
00:14.0 SMBus: Advanced Micro Devices [AMD] Hudson SMBus Controller (rev 14)
00:14.2 Audio device: Advanced Micro Devices [AMD] Hudson Azalia Controller (rev 01)
00:14.3 ISA bridge: Advanced Micro Devices [AMD] Hudson LPC Bridge (rev 11)
00:14.4 PCI bridge: Advanced Micro Devices [AMD] Hudson PCI Bridge (rev 40)
00:14.5 USB controller: Advanced Micro Devices [AMD] Hudson USB OHCI Controller (rev 11)
00:14.7 SD Host controller: Advanced Micro Devices [AMD] Hudson SD Flash Controller
00:15.0 PCI bridge: Advanced Micro Devices [AMD] Hudson PCI to PCI bridge (PCIE port 0)
00:15.1 PCI bridge: Advanced Micro Devices [AMD] Hudson PCI to PCI bridge (PCIE port 1)
00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 15h (Models 10h-1fh) Processor Function 0
00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 15h (Models 10h-1fh) Processor Function 1
00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 15h (Models 10h-1fh) Processor Function 2
00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 15h (Models 10h-1fh) Processor Function 3
00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 15h (Models 10h-1fh) Processor Function 4
00:18.5 Host bridge: Advanced Micro Devices [AMD] Family 15h (Models 10h-1fh) Processor Function 5
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RV710 [Radeon HD 4350]
01:00.1 Audio device: Advanced Micro Devices [AMD] nee ATI RV710/730 HDMI Audio [Radeon HD 4000 series]
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 09)
ruiktest:~# 


More information about the coreboot mailing list