mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
PPC: Add U3 based Mac machine
Linux on PPC64 knows only so many chipsets. One of the is the U3. So we can use that when we're emulating a PPC64 machine, making Linux happy. Signed-off-by: Alexander Graf <agraf@suse.de> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@681 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -279,6 +279,12 @@ static const pci_subclass_t mem_subclass[] = {
|
||||
|
||||
|
||||
static const pci_dev_t hbrg_devices[] = {
|
||||
{
|
||||
PCI_VENDOR_ID_APPLE, PCI_DEVICE_ID_APPLE_U3_AGP, NULL,
|
||||
"pci", "AAPL,UniNorth", "u3-agp\0",
|
||||
3, 2, 1,
|
||||
host_config_cb, NULL,
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_ID_APPLE, PCI_DEVICE_ID_APPLE_UNI_N_AGP, NULL,
|
||||
"pci", "AAPL,UniNorth", "uni-north\0",
|
||||
@@ -1084,7 +1090,7 @@ static const pci_dev_t misc_pci[] = {
|
||||
{
|
||||
PCI_VENDOR_ID_APPLE, PCI_DEVICE_ID_APPLE_UNI_N_KEYL,
|
||||
"mac-io", "mac-io", "AAPL,Keylargo", "Keylargo\0",
|
||||
1, 1, 2,
|
||||
1, 1, 1,
|
||||
&macio_keylargo_config_cb, NULL,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user