| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Aic94xx SAS/SATA driver dump interface. |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 5 | 6 | * Copyright (C) 2004 David Chaw <david_chaw@adaptec.com> |
|---|
| 6 | 7 | * Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com> |
|---|
| 7 | 8 | * |
|---|
| 8 | | - * This file is licensed under GPLv2. |
|---|
| 9 | | - * |
|---|
| 10 | | - * This file is part of the aic94xx driver. |
|---|
| 11 | | - * |
|---|
| 12 | | - * The aic94xx driver is free software; you can redistribute it and/or |
|---|
| 13 | | - * modify it under the terms of the GNU General Public License as |
|---|
| 14 | | - * published by the Free Software Foundation; version 2 of the |
|---|
| 15 | | - * License. |
|---|
| 16 | | - * |
|---|
| 17 | | - * The aic94xx driver is distributed in the hope that it will be useful, |
|---|
| 18 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 19 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|---|
| 20 | | - * General Public License for more details. |
|---|
| 21 | | - * |
|---|
| 22 | | - * You should have received a copy of the GNU General Public License |
|---|
| 23 | | - * along with the aic94xx driver; if not, write to the Free Software |
|---|
| 24 | | - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
|---|
| 25 | | - * |
|---|
| 26 | 9 | * 2005/07/14/LT Complete overhaul of this file. Update pages, register |
|---|
| 27 | 10 | * locations, names, etc. Make use of macros. Print more information. |
|---|
| 28 | 11 | * Print all cseq and lseq mip and mdp. |
|---|
| 29 | | - * |
|---|
| 30 | 12 | */ |
|---|
| 31 | 13 | |
|---|
| 32 | 14 | #include <linux/pci.h> |
|---|