via.c (a8170e5e97ad17ca169c64ba87ae2f53850dab4c) via.c (a2cb15b0ddfa05f81a42d7b65dd0c7c50e420c33)
1/*
2 * QEMU IDE Emulation: PCI VIA82C686B support.
3 *
4 * Copyright (c) 2003 Fabrice Bellard
5 * Copyright (c) 2006 Openedhand Ltd.
6 * Copyright (c) 2010 Huacai Chen <zltjiangshi@gmail.com>
7 *
8 * Permission is hereby granted, free of charge, to any person obtaining a copy

--- 11 unchanged lines hidden (view full) ---

20 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
21 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24 * THE SOFTWARE.
25 */
26#include <hw/hw.h>
27#include <hw/pc.h>
1/*
2 * QEMU IDE Emulation: PCI VIA82C686B support.
3 *
4 * Copyright (c) 2003 Fabrice Bellard
5 * Copyright (c) 2006 Openedhand Ltd.
6 * Copyright (c) 2010 Huacai Chen <zltjiangshi@gmail.com>
7 *
8 * Permission is hereby granted, free of charge, to any person obtaining a copy

--- 11 unchanged lines hidden (view full) ---

20 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
21 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24 * THE SOFTWARE.
25 */
26#include <hw/hw.h>
27#include <hw/pc.h>
28#include <hw/pci.h>
28#include <hw/pci/pci.h>
29#include <hw/isa.h>
30#include "block.h"
31#include "sysemu.h"
32#include "dma.h"
33
34#include <hw/ide/pci.h>
35
36static uint64_t bmdma_read(void *opaque, hwaddr addr,

--- 205 unchanged lines hidden ---
29#include <hw/isa.h>
30#include "block.h"
31#include "sysemu.h"
32#include "dma.h"
33
34#include <hw/ide/pci.h>
35
36static uint64_t bmdma_read(void *opaque, hwaddr addr,

--- 205 unchanged lines hidden ---