From: Mark Cave-Ayland Date: Fri, 24 Sep 2021 07:37:49 +0000 (+0100) Subject: nubus: add comment indicating reference documents X-Git-Tag: qemu-xen-4.17.0-rc4~311^2~19 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=5d1fa7e412cb34b97ca924018ca8f357df9e7b29;p=qemu-xen.git nubus: add comment indicating reference documents Signed-off-by: Mark Cave-Ayland Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé Reviewed-by: Laurent Vivier Message-Id: <20210924073808.1041-2-mark.cave-ayland@ilande.co.uk> Signed-off-by: Laurent Vivier --- diff --git a/hw/nubus/nubus-bus.c b/hw/nubus/nubus-bus.c index 5c13452308..f4410803ff 100644 --- a/hw/nubus/nubus-bus.c +++ b/hw/nubus/nubus-bus.c @@ -8,6 +8,14 @@ * */ +/* + * References: + * Nubus Specification (TI) + * http://www.bitsavers.org/pdf/ti/nubus/2242825-0001_NuBus_Spec1983.pdf + * + * Designing Cards and Drivers for the Macintosh Family (Apple) + */ + #include "qemu/osdep.h" #include "hw/nubus/nubus.h" #include "qapi/error.h"