Sorry, with that change, the machine just keeps resetting.
I added code to skip the reset and now it boots further. Boot log is
attached.
My RAM configuration was two DIMMs with 2 GB each (4 GB total), but
coreboot only sees 2 GB total, so I removed one of the DIMMS. The boot
log is with that one DIMM only.
This is my diff against dbm690t:
Index: src/mainboard/amd/dbm690t/Config.lb
===================================================================
--- src/mainboard/amd/dbm690t/Config.lb (Revision 3808)
+++ src/mainboard/amd/dbm690t/Config.lb (Arbeitskopie)
@@ -198,7 +198,7 @@
#Define gfx_link_width, 0: x16, 1: x1, 2: x2, 3: x4, 4: x8, 5: x12 (not supported), 6: x16
chip northbridge/amd/amdk8/root_complex
device apic_cluster 0 on
- chip cpu/amd/socket_S1G1
+ chip cpu/amd/socket_AM2
device apic 0 on end
end
end
@@ -214,8 +214,8 @@
end
end
device pci 2.0 on end # PCIE P2P bridge (external graphics) 0x7913
- device pci 3.0 off end # PCIE P2P bridge 0x791b
- device pci 4.0 on end # PCIE P2P bridge 0x1914
+ #device pci 3.0 off end # PCIE P2P bridge 0x791b
+ device pci 4.0 on end # PCIE P2P bridge 0x7914
device pci 5.0 on end # PCIE P2P bridge 0x7915
device pci 6.0 on end # PCIE P2P bridge 0x7916
device pci 7.0 on end # PCIE P2P bridge 0x7917
Index: src/mainboard/amd/dbm690t/Options.lb
===================================================================
--- src/mainboard/amd/dbm690t/Options.lb (Revision 3808)
+++ src/mainboard/amd/dbm690t/Options.lb (Arbeitskopie)
@@ -289,9 +289,9 @@
## SPEW 9 Way too many details
## Request this level of debugging output
-default DEFAULT_CONSOLE_LOGLEVEL=8
+default DEFAULT_CONSOLE_LOGLEVEL=9
## At a maximum only compile in this level of debugging
-default MAXIMUM_CONSOLE_LOGLEVEL=8
+default MAXIMUM_CONSOLE_LOGLEVEL=9
##
## Select power on after power fail setting
Index: src/mainboard/amd/dbm690t/cache_as_ram_auto.c
===================================================================
--- src/mainboard/amd/dbm690t/cache_as_ram_auto.c (Revision 3808)
+++ src/mainboard/amd/dbm690t/cache_as_ram_auto.c (Arbeitskopie)
@@ -213,10 +213,12 @@
printk_debug("needs_reset=0x%x\n", needs_reset);
- if (needs_reset) {
+ if (0 && needs_reset) {
print_info("ht reset -\r\n");
soft_reset();
}
+ print_info("FIXME: Skipping ht reset -\r\n");
+ post_code(0xcc);
--
http://www.hailfinger.org/
coreboot-2.0.0.0-failover Do 11. Dez 17:11:23 CET 2008 starting...
bsp_apicid=0x0
Enabling routing table for node 00 done.
Enabling UP settings
Disabling read/write/fill probes for UP... done.
coherent_ht_finalize
done
core0 started:
SBLink=00
NC node|link=00
rs690_early_setup()
get_cpu_rev EAX=0x50ff2.
CPU Rev is K8_G0.
NB Revision is A12.
rs690_ht_init k8_ht_freq=0.
k8_optimization()
rs690_por_init
sb600_early_setup()
sb600_devices_por_init()
sb600_devices_por_init(): SMBus Device, BDF:0-20-0
SMBus controller enabled, sb revision is 0x13
sb600_devices_por_init(): IDE Device, BDF:0-20-1
sb600_devices_por_init(): LPC Device, BDF:0-20-3
sb600_devices_por_init(): P2P Bridge, BDF:0-20-4
sb600_devices_por_init(): SATA Device, BDF:0-18-0
sb600_pmio_por_init()
begin msr fid, vid: hi=0x310a1212, lo=0xa0a0202
Current fid_cur: 0x2, fid_max: 0xa
Requested fid_new: 0xa
FidVid table step fidvid: 0xa
end msr fid, vid: hi=0x310a120a, lo=0xa0a020a
needs_reset=0x1
FIXME: Skipping ht reset -
sysinfo->nodes: 1 sysinfo->ctrl: cf188 spd_addr: ffffac94
Ram1.00
setting up CPU00 northbridge registers
done.
Ram2.00
Unbuffered
400Mhz
400Mhz
Interleaved
RAM: 0x00200000 KB
Ram3
dimm_mask = 00000001
x4_mask = 00000000
x16_mask = 00000000
single_rank_mask = 00000000
ODC = 00113222
Addr Timing= 00202520
Initializing memory: done
Setting variable MTRR 2, base: 0MB, range: 2048MB, type WB
DQS Training:RcvrEn:Pass1: 00 CTLRMaxDelay=1a done
DQS Training:DQSPos: 00 done
DQS Training:RcvrEn:Pass2: 00 CTLRMaxDelay=3c done
DQS Training:tsc[00]=0000000010a9565f
DQS Training:tsc[01]=0000000011a6bfa6
DQS Training:tsc[02]=0000000011abc601
DQS Training:tsc[03]=000000002c342393
DQS Training:tsc[04]=000000002d331a53
Ram4
v_esp=000ceea8
testx = 5a5a5a5a
Copying data from cache to RAM -- switching to use RAM as stack... Done
testx = 5a5a5a5a
Disabling cache as ram now
Clearing initial memory region: Done
Uncompressing coreboot to RAM.
src=fffe0000
dst=00004000
coreboot_ram.nrv2b length = 00011912
coreboot_ram.bin length = 000301c0
Jumping to coreboot.
coreboot-2.0.0.0-failover Do 11. Dez 17:11:23 CET 2008 booting...
Enumerating buses...
Mainboard DBM690T Enable. dev=0x23ea8
dbm690t_enable, TOP MEM: msr.lo = 0x80000000, msr.hi = 0x00000000
dbm690t_enable, TOP MEM2: msr2.lo = 0x00000000, msr2.hi = 0x00000000
dbm690t_enable: uma size 0x08000000, memory start 0x78000000
enable_onboard_nic.
Init adt7461 end , status 0x02 fd
scan_static_bus for Root Device
APIC_CLUSTER: 0 enabled
PCI_DOMAIN: 0000 enabled
APIC_CLUSTER: 0 scanning...
PCI: 00:18.3 siblings=0
CPU: APIC: 00 enabled
PCI_DOMAIN: 0000 scanning...
PCI: pci_scan_bus for bus 00
PCI: 00:18.0 [1022/1100] bus ops
PCI: 00:18.0 [1022/1100] enabled
PCI: 00:18.1 [1022/1101] enabled
PCI: 00:18.2 [1022/1102] enabled
PCI: 00:18.3 [1022/1103] ops
PCI: 00:18.3 [1022/1103] enabled
PCI: 00:18.4, bad id 0xffffffff
PCI: 00:18.5, bad id 0xffffffff
PCI: 00:18.6, bad id 0xffffffff
PCI: 00:18.7, bad id 0xffffffff
PCI: 00:19.0, bad id 0xffffffff
PCI: 00:1a.0, bad id 0xffffffff
PCI: 00:1b.0, bad id 0xffffffff
PCI: 00:1c.0, bad id 0xffffffff
PCI: 00:1d.0, bad id 0xffffffff
PCI: 00:1e.0, bad id 0xffffffff
PCI: 00:1f.0, bad id 0xffffffff
rs690_enable: dev=0x26120, VID_DID=0x79101002
Bus-0, Dev-0, Fun-0.
enable_pcie_bar3()
gpp_sb_init nb_dev=0x26120, dev=0x28380, port=0x8
PCI: 00:00.0 [1002/7910] ops
PCI: 00:00.0 [1002/7910] enabled
Capability: 0x08 @ 0xc4
flags: 0x0180
PCI: 00:00.0 count: 000c static_count: 0015
PCI: 00:00.0 [1002/7910] enabled next_unitid: 0015
PCI: pci_scan_bus for bus 00
rs690_enable: dev=0x26120, VID_DID=0x79101002
Bus-0, Dev-0, Fun-0.
enable_pcie_bar3()
gpp_sb_init nb_dev=0x26120, dev=0x28380, port=0x8
PCI: 00:00.0 [1002/7910] enabled
rs690_enable: dev=0x2656c, VID_DID=0x79121002
Bus-0, Dev-1, Fun-0.
Capability: 0x07 @ 0x44
Capability: 0x07 @ 0xb0
Capability: 0x08 @ 0x44
Capability: 0x08 @ 0x44
Capability: 0x08 @ 0xb0
Capability: 0x10 @ 0x44
Capability: 0x10 @ 0xb0
PCI: 00:01.0 [1002/7912] enabled
rs690_enable: dev=0x269b8, VID_DID=0x79131002
Bus-0, Dev-2,3, Fun-0. enable=1
rs690_gfx_init, nb_dev=0x26120, dev=0x269b8, port=0x2.
rs690_gfx_init step0.
rs690_gfx_init step1.
rs690_gfx_init step2.
rs690_gfx_init step4.
rs690_gfx_init step8.1.
rs690_gfx_init step8.2.
rs690_gfx_init step8.3.
rs690_gfx_init step8.4.
rs690_gfx_init step8.5.
rs690_gfx_init step8.6.
rs690_gfx_init step8.8.
rs690_gfx_init step8.9.
rs690_gfx_init step8.10.
rs690_gfx_init step8.11.
rs690_gfx_init step8.12.
rs690_gfx_init step8.13.
rs690_gfx_init single_port_configuration.
PcieLinkTraining port=2:lc current state=2030400
rs690_gfx_init single_port_configuration step12.
rs690_gfx_init single_port_configuration step13.
rs690_gfx_init single_port_configuration step14.
Disabling static device: PCI: 00:02.0
PCI: 00:02.1, bad id 0xffffffff
PCI: 00:02.2, bad id 0xffffffff
PCI: 00:02.3, bad id 0xffffffff
PCI: 00:02.4, bad id 0xffffffff
PCI: 00:02.5, bad id 0xffffffff
PCI: 00:02.6, bad id 0xffffffff
PCI: 00:02.7, bad id 0xffffffff
rs690_enable: dev=0x26e04, VID_DID=0xffffffff
Bus-0, Dev-2,3, Fun-0. enable=0
PCI: 00:03.1, bad id 0xffffffff
PCI: 00:03.2, bad id 0xffffffff
PCI: 00:03.3, bad id 0xffffffff
PCI: 00:03.4, bad id 0xffffffff
PCI: 00:03.5, bad id 0xffffffff
PCI: 00:03.6, bad id 0xffffffff
PCI: 00:03.7, bad id 0xffffffff
rs690_enable: dev=0x27250, VID_DID=0x79141002
Bus-0, Dev-4,5,6,7, Fun-0. enable=1
gpp_sb_init nb_dev=0x26120, dev=0x27250, port=0x4
PcieLinkTraining port=4:lc current state=4000102
PcieTrainPort port=0x4 result=0
Capability: 0x07 @ 0x50
Capability: 0x07 @ 0x58
Capability: 0x07 @ 0x80
Capability: 0x07 @ 0xb0
Capability: 0x07 @ 0xb8
Capability: 0x08 @ 0x50
Capability: 0x08 @ 0x58
Capability: 0x08 @ 0x80
Capability: 0x08 @ 0xb0
Capability: 0x08 @ 0xb8
Capability: 0x08 @ 0x50
Capability: 0x08 @ 0x58
Capability: 0x08 @ 0x80
Capability: 0x08 @ 0xb0
Capability: 0x08 @ 0xb8
Capability: 0x10 @ 0x50
Capability: 0x10 @ 0x58
PCI: 00:04.0 subbordinate bus PCI Express
PCI: 00:04.0 [1002/7914] enabled
rs690_enable: dev=0x2769c, VID_DID=0x79151002
Bus-0, Dev-4,5,6,7, Fun-0. enable=1
gpp_sb_init nb_dev=0x26120, dev=0x2769c, port=0x5
PcieLinkTraining port=5:lc current state=4000102
PcieTrainPort port=0x5 result=0
Capability: 0x07 @ 0x50
Capability: 0x07 @ 0x58
Capability: 0x07 @ 0x80
Capability: 0x07 @ 0xb0
Capability: 0x07 @ 0xb8
Capability: 0x08 @ 0x50
Capability: 0x08 @ 0x58
Capability: 0x08 @ 0x80
Capability: 0x08 @ 0xb0
Capability: 0x08 @ 0xb8
Capability: 0x08 @ 0x50
Capability: 0x08 @ 0x58
Capability: 0x08 @ 0x80
Capability: 0x08 @ 0xb0
Capability: 0x08 @ 0xb8
Capability: 0x10 @ 0x50
Capability: 0x10 @ 0x58
PCI: 00:05.0 subbordinate bus PCI Express
PCI: 00:05.0 [1002/7915] enabled
rs690_enable: dev=0x27ae8, VID_DID=0x79161002
Bus-0, Dev-4,5,6,7, Fun-0. enable=1
gpp_sb_init nb_dev=0x26120, dev=0x27ae8, port=0x6
PcieLinkTraining port=6:lc current state=4000102
PcieTrainPort port=0x6 result=0
Capability: 0x07 @ 0x50
Capability: 0x07 @ 0x58
Capability: 0x07 @ 0x80
Capability: 0x07 @ 0xb0
Capability: 0x07 @ 0xb8
Capability: 0x08 @ 0x50
Capability: 0x08 @ 0x58
Capability: 0x08 @ 0x80
Capability: 0x08 @ 0xb0
Capability: 0x08 @ 0xb8
Capability: 0x08 @ 0x50
Capability: 0x08 @ 0x58
Capability: 0x08 @ 0x80
Capability: 0x08 @ 0xb0
Capability: 0x08 @ 0xb8
Capability: 0x10 @ 0x50
Capability: 0x10 @ 0x58
PCI: 00:06.0 subbordinate bus PCI Express
PCI: 00:06.0 [1002/7916] enabled
rs690_enable: dev=0x27f34, VID_DID=0x79171002
Bus-0, Dev-4,5,6,7, Fun-0. enable=1
gpp_sb_init nb_dev=0x26120, dev=0x27f34, port=0x7
PcieLinkTraining port=7:lc current state=a0b0f10
addr=e0000004,bus=0,devfn=38
PcieTrainPort reg=0x0
PcieTrainPort port=0x7 result=1
Capability: 0x07 @ 0x50
Capability: 0x07 @ 0x58
Capability: 0x07 @ 0x80
Capability: 0x07 @ 0xb0
Capability: 0x07 @ 0xb8
Capability: 0x08 @ 0x50
Capability: 0x08 @ 0x58
Capability: 0x08 @ 0x80
Capability: 0x08 @ 0xb0
Capability: 0x08 @ 0xb8
Capability: 0x08 @ 0x50
Capability: 0x08 @ 0x58
Capability: 0x08 @ 0x80
Capability: 0x08 @ 0xb0
Capability: 0x08 @ 0xb8
Capability: 0x10 @ 0x50
Capability: 0x10 @ 0x58
PCI: 00:07.0 subbordinate bus PCI Express
PCI: 00:07.0 [1002/7917] enabled
rs690_enable: dev=0x28380, VID_DID=0x79181002
Bus-0, Dev-8, Fun-0. enable=0
disable_pcie_bar3()
PCI: 00:08.1, bad id 0xffffffff
PCI: 00:08.2, bad id 0xffffffff
PCI: 00:08.3, bad id 0xffffffff
PCI: 00:08.4, bad id 0xffffffff
PCI: 00:08.5, bad id 0xffffffff
PCI: 00:08.6, bad id 0xffffffff
PCI: 00:08.7, bad id 0xffffffff
PCI: 00:09.0, bad id 0xffffffff
PCI: 00:0a.0, bad id 0xffffffff
PCI: 00:0b.0, bad id 0xffffffff
PCI: 00:0c.0, bad id 0xffffffff
PCI: 00:0d.0, bad id 0xffffffff
PCI: 00:0e.0, bad id 0xffffffff
PCI: 00:0f.0, bad id 0xffffffff
PCI: 00:10.0, bad id 0xffffffff
PCI: 00:11.0, bad id 0xffffffff
sb600_enable()
PCI: 00:12.0 [1002/4380] ops
PCI: 00:12.0 [1002/4380] enabled
sb600_enable()
PCI: 00:13.0 [1002/4387] ops
PCI: 00:13.0 [1002/4387] enabled
sb600_enable()
PCI: 00:13.1 [1002/4388] ops
PCI: 00:13.1 [1002/4388] enabled
sb600_enable()
PCI: 00:13.2 [1002/4389] ops
PCI: 00:13.2 [1002/4389] enabled
sb600_enable()
PCI: 00:13.3 [1002/438a] ops
PCI: 00:13.3 [1002/438a] enabled
sb600_enable()
PCI: 00:13.4 [1002/438b] ops
PCI: 00:13.4 [1002/438b] enabled
sb600_enable()
PCI: 00:13.5 [1002/4386] ops
PCI: 00:13.5 [1002/4386] enabled
PCI: 00:13.6, bad id 0xffffffff
PCI: 00:13.7, bad id 0xffffffff
sb600_enable()
PCI: 00:14.0 [1002/4385] bus ops
PCI: 00:14.0 [1002/4385] enabled
sb600_enable()
PCI: 00:14.1 [1002/438c] ops
PCI: 00:14.1 [1002/438c] enabled
sb600_enable()
PCI: 00:14.2 [1002/4383] ops
PCI: 00:14.2 [1002/4383] enabled
sb600_enable()
PCI: 00:14.3 [1002/438d] bus ops
PCI: 00:14.3 [1002/438d] enabled
sb600_enable()
PCI: 00:14.4 [1002/4384] bus ops
PCI: 00:14.4 [1002/4384] enabled
sb600_enable()
PCI: 00:14.5 [1002/4382] ops
PCI: 00:14.5 [1002/4382] enabled
sb600_enable()
PCI: 00:14.6 [1002/438e] ops
PCI: 00:14.6 [1002/438e] enabled
PCI: 00:14.7, bad id 0xffffffff
do_pci_scan_bridge for PCI: 00:01.0
PCI: pci_scan_bus for bus 01
PCI: 01:00.0, bad id 0xffffffff
PCI: 01:01.0, bad id 0xffffffff
PCI: 01:02.0, bad id 0xffffffff
PCI: 01:03.0, bad id 0xffffffff
PCI: 01:04.0, bad id 0xffffffff
PCI: 01:05.0 [1002/791e] enabled
PCI: 01:05.1, bad id 0xffffffff
malloc Enter, size 1100, free_mem_ptr 0003c000
malloc 0x0003c000
PCI: 01:05.2 [1002/7919] enabled
PCI: 01:05.3, bad id 0xffffffff
PCI: 01:05.4, bad id 0xffffffff
PCI: 01:05.5, bad id 0xffffffff
PCI: 01:05.6, bad id 0xffffffff
PCI: 01:05.7, bad id 0xffffffff
PCI: 01:06.0, bad id 0xffffffff
PCI: 01:07.0, bad id 0xffffffff
PCI: 01:08.0, bad id 0xffffffff
PCI: 01:09.0, bad id 0xffffffff
PCI: 01:0a.0, bad id 0xffffffff
PCI: 01:0b.0, bad id 0xffffffff
PCI: 01:0c.0, bad id 0xffffffff
PCI: 01:0d.0, bad id 0xffffffff
PCI: 01:0e.0, bad id 0xffffffff
PCI: 01:0f.0, bad id 0xffffffff
PCI: 01:10.0, bad id 0xffffffff
PCI: 01:11.0, bad id 0xffffffff
PCI: 01:12.0, bad id 0xffffffff
PCI: 01:13.0, bad id 0xffffffff
PCI: 01:14.0, bad id 0xffffffff
PCI: 01:15.0, bad id 0xffffffff
PCI: 01:16.0, bad id 0xffffffff
PCI: 01:17.0, bad id 0xffffffff
PCI: 01:18.0, bad id 0xffffffff
PCI: 01:19.0, bad id 0xffffffff
PCI: 01:1a.0, bad id 0xffffffff
PCI: 01:1b.0, bad id 0xffffffff
PCI: 01:1c.0, bad id 0xffffffff
PCI: 01:1d.0, bad id 0xffffffff
PCI: 01:1e.0, bad id 0xffffffff
PCI: 01:1f.0, bad id 0xffffffff
PCI: pci_scan_bus returning with max=001
do_pci_scan_bridge returns max 1
do_pci_scan_bridge for PCI: 00:04.0
PCI: pci_scan_bus for bus 02
PCI: 02:00.0, bad id 0xffffffff
PCI: 02:01.0, bad id 0xffffffff
PCI: 02:02.0, bad id 0xffffffff
PCI: 02:03.0, bad id 0xffffffff
PCI: 02:04.0, bad id 0xffffffff
PCI: 02:05.0, bad id 0xffffffff
PCI: 02:06.0, bad id 0xffffffff
PCI: 02:07.0, bad id 0xffffffff
PCI: 02:08.0, bad id 0xffffffff
PCI: 02:09.0, bad id 0xffffffff
PCI: 02:0a.0, bad id 0xffffffff
PCI: 02:0b.0, bad id 0xffffffff
PCI: 02:0c.0, bad id 0xffffffff
PCI: 02:0d.0, bad id 0xffffffff
PCI: 02:0e.0, bad id 0xffffffff
PCI: 02:0f.0, bad id 0xffffffff
PCI: 02:10.0, bad id 0xffffffff
PCI: 02:11.0, bad id 0xffffffff
PCI: 02:12.0, bad id 0xffffffff
PCI: 02:13.0, bad id 0xffffffff
PCI: 02:14.0, bad id 0xffffffff
PCI: 02:15.0, bad id 0xffffffff
PCI: 02:16.0, bad id 0xffffffff
PCI: 02:17.0, bad id 0xffffffff
PCI: 02:18.0, bad id 0xffffffff
PCI: 02:19.0, bad id 0xffffffff
PCI: 02:1a.0, bad id 0xffffffff
PCI: 02:1b.0, bad id 0xffffffff
PCI: 02:1c.0, bad id 0xffffffff
PCI: 02:1d.0, bad id 0xffffffff
PCI: 02:1e.0, bad id 0xffffffff
PCI: 02:1f.0, bad id 0xffffffff
PCI: pci_scan_bus returning with max=002
do_pci_scan_bridge returns max 2
do_pci_scan_bridge for PCI: 00:05.0
PCI: pci_scan_bus for bus 03
PCI: 03:00.0, bad id 0xffffffff
PCI: 03:01.0, bad id 0xffffffff
PCI: 03:02.0, bad id 0xffffffff
PCI: 03:03.0, bad id 0xffffffff
PCI: 03:04.0, bad id 0xffffffff
PCI: 03:05.0, bad id 0xffffffff
PCI: 03:06.0, bad id 0xffffffff
PCI: 03:07.0, bad id 0xffffffff
PCI: 03:08.0, bad id 0xffffffff
PCI: 03:09.0, bad id 0xffffffff
PCI: 03:0a.0, bad id 0xffffffff
PCI: 03:0b.0, bad id 0xffffffff
PCI: 03:0c.0, bad id 0xffffffff
PCI: 03:0d.0, bad id 0xffffffff
PCI: 03:0e.0, bad id 0xffffffff
PCI: 03:0f.0, bad id 0xffffffff
PCI: 03:10.0, bad id 0xffffffff
PCI: 03:11.0, bad id 0xffffffff
PCI: 03:12.0, bad id 0xffffffff
PCI: 03:13.0, bad id 0xffffffff
PCI: 03:14.0, bad id 0xffffffff
PCI: 03:15.0, bad id 0xffffffff
PCI: 03:16.0, bad id 0xffffffff
PCI: 03:17.0, bad id 0xffffffff
PCI: 03:18.0, bad id 0xffffffff
PCI: 03:19.0, bad id 0xffffffff
PCI: 03:1a.0, bad id 0xffffffff
PCI: 03:1b.0, bad id 0xffffffff
PCI: 03:1c.0, bad id 0xffffffff
PCI: 03:1d.0, bad id 0xffffffff
PCI: 03:1e.0, bad id 0xffffffff
PCI: 03:1f.0, bad id 0xffffffff
PCI: pci_scan_bus returning with max=003
do_pci_scan_bridge returns max 3
do_pci_scan_bridge for PCI: 00:06.0
PCI: pci_scan_bus for bus 04
PCI: 04:00.0, bad id 0xffffffff
PCI: 04:01.0, bad id 0xffffffff
PCI: 04:02.0, bad id 0xffffffff
PCI: 04:03.0, bad id 0xffffffff
PCI: 04:04.0, bad id 0xffffffff
PCI: 04:05.0, bad id 0xffffffff
PCI: 04:06.0, bad id 0xffffffff
PCI: 04:07.0, bad id 0xffffffff
PCI: 04:08.0, bad id 0xffffffff
PCI: 04:09.0, bad id 0xffffffff
PCI: 04:0a.0, bad id 0xffffffff
PCI: 04:0b.0, bad id 0xffffffff
PCI: 04:0c.0, bad id 0xffffffff
PCI: 04:0d.0, bad id 0xffffffff
PCI: 04:0e.0, bad id 0xffffffff
PCI: 04:0f.0, bad id 0xffffffff
PCI: 04:10.0, bad id 0xffffffff
PCI: 04:11.0, bad id 0xffffffff
PCI: 04:12.0, bad id 0xffffffff
PCI: 04:13.0, bad id 0xffffffff
PCI: 04:14.0, bad id 0xffffffff
PCI: 04:15.0, bad id 0xffffffff
PCI: 04:16.0, bad id 0xffffffff
PCI: 04:17.0, bad id 0xffffffff
PCI: 04:18.0, bad id 0xffffffff
PCI: 04:19.0, bad id 0xffffffff
PCI: 04:1a.0, bad id 0xffffffff
PCI: 04:1b.0, bad id 0xffffffff
PCI: 04:1c.0, bad id 0xffffffff
PCI: 04:1d.0, bad id 0xffffffff
PCI: 04:1e.0, bad id 0xffffffff
PCI: 04:1f.0, bad id 0xffffffff
PCI: pci_scan_bus returning with max=004
do_pci_scan_bridge returns max 4
do_pci_scan_bridge for PCI: 00:07.0
PCI: pci_scan_bus for bus 05
malloc Enter, size 1100, free_mem_ptr 0003c44c
malloc 0x0003c44c
PCI: 05:00.0 [10ec/8168] enabled
PCI: 05:01.0, bad id 0xffffffff
PCI: 05:02.0, bad id 0xffffffff
PCI: 05:03.0, bad id 0xffffffff
PCI: 05:04.0, bad id 0xffffffff
PCI: 05:05.0, bad id 0xffffffff
PCI: 05:06.0, bad id 0xffffffff
PCI: 05:07.0, bad id 0xffffffff
PCI: 05:08.0, bad id 0xffffffff
PCI: 05:09.0, bad id 0xffffffff
PCI: 05:0a.0, bad id 0xffffffff
PCI: 05:0b.0, bad id 0xffffffff
PCI: 05:0c.0, bad id 0xffffffff
PCI: 05:0d.0, bad id 0xffffffff
PCI: 05:0e.0, bad id 0xffffffff
PCI: 05:0f.0, bad id 0xffffffff
PCI: 05:10.0, bad id 0xffffffff
PCI: 05:11.0, bad id 0xffffffff
PCI: 05:12.0, bad id 0xffffffff
PCI: 05:13.0, bad id 0xffffffff
PCI: 05:14.0, bad id 0xffffffff
PCI: 05:15.0, bad id 0xffffffff
PCI: 05:16.0, bad id 0xffffffff
PCI: 05:17.0, bad id 0xffffffff
PCI: 05:18.0, bad id 0xffffffff
PCI: 05:19.0, bad id 0xffffffff
PCI: 05:1a.0, bad id 0xffffffff
PCI: 05:1b.0, bad id 0xffffffff
PCI: 05:1c.0, bad id 0xffffffff
PCI: 05:1d.0, bad id 0xffffffff
PCI: 05:1e.0, bad id 0xffffffff
PCI: 05:1f.0, bad id 0xffffffff
PCI: pci_scan_bus returning with max=005
Capability: 0x10 @ 0x40
Capability: 0x10 @ 0x48
Capability: 0x10 @ 0x50
Capability: 0x10 @ 0x60
PCIe: tuning PCI: 05:00.0
do_pci_scan_bridge returns max 5
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 enabled
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 06
PCI: 06:00.0, bad id 0xffffffff
PCI: 06:01.0, bad id 0xffffffff
PCI: 06:02.0, bad id 0xffffffff
PCI: 06:03.0, bad id 0xffffffff
PCI: 06:04.0, bad id 0xffffffff
PCI: 06:05.0, bad id 0xffffffff
PCI: 06:06.0, bad id 0xffffffff
PCI: 06:07.0, bad id 0xffffffff
PCI: 06:08.0, bad id 0xffffffff
PCI: 06:09.0, bad id 0xffffffff
PCI: 06:0a.0, bad id 0xffffffff
PCI: 06:0b.0, bad id 0xffffffff
PCI: 06:0c.0, bad id 0xffffffff
PCI: 06:0d.0, bad id 0xffffffff
PCI: 06:0e.0, bad id 0xffffffff
PCI: 06:0f.0, bad id 0xffffffff
PCI: 06:10.0, bad id 0xffffffff
PCI: 06:11.0, bad id 0xffffffff
PCI: 06:12.0, bad id 0xffffffff
PCI: 06:13.0, bad id 0xffffffff
PCI: 06:14.0, bad id 0xffffffff
PCI: 06:15.0, bad id 0xffffffff
PCI: 06:16.0, bad id 0xffffffff
PCI: 06:17.0, bad id 0xffffffff
PCI: 06:18.0, bad id 0xffffffff
PCI: 06:19.0, bad id 0xffffffff
PCI: 06:1a.0, bad id 0xffffffff
PCI: 06:1b.0, bad id 0xffffffff
PCI: 06:1c.0, bad id 0xffffffff
PCI: 06:1d.0, bad id 0xffffffff
PCI: 06:1e.0, bad id 0xffffffff
PCI: 06:1f.0, bad id 0xffffffff
PCI: pci_scan_bus returning with max=006
do_pci_scan_bridge returns max 6
PCI: pci_scan_bus returning with max=006
PCI: pci_scan_bus returning with max=006
PCI_DOMAIN: 0000 passpw: enabled
scan_static_bus for Root Device done
done
Allocating resources...
Reading resources...
Root Device compute_allocate_resource io: base: 00000400 size: 00000000 align: 0 gran: 0
Root Device read_resources bus 0 link: 0
PCI_DOMAIN: 0000 read_resources bus 0 link: 0
PCI: 00:18.0 compute_allocate_resource io: base: 00000000 size: 00000000 align: 12 gran: 12
PCI: 00:18.0 read_resources bus 0 link: 0
PCI: 00:00.0 register 1c(e0000004), read-only ignoring it
PCI: 00:01.0 compute_allocate_resource io: base: 00000000 size: 00000000 align: 12 gran: 12
PCI: 00:01.0 read_resources bus 1 link: 0
PCI: 00:01.0 read_resources bus 1 link: 0 done
PCI: 01:05.0 20 * [0x00000000 - 0x000000ff] io
PCI: 00:01.0 compute_allocate_resource io: base: 00000100 size: 00001000 align: 20 gran: 12 done
PCI: 00:01.0 compute_allocate_resource prefmem: base: 00000000 size: 00000000 align: 20 gran: 20
PCI: 00:01.0 read_resources bus 1 link: 0
PCI: 00:01.0 read_resources bus 1 link: 0 done
PCI: 01:05.0 10 * [0x00000000 - 0x01ffffff] prefmem
PCI: 00:01.0 compute_allocate_resource prefmem: base: 02000000 size: 02000000 align: 25 gran: 20 done
PCI: 00:01.0 compute_allocate_resource mem: base: 00000000 size: 00000000 align: 20 gran: 20
PCI: 00:01.0 read_resources bus 1 link: 0
PCI: 00:01.0 read_resources bus 1 link: 0 done
PCI: 01:05.0 18 * [0x00000000 - 0x0000ffff] mem
PCI: 01:05.2 10 * [0x00010000 - 0x00013fff] mem
PCI: 00:01.0 compute_allocate_resource mem: base: 00014000 size: 00100000 align: 20 gran: 20 done
PCI: 00:04.0 compute_allocate_resource io: base: 00000000 size: 00000000 align: 12 gran: 12
PCI: 00:04.0 read_resources bus 2 link: 0
PCI: 00:04.0 read_resources bus 2 link: 0 done
PCI: 00:04.0 compute_allocate_resource io: base: 00000000 size: 00000000 align: 12 gran: 12 done
PCI: 00:04.0 compute_allocate_resource io: base: 01fff000 size: 00000000 align: 12 gran: 12
PCI: 00:04.0 read_resources bus 2 link: 0
PCI: 00:04.0 read_resources bus 2 link: 0 done
PCI: 00:04.0 compute_allocate_resource io: base: 01fff000 size: 00000000 align: 12 gran: 12 done
PCI: 00:04.0 1c <- [0x0001fff000 - 0x0001ffefff] size 0x00000000 gran 0x0c bus 02 io
PCI: 00:04.0 compute_allocate_resource prefmem: base: 00000000 size: 00000000 align: 20 gran: 20
PCI: 00:04.0 read_resources bus 2 link: 0
PCI: 00:04.0 read_resources bus 2 link: 0 done
PCI: 00:04.0 compute_allocate_resource prefmem: base: 00000000 size: 00000000 align: 20 gran: 20 done
PCI: 00:04.0 compute_allocate_resource prefmem: base: fff00000 size: 00000000 align: 20 gran: 20
PCI: 00:04.0 read_resources bus 2 link: 0
PCI: 00:04.0 read_resources bus 2 link: 0 done
PCI: 00:04.0 compute_allocate_resource prefmem: base: fff00000 size: 00000000 align: 20 gran: 20 done
PCI: 00:04.0 24 <- [0x00fff00000 - 0x00ffefffff] size 0x00000000 gran 0x14 bus 02 prefmem
PCI: 00:04.0 compute_allocate_resource mem: base: 00000000 size: 00000000 align: 20 gran: 20
PCI: 00:04.0 read_resources bus 2 link: 0
PCI: 00:04.0 read_resources bus 2 link: 0 done
PCI: 00:04.0 compute_allocate_resource mem: base: 00000000 size: 00000000 align: 20 gran: 20 done
PCI: 00:04.0 compute_allocate_resource mem: base: fff00000 size: 00000000 align: 20 gran: 20
PCI: 00:04.0 read_resources bus 2 link: 0
PCI: 00:04.0 read_resources bus 2 link: 0 done
PCI: 00:04.0 compute_allocate_resource mem: base: fff00000 size: 00000000 align: 20 gran: 20 done
PCI: 00:04.0 20 <- [0x00fff00000 - 0x00ffefffff] size 0x00000000 gran 0x14 bus 02 mem
PCI: 00:05.0 compute_allocate_resource io: base: 00000000 size: 00000000 align: 12 gran: 12
PCI: 00:05.0 read_resources bus 3 link: 0
PCI: 00:05.0 read_resources bus 3 link: 0 done
PCI: 00:05.0 compute_allocate_resource io: base: 00000000 size: 00000000 align: 12 gran: 12 done
PCI: 00:05.0 compute_allocate_resource io: base: 01fff000 size: 00000000 align: 12 gran: 12
PCI: 00:05.0 read_resources bus 3 link: 0
PCI: 00:05.0 read_resources bus 3 link: 0 done
PCI: 00:05.0 compute_allocate_resource io: base: 01fff000 size: 00000000 align: 12 gran: 12 done
PCI: 00:05.0 1c <- [0x0001fff000 - 0x0001ffefff] size 0x00000000 gran 0x0c bus 03 io
PCI: 00:05.0 compute_allocate_resource prefmem: base: 00000000 size: 00000000 align: 20 gran: 20
PCI: 00:05.0 read_resources bus 3 link: 0
PCI: 00:05.0 read_resources bus 3 link: 0 done
PCI: 00:05.0 compute_allocate_resource prefmem: base: 00000000 size: 00000000 align: 20 gran: 20 done
PCI: 00:05.0 compute_allocate_resource prefmem: base: fff00000 size: 00000000 align: 20 gran: 20
PCI: 00:05.0 read_resources bus 3 link: 0
PCI: 00:05.0 read_resources bus 3 link: 0 done
PCI: 00:05.0 compute_allocate_resource prefmem: base: fff00000 size: 00000000 align: 20 gran: 20 done
PCI: 00:05.0 24 <- [0x00fff00000 - 0x00ffefffff] size 0x00000000 gran 0x14 bus 03 prefmem
PCI: 00:05.0 compute_allocate_resource mem: base: 00000000 size: 00000000 align: 20 gran: 20
PCI: 00:05.0 read_resources bus 3 link: 0
PCI: 00:05.0 read_resources bus 3 link: 0 done
PCI: 00:05.0 compute_allocate_resource mem: base: 00000000 size: 00000000 align: 20 gran: 20 done
PCI: 00:05.0 compute_allocate_resource mem: base: fff00000 size: 00000000 align: 20 gran: 20
PCI: 00:05.0 read_resources bus 3 link: 0
PCI: 00:05.0 read_resources bus 3 link: 0 done
PCI: 00:05.0 compute_allocate_resource mem: base: fff00000 size: 00000000 align: 20 gran: 20 done
PCI: 00:05.0 20 <- [0x00fff00000 - 0x00ffefffff] size 0x00000000 gran 0x14 bus 03 mem
PCI: 00:06.0 compute_allocate_resource io: base: 00000000 size: 00000000 align: 12 gran: 12
PCI: 00:06.0 read_resources bus 4 link: 0
PCI: 00:06.0 read_resources bus 4 link: 0 done
PCI: 00:06.0 compute_allocate_resource io: base: 00000000 size: 00000000 align: 12 gran: 12 done
PCI: 00:06.0 compute_allocate_resource io: base: 01fff000 size: 00000000 align: 12 gran: 12
PCI: 00:06.0 read_resources bus 4 link: 0
PCI: 00:06.0 read_resources bus 4 link: 0 done
PCI: 00:06.0 compute_allocate_resource io: base: 01fff000 size: 00000000 align: 12 gran: 12 done
PCI: 00:06.0 1c <- [0x0001fff000 - 0x0001ffefff] size 0x00000000 gran 0x0c bus 04 io
PCI: 00:06.0 compute_allocate_resource prefmem: base: 00000000 size: 00000000 align: 20 gran: 20
PCI: 00:06.0 read_resources bus 4 link: 0
PCI: 00:06.0 read_resources bus 4 link: 0 done
PCI: 00:06.0 compute_allocate_resource prefmem: base: 00000000 size: 00000000 align: 20 gran: 20 done
PCI: 00:06.0 compute_allocate_resource prefmem: base: fff00000 size: 00000000 align: 20 gran: 20
PCI: 00:06.0 read_resources bus 4 link: 0
PCI: 00:06.0 read_resources bus 4 link: 0 done
PCI: 00:06.0 compute_allocate_resource prefmem: base: fff00000 size: 00000000 align: 20 gran: 20 done
PCI: 00:06.0 24 <- [0x00fff00000 - 0x00ffefffff] size 0x00000000 gran 0x14 bus 04 prefmem
PCI: 00:06.0 compute_allocate_resource mem: base: 00000000 size: 00000000 align: 20 gran: 20
PCI: 00:06.0 read_resources bus 4 link: 0
PCI: 00:06.0 read_resources bus 4 link: 0 done
PCI: 00:06.0 compute_allocate_resource mem: base: 00000000 size: 00000000 align: 20 gran: 20 done
PCI: 00:06.0 compute_allocate_resource mem: base: fff00000 size: 00000000 align: 20 gran: 20
PCI: 00:06.0 read_resources bus 4 link: 0
PCI: 00:06.0 read_resources bus 4 link: 0 done
PCI: 00:06.0 compute_allocate_resource mem: base: fff00000 size: 00000000 align: 20 gran: 20 done
PCI: 00:06.0 20 <- [0x00fff00000 - 0x00ffefffff] size 0x00000000 gran 0x14 bus 04 mem
PCI: 00:07.0 compute_allocate_resource io: base: 00000000 size: 00000000 align: 12 gran: 12
PCI: 00:07.0 read_resources bus 5 link: 0
PCI: 00:07.0 read_resources bus 5 link: 0 done
PCI: 05:00.0 10 * [0x00000000 - 0x000000ff] io
PCI: 00:07.0 compute_allocate_resource io: base: 00000100 size: 00001000 align: 12 gran: 12 done
PCI: 00:07.0 compute_allocate_resource prefmem: base: 00000000 size: 00000000 align: 20 gran: 20
PCI: 00:07.0 read_resources bus 5 link: 0
PCI: 00:07.0 read_resources bus 5 link: 0 done
PCI: 00:07.0 compute_allocate_resource prefmem: base: 00000000 size: 00000000 align: 20 gran: 20 done
PCI: 00:07.0 compute_allocate_resource prefmem: base: fff00000 size: 00000000 align: 20 gran: 20
PCI: 00:07.0 read_resources bus 5 link: 0
PCI: 00:07.0 read_resources bus 5 link: 0 done
PCI: 00:07.0 compute_allocate_resource prefmem: base: fff00000 size: 00000000 align: 20 gran: 20 done
PCI: 00:07.0 24 <- [0x00fff00000 - 0x00ffefffff] size 0x00000000 gran 0x14 bus 05 prefmem
PCI: 00:07.0 compute_allocate_resource mem: base: 00000000 size: 00000000 align: 20 gran: 20
PCI: 00:07.0 read_resources bus 5 link: 0
PCI: 00:07.0 read_resources bus 5 link: 0 done
PCI: 05:00.0 30 * [0x00000000 - 0x0001ffff] mem
PCI: 05:00.0 18 * [0x00020000 - 0x00020fff] mem
PCI: 00:07.0 compute_allocate_resource mem: base: 00021000 size: 00100000 align: 20 gran: 20 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 compute_allocate_resource io: base: 00000000 size: 00000000 align: 12 gran: 12
PCI: 00:14.4 read_resources bus 6 link: 0
PCI: 00:14.4 read_resources bus 6 link: 0 done
PCI: 00:14.4 compute_allocate_resource io: base: 00000000 size: 00000000 align: 12 gran: 12 done
PCI: 00:14.4 compute_allocate_resource io: base: 0000f000 size: 00000000 align: 12 gran: 12
PCI: 00:14.4 read_resources bus 6 link: 0
PCI: 00:14.4 read_resources bus 6 link: 0 done
PCI: 00:14.4 compute_allocate_resource io: base: 0000f000 size: 00000000 align: 12 gran: 12 done
PCI: 00:14.4 1c <- [0x000000f000 - 0x000000efff] size 0x00000000 gran 0x0c bus 06 io
PCI: 00:14.4 compute_allocate_resource prefmem: base: 00000000 size: 00000000 align: 20 gran: 20
PCI: 00:14.4 read_resources bus 6 link: 0
PCI: 00:14.4 read_resources bus 6 link: 0 done
PCI: 00:14.4 compute_allocate_resource prefmem: base: 00000000 size: 00000000 align: 20 gran: 20 done
PCI: 00:14.4 compute_allocate_resource prefmem: base: fff00000 size: 00000000 align: 20 gran: 20
PCI: 00:14.4 read_resources bus 6 link: 0
PCI: 00:14.4 read_resources bus 6 link: 0 done
PCI: 00:14.4 compute_allocate_resource prefmem: base: fff00000 size: 00000000 align: 20 gran: 20 done
PCI: 00:14.4 24 <- [0x00fff00000 - 0x00ffefffff] size 0x00000000 gran 0x14 bus 06 prefmem
PCI: 00:14.4 compute_allocate_resource mem: base: 00000000 size: 00000000 align: 20 gran: 20
PCI: 00:14.4 read_resources bus 6 link: 0
PCI: 00:14.4 read_resources bus 6 link: 0 done
PCI: 00:14.4 compute_allocate_resource mem: base: 00000000 size: 00000000 align: 20 gran: 20 done
PCI: 00:14.4 compute_allocate_resource mem: base: fff00000 size: 00000000 align: 20 gran: 20
PCI: 00:14.4 read_resources bus 6 link: 0
PCI: 00:14.4 read_resources bus 6 link: 0 done
PCI: 00:14.4 compute_allocate_resource mem: base: fff00000 size: 00000000 align: 20 gran: 20 done
PCI: 00:14.4 20 <- [0x00fff00000 - 0x00ffefffff] size 0x00000000 gran 0x14 bus 06 mem
PCI: 00:18.0 read_resources bus 0 link: 0 done
PCI: 00:01.0 1c * [0x00000000 - 0x00000fff] io
PCI: 00:07.0 1c * [0x00001000 - 0x00001fff] io
PCI: 00:12.0 20 * [0x00002000 - 0x0000200f] io
PCI: 00:14.1 20 * [0x00002010 - 0x0000201f] io
PCI: 00:12.0 10 * [0x00002020 - 0x00002027] io
PCI: 00:12.0 18 * [0x00002030 - 0x00002037] io
PCI: 00:14.1 10 * [0x00002040 - 0x00002047] io
PCI: 00:14.1 18 * [0x00002050 - 0x00002057] io
PCI: 00:12.0 14 * [0x00002060 - 0x00002063] io
PCI: 00:12.0 1c * [0x00002070 - 0x00002073] io
PCI: 00:14.1 14 * [0x00002080 - 0x00002083] io
PCI: 00:14.1 1c * [0x00002090 - 0x00002093] io
PCI: 00:18.0 compute_allocate_resource io: base: 00002094 size: 00003000 align: 20 gran: 12 done
PCI: 00:18.0 compute_allocate_resource prefmem: base: 00000000 size: 00000000 align: 20 gran: 20
PCI: 00:18.0 read_resources bus 0 link: 0
PCI: 00:18.0 read_resources bus 0 link: 0 done
PCI: 00:01.0 24 * [0x00000000 - 0x01ffffff] prefmem
PCI: 00:18.0 compute_allocate_resource prefmem: base: 02000000 size: 02000000 align: 25 gran: 20 done
PCI: 00:18.0 compute_allocate_resource mem: base: 00000000 size: 00000000 align: 20 gran: 20
PCI: 00:18.0 read_resources bus 0 link: 0
PCI: 00:18.0 read_resources bus 0 link: 0 done
PCI: 00:01.0 20 * [0x00000000 - 0x000fffff] mem
PCI: 00:07.0 20 * [0x00100000 - 0x001fffff] mem
PCI: 00:14.2 10 * [0x00200000 - 0x00203fff] mem
PCI: 00:13.0 10 * [0x00204000 - 0x00204fff] mem
PCI: 00:13.1 10 * [0x00205000 - 0x00205fff] mem
PCI: 00:13.2 10 * [0x00206000 - 0x00206fff] mem
PCI: 00:13.3 10 * [0x00207000 - 0x00207fff] mem
PCI: 00:13.4 10 * [0x00208000 - 0x00208fff] mem
PCI: 00:12.0 24 * [0x00209000 - 0x002093ff] mem
PCI: 00:13.5 10 * [0x0020a000 - 0x0020a0ff] mem
PCI: 00:14.5 10 * [0x0020b000 - 0x0020b0ff] mem
PCI: 00:14.6 10 * [0x0020c000 - 0x0020c0ff] mem
PCI: 00:14.3 a0 * [0x0020d000 - 0x0020d01f] mem
PCI: 00:18.0 compute_allocate_resource mem: base: 0020d020 size: 00300000 align: 20 gran: 20 done
PCI_DOMAIN: 0000 read_resources bus 0 link: 0 done
Root Device read_resources bus 0 link: 0 done
Root Device compute_allocate_resource io: base: 00000400 size: 00000000 align: 20 gran: 0 done
Root Device compute_allocate_resource mem: base: 00000000 size: 00000000 align: 0 gran: 0
Root Device read_resources bus 0 link: 0
Root Device read_resources bus 0 link: 0 done
PCI: 00:18.3 94 * [0x00000000 - 0x03ffffff] mem
PCI: 00:18.0 1b8 * [0x04000000 - 0x05ffffff] prefmem
PCI: 00:18.0 1b0 * [0x06000000 - 0x062fffff] mem
Root Device compute_allocate_resource mem: base: 06300000 size: 06300000 align: 26 gran: 0 done
Done reading resources.
Allocating VGA resource PCI: 01:05.0
Setting PCI_BRIDGE_CTL_VGA for bridge PCI: 00:01.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
Setting resources...
Root Device compute_allocate_resource io: base: 00001000 size: 00000000 align: 20 gran: 0
Root Device read_resources bus 0 link: 0
Root Device read_resources bus 0 link: 0 done
Root Device compute_allocate_resource io: base: 00001000 size: 00000000 align: 20 gran: 0 done
Root Device compute_allocate_resource mem: base: f8000000 size: 06300000 align: 26 gran: 0
Root Device read_resources bus 0 link: 0
Root Device read_resources bus 0 link: 0 done
PCI: 00:18.3 94 * [0xf8000000 - 0xfbffffff] mem
PCI: 00:18.0 1b8 * [0xfc000000 - 0xfdffffff] prefmem
PCI: 00:18.0 1b0 * [0xfe000000 - 0xfe2fffff] mem
Root Device compute_allocate_resource mem: base: fe300000 size: 06300000 align: 26 gran: 0 done
Root Device assign_resources, bus 0 link: 0
PCI_DOMAIN: 0000 assign_resources, bus 0 link: 0
VGA: PCI: 00:18.0 (aka node 0) link 0 has VGA device
PCI: 00:18.0 compute_allocate_resource prefmem: base: fc000000 size: 02000000 align: 25 gran: 20
PCI: 00:18.0 read_resources bus 0 link: 0
PCI: 00:18.0 read_resources bus 0 link: 0 done
PCI: 00:01.0 24 * [0xfc000000 - 0xfdffffff] prefmem
PCI: 00:18.0 compute_allocate_resource prefmem: base: fe000000 size: 02000000 align: 25 gran: 20 done
PCI: 00:18.0 1b8 <- [0x00fc000000 - 0x00fdffffff] size 0x02000000 gran 0x14 prefmem <node 0 link 0>
PCI: 00:18.0 compute_allocate_resource mem: base: fe000000 size: 00300000 align: 20 gran: 20
PCI: 00:18.0 read_resources bus 0 link: 0
PCI: 00:18.0 read_resources bus 0 link: 0 done
PCI: 00:01.0 20 * [0xfe000000 - 0xfe0fffff] mem
PCI: 00:07.0 20 * [0xfe100000 - 0xfe1fffff] mem
PCI: 00:14.2 10 * [0xfe200000 - 0xfe203fff] mem
PCI: 00:13.0 10 * [0xfe204000 - 0xfe204fff] mem
PCI: 00:13.1 10 * [0xfe205000 - 0xfe205fff] mem
PCI: 00:13.2 10 * [0xfe206000 - 0xfe206fff] mem
PCI: 00:13.3 10 * [0xfe207000 - 0xfe207fff] mem
PCI: 00:13.4 10 * [0xfe208000 - 0xfe208fff] mem
PCI: 00:12.0 24 * [0xfe209000 - 0xfe2093ff] mem
PCI: 00:13.5 10 * [0xfe20a000 - 0xfe20a0ff] mem
PCI: 00:14.5 10 * [0xfe20b000 - 0xfe20b0ff] mem
PCI: 00:14.6 10 * [0xfe20c000 - 0xfe20c0ff] mem
PCI: 00:14.3 a0 * [0xfe20d000 - 0xfe20d01f] mem
PCI: 00:18.0 compute_allocate_resource mem: base: fe20d020 size: 00300000 align: 20 gran: 20 done
PCI: 00:18.0 1b0 <- [0x00fe000000 - 0x00fe2fffff] size 0x00300000 gran 0x14 mem <node 0 link 0>
PCI: 00:18.0 assign_resources, bus 0 link: 0
PCI: 00:01.0 compute_allocate_resource io: base: 00000000 size: 00001000 align: 20 gran: 12
PCI: 00:01.0 read_resources bus 1 link: 0
PCI: 00:01.0 read_resources bus 1 link: 0 done
PCI: 01:05.0 20 * [0x00000000 - 0x000000ff] io
PCI: 00:01.0 compute_allocate_resource io: base: 00000100 size: 00001000 align: 20 gran: 12 done
PCI: 00:01.0 1c <- [0x0000000000 - 0x0000000fff] size 0x00001000 gran 0x0c bus 01 io
PCI: 00:01.0 compute_allocate_resource prefmem: base: fc000000 size: 02000000 align: 25 gran: 20
PCI: 00:01.0 read_resources bus 1 link: 0
PCI: 00:01.0 read_resources bus 1 link: 0 done
PCI: 01:05.0 10 * [0xfc000000 - 0xfdffffff] prefmem
PCI: 00:01.0 compute_allocate_resource prefmem: base: fe000000 size: 02000000 align: 25 gran: 20 done
PCI: 00:01.0 24 <- [0x00fc000000 - 0x00fdffffff] size 0x02000000 gran 0x14 bus 01 prefmem
PCI: 00:01.0 compute_allocate_resource mem: base: fe000000 size: 00100000 align: 20 gran: 20
PCI: 00:01.0 read_resources bus 1 link: 0
PCI: 00:01.0 read_resources bus 1 link: 0 done
PCI: 01:05.0 18 * [0xfe000000 - 0xfe00ffff] mem
PCI: 01:05.2 10 * [0xfe010000 - 0xfe013fff] mem
PCI: 00:01.0 compute_allocate_resource mem: base: fe014000 size: 00100000 align: 20 gran: 20 done
PCI: 00:01.0 20 <- [0x00fe000000 - 0x00fe0fffff] size 0x00100000 gran 0x14 bus 01 mem
PCI: 00:01.0 assign_resources, bus 1 link: 0
PCI: 01:05.0 10 <- [0x00fc000000 - 0x00fdffffff] size 0x02000000 gran 0x19 prefmem64
PCI: 01:05.0 18 <- [0x00fe000000 - 0x00fe00ffff] size 0x00010000 gran 0x10 mem64
PCI: 01:05.0 20 <- [0x0000000000 - 0x00000000ff] size 0x00000100 gran 0x08 io
ERROR: PCI: 01:05.0 24 io size: 0x0000100000 not assigned
PCI: 01:05.0 30 <- [0x00fff00000 - 0x00ffefffff] size 0x00000000 gran 0x00 romem
PCI: 01:05.2 10 <- [0x00fe010000 - 0x00fe013fff] size 0x00004000 gran 0x0e mem64
PCI: 00:01.0 assign_resources, bus 1 link: 0
PCI: 00:07.0 compute_allocate_resource io: base: 00001000 size: 00001000 align: 12 gran: 12
PCI: 00:07.0 read_resources bus 5 link: 0
PCI: 00:07.0 read_resources bus 5 link: 0 done
PCI: 05:00.0 10 * [0x00001000 - 0x000010ff] io
PCI: 00:07.0 compute_allocate_resource io: base: 00001100 size: 00001000 align: 12 gran: 12 done
PCI: 00:07.0 1c <- [0x0000001000 - 0x0000001fff] size 0x00001000 gran 0x0c bus 05 io
PCI: 00:07.0 compute_allocate_resource mem: base: fe100000 size: 00100000 align: 20 gran: 20
PCI: 00:07.0 read_resources bus 5 link: 0
PCI: 00:07.0 read_resources bus 5 link: 0 done
PCI: 05:00.0 30 * [0xfe100000 - 0xfe11ffff] mem
PCI: 05:00.0 18 * [0xfe120000 - 0xfe120fff] mem
PCI: 00:07.0 compute_allocate_resource mem: base: fe121000 size: 00100000 align: 20 gran: 20 done
PCI: 00:07.0 20 <- [0x00fe100000 - 0x00fe1fffff] size 0x00100000 gran 0x14 bus 05 mem
PCI: 00:07.0 assign_resources, bus 5 link: 0
PCI: 05:00.0 10 <- [0x0000001000 - 0x00000010ff] size 0x00000100 gran 0x08 io
PCI: 05:00.0 18 <- [0x00fe120000 - 0x00fe120fff] size 0x00001000 gran 0x0c mem64
PCI: 05:00.0 30 <- [0x00fe100000 - 0x00fe11ffff] size 0x00020000 gran 0x11 romem
PCI: 00:07.0 assign_resources, bus 5 link: 0
PCI: 00:12.0 10 <- [0x0000002020 - 0x0000002027] size 0x00000008 gran 0x03 io
PCI: 00:12.0 14 <- [0x0000002060 - 0x0000002063] size 0x00000004 gran 0x02 io
PCI: 00:12.0 18 <- [0x0000002030 - 0x0000002037] size 0x00000008 gran 0x03 io
PCI: 00:12.0 1c <- [0x0000002070 - 0x0000002073] size 0x00000004 gran 0x02 io
PCI: 00:12.0 20 <- [0x0000002000 - 0x000000200f] size 0x00000010 gran 0x04 io
PCI: 00:12.0 24 <- [0x00fe209000 - 0x00fe2093ff] size 0x00000400 gran 0x0a mem
PCI: 00:13.0 10 <- [0x00fe204000 - 0x00fe204fff] size 0x00001000 gran 0x0c mem
PCI: 00:13.1 10 <- [0x00fe205000 - 0x00fe205fff] size 0x00001000 gran 0x0c mem
PCI: 00:13.2 10 <- [0x00fe206000 - 0x00fe206fff] size 0x00001000 gran 0x0c mem
PCI: 00:13.3 10 <- [0x00fe207000 - 0x00fe207fff] size 0x00001000 gran 0x0c mem
PCI: 00:13.4 10 <- [0x00fe208000 - 0x00fe208fff] size 0x00001000 gran 0x0c mem
PCI: 00:13.5 10 <- [0x00fe20a000 - 0x00fe20a0ff] size 0x00000100 gran 0x08 mem
ERROR: PCI: 00:14.0 74 mem size: 0x0000001000 not assigned
ERROR: PCI: 00:14.0 14 mem size: 0x0000000400 not assigned
ERROR: PCI: 00:14.0 10 io size: 0x0000000010 not assigned
PCI: 00:14.0 assign_resources, bus 1 link: 0
PCI: 00:14.0 assign_resources, bus 1 link: 0
PCI: 00:14.1 10 <- [0x0000002040 - 0x0000002047] size 0x00000008 gran 0x03 io
PCI: 00:14.1 14 <- [0x0000002080 - 0x0000002083] size 0x00000004 gran 0x02 io
PCI: 00:14.1 18 <- [0x0000002050 - 0x0000002057] size 0x00000008 gran 0x03 io
PCI: 00:14.1 1c <- [0x0000002090 - 0x0000002093] size 0x00000004 gran 0x02 io
PCI: 00:14.1 20 <- [0x0000002010 - 0x000000201f] size 0x00000010 gran 0x04 io
PCI: 00:14.2 10 <- [0x00fe200000 - 0x00fe203fff] size 0x00004000 gran 0x0e mem64
PCI: 00:14.3 a0 <- [0x00fe20d000 - 0x00fe20d01f] size 0x00000020 gran 0x05 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
PNP: 002e.6 70 <- [0x000000000c - 0x000000000c] size 0x00000001 gran 0x00 irq
PCI: 00:14.3 assign_resources, bus 0 link: 0
PCI: 00:14.5 10 <- [0x00fe20b000 - 0x00fe20b0ff] size 0x00000100 gran 0x08 mem
PCI: 00:14.6 10 <- [0x00fe20c000 - 0x00fe20c0ff] size 0x00000100 gran 0x08 mem
PCI: 00:18.0 assign_resources, bus 0 link: 0
PCI: 00:18.3 94 <- [0x00f8000000 - 0x00fbffffff] size 0x04000000 gran 0x1a mem <gart>
PCI_DOMAIN: 0000 assign_resources, bus 0 link: 0
Root Device assign_resources, bus 0 link: 0
Done setting resources.
Done allocating resources.
Enabling resources...
PCI: 00:18.0 cmd <- 00
PCI: 00:00.0 subsystem <- 1022/3050
PCI: 00:00.0 cmd <- 06
PCI: 00:01.0 bridge ctrl <- 000b
PCI: 00:01.0 cmd <- 07