.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Hardware descriptions for HP 9000 based hardware, including |
---|
3 | 4 | * system types, SCSI controllers, DMA controllers, HPPB controllers |
---|
.. | .. |
---|
5 | 6 | * |
---|
6 | 7 | * Based on the document "PA-RISC 1.1 I/O Firmware Architecture |
---|
7 | 8 | * Reference Specification", March 7, 1999, version 0.96. This |
---|
8 | | - * is available at http://parisc-linux.org/documentation/ |
---|
| 9 | + * is available at |
---|
| 10 | + * https://parisc.wiki.kernel.org/index.php/Technical_Documentation |
---|
9 | 11 | * |
---|
10 | 12 | * Copyright 1999 by Alex deVries <alex@onefishtwo.ca> |
---|
11 | 13 | * and copyright 1999 The Puffin Group Inc. |
---|
12 | | - * |
---|
13 | | - * This program is free software; you can redistribute it and/or modify |
---|
14 | | - * it under the terms of the GNU General Public License as published by |
---|
15 | | - * the Free Software Foundation; either version 2, or (at your option) |
---|
16 | | - * any later version. |
---|
17 | | - * |
---|
18 | | - * This program is distributed in the hope that it will be useful, |
---|
19 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
20 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
21 | | - * GNU General Public License for more details. |
---|
22 | | - * |
---|
23 | | - * You should have received a copy of the GNU General Public License |
---|
24 | | - * along with this program; if not, write to the Free Software |
---|
25 | | - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
---|
26 | | - * |
---|
27 | 14 | */ |
---|
28 | 15 | |
---|
29 | 16 | |
---|