]> xenbits.xensource.com Git - seabios.git/commitdiff
Add 26 pci slots, bringing the total to 32.
authorKevin O'Connor <kevin@koconnor.net>
Fri, 9 Oct 2009 02:06:06 +0000 (22:06 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Fri, 9 Oct 2009 02:06:06 +0000 (22:06 -0400)
Lack of pci slots causes Windows to complain when installing too many
device.

Qemu pcbios commit 001fd46e3b551de05c62590ba5ed4cbf6cbe3510

Signed-off-by: Gleb Natapov <gleb@redhat.com>
src/acpi-dsdt.dsl

index c7e65477d88070a41b4b69cf789e9d2c82ac4cb3..cee038a331e74562a049a5f6f3e2f3d9d27c094f 100644 (file)
@@ -63,6 +63,32 @@ DefinitionBlock (
                prt_slot3(0x0003),
                prt_slot0(0x0004),
                prt_slot1(0x0005),
+               prt_slot2(0x0006),
+               prt_slot3(0x0007),
+               prt_slot0(0x0008),
+               prt_slot1(0x0009),
+               prt_slot2(0x000a),
+               prt_slot3(0x000b),
+               prt_slot0(0x000c),
+               prt_slot1(0x000d),
+               prt_slot2(0x000e),
+               prt_slot3(0x000f),
+               prt_slot0(0x0010),
+               prt_slot1(0x0011),
+               prt_slot2(0x0012),
+               prt_slot3(0x0013),
+               prt_slot0(0x0014),
+               prt_slot1(0x0015),
+               prt_slot2(0x0016),
+               prt_slot3(0x0017),
+               prt_slot0(0x0018),
+               prt_slot1(0x0019),
+               prt_slot2(0x001a),
+               prt_slot3(0x001b),
+               prt_slot0(0x001c),
+               prt_slot1(0x001d),
+               prt_slot2(0x001e),
+               prt_slot3(0x001f),
             })
 
             OperationRegion(PCST, SystemIO, 0xae00, 0x08)