18c2ecf20Sopenharmony_ci/*
28c2ecf20Sopenharmony_ci * Adaptec AIC7xxx device driver for Linux.
38c2ecf20Sopenharmony_ci *
48c2ecf20Sopenharmony_ci * Copyright (c) 2000-2001 Adaptec Inc.
58c2ecf20Sopenharmony_ci * All rights reserved.
68c2ecf20Sopenharmony_ci *
78c2ecf20Sopenharmony_ci * Redistribution and use in source and binary forms, with or without
88c2ecf20Sopenharmony_ci * modification, are permitted provided that the following conditions
98c2ecf20Sopenharmony_ci * are met:
108c2ecf20Sopenharmony_ci * 1. Redistributions of source code must retain the above copyright
118c2ecf20Sopenharmony_ci *    notice, this list of conditions, and the following disclaimer,
128c2ecf20Sopenharmony_ci *    without modification.
138c2ecf20Sopenharmony_ci * 2. Redistributions in binary form must reproduce at minimum a disclaimer
148c2ecf20Sopenharmony_ci *    substantially similar to the "NO WARRANTY" disclaimer below
158c2ecf20Sopenharmony_ci *    ("Disclaimer") and any redistribution must be conditioned upon
168c2ecf20Sopenharmony_ci *    including a substantially similar Disclaimer requirement for further
178c2ecf20Sopenharmony_ci *    binary redistribution.
188c2ecf20Sopenharmony_ci * 3. Neither the names of the above-listed copyright holders nor the names
198c2ecf20Sopenharmony_ci *    of any contributors may be used to endorse or promote products derived
208c2ecf20Sopenharmony_ci *    from this software without specific prior written permission.
218c2ecf20Sopenharmony_ci *
228c2ecf20Sopenharmony_ci * Alternatively, this software may be distributed under the terms of the
238c2ecf20Sopenharmony_ci * GNU General Public License ("GPL") version 2 as published by the Free
248c2ecf20Sopenharmony_ci * Software Foundation.
258c2ecf20Sopenharmony_ci *
268c2ecf20Sopenharmony_ci * NO WARRANTY
278c2ecf20Sopenharmony_ci * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
288c2ecf20Sopenharmony_ci * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
298c2ecf20Sopenharmony_ci * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR
308c2ecf20Sopenharmony_ci * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
318c2ecf20Sopenharmony_ci * HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
328c2ecf20Sopenharmony_ci * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
338c2ecf20Sopenharmony_ci * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
348c2ecf20Sopenharmony_ci * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
358c2ecf20Sopenharmony_ci * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
368c2ecf20Sopenharmony_ci * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
378c2ecf20Sopenharmony_ci * POSSIBILITY OF SUCH DAMAGES.
388c2ecf20Sopenharmony_ci *
398c2ecf20Sopenharmony_ci * $Id$
408c2ecf20Sopenharmony_ci *
418c2ecf20Sopenharmony_ci */
428c2ecf20Sopenharmony_ci#ifndef _AIC7XXX_PCI_H_
438c2ecf20Sopenharmony_ci#define _AIC7XXX_PCI_H_
448c2ecf20Sopenharmony_ci
458c2ecf20Sopenharmony_ci#define ID_ALL_MASK			0xFFFFFFFFFFFFFFFFull
468c2ecf20Sopenharmony_ci#define ID_DEV_VENDOR_MASK		0xFFFFFFFF00000000ull
478c2ecf20Sopenharmony_ci#define ID_9005_GENERIC_MASK		0xFFF0FFFF00000000ull
488c2ecf20Sopenharmony_ci#define ID_9005_SISL_MASK		0x000FFFFF00000000ull
498c2ecf20Sopenharmony_ci#define ID_9005_SISL_ID			0x0005900500000000ull
508c2ecf20Sopenharmony_ci#define ID_AIC7850			0x5078900400000000ull
518c2ecf20Sopenharmony_ci#define ID_AHA_2902_04_10_15_20C_30C	0x5078900478509004ull
528c2ecf20Sopenharmony_ci#define ID_AIC7855			0x5578900400000000ull
538c2ecf20Sopenharmony_ci#define ID_AIC7859			0x3860900400000000ull
548c2ecf20Sopenharmony_ci#define ID_AHA_2930CU			0x3860900438699004ull
558c2ecf20Sopenharmony_ci#define ID_AIC7860			0x6078900400000000ull
568c2ecf20Sopenharmony_ci#define ID_AIC7860C			0x6078900478609004ull
578c2ecf20Sopenharmony_ci#define ID_AHA_1480A			0x6075900400000000ull
588c2ecf20Sopenharmony_ci#define ID_AHA_2940AU_0			0x6178900400000000ull
598c2ecf20Sopenharmony_ci#define ID_AHA_2940AU_1			0x6178900478619004ull
608c2ecf20Sopenharmony_ci#define ID_AHA_2940AU_CN		0x2178900478219004ull
618c2ecf20Sopenharmony_ci#define ID_AHA_2930C_VAR		0x6038900438689004ull
628c2ecf20Sopenharmony_ci
638c2ecf20Sopenharmony_ci#define ID_AIC7870			0x7078900400000000ull
648c2ecf20Sopenharmony_ci#define ID_AHA_2940			0x7178900400000000ull
658c2ecf20Sopenharmony_ci#define ID_AHA_3940			0x7278900400000000ull
668c2ecf20Sopenharmony_ci#define ID_AHA_398X			0x7378900400000000ull
678c2ecf20Sopenharmony_ci#define ID_AHA_2944			0x7478900400000000ull
688c2ecf20Sopenharmony_ci#define ID_AHA_3944			0x7578900400000000ull
698c2ecf20Sopenharmony_ci#define ID_AHA_4944			0x7678900400000000ull
708c2ecf20Sopenharmony_ci
718c2ecf20Sopenharmony_ci#define ID_AIC7880			0x8078900400000000ull
728c2ecf20Sopenharmony_ci#define ID_AIC7880_B			0x8078900478809004ull
738c2ecf20Sopenharmony_ci#define ID_AHA_2940U			0x8178900400000000ull
748c2ecf20Sopenharmony_ci#define ID_AHA_3940U			0x8278900400000000ull
758c2ecf20Sopenharmony_ci#define ID_AHA_2944U			0x8478900400000000ull
768c2ecf20Sopenharmony_ci#define ID_AHA_3944U			0x8578900400000000ull
778c2ecf20Sopenharmony_ci#define ID_AHA_398XU			0x8378900400000000ull
788c2ecf20Sopenharmony_ci#define ID_AHA_4944U			0x8678900400000000ull
798c2ecf20Sopenharmony_ci#define ID_AHA_2940UB			0x8178900478819004ull
808c2ecf20Sopenharmony_ci#define ID_AHA_2930U			0x8878900478889004ull
818c2ecf20Sopenharmony_ci#define ID_AHA_2940U_PRO		0x8778900478879004ull
828c2ecf20Sopenharmony_ci#define ID_AHA_2940U_CN			0x0078900478009004ull
838c2ecf20Sopenharmony_ci
848c2ecf20Sopenharmony_ci#define ID_AIC7895			0x7895900478959004ull
858c2ecf20Sopenharmony_ci#define ID_AIC7895_ARO			0x7890900478939004ull
868c2ecf20Sopenharmony_ci#define ID_AIC7895_ARO_MASK		0xFFF0FFFFFFFFFFFFull
878c2ecf20Sopenharmony_ci#define ID_AHA_2940U_DUAL		0x7895900478919004ull
888c2ecf20Sopenharmony_ci#define ID_AHA_3940AU			0x7895900478929004ull
898c2ecf20Sopenharmony_ci#define ID_AHA_3944AU			0x7895900478949004ull
908c2ecf20Sopenharmony_ci
918c2ecf20Sopenharmony_ci#define ID_AIC7890			0x001F9005000F9005ull
928c2ecf20Sopenharmony_ci#define ID_AIC7890_ARO			0x00139005000F9005ull
938c2ecf20Sopenharmony_ci#define ID_AAA_131U2			0x0013900500039005ull
948c2ecf20Sopenharmony_ci#define ID_AHA_2930U2			0x0011900501819005ull
958c2ecf20Sopenharmony_ci#define ID_AHA_2940U2B			0x00109005A1009005ull
968c2ecf20Sopenharmony_ci#define ID_AHA_2940U2_OEM		0x0010900521809005ull
978c2ecf20Sopenharmony_ci#define ID_AHA_2940U2			0x00109005A1809005ull
988c2ecf20Sopenharmony_ci#define ID_AHA_2950U2B			0x00109005E1009005ull
998c2ecf20Sopenharmony_ci
1008c2ecf20Sopenharmony_ci#define ID_AIC7892			0x008F9005FFFF9005ull
1018c2ecf20Sopenharmony_ci#define ID_AIC7892_ARO			0x00839005FFFF9005ull
1028c2ecf20Sopenharmony_ci#define ID_AHA_29160			0x00809005E2A09005ull
1038c2ecf20Sopenharmony_ci#define ID_AHA_29160_CPQ		0x00809005E2A00E11ull
1048c2ecf20Sopenharmony_ci#define ID_AHA_29160N			0x0080900562A09005ull
1058c2ecf20Sopenharmony_ci#define ID_AHA_29160C			0x0080900562209005ull
1068c2ecf20Sopenharmony_ci#define ID_AHA_29160B			0x00809005E2209005ull
1078c2ecf20Sopenharmony_ci#define ID_AHA_19160B			0x0081900562A19005ull
1088c2ecf20Sopenharmony_ci#define ID_AHA_2915_30LP		0x0082900502109005ull
1098c2ecf20Sopenharmony_ci
1108c2ecf20Sopenharmony_ci#define ID_AIC7896			0x005F9005FFFF9005ull
1118c2ecf20Sopenharmony_ci#define ID_AIC7896_ARO			0x00539005FFFF9005ull
1128c2ecf20Sopenharmony_ci#define ID_AHA_3950U2B_0		0x00509005FFFF9005ull
1138c2ecf20Sopenharmony_ci#define ID_AHA_3950U2B_1		0x00509005F5009005ull
1148c2ecf20Sopenharmony_ci#define ID_AHA_3950U2D_0		0x00519005FFFF9005ull
1158c2ecf20Sopenharmony_ci#define ID_AHA_3950U2D_1		0x00519005B5009005ull
1168c2ecf20Sopenharmony_ci
1178c2ecf20Sopenharmony_ci#define ID_AIC7899			0x00CF9005FFFF9005ull
1188c2ecf20Sopenharmony_ci#define ID_AIC7899_ARO			0x00C39005FFFF9005ull
1198c2ecf20Sopenharmony_ci#define ID_AHA_3960D			0x00C09005F6209005ull
1208c2ecf20Sopenharmony_ci#define ID_AHA_3960D_CPQ		0x00C09005F6200E11ull
1218c2ecf20Sopenharmony_ci
1228c2ecf20Sopenharmony_ci#define ID_AIC7810			0x1078900400000000ull
1238c2ecf20Sopenharmony_ci#define ID_AIC7815			0x7815900400000000ull
1248c2ecf20Sopenharmony_ci
1258c2ecf20Sopenharmony_ci#endif /* _AIC7XXX_PCI_H_ */
126