Message ID | 20201012170950.3491912-2-f4bug@amsat.org |
---|---|
State | Superseded |
Headers | show |
Series | hw/pci-host/sabre: Report UNIMP/GUEST_ERROR accesses | expand |
On 12/10/2020 18:09, Philippe Mathieu-Daudé wrote: > The current link redirects to https://www.oracle.com/sun/ > announcing "Oracle acquired Sun Microsystems in 2010, ..." > but does not give hint where to find the datasheet. > > Use the archived PDF on the Wayback Machine, which works. > > Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> > --- > hw/pci-host/sabre.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/pci-host/sabre.c b/hw/pci-host/sabre.c > index 5ac62836238..3634f8369b7 100644 > --- a/hw/pci-host/sabre.c > +++ b/hw/pci-host/sabre.c > @@ -44,7 +44,7 @@ > /* > * Chipset docs: > * PBM: "UltraSPARC IIi User's Manual", > - * http://www.sun.com/processors/manuals/805-0087.pdf > + * https://web.archive.org/web/20030403110020/http://www.sun.com/processors/manuals/805-0087.pdf > */ > > #define PBM_PCI_IMR_MASK 0x7fffffff Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> ATB, Mark.
diff --git a/hw/pci-host/sabre.c b/hw/pci-host/sabre.c index 5ac62836238..3634f8369b7 100644 --- a/hw/pci-host/sabre.c +++ b/hw/pci-host/sabre.c @@ -44,7 +44,7 @@ /* * Chipset docs: * PBM: "UltraSPARC IIi User's Manual", - * http://www.sun.com/processors/manuals/805-0087.pdf + * https://web.archive.org/web/20030403110020/http://www.sun.com/processors/manuals/805-0087.pdf */ #define PBM_PCI_IMR_MASK 0x7fffffff
The current link redirects to https://www.oracle.com/sun/ announcing "Oracle acquired Sun Microsystems in 2010, ..." but does not give hint where to find the datasheet. Use the archived PDF on the Wayback Machine, which works. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> --- hw/pci-host/sabre.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)