| 
									
										
										
										
											2013-07-24 18:56:04 +03:00
										 |  |  | static unsigned char ssdt_pcihp_name[] = { | 
					
						
							| 
									
										
											  
											
												acpi-build: append description for non-hotplug
As reported in
http://article.gmane.org/gmane.comp.emulators.qemu/253987
Mac OSX actually requires describing all occupied slots
in ACPI - even if hotplug isn't enabled.
I didn't expect this so I dropped description of all
non hotpluggable slots from ACPI.
As a result: before
commit 99fd437dee468609de8218f0eb3b16621fb6a9c9 (enable
hotplug for pci bridges), PCI cards show up in the "device tree" of OS X
(System Information). E.g., on MountainLion users have:
Hardware -> PCI Cards:
  Card          Type                 Driver Installed  Slot
 *ethernet      Ethernet Controller  Yes               PCI Slot 2
  pci8086,2934  USB UHC              Yes               PCI Slot 29
  ethernet:
    Type:                 Ethernet Controller
    Driver Installed:     Yes
    MSI:                  No
    Bus:                  PCI
    Slot                  PCI Slot 2
    Vendor ID:            0x8086
    Device ID:            0x100e
    Subsystem Vendor ID:  0x1af4
    Subsystem ID:         0x1100
    Revision ID:          0x0003
Hardware -> Ethernet Cards
  ethernet:
    Type:                 Ethernet Controller
    Bus:                  PCI
    Slot                  PCI Slot 2
    Vendor ID:            0x8086
    Device ID:            0x100e
    Subsystem Vendor ID:  0x1af4
    Subsystem ID:         0x1100
    Revision ID:          0x0003
    BSD name:             en0
    Kext name:            AppleIntel8254XEthernet.kext
    Location:             /System/Library/Extensions/...
    Version:              3.1.1b1
After commit 99fd437dee468609de8218f0eb3b16621fb6a9c9, users get:
Hardware -> PCI Cards:
  This computer doesn't contain any PCI cards. If you installed PCI
  cards, make sure they're properly installed.
Hardware -> Ethernet Cards
  ethernet:
    Type:                 Ethernet Controller
    Bus:                  PCI
    Vendor ID:            0x8086
    Device ID:            0x100e
    Subsystem Vendor ID:  0x1af4
    Subsystem ID:         0x1100
    Revision ID:          0x0003
    BSD name:             en0
    Kext name:            AppleIntel8254XEthernet.kext
    Location:             /System/Library/Extensions/...
    Version:              3.1.1b1
Ethernet still works, but it's not showing up on the PCI bus, and it
no longer thinks it's plugged in to slot #2, as it used to before the
change.
To fix, append description for all occupied non hotpluggable PCI slots.
One need to be careful when doing this: VGA devices
are now described in SSDT, so we need to drop description from DSDT.
And ISA devices are used in DSDT so drop them from SSDT.
Reported-by: Gabriel L. Somlo <gsomlo@gmail.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Also update generated dsdt and pcihp hex dump files.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
											
										 
											2014-02-04 17:43:47 +02:00
										 |  |  | 0x34 | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | static unsigned char ssdt_pcivga_end[] = { | 
					
						
							|  |  |  | 0x99 | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | static unsigned char ssdt_pcivga_name[] = { | 
					
						
							|  |  |  | 0x70 | 
					
						
							| 
									
										
										
										
											2013-07-24 18:56:04 +03:00
										 |  |  | }; | 
					
						
							|  |  |  | static unsigned char ssdt_pcihp_adr[] = { | 
					
						
							| 
									
										
											  
											
												acpi-build: append description for non-hotplug
As reported in
http://article.gmane.org/gmane.comp.emulators.qemu/253987
Mac OSX actually requires describing all occupied slots
in ACPI - even if hotplug isn't enabled.
I didn't expect this so I dropped description of all
non hotpluggable slots from ACPI.
As a result: before
commit 99fd437dee468609de8218f0eb3b16621fb6a9c9 (enable
hotplug for pci bridges), PCI cards show up in the "device tree" of OS X
(System Information). E.g., on MountainLion users have:
Hardware -> PCI Cards:
  Card          Type                 Driver Installed  Slot
 *ethernet      Ethernet Controller  Yes               PCI Slot 2
  pci8086,2934  USB UHC              Yes               PCI Slot 29
  ethernet:
    Type:                 Ethernet Controller
    Driver Installed:     Yes
    MSI:                  No
    Bus:                  PCI
    Slot                  PCI Slot 2
    Vendor ID:            0x8086
    Device ID:            0x100e
    Subsystem Vendor ID:  0x1af4
    Subsystem ID:         0x1100
    Revision ID:          0x0003
Hardware -> Ethernet Cards
  ethernet:
    Type:                 Ethernet Controller
    Bus:                  PCI
    Slot                  PCI Slot 2
    Vendor ID:            0x8086
    Device ID:            0x100e
    Subsystem Vendor ID:  0x1af4
    Subsystem ID:         0x1100
    Revision ID:          0x0003
    BSD name:             en0
    Kext name:            AppleIntel8254XEthernet.kext
    Location:             /System/Library/Extensions/...
    Version:              3.1.1b1
After commit 99fd437dee468609de8218f0eb3b16621fb6a9c9, users get:
Hardware -> PCI Cards:
  This computer doesn't contain any PCI cards. If you installed PCI
  cards, make sure they're properly installed.
Hardware -> Ethernet Cards
  ethernet:
    Type:                 Ethernet Controller
    Bus:                  PCI
    Vendor ID:            0x8086
    Device ID:            0x100e
    Subsystem Vendor ID:  0x1af4
    Subsystem ID:         0x1100
    Revision ID:          0x0003
    BSD name:             en0
    Kext name:            AppleIntel8254XEthernet.kext
    Location:             /System/Library/Extensions/...
    Version:              3.1.1b1
Ethernet still works, but it's not showing up on the PCI bus, and it
no longer thinks it's plugged in to slot #2, as it used to before the
change.
To fix, append description for all occupied non hotpluggable PCI slots.
One need to be careful when doing this: VGA devices
are now described in SSDT, so we need to drop description from DSDT.
And ISA devices are used in DSDT so drop them from SSDT.
Reported-by: Gabriel L. Somlo <gsomlo@gmail.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Also update generated dsdt and pcihp hex dump files.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
											
										 
											2014-02-04 17:43:47 +02:00
										 |  |  | 0x45 | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | static unsigned char ssdt_pcinohp_end[] = { | 
					
						
							|  |  |  | 0x6d | 
					
						
							| 
									
										
										
										
											2013-07-24 18:56:04 +03:00
										 |  |  | }; | 
					
						
							|  |  |  | static unsigned char ssdt_pcihp_end[] = { | 
					
						
							| 
									
										
											  
											
												acpi-build: append description for non-hotplug
As reported in
http://article.gmane.org/gmane.comp.emulators.qemu/253987
Mac OSX actually requires describing all occupied slots
in ACPI - even if hotplug isn't enabled.
I didn't expect this so I dropped description of all
non hotpluggable slots from ACPI.
As a result: before
commit 99fd437dee468609de8218f0eb3b16621fb6a9c9 (enable
hotplug for pci bridges), PCI cards show up in the "device tree" of OS X
(System Information). E.g., on MountainLion users have:
Hardware -> PCI Cards:
  Card          Type                 Driver Installed  Slot
 *ethernet      Ethernet Controller  Yes               PCI Slot 2
  pci8086,2934  USB UHC              Yes               PCI Slot 29
  ethernet:
    Type:                 Ethernet Controller
    Driver Installed:     Yes
    MSI:                  No
    Bus:                  PCI
    Slot                  PCI Slot 2
    Vendor ID:            0x8086
    Device ID:            0x100e
    Subsystem Vendor ID:  0x1af4
    Subsystem ID:         0x1100
    Revision ID:          0x0003
Hardware -> Ethernet Cards
  ethernet:
    Type:                 Ethernet Controller
    Bus:                  PCI
    Slot                  PCI Slot 2
    Vendor ID:            0x8086
    Device ID:            0x100e
    Subsystem Vendor ID:  0x1af4
    Subsystem ID:         0x1100
    Revision ID:          0x0003
    BSD name:             en0
    Kext name:            AppleIntel8254XEthernet.kext
    Location:             /System/Library/Extensions/...
    Version:              3.1.1b1
After commit 99fd437dee468609de8218f0eb3b16621fb6a9c9, users get:
Hardware -> PCI Cards:
  This computer doesn't contain any PCI cards. If you installed PCI
  cards, make sure they're properly installed.
Hardware -> Ethernet Cards
  ethernet:
    Type:                 Ethernet Controller
    Bus:                  PCI
    Vendor ID:            0x8086
    Device ID:            0x100e
    Subsystem Vendor ID:  0x1af4
    Subsystem ID:         0x1100
    Revision ID:          0x0003
    BSD name:             en0
    Kext name:            AppleIntel8254XEthernet.kext
    Location:             /System/Library/Extensions/...
    Version:              3.1.1b1
Ethernet still works, but it's not showing up on the PCI bus, and it
no longer thinks it's plugged in to slot #2, as it used to before the
change.
To fix, append description for all occupied non hotpluggable PCI slots.
One need to be careful when doing this: VGA devices
are now described in SSDT, so we need to drop description from DSDT.
And ISA devices are used in DSDT so drop them from SSDT.
Reported-by: Gabriel L. Somlo <gsomlo@gmail.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Also update generated dsdt and pcihp hex dump files.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
											
										 
											2014-02-04 17:43:47 +02:00
										 |  |  | 0x5c | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | static unsigned char ssdt_pciqxl_start[] = { | 
					
						
							|  |  |  | 0x99 | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | static unsigned char ssdt_pcinohp_name[] = { | 
					
						
							|  |  |  | 0x5f | 
					
						
							| 
									
										
										
										
											2013-07-24 18:56:04 +03:00
										 |  |  | }; | 
					
						
							|  |  |  | static unsigned char ssdp_pcihp_aml[] = { | 
					
						
							|  |  |  | 0x53, | 
					
						
							|  |  |  | 0x53, | 
					
						
							|  |  |  | 0x44, | 
					
						
							|  |  |  | 0x54, | 
					
						
							| 
									
										
											  
											
												acpi-build: append description for non-hotplug
As reported in
http://article.gmane.org/gmane.comp.emulators.qemu/253987
Mac OSX actually requires describing all occupied slots
in ACPI - even if hotplug isn't enabled.
I didn't expect this so I dropped description of all
non hotpluggable slots from ACPI.
As a result: before
commit 99fd437dee468609de8218f0eb3b16621fb6a9c9 (enable
hotplug for pci bridges), PCI cards show up in the "device tree" of OS X
(System Information). E.g., on MountainLion users have:
Hardware -> PCI Cards:
  Card          Type                 Driver Installed  Slot
 *ethernet      Ethernet Controller  Yes               PCI Slot 2
  pci8086,2934  USB UHC              Yes               PCI Slot 29
  ethernet:
    Type:                 Ethernet Controller
    Driver Installed:     Yes
    MSI:                  No
    Bus:                  PCI
    Slot                  PCI Slot 2
    Vendor ID:            0x8086
    Device ID:            0x100e
    Subsystem Vendor ID:  0x1af4
    Subsystem ID:         0x1100
    Revision ID:          0x0003
Hardware -> Ethernet Cards
  ethernet:
    Type:                 Ethernet Controller
    Bus:                  PCI
    Slot                  PCI Slot 2
    Vendor ID:            0x8086
    Device ID:            0x100e
    Subsystem Vendor ID:  0x1af4
    Subsystem ID:         0x1100
    Revision ID:          0x0003
    BSD name:             en0
    Kext name:            AppleIntel8254XEthernet.kext
    Location:             /System/Library/Extensions/...
    Version:              3.1.1b1
After commit 99fd437dee468609de8218f0eb3b16621fb6a9c9, users get:
Hardware -> PCI Cards:
  This computer doesn't contain any PCI cards. If you installed PCI
  cards, make sure they're properly installed.
Hardware -> Ethernet Cards
  ethernet:
    Type:                 Ethernet Controller
    Bus:                  PCI
    Vendor ID:            0x8086
    Device ID:            0x100e
    Subsystem Vendor ID:  0x1af4
    Subsystem ID:         0x1100
    Revision ID:          0x0003
    BSD name:             en0
    Kext name:            AppleIntel8254XEthernet.kext
    Location:             /System/Library/Extensions/...
    Version:              3.1.1b1
Ethernet still works, but it's not showing up on the PCI bus, and it
no longer thinks it's plugged in to slot #2, as it used to before the
change.
To fix, append description for all occupied non hotpluggable PCI slots.
One need to be careful when doing this: VGA devices
are now described in SSDT, so we need to drop description from DSDT.
And ISA devices are used in DSDT so drop them from SSDT.
Reported-by: Gabriel L. Somlo <gsomlo@gmail.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Also update generated dsdt and pcihp hex dump files.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
											
										 
											2014-02-04 17:43:47 +02:00
										 |  |  | 0xc6, | 
					
						
							| 
									
										
										
										
											2013-07-24 18:56:04 +03:00
										 |  |  | 0x0, | 
					
						
							|  |  |  | 0x0, | 
					
						
							|  |  |  | 0x0, | 
					
						
							|  |  |  | 0x1, | 
					
						
							| 
									
										
											  
											
												acpi-build: append description for non-hotplug
As reported in
http://article.gmane.org/gmane.comp.emulators.qemu/253987
Mac OSX actually requires describing all occupied slots
in ACPI - even if hotplug isn't enabled.
I didn't expect this so I dropped description of all
non hotpluggable slots from ACPI.
As a result: before
commit 99fd437dee468609de8218f0eb3b16621fb6a9c9 (enable
hotplug for pci bridges), PCI cards show up in the "device tree" of OS X
(System Information). E.g., on MountainLion users have:
Hardware -> PCI Cards:
  Card          Type                 Driver Installed  Slot
 *ethernet      Ethernet Controller  Yes               PCI Slot 2
  pci8086,2934  USB UHC              Yes               PCI Slot 29
  ethernet:
    Type:                 Ethernet Controller
    Driver Installed:     Yes
    MSI:                  No
    Bus:                  PCI
    Slot                  PCI Slot 2
    Vendor ID:            0x8086
    Device ID:            0x100e
    Subsystem Vendor ID:  0x1af4
    Subsystem ID:         0x1100
    Revision ID:          0x0003
Hardware -> Ethernet Cards
  ethernet:
    Type:                 Ethernet Controller
    Bus:                  PCI
    Slot                  PCI Slot 2
    Vendor ID:            0x8086
    Device ID:            0x100e
    Subsystem Vendor ID:  0x1af4
    Subsystem ID:         0x1100
    Revision ID:          0x0003
    BSD name:             en0
    Kext name:            AppleIntel8254XEthernet.kext
    Location:             /System/Library/Extensions/...
    Version:              3.1.1b1
After commit 99fd437dee468609de8218f0eb3b16621fb6a9c9, users get:
Hardware -> PCI Cards:
  This computer doesn't contain any PCI cards. If you installed PCI
  cards, make sure they're properly installed.
Hardware -> Ethernet Cards
  ethernet:
    Type:                 Ethernet Controller
    Bus:                  PCI
    Vendor ID:            0x8086
    Device ID:            0x100e
    Subsystem Vendor ID:  0x1af4
    Subsystem ID:         0x1100
    Revision ID:          0x0003
    BSD name:             en0
    Kext name:            AppleIntel8254XEthernet.kext
    Location:             /System/Library/Extensions/...
    Version:              3.1.1b1
Ethernet still works, but it's not showing up on the PCI bus, and it
no longer thinks it's plugged in to slot #2, as it used to before the
change.
To fix, append description for all occupied non hotpluggable PCI slots.
One need to be careful when doing this: VGA devices
are now described in SSDT, so we need to drop description from DSDT.
And ISA devices are used in DSDT so drop them from SSDT.
Reported-by: Gabriel L. Somlo <gsomlo@gmail.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Also update generated dsdt and pcihp hex dump files.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
											
										 
											2014-02-04 17:43:47 +02:00
										 |  |  | 0x6b, | 
					
						
							| 
									
										
										
										
											2013-07-24 18:56:04 +03:00
										 |  |  | 0x42, | 
					
						
							|  |  |  | 0x58, | 
					
						
							|  |  |  | 0x50, | 
					
						
							|  |  |  | 0x43, | 
					
						
							|  |  |  | 0x0, | 
					
						
							|  |  |  | 0x0, | 
					
						
							|  |  |  | 0x42, | 
					
						
							|  |  |  | 0x58, | 
					
						
							|  |  |  | 0x53, | 
					
						
							|  |  |  | 0x53, | 
					
						
							|  |  |  | 0x44, | 
					
						
							|  |  |  | 0x54, | 
					
						
							|  |  |  | 0x50, | 
					
						
							|  |  |  | 0x43, | 
					
						
							|  |  |  | 0x1, | 
					
						
							|  |  |  | 0x0, | 
					
						
							|  |  |  | 0x0, | 
					
						
							|  |  |  | 0x0, | 
					
						
							|  |  |  | 0x49, | 
					
						
							|  |  |  | 0x4e, | 
					
						
							|  |  |  | 0x54, | 
					
						
							|  |  |  | 0x4c, | 
					
						
							| 
									
										
										
										
											2013-09-27 17:16:32 +03:00
										 |  |  | 0x23, | 
					
						
							|  |  |  | 0x8, | 
					
						
							|  |  |  | 0x13, | 
					
						
							| 
									
										
										
										
											2013-07-24 18:56:04 +03:00
										 |  |  | 0x20, | 
					
						
							|  |  |  | 0x10, | 
					
						
							| 
									
										
											  
											
												acpi-build: append description for non-hotplug
As reported in
http://article.gmane.org/gmane.comp.emulators.qemu/253987
Mac OSX actually requires describing all occupied slots
in ACPI - even if hotplug isn't enabled.
I didn't expect this so I dropped description of all
non hotpluggable slots from ACPI.
As a result: before
commit 99fd437dee468609de8218f0eb3b16621fb6a9c9 (enable
hotplug for pci bridges), PCI cards show up in the "device tree" of OS X
(System Information). E.g., on MountainLion users have:
Hardware -> PCI Cards:
  Card          Type                 Driver Installed  Slot
 *ethernet      Ethernet Controller  Yes               PCI Slot 2
  pci8086,2934  USB UHC              Yes               PCI Slot 29
  ethernet:
    Type:                 Ethernet Controller
    Driver Installed:     Yes
    MSI:                  No
    Bus:                  PCI
    Slot                  PCI Slot 2
    Vendor ID:            0x8086
    Device ID:            0x100e
    Subsystem Vendor ID:  0x1af4
    Subsystem ID:         0x1100
    Revision ID:          0x0003
Hardware -> Ethernet Cards
  ethernet:
    Type:                 Ethernet Controller
    Bus:                  PCI
    Slot                  PCI Slot 2
    Vendor ID:            0x8086
    Device ID:            0x100e
    Subsystem Vendor ID:  0x1af4
    Subsystem ID:         0x1100
    Revision ID:          0x0003
    BSD name:             en0
    Kext name:            AppleIntel8254XEthernet.kext
    Location:             /System/Library/Extensions/...
    Version:              3.1.1b1
After commit 99fd437dee468609de8218f0eb3b16621fb6a9c9, users get:
Hardware -> PCI Cards:
  This computer doesn't contain any PCI cards. If you installed PCI
  cards, make sure they're properly installed.
Hardware -> Ethernet Cards
  ethernet:
    Type:                 Ethernet Controller
    Bus:                  PCI
    Vendor ID:            0x8086
    Device ID:            0x100e
    Subsystem Vendor ID:  0x1af4
    Subsystem ID:         0x1100
    Revision ID:          0x0003
    BSD name:             en0
    Kext name:            AppleIntel8254XEthernet.kext
    Location:             /System/Library/Extensions/...
    Version:              3.1.1b1
Ethernet still works, but it's not showing up on the PCI bus, and it
no longer thinks it's plugged in to slot #2, as it used to before the
change.
To fix, append description for all occupied non hotpluggable PCI slots.
One need to be careful when doing this: VGA devices
are now described in SSDT, so we need to drop description from DSDT.
And ISA devices are used in DSDT so drop them from SSDT.
Reported-by: Gabriel L. Somlo <gsomlo@gmail.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Also update generated dsdt and pcihp hex dump files.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
											
										 
											2014-02-04 17:43:47 +02:00
										 |  |  | 0x41, | 
					
						
							|  |  |  | 0xa, | 
					
						
							| 
									
										
										
										
											2013-07-24 18:56:04 +03:00
										 |  |  | 0x5c, | 
					
						
							|  |  |  | 0x2e, | 
					
						
							|  |  |  | 0x5f, | 
					
						
							|  |  |  | 0x53, | 
					
						
							|  |  |  | 0x42, | 
					
						
							|  |  |  | 0x5f, | 
					
						
							|  |  |  | 0x50, | 
					
						
							|  |  |  | 0x43, | 
					
						
							|  |  |  | 0x49, | 
					
						
							|  |  |  | 0x30, | 
					
						
							|  |  |  | 0x5b, | 
					
						
							|  |  |  | 0x82, | 
					
						
							| 
									
										
										
										
											2014-01-09 17:36:39 +01:00
										 |  |  | 0x29, | 
					
						
							| 
									
										
										
										
											2013-07-24 18:56:04 +03:00
										 |  |  | 0x53, | 
					
						
							|  |  |  | 0x41, | 
					
						
							|  |  |  | 0x41, | 
					
						
							|  |  |  | 0x5f, | 
					
						
							|  |  |  | 0x8, | 
					
						
							|  |  |  | 0x5f, | 
					
						
							|  |  |  | 0x53, | 
					
						
							|  |  |  | 0x55, | 
					
						
							|  |  |  | 0x4e, | 
					
						
							|  |  |  | 0xa, | 
					
						
							|  |  |  | 0xaa, | 
					
						
							|  |  |  | 0x8, | 
					
						
							|  |  |  | 0x5f, | 
					
						
							|  |  |  | 0x41, | 
					
						
							|  |  |  | 0x44, | 
					
						
							|  |  |  | 0x52, | 
					
						
							|  |  |  | 0xc, | 
					
						
							|  |  |  | 0x0, | 
					
						
							|  |  |  | 0x0, | 
					
						
							|  |  |  | 0xaa, | 
					
						
							|  |  |  | 0x0, | 
					
						
							|  |  |  | 0x14, | 
					
						
							| 
									
										
										
										
											2014-01-09 17:36:39 +01:00
										 |  |  | 0x12, | 
					
						
							| 
									
										
										
										
											2013-07-24 18:56:04 +03:00
										 |  |  | 0x5f, | 
					
						
							|  |  |  | 0x45, | 
					
						
							|  |  |  | 0x4a, | 
					
						
							|  |  |  | 0x30, | 
					
						
							|  |  |  | 0x1, | 
					
						
							|  |  |  | 0x50, | 
					
						
							|  |  |  | 0x43, | 
					
						
							|  |  |  | 0x45, | 
					
						
							|  |  |  | 0x4a, | 
					
						
							| 
									
										
										
										
											2014-01-09 17:36:39 +01:00
										 |  |  | 0x42, | 
					
						
							|  |  |  | 0x53, | 
					
						
							|  |  |  | 0x45, | 
					
						
							|  |  |  | 0x4c, | 
					
						
							| 
									
										
										
										
											2013-07-24 18:56:04 +03:00
										 |  |  | 0x5f, | 
					
						
							|  |  |  | 0x53, | 
					
						
							|  |  |  | 0x55, | 
					
						
							| 
									
										
											  
											
												acpi-build: append description for non-hotplug
As reported in
http://article.gmane.org/gmane.comp.emulators.qemu/253987
Mac OSX actually requires describing all occupied slots
in ACPI - even if hotplug isn't enabled.
I didn't expect this so I dropped description of all
non hotpluggable slots from ACPI.
As a result: before
commit 99fd437dee468609de8218f0eb3b16621fb6a9c9 (enable
hotplug for pci bridges), PCI cards show up in the "device tree" of OS X
(System Information). E.g., on MountainLion users have:
Hardware -> PCI Cards:
  Card          Type                 Driver Installed  Slot
 *ethernet      Ethernet Controller  Yes               PCI Slot 2
  pci8086,2934  USB UHC              Yes               PCI Slot 29
  ethernet:
    Type:                 Ethernet Controller
    Driver Installed:     Yes
    MSI:                  No
    Bus:                  PCI
    Slot                  PCI Slot 2
    Vendor ID:            0x8086
    Device ID:            0x100e
    Subsystem Vendor ID:  0x1af4
    Subsystem ID:         0x1100
    Revision ID:          0x0003
Hardware -> Ethernet Cards
  ethernet:
    Type:                 Ethernet Controller
    Bus:                  PCI
    Slot                  PCI Slot 2
    Vendor ID:            0x8086
    Device ID:            0x100e
    Subsystem Vendor ID:  0x1af4
    Subsystem ID:         0x1100
    Revision ID:          0x0003
    BSD name:             en0
    Kext name:            AppleIntel8254XEthernet.kext
    Location:             /System/Library/Extensions/...
    Version:              3.1.1b1
After commit 99fd437dee468609de8218f0eb3b16621fb6a9c9, users get:
Hardware -> PCI Cards:
  This computer doesn't contain any PCI cards. If you installed PCI
  cards, make sure they're properly installed.
Hardware -> Ethernet Cards
  ethernet:
    Type:                 Ethernet Controller
    Bus:                  PCI
    Vendor ID:            0x8086
    Device ID:            0x100e
    Subsystem Vendor ID:  0x1af4
    Subsystem ID:         0x1100
    Revision ID:          0x0003
    BSD name:             en0
    Kext name:            AppleIntel8254XEthernet.kext
    Location:             /System/Library/Extensions/...
    Version:              3.1.1b1
Ethernet still works, but it's not showing up on the PCI bus, and it
no longer thinks it's plugged in to slot #2, as it used to before the
change.
To fix, append description for all occupied non hotpluggable PCI slots.
One need to be careful when doing this: VGA devices
are now described in SSDT, so we need to drop description from DSDT.
And ISA devices are used in DSDT so drop them from SSDT.
Reported-by: Gabriel L. Somlo <gsomlo@gmail.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Also update generated dsdt and pcihp hex dump files.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
											
										 
											2014-02-04 17:43:47 +02:00
										 |  |  | 0x4e, | 
					
						
							|  |  |  | 0x5b, | 
					
						
							|  |  |  | 0x82, | 
					
						
							|  |  |  | 0xf, | 
					
						
							|  |  |  | 0x53, | 
					
						
							|  |  |  | 0x42, | 
					
						
							|  |  |  | 0x42, | 
					
						
							|  |  |  | 0x5f, | 
					
						
							|  |  |  | 0x8, | 
					
						
							|  |  |  | 0x5f, | 
					
						
							|  |  |  | 0x41, | 
					
						
							|  |  |  | 0x44, | 
					
						
							|  |  |  | 0x52, | 
					
						
							|  |  |  | 0xc, | 
					
						
							|  |  |  | 0x0, | 
					
						
							|  |  |  | 0x0, | 
					
						
							|  |  |  | 0xaa, | 
					
						
							|  |  |  | 0x0, | 
					
						
							|  |  |  | 0x5b, | 
					
						
							|  |  |  | 0x82, | 
					
						
							|  |  |  | 0x2a, | 
					
						
							|  |  |  | 0x53, | 
					
						
							|  |  |  | 0x43, | 
					
						
							|  |  |  | 0x43, | 
					
						
							|  |  |  | 0x5f, | 
					
						
							|  |  |  | 0x8, | 
					
						
							|  |  |  | 0x5f, | 
					
						
							|  |  |  | 0x41, | 
					
						
							|  |  |  | 0x44, | 
					
						
							|  |  |  | 0x52, | 
					
						
							|  |  |  | 0xc, | 
					
						
							|  |  |  | 0x0, | 
					
						
							|  |  |  | 0x0, | 
					
						
							|  |  |  | 0xaa, | 
					
						
							|  |  |  | 0x0, | 
					
						
							|  |  |  | 0x14, | 
					
						
							|  |  |  | 0x8, | 
					
						
							|  |  |  | 0x5f, | 
					
						
							|  |  |  | 0x53, | 
					
						
							|  |  |  | 0x31, | 
					
						
							|  |  |  | 0x44, | 
					
						
							|  |  |  | 0x0, | 
					
						
							|  |  |  | 0xa4, | 
					
						
							|  |  |  | 0x0, | 
					
						
							|  |  |  | 0x14, | 
					
						
							|  |  |  | 0x8, | 
					
						
							|  |  |  | 0x5f, | 
					
						
							|  |  |  | 0x53, | 
					
						
							|  |  |  | 0x32, | 
					
						
							|  |  |  | 0x44, | 
					
						
							|  |  |  | 0x0, | 
					
						
							|  |  |  | 0xa4, | 
					
						
							|  |  |  | 0x0, | 
					
						
							|  |  |  | 0x14, | 
					
						
							|  |  |  | 0x8, | 
					
						
							|  |  |  | 0x5f, | 
					
						
							|  |  |  | 0x53, | 
					
						
							|  |  |  | 0x33, | 
					
						
							|  |  |  | 0x44, | 
					
						
							|  |  |  | 0x0, | 
					
						
							|  |  |  | 0xa4, | 
					
						
							|  |  |  | 0x0, | 
					
						
							|  |  |  | 0x5b, | 
					
						
							|  |  |  | 0x82, | 
					
						
							|  |  |  | 0x2b, | 
					
						
							|  |  |  | 0x53, | 
					
						
							|  |  |  | 0x44, | 
					
						
							|  |  |  | 0x44, | 
					
						
							|  |  |  | 0x5f, | 
					
						
							|  |  |  | 0x8, | 
					
						
							|  |  |  | 0x5f, | 
					
						
							|  |  |  | 0x41, | 
					
						
							|  |  |  | 0x44, | 
					
						
							|  |  |  | 0x52, | 
					
						
							|  |  |  | 0xc, | 
					
						
							|  |  |  | 0x0, | 
					
						
							|  |  |  | 0x0, | 
					
						
							|  |  |  | 0xaa, | 
					
						
							|  |  |  | 0x0, | 
					
						
							|  |  |  | 0x14, | 
					
						
							|  |  |  | 0x8, | 
					
						
							|  |  |  | 0x5f, | 
					
						
							|  |  |  | 0x53, | 
					
						
							|  |  |  | 0x31, | 
					
						
							|  |  |  | 0x44, | 
					
						
							|  |  |  | 0x0, | 
					
						
							|  |  |  | 0xa4, | 
					
						
							|  |  |  | 0x0, | 
					
						
							|  |  |  | 0x14, | 
					
						
							|  |  |  | 0x8, | 
					
						
							|  |  |  | 0x5f, | 
					
						
							|  |  |  | 0x53, | 
					
						
							|  |  |  | 0x32, | 
					
						
							|  |  |  | 0x44, | 
					
						
							|  |  |  | 0x0, | 
					
						
							|  |  |  | 0xa4, | 
					
						
							|  |  |  | 0x0, | 
					
						
							|  |  |  | 0x14, | 
					
						
							|  |  |  | 0x9, | 
					
						
							|  |  |  | 0x5f, | 
					
						
							|  |  |  | 0x53, | 
					
						
							|  |  |  | 0x33, | 
					
						
							|  |  |  | 0x44, | 
					
						
							|  |  |  | 0x0, | 
					
						
							|  |  |  | 0xa4, | 
					
						
							|  |  |  | 0xa, | 
					
						
							|  |  |  | 0x3 | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | static unsigned char ssdt_pciqxl_adr[] = { | 
					
						
							|  |  |  | 0xa6 | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | static unsigned char ssdt_pcinohp_adr[] = { | 
					
						
							|  |  |  | 0x69 | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | static unsigned char ssdt_pcivga_adr[] = { | 
					
						
							|  |  |  | 0x7a | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | static unsigned char ssdt_pciqxl_name[] = { | 
					
						
							|  |  |  | 0x9c | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | static unsigned char ssdt_pcivga_start[] = { | 
					
						
							|  |  |  | 0x6d | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | static unsigned char ssdt_pciqxl_end[] = { | 
					
						
							|  |  |  | 0xc6 | 
					
						
							| 
									
										
										
										
											2013-07-24 18:56:04 +03:00
										 |  |  | }; | 
					
						
							|  |  |  | static unsigned char ssdt_pcihp_start[] = { | 
					
						
							| 
									
										
											  
											
												acpi-build: append description for non-hotplug
As reported in
http://article.gmane.org/gmane.comp.emulators.qemu/253987
Mac OSX actually requires describing all occupied slots
in ACPI - even if hotplug isn't enabled.
I didn't expect this so I dropped description of all
non hotpluggable slots from ACPI.
As a result: before
commit 99fd437dee468609de8218f0eb3b16621fb6a9c9 (enable
hotplug for pci bridges), PCI cards show up in the "device tree" of OS X
(System Information). E.g., on MountainLion users have:
Hardware -> PCI Cards:
  Card          Type                 Driver Installed  Slot
 *ethernet      Ethernet Controller  Yes               PCI Slot 2
  pci8086,2934  USB UHC              Yes               PCI Slot 29
  ethernet:
    Type:                 Ethernet Controller
    Driver Installed:     Yes
    MSI:                  No
    Bus:                  PCI
    Slot                  PCI Slot 2
    Vendor ID:            0x8086
    Device ID:            0x100e
    Subsystem Vendor ID:  0x1af4
    Subsystem ID:         0x1100
    Revision ID:          0x0003
Hardware -> Ethernet Cards
  ethernet:
    Type:                 Ethernet Controller
    Bus:                  PCI
    Slot                  PCI Slot 2
    Vendor ID:            0x8086
    Device ID:            0x100e
    Subsystem Vendor ID:  0x1af4
    Subsystem ID:         0x1100
    Revision ID:          0x0003
    BSD name:             en0
    Kext name:            AppleIntel8254XEthernet.kext
    Location:             /System/Library/Extensions/...
    Version:              3.1.1b1
After commit 99fd437dee468609de8218f0eb3b16621fb6a9c9, users get:
Hardware -> PCI Cards:
  This computer doesn't contain any PCI cards. If you installed PCI
  cards, make sure they're properly installed.
Hardware -> Ethernet Cards
  ethernet:
    Type:                 Ethernet Controller
    Bus:                  PCI
    Vendor ID:            0x8086
    Device ID:            0x100e
    Subsystem Vendor ID:  0x1af4
    Subsystem ID:         0x1100
    Revision ID:          0x0003
    BSD name:             en0
    Kext name:            AppleIntel8254XEthernet.kext
    Location:             /System/Library/Extensions/...
    Version:              3.1.1b1
Ethernet still works, but it's not showing up on the PCI bus, and it
no longer thinks it's plugged in to slot #2, as it used to before the
change.
To fix, append description for all occupied non hotpluggable PCI slots.
One need to be careful when doing this: VGA devices
are now described in SSDT, so we need to drop description from DSDT.
And ISA devices are used in DSDT so drop them from SSDT.
Reported-by: Gabriel L. Somlo <gsomlo@gmail.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Also update generated dsdt and pcihp hex dump files.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
											
										 
											2014-02-04 17:43:47 +02:00
										 |  |  | 0x31 | 
					
						
							| 
									
										
										
										
											2013-07-24 18:56:04 +03:00
										 |  |  | }; | 
					
						
							|  |  |  | static unsigned char ssdt_pcihp_id[] = { | 
					
						
							| 
									
										
											  
											
												acpi-build: append description for non-hotplug
As reported in
http://article.gmane.org/gmane.comp.emulators.qemu/253987
Mac OSX actually requires describing all occupied slots
in ACPI - even if hotplug isn't enabled.
I didn't expect this so I dropped description of all
non hotpluggable slots from ACPI.
As a result: before
commit 99fd437dee468609de8218f0eb3b16621fb6a9c9 (enable
hotplug for pci bridges), PCI cards show up in the "device tree" of OS X
(System Information). E.g., on MountainLion users have:
Hardware -> PCI Cards:
  Card          Type                 Driver Installed  Slot
 *ethernet      Ethernet Controller  Yes               PCI Slot 2
  pci8086,2934  USB UHC              Yes               PCI Slot 29
  ethernet:
    Type:                 Ethernet Controller
    Driver Installed:     Yes
    MSI:                  No
    Bus:                  PCI
    Slot                  PCI Slot 2
    Vendor ID:            0x8086
    Device ID:            0x100e
    Subsystem Vendor ID:  0x1af4
    Subsystem ID:         0x1100
    Revision ID:          0x0003
Hardware -> Ethernet Cards
  ethernet:
    Type:                 Ethernet Controller
    Bus:                  PCI
    Slot                  PCI Slot 2
    Vendor ID:            0x8086
    Device ID:            0x100e
    Subsystem Vendor ID:  0x1af4
    Subsystem ID:         0x1100
    Revision ID:          0x0003
    BSD name:             en0
    Kext name:            AppleIntel8254XEthernet.kext
    Location:             /System/Library/Extensions/...
    Version:              3.1.1b1
After commit 99fd437dee468609de8218f0eb3b16621fb6a9c9, users get:
Hardware -> PCI Cards:
  This computer doesn't contain any PCI cards. If you installed PCI
  cards, make sure they're properly installed.
Hardware -> Ethernet Cards
  ethernet:
    Type:                 Ethernet Controller
    Bus:                  PCI
    Vendor ID:            0x8086
    Device ID:            0x100e
    Subsystem Vendor ID:  0x1af4
    Subsystem ID:         0x1100
    Revision ID:          0x0003
    BSD name:             en0
    Kext name:            AppleIntel8254XEthernet.kext
    Location:             /System/Library/Extensions/...
    Version:              3.1.1b1
Ethernet still works, but it's not showing up on the PCI bus, and it
no longer thinks it's plugged in to slot #2, as it used to before the
change.
To fix, append description for all occupied non hotpluggable PCI slots.
One need to be careful when doing this: VGA devices
are now described in SSDT, so we need to drop description from DSDT.
And ISA devices are used in DSDT so drop them from SSDT.
Reported-by: Gabriel L. Somlo <gsomlo@gmail.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Also update generated dsdt and pcihp hex dump files.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
											
										 
											2014-02-04 17:43:47 +02:00
										 |  |  | 0x3e | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | static unsigned char ssdt_pcinohp_start[] = { | 
					
						
							|  |  |  | 0x5c | 
					
						
							| 
									
										
										
										
											2013-07-24 18:56:04 +03:00
										 |  |  | }; |