Le 23/09/2021 à 11:12, Mark Cave-Ayland a écrit : > According to "Designing Cards and Drivers for the Macintosh Family" each > physical > nubus slot can access 2 separate address ranges: a super slot memory region > which > is 256MB and a standard slot memory region which is 16MB. > > Currently a Nubus device uses the physical slot number to determine whether > it is > using a standard slot memory region or a super slot memory region rather than > exposing both memory regions for use as required. > > Signed-off-by: Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> > Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > hw/nubus/nubus-device.c | 36 ++++++++++++++++++------------------ > include/hw/nubus/nubus.h | 1 + > 2 files changed, 19 insertions(+), 18 deletions(-) >
Reviewed-by: Laurent Vivier <laur...@vivier.eu>