i82801b11.c (d6271b657286de80260413684a1f2a63f44ea17b) | i82801b11.c (1a6981bbdc124950c9055974dadf1b36c61b9e1f) |
---|---|
1/* 2 * Copyright (c) 2006 Fabrice Bellard 3 * 4 * Permission is hereby granted, free of charge, to any person obtaining a copy 5 * of this software and associated documentation files (the "Software"), to deal 6 * in the Software without restriction, including without limitation the rights 7 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 8 * copies of the Software, and to permit persons to whom the Software is --- 31 unchanged lines hidden (view full) --- 40 * You should have received a copy of the GNU Lesser General Public 41 * License along with this library; if not, see <http://www.gnu.org/licenses/> 42 */ 43 44#include "qemu/osdep.h" 45#include "hw/pci/pci_bridge.h" 46#include "migration/vmstate.h" 47#include "qemu/module.h" | 1/* 2 * Copyright (c) 2006 Fabrice Bellard 3 * 4 * Permission is hereby granted, free of charge, to any person obtaining a copy 5 * of this software and associated documentation files (the "Software"), to deal 6 * in the Software without restriction, including without limitation the rights 7 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 8 * copies of the Software, and to permit persons to whom the Software is --- 31 unchanged lines hidden (view full) --- 40 * You should have received a copy of the GNU Lesser General Public 41 * License along with this library; if not, see <http://www.gnu.org/licenses/> 42 */ 43 44#include "qemu/osdep.h" 45#include "hw/pci/pci_bridge.h" 46#include "migration/vmstate.h" 47#include "qemu/module.h" |
48#include "hw/i386/ich9.h" | 48#include "hw/southbridge/ich9.h" |
49 50/*****************************************************************************/ 51/* ICH9 DMI-to-PCI bridge */ 52#define I82801ba_SSVID_OFFSET 0x50 53#define I82801ba_SSVID_SVID 0 54#define I82801ba_SSVID_SSID 0 55 56typedef struct I82801b11Bridge { --- 65 unchanged lines hidden --- | 49 50/*****************************************************************************/ 51/* ICH9 DMI-to-PCI bridge */ 52#define I82801ba_SSVID_OFFSET 0x50 53#define I82801ba_SSVID_SVID 0 54#define I82801ba_SSVID_SSID 0 55 56typedef struct I82801b11Bridge { --- 65 unchanged lines hidden --- |