qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 12/20] nubus: move nubus to its own 32-bit address space


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 12/20] nubus: move nubus to its own 32-bit address space
Date: Sun, 12 Sep 2021 17:22:36 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 9/12/21 9:49 AM, Mark Cave-Ayland wrote:
> According to "Designing Cards and Drivers for the Macintosh Family" the Nubus
> has its own 32-bit address space based upon physical slot addressing.
> 
> Move Nubus to its own 32-bit address space and then use memory region aliases
> to map available slot and super slot ranges into the q800 system address
> space via the Macintosh Nubus bridge.
> 
> Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
> ---
>  hw/m68k/q800.c                      |  8 +++-----
>  hw/nubus/mac-nubus-bridge.c         | 15 +++++++++++++--
>  hw/nubus/nubus-bus.c                | 18 ++++++++++++++++++
>  hw/nubus/nubus-device.c             |  2 +-
>  include/hw/nubus/mac-nubus-bridge.h |  2 ++
>  include/hw/nubus/nubus.h            | 10 +++++++---
>  6 files changed, 44 insertions(+), 11 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]