mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
Use full 36-bit physical address space on SS10
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2830 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
36ddb83bd8
commit
5dcb6b914e
18 changed files with 204 additions and 129 deletions
3
hw/esp.c
3
hw/esp.c
|
@ -562,7 +562,8 @@ void esp_scsi_attach(void *opaque, BlockDriverState *bd, int id)
|
|||
s->scsi_dev[id] = scsi_disk_init(bd, 0, esp_command_complete, s);
|
||||
}
|
||||
|
||||
void *esp_init(BlockDriverState **bd, uint32_t espaddr, void *dma_opaque)
|
||||
void *esp_init(BlockDriverState **bd, target_phys_addr_t espaddr,
|
||||
void *dma_opaque)
|
||||
{
|
||||
ESPState *s;
|
||||
int esp_io_memory;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue