aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/cmd646.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-09pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata1-2/+2
2009-11-09pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata1-5/+5
2009-11-07IDE: Fix reset handlingBlue Swirl1-2/+4
2009-11-07Sparc64/x86: remove unneeded calls to device resetBlue Swirl1-1/+0
2009-10-27ide: port pci ide to vmstateJuan Quintela1-1/+1
2009-10-12ide: BMDMAState don't need a pci_dev field anymoreJuan Quintela1-1/+0
2009-10-12ide: cmd646 ->unit has just the value that we wantJuan Quintela1-2/+2
2009-10-12ide: cmd646 we can get the pci device with container_ofJuan Quintela1-6/+11
2009-10-12ide: PCIIDEState type field is not needed anymoreJuan Quintela1-23/+11
2009-10-12ide: split cmd646 and piix from pci.cJuan Quintela1-0/+280