xref: /freebsd/sys/dev/ata/ata-pci.h (revision ddfc9c4c59e2ea4871100d8c076adffe3af8ff21)
1bb5bdd38SSøren Schmidt /*-
2718cf2ccSPedro F. Giffuni  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
3718cf2ccSPedro F. Giffuni  *
49a14aa01SUlrich Spörlein  * Copyright (c) 2003 - 2008 Søren Schmidt <sos@FreeBSD.org>
5bb5bdd38SSøren Schmidt  * All rights reserved.
6bb5bdd38SSøren Schmidt  *
7bb5bdd38SSøren Schmidt  * Redistribution and use in source and binary forms, with or without
8bb5bdd38SSøren Schmidt  * modification, are permitted provided that the following conditions
9bb5bdd38SSøren Schmidt  * are met:
10bb5bdd38SSøren Schmidt  * 1. Redistributions of source code must retain the above copyright
11bb5bdd38SSøren Schmidt  *    notice, this list of conditions and the following disclaimer,
12bb5bdd38SSøren Schmidt  *    without modification, immediately at the beginning of the file.
13bb5bdd38SSøren Schmidt  * 2. Redistributions in binary form must reproduce the above copyright
14bb5bdd38SSøren Schmidt  *    notice, this list of conditions and the following disclaimer in the
15bb5bdd38SSøren Schmidt  *    documentation and/or other materials provided with the distribution.
16bb5bdd38SSøren Schmidt  *
17bb5bdd38SSøren Schmidt  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
18bb5bdd38SSøren Schmidt  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
19bb5bdd38SSøren Schmidt  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
20bb5bdd38SSøren Schmidt  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
21bb5bdd38SSøren Schmidt  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
22bb5bdd38SSøren Schmidt  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23bb5bdd38SSøren Schmidt  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24bb5bdd38SSøren Schmidt  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25bb5bdd38SSøren Schmidt  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26bb5bdd38SSøren Schmidt  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27bb5bdd38SSøren Schmidt  *
28bb5bdd38SSøren Schmidt  * $FreeBSD$
29bb5bdd38SSøren Schmidt  */
30bb5bdd38SSøren Schmidt 
31bb5bdd38SSøren Schmidt /* structure holding chipset config info */
32bb5bdd38SSøren Schmidt struct ata_chip_id {
33566cf07aSSøren Schmidt     u_int32_t           chipid;
34bb5bdd38SSøren Schmidt     u_int8_t            chiprev;
35bb5bdd38SSøren Schmidt     int                 cfg1;
36bb5bdd38SSøren Schmidt     int                 cfg2;
37bb5bdd38SSøren Schmidt     u_int8_t            max_dma;
385187458fSMarius Strobl     const char          *text;
39bb5bdd38SSøren Schmidt };
40bb5bdd38SSøren Schmidt 
416bd8779bSAlexander Motin #define ATA_PCI_MAX_CH	8
426bd8779bSAlexander Motin 
43bb5bdd38SSøren Schmidt /* structure describing a PCI ATA controller */
44bb5bdd38SSøren Schmidt struct ata_pci_controller {
458ca4df32SSøren Schmidt     device_t            dev;
46498e5543SSøren Schmidt     int                 r_type1;
47498e5543SSøren Schmidt     int                 r_rid1;
48498e5543SSøren Schmidt     struct resource     *r_res1;
49498e5543SSøren Schmidt     int                 r_type2;
50498e5543SSøren Schmidt     int                 r_rid2;
51498e5543SSøren Schmidt     struct resource     *r_res2;
52a3b7c762SAlexander Motin     int                 r_irq_rid;
53bb5bdd38SSøren Schmidt     struct resource     *r_irq;
54bb5bdd38SSøren Schmidt     void                *handle;
555187458fSMarius Strobl     const struct ata_chip_id *chip;
56cb33306fSAlexander Motin     int			legacy;
576192895dSSøren Schmidt     int                 channels;
589f8919f2SAlexander Motin     int			ichannels;
59bb5bdd38SSøren Schmidt     int                 (*chipinit)(device_t);
60dd60e051SAlexander Motin     int                 (*chipdeinit)(device_t);
617aab7e05SSøren Schmidt     int                 (*suspend)(device_t);
627aab7e05SSøren Schmidt     int                 (*resume)(device_t);
6304ff88ceSAlexander Motin     int                 (*ch_attach)(device_t);
6404ff88ceSAlexander Motin     int                 (*ch_detach)(device_t);
659cf4fe2eSAlexander Motin     int                 (*ch_suspend)(device_t);
669cf4fe2eSAlexander Motin     int                 (*ch_resume)(device_t);
670068f98fSSøren Schmidt     void                (*reset)(device_t);
68066f913aSAlexander Motin     int                 (*setmode)(device_t, int, int);
69066f913aSAlexander Motin     int                 (*getrev)(device_t, int);
70bb5bdd38SSøren Schmidt     struct {
71bb5bdd38SSøren Schmidt     void                (*function)(void *);
72bb5bdd38SSøren Schmidt     void                *argument;
736bd8779bSAlexander Motin     } interrupt[ATA_PCI_MAX_CH];
74bb2aebf3SJohn Baldwin     void                *chipset_data;
758ca4df32SSøren Schmidt };
768ca4df32SSøren Schmidt 
77bb5bdd38SSøren Schmidt /* defines for known chipset PCI id's */
78bb5bdd38SSøren Schmidt #define ATA_ACARD_ID            0x1191
79bb5bdd38SSøren Schmidt #define ATA_ATP850              0x00021191
80bb5bdd38SSøren Schmidt #define ATA_ATP850A             0x00041191
81bb5bdd38SSøren Schmidt #define ATA_ATP850R             0x00051191
82bb5bdd38SSøren Schmidt #define ATA_ATP860A             0x00061191
83bb5bdd38SSøren Schmidt #define ATA_ATP860R             0x00071191
84bb5bdd38SSøren Schmidt #define ATA_ATP865A             0x00081191
85bb5bdd38SSøren Schmidt #define ATA_ATP865R             0x00091191
86bb5bdd38SSøren Schmidt 
87347458c9SSøren Schmidt #define ATA_ACER_LABS_ID        0x10b9
88347458c9SSøren Schmidt #define ATA_ALI_1533            0x153310b9
89f60d46f9SAlexander Motin #define ATA_ALI_5228            0x522810b9
90347458c9SSøren Schmidt #define ATA_ALI_5229            0x522910b9
91347458c9SSøren Schmidt #define ATA_ALI_5281            0x528110b9
92347458c9SSøren Schmidt #define ATA_ALI_5287            0x528710b9
93347458c9SSøren Schmidt #define ATA_ALI_5288            0x528810b9
94347458c9SSøren Schmidt #define ATA_ALI_5289            0x528910b9
95347458c9SSøren Schmidt 
96bb5bdd38SSøren Schmidt #define ATA_AMD_ID              0x1022
97bb5bdd38SSøren Schmidt #define ATA_AMD755              0x74011022
98bb5bdd38SSøren Schmidt #define ATA_AMD756              0x74091022
99bb5bdd38SSøren Schmidt #define ATA_AMD766              0x74111022
100bb5bdd38SSøren Schmidt #define ATA_AMD768              0x74411022
101bb5bdd38SSøren Schmidt #define ATA_AMD8111             0x74691022
10213a3fdf1SPoul-Henning Kamp #define ATA_AMD5536             0x209a1022
1034587cbadSAlexander Motin #define ATA_AMD_HUDSON2_S1	0x78001022
1044587cbadSAlexander Motin #define ATA_AMD_HUDSON2_S2	0x78011022
1054587cbadSAlexander Motin #define ATA_AMD_HUDSON2_S3	0x78021022
1064587cbadSAlexander Motin #define ATA_AMD_HUDSON2_S4	0x78031022
1074587cbadSAlexander Motin #define ATA_AMD_HUDSON2_S5	0x78041022
1084587cbadSAlexander Motin #define ATA_AMD_HUDSON2		0x780c1022
109bb5bdd38SSøren Schmidt 
110347458c9SSøren Schmidt #define ATA_ADAPTEC_ID          0x9005
111347458c9SSøren Schmidt #define ATA_ADAPTEC_1420        0x02419005
1126aca3a5dSAlexander Motin #define ATA_ADAPTEC_1430        0x02439005
113bb5bdd38SSøren Schmidt 
1147ebce023SSøren Schmidt #define ATA_ATI_ID              0x1002
1157ebce023SSøren Schmidt #define ATA_ATI_IXP200          0x43491002
1167ebce023SSøren Schmidt #define ATA_ATI_IXP300          0x43691002
1177ebce023SSøren Schmidt #define ATA_ATI_IXP300_S1       0x436e1002
118200c7605SSøren Schmidt #define ATA_ATI_IXP400          0x43761002
1197ebce023SSøren Schmidt #define ATA_ATI_IXP400_S1       0x43791002
1207ebce023SSøren Schmidt #define ATA_ATI_IXP400_S2       0x437a1002
121200c7605SSøren Schmidt #define ATA_ATI_IXP600          0x438c1002
1220ef03238SSøren Schmidt #define ATA_ATI_IXP600_S1       0x43801002
123200c7605SSøren Schmidt #define ATA_ATI_IXP700          0x439c1002
1240ef03238SSøren Schmidt #define ATA_ATI_IXP700_S1       0x43901002
125f71ac6d6SJung-uk Kim #define	ATA_ATI_IXP700_S2	0x43911002
126f71ac6d6SJung-uk Kim #define	ATA_ATI_IXP700_S3	0x43921002
127f71ac6d6SJung-uk Kim #define	ATA_ATI_IXP700_S4	0x43931002
128f71ac6d6SJung-uk Kim #define	ATA_ATI_IXP800_S1	0x43941002
129f71ac6d6SJung-uk Kim #define	ATA_ATI_IXP800_S2	0x43951002
1307ebce023SSøren Schmidt 
13188bdf804SSøren Schmidt #define ATA_CENATEK_ID          0x16ca
13288bdf804SSøren Schmidt #define ATA_CENATEK_ROCKET      0x000116ca
13388bdf804SSøren Schmidt 
134bb5bdd38SSøren Schmidt #define ATA_CYRIX_ID            0x1078
135bb5bdd38SSøren Schmidt #define ATA_CYRIX_5530          0x01021078
136bb5bdd38SSøren Schmidt 
137bb5bdd38SSøren Schmidt #define ATA_CYPRESS_ID          0x1080
138bb5bdd38SSøren Schmidt #define ATA_CYPRESS_82C693      0xc6931080
139bb5bdd38SSøren Schmidt 
140bb5bdd38SSøren Schmidt #define ATA_DEC_21150           0x00221011
1416595b494SSøren Schmidt #define ATA_DEC_21150_1         0x00231011
142bb5bdd38SSøren Schmidt 
143bb5bdd38SSøren Schmidt #define ATA_HIGHPOINT_ID        0x1103
144bb5bdd38SSøren Schmidt #define ATA_HPT366              0x00041103
145bb5bdd38SSøren Schmidt #define ATA_HPT372              0x00051103
146bb5bdd38SSøren Schmidt #define ATA_HPT302              0x00061103
147bb5bdd38SSøren Schmidt #define ATA_HPT371              0x00071103
148bb5bdd38SSøren Schmidt #define ATA_HPT374              0x00081103
149bb5bdd38SSøren Schmidt 
150bb5bdd38SSøren Schmidt #define ATA_INTEL_ID            0x8086
151bb5bdd38SSøren Schmidt #define ATA_I960RM              0x09628086
152bb5bdd38SSøren Schmidt #define ATA_I82371FB            0x12308086
153bb5bdd38SSøren Schmidt #define ATA_I82371SB            0x70108086
154bb5bdd38SSøren Schmidt #define ATA_I82371AB            0x71118086
155bb5bdd38SSøren Schmidt #define ATA_I82443MX            0x71998086
156bb5bdd38SSøren Schmidt #define ATA_I82451NX            0x84ca8086
157bb5bdd38SSøren Schmidt #define ATA_I82372FB            0x76018086
158bb5bdd38SSøren Schmidt #define ATA_I82801AB            0x24218086
159bb5bdd38SSøren Schmidt #define ATA_I82801AA            0x24118086
160bb5bdd38SSøren Schmidt #define ATA_I82801BA            0x244a8086
161bb5bdd38SSøren Schmidt #define ATA_I82801BA_1          0x244b8086
162bb5bdd38SSøren Schmidt #define ATA_I82801CA            0x248a8086
163bb5bdd38SSøren Schmidt #define ATA_I82801CA_1          0x248b8086
164bb5bdd38SSøren Schmidt #define ATA_I82801DB            0x24cb8086
16560ad94deSSøren Schmidt #define ATA_I82801DB_1          0x24ca8086
1666e52134cSJohn Baldwin #define ATA_I82801EB            0x24db8086
167df6a77ddSSøren Schmidt #define ATA_I82801EB_S1         0x24d18086
168df6a77ddSSøren Schmidt #define ATA_I82801EB_R1         0x24df8086
169f2972d7eSSøren Schmidt #define ATA_I6300ESB            0x25a28086
170df6a77ddSSøren Schmidt #define ATA_I6300ESB_S1         0x25a38086
171df6a77ddSSøren Schmidt #define ATA_I6300ESB_R1         0x25b08086
172e7de1a39SSøren Schmidt #define ATA_I63XXESB2           0x269e8086
173e7de1a39SSøren Schmidt #define ATA_I63XXESB2_S1        0x26808086
1748353d82bSSøren Schmidt #define ATA_I82801FB            0x266f8086
1758353d82bSSøren Schmidt #define ATA_I82801FB_S1         0x26518086
1768353d82bSSøren Schmidt #define ATA_I82801FB_R1         0x26528086
177e7de1a39SSøren Schmidt #define ATA_I82801FBM           0x26538086
178c46e1f53SSøren Schmidt #define ATA_I82801GB            0x27df8086
179c46e1f53SSøren Schmidt #define ATA_I82801GB_S1         0x27c08086
180e7de1a39SSøren Schmidt #define ATA_I82801GBM_S1        0x27c48086
181e7de1a39SSøren Schmidt #define ATA_I82801HB_S1         0x28208086
182e7de1a39SSøren Schmidt #define ATA_I82801HB_S2         0x28258086
183e9cb9626SRemko Lodder #define ATA_I82801HBM           0x28508086
1841d69e13dSRemko Lodder #define ATA_I82801HBM_S1        0x28288086
18518928d0dSSimon L. B. Nielsen #define ATA_I82801IB_S1         0x29208086
18653479021SAlexander Motin #define ATA_I82801IB_S3         0x29218086
1878a282d33SRemko Lodder #define ATA_I82801IB_R1         0x29258086
18818928d0dSSimon L. B. Nielsen #define ATA_I82801IB_S2         0x29268086
189dd3ebdbaSAlexander Motin #define ATA_I82801IBM_S1        0x29288086
190dd3ebdbaSAlexander Motin #define ATA_I82801IBM_S2        0x292d8086
1910cf07094SSøren Schmidt #define ATA_I82801JIB_S1        0x3a208086
1920cf07094SSøren Schmidt #define ATA_I82801JIB_S2        0x3a268086
1930cf07094SSøren Schmidt #define ATA_I82801JD_S1         0x3a008086
1940cf07094SSøren Schmidt #define ATA_I82801JD_S2         0x3a068086
195fb549e86SAlexander Motin #define ATA_I82801JI_S1         0x3a208086
196fb549e86SAlexander Motin #define ATA_I82801JI_S2         0x3a268086
197bfc8500cSAlexander Motin 
1986750c3d0SAlexander Motin #define ATA_IBP_S1              0x3b208086
1996750c3d0SAlexander Motin #define ATA_IBP_S2              0x3b218086
2006750c3d0SAlexander Motin #define ATA_IBP_S3              0x3b268086
2016750c3d0SAlexander Motin #define ATA_IBP_S4              0x3b288086
2026750c3d0SAlexander Motin #define ATA_IBP_S5              0x3b2d8086
2036750c3d0SAlexander Motin #define ATA_IBP_S6              0x3b2e8086
204bfc8500cSAlexander Motin 
205bfc8500cSAlexander Motin #define ATA_CPT_S1              0x1c008086
206bfc8500cSAlexander Motin #define ATA_CPT_S2              0x1c018086
207bfc8500cSAlexander Motin #define ATA_CPT_S3              0x1c088086
208bfc8500cSAlexander Motin #define ATA_CPT_S4              0x1c098086
209bfc8500cSAlexander Motin 
210bf0477b2SJack F Vogel #define ATA_PBG_S1		0x1d008086
211bf0477b2SJack F Vogel #define ATA_PBG_S2		0x1d088086
212bf0477b2SJack F Vogel 
21373e3bb65SJack F Vogel #define ATA_PPT_S1		0x1e008086
21473e3bb65SJack F Vogel #define ATA_PPT_S2		0x1e018086
21573e3bb65SJack F Vogel #define ATA_PPT_S3		0x1e088086
21673e3bb65SJack F Vogel #define ATA_PPT_S4		0x1e098086
21773e3bb65SJack F Vogel 
218eda36fb4SAlexander Motin #define ATA_AVOTON_S1		0x1f208086
219eda36fb4SAlexander Motin #define ATA_AVOTON_S2		0x1f218086
220eda36fb4SAlexander Motin #define ATA_AVOTON_S3		0x1f308086
221eda36fb4SAlexander Motin #define ATA_AVOTON_S4		0x1f318086
222eda36fb4SAlexander Motin 
223e1d6f7b4SJack F Vogel #define ATA_LPT_S1		0x8c008086
224e1d6f7b4SJack F Vogel #define ATA_LPT_S2		0x8c018086
225e1d6f7b4SJack F Vogel #define ATA_LPT_S3		0x8c088086
226e1d6f7b4SJack F Vogel #define ATA_LPT_S4		0x8c098086
227e1d6f7b4SJack F Vogel 
228e67f3becSAlexander Motin #define ATA_WCPT_S1		0x8c808086
229e67f3becSAlexander Motin #define ATA_WCPT_S2		0x8c818086
230e67f3becSAlexander Motin #define ATA_WCPT_S3		0x8c888086
231e67f3becSAlexander Motin #define ATA_WCPT_S4		0x8c898086
232e67f3becSAlexander Motin 
233eda36fb4SAlexander Motin #define ATA_WELLS_S1		0x8d008086
234eda36fb4SAlexander Motin #define ATA_WELLS_S2		0x8d088086
235eda36fb4SAlexander Motin #define ATA_WELLS_S3		0x8d608086
236eda36fb4SAlexander Motin #define ATA_WELLS_S4		0x8d688086
237eda36fb4SAlexander Motin 
238eda36fb4SAlexander Motin #define ATA_LPTLP_S1		0x9c008086
239eda36fb4SAlexander Motin #define ATA_LPTLP_S2		0x9c018086
240eda36fb4SAlexander Motin #define ATA_LPTLP_S3		0x9c088086
241eda36fb4SAlexander Motin #define ATA_LPTLP_S4		0x9c098086
242eda36fb4SAlexander Motin 
243a77a43c7SSøren Schmidt #define ATA_I31244              0x32008086
2447aab51b3SAlexander Motin #define ATA_ISCH                0x811a8086
245bb5bdd38SSøren Schmidt 
246428e286dSJack F Vogel #define ATA_COLETOCRK_S1        0x23a18086
247428e286dSJack F Vogel #define ATA_COLETOCRK_S2        0x23a68086
248428e286dSJack F Vogel 
24988bdf804SSøren Schmidt #define ATA_ITE_ID              0x1283
25077ada086SSøren Schmidt #define ATA_IT8211F             0x82111283
25188bdf804SSøren Schmidt #define ATA_IT8212F             0x82121283
252ed0c85e0SSøren Schmidt #define ATA_IT8213F             0x82131283
25388bdf804SSøren Schmidt 
254797c12eeSSøren Schmidt #define ATA_JMICRON_ID          0x197b
255797c12eeSSøren Schmidt #define ATA_JMB360              0x2360197b
2560118b48bSSøren Schmidt #define ATA_JMB361              0x2361197b
25749a4a59aSAlexander Motin #define ATA_JMB362              0x2362197b
258e3989d3eSSøren Schmidt #define ATA_JMB363              0x2363197b
2590118b48bSSøren Schmidt #define ATA_JMB365              0x2365197b
2600118b48bSSøren Schmidt #define ATA_JMB366              0x2366197b
261a4b07272SSøren Schmidt #define ATA_JMB368              0x2368197b
2627bac11c7SAlexander Motin #define ATA_JMB368_2            0x0368197b
263797c12eeSSøren Schmidt 
2644b55f0c7SSøren Schmidt #define ATA_MARVELL_ID          0x11ab
26593644902SAlexander Motin #define ATA_M88SE6101           0x610111ab
26693644902SAlexander Motin #define ATA_M88SE6102           0x610211ab
26793644902SAlexander Motin #define ATA_M88SE6111           0x611111ab
26893644902SAlexander Motin #define ATA_M88SE6121           0x612111ab
26993644902SAlexander Motin #define ATA_M88SE6141           0x614111ab
27093644902SAlexander Motin #define ATA_M88SE6145           0x614511ab
2716268666cSAlexander Motin #define ATA_MARVELL2_ID         0x1b4b
2724b55f0c7SSøren Schmidt 
27388bdf804SSøren Schmidt #define ATA_MICRON_ID           0x1042
27488bdf804SSøren Schmidt #define ATA_MICRON_RZ1000       0x10001042
27588bdf804SSøren Schmidt #define ATA_MICRON_RZ1001       0x10011042
27688bdf804SSøren Schmidt 
2775fdbb0d2SSøren Schmidt #define ATA_NATIONAL_ID         0x100b
2785fdbb0d2SSøren Schmidt #define ATA_SC1100              0x0502100b
2795fdbb0d2SSøren Schmidt 
280cece26a6SRink Springer #define ATA_NETCELL_ID          0x169c
281cece26a6SRink Springer #define ATA_NETCELL_SR          0x0044169c
282cece26a6SRink Springer 
283bb5bdd38SSøren Schmidt #define ATA_NVIDIA_ID           0x10de
284bb5bdd38SSøren Schmidt #define ATA_NFORCE1             0x01bc10de
285bb5bdd38SSøren Schmidt #define ATA_NFORCE2             0x006510de
286121b4783SSøren Schmidt #define ATA_NFORCE2_PRO         0x008510de
287121b4783SSøren Schmidt #define ATA_NFORCE2_PRO_S1      0x008e10de
288debffe83SDavid E. O'Brien #define ATA_NFORCE3             0x00d510de
289df6a77ddSSøren Schmidt #define ATA_NFORCE3_PRO         0x00e510de
290df6a77ddSSøren Schmidt #define ATA_NFORCE3_PRO_S1      0x00e310de
291df6a77ddSSøren Schmidt #define ATA_NFORCE3_PRO_S2      0x00ee10de
292121b4783SSøren Schmidt #define ATA_NFORCE_MCP04        0x003510de
293121b4783SSøren Schmidt #define ATA_NFORCE_MCP04_S1     0x003610de
294121b4783SSøren Schmidt #define ATA_NFORCE_MCP04_S2     0x003e10de
295121b4783SSøren Schmidt #define ATA_NFORCE_CK804        0x005310de
296121b4783SSøren Schmidt #define ATA_NFORCE_CK804_S1     0x005410de
297121b4783SSøren Schmidt #define ATA_NFORCE_CK804_S2     0x005510de
298121b4783SSøren Schmidt #define ATA_NFORCE_MCP51        0x026510de
299121b4783SSøren Schmidt #define ATA_NFORCE_MCP51_S1     0x026610de
300121b4783SSøren Schmidt #define ATA_NFORCE_MCP51_S2     0x026710de
301121b4783SSøren Schmidt #define ATA_NFORCE_MCP55        0x036e10de
302121b4783SSøren Schmidt #define ATA_NFORCE_MCP55_S1     0x037e10de
303121b4783SSøren Schmidt #define ATA_NFORCE_MCP55_S2     0x037f10de
30427568384SSøren Schmidt #define ATA_NFORCE_MCP61        0x03ec10de
30527568384SSøren Schmidt #define ATA_NFORCE_MCP61_S1     0x03e710de
30627568384SSøren Schmidt #define ATA_NFORCE_MCP61_S2     0x03f610de
30727568384SSøren Schmidt #define ATA_NFORCE_MCP61_S3     0x03f710de
308200c7605SSøren Schmidt #define ATA_NFORCE_MCP65        0x044810de
30999844cbfSAlexander Motin #define ATA_NFORCE_MCP65_A0     0x044c10de
31099844cbfSAlexander Motin #define ATA_NFORCE_MCP65_A1     0x044d10de
31199844cbfSAlexander Motin #define ATA_NFORCE_MCP65_A2     0x044e10de
31299844cbfSAlexander Motin #define ATA_NFORCE_MCP65_A3     0x044f10de
31399844cbfSAlexander Motin #define ATA_NFORCE_MCP65_A4     0x045c10de
31499844cbfSAlexander Motin #define ATA_NFORCE_MCP65_A5     0x045d10de
31599844cbfSAlexander Motin #define ATA_NFORCE_MCP65_A6     0x045e10de
31699844cbfSAlexander Motin #define ATA_NFORCE_MCP65_A7     0x045f10de
31799844cbfSAlexander Motin #define ATA_NFORCE_MCP67        0x056010de
31853963e58SAlexander Motin #define ATA_NFORCE_MCP67_A0     0x055010de
31953963e58SAlexander Motin #define ATA_NFORCE_MCP67_A1     0x055110de
32053963e58SAlexander Motin #define ATA_NFORCE_MCP67_A2     0x055210de
32153963e58SAlexander Motin #define ATA_NFORCE_MCP67_A3     0x055310de
32253963e58SAlexander Motin #define ATA_NFORCE_MCP67_A4     0x055410de
32353963e58SAlexander Motin #define ATA_NFORCE_MCP67_A5     0x055510de
32453963e58SAlexander Motin #define ATA_NFORCE_MCP67_A6     0x055610de
32553963e58SAlexander Motin #define ATA_NFORCE_MCP67_A7     0x055710de
32653963e58SAlexander Motin #define ATA_NFORCE_MCP67_A8     0x055810de
32753963e58SAlexander Motin #define ATA_NFORCE_MCP67_A9     0x055910de
32853963e58SAlexander Motin #define ATA_NFORCE_MCP67_AA     0x055A10de
32953963e58SAlexander Motin #define ATA_NFORCE_MCP67_AB     0x055B10de
330fbcaa016SAriff Abdullah #define ATA_NFORCE_MCP67_AC     0x058410de
331200c7605SSøren Schmidt #define ATA_NFORCE_MCP73        0x056c10de
33253963e58SAlexander Motin #define ATA_NFORCE_MCP73_A0     0x07f010de
33353963e58SAlexander Motin #define ATA_NFORCE_MCP73_A1     0x07f110de
33453963e58SAlexander Motin #define ATA_NFORCE_MCP73_A2     0x07f210de
33553963e58SAlexander Motin #define ATA_NFORCE_MCP73_A3     0x07f310de
33653963e58SAlexander Motin #define ATA_NFORCE_MCP73_A4     0x07f410de
33753963e58SAlexander Motin #define ATA_NFORCE_MCP73_A5     0x07f510de
33853963e58SAlexander Motin #define ATA_NFORCE_MCP73_A6     0x07f610de
33953963e58SAlexander Motin #define ATA_NFORCE_MCP73_A7     0x07f710de
34053963e58SAlexander Motin #define ATA_NFORCE_MCP73_A8     0x07f810de
34153963e58SAlexander Motin #define ATA_NFORCE_MCP73_A9     0x07f910de
34253963e58SAlexander Motin #define ATA_NFORCE_MCP73_AA     0x07fa10de
34353963e58SAlexander Motin #define ATA_NFORCE_MCP73_AB     0x07fb10de
344200c7605SSøren Schmidt #define ATA_NFORCE_MCP77        0x075910de
34599844cbfSAlexander Motin #define ATA_NFORCE_MCP77_A0     0x0ad010de
34699844cbfSAlexander Motin #define ATA_NFORCE_MCP77_A1     0x0ad110de
34799844cbfSAlexander Motin #define ATA_NFORCE_MCP77_A2     0x0ad210de
34899844cbfSAlexander Motin #define ATA_NFORCE_MCP77_A3     0x0ad310de
34999844cbfSAlexander Motin #define ATA_NFORCE_MCP77_A4     0x0ad410de
35099844cbfSAlexander Motin #define ATA_NFORCE_MCP77_A5     0x0ad510de
35199844cbfSAlexander Motin #define ATA_NFORCE_MCP77_A6     0x0ad610de
35299844cbfSAlexander Motin #define ATA_NFORCE_MCP77_A7     0x0ad710de
35399844cbfSAlexander Motin #define ATA_NFORCE_MCP77_A8     0x0ad810de
35499844cbfSAlexander Motin #define ATA_NFORCE_MCP77_A9     0x0ad910de
35599844cbfSAlexander Motin #define ATA_NFORCE_MCP77_AA     0x0ada10de
35699844cbfSAlexander Motin #define ATA_NFORCE_MCP77_AB     0x0adb10de
35799844cbfSAlexander Motin #define ATA_NFORCE_MCP79_A0     0x0ab410de
35899844cbfSAlexander Motin #define ATA_NFORCE_MCP79_A1     0x0ab510de
35999844cbfSAlexander Motin #define ATA_NFORCE_MCP79_A2     0x0ab610de
36099844cbfSAlexander Motin #define ATA_NFORCE_MCP79_A3     0x0ab710de
36199844cbfSAlexander Motin #define ATA_NFORCE_MCP79_A4     0x0ab810de
36299844cbfSAlexander Motin #define ATA_NFORCE_MCP79_A5     0x0ab910de
36399844cbfSAlexander Motin #define ATA_NFORCE_MCP79_A6     0x0aba10de
36499844cbfSAlexander Motin #define ATA_NFORCE_MCP79_A7     0x0abb10de
36599844cbfSAlexander Motin #define ATA_NFORCE_MCP79_A8     0x0abc10de
36699844cbfSAlexander Motin #define ATA_NFORCE_MCP79_A9     0x0abd10de
36799844cbfSAlexander Motin #define ATA_NFORCE_MCP79_AA     0x0abe10de
36899844cbfSAlexander Motin #define ATA_NFORCE_MCP79_AB     0x0abf10de
36999844cbfSAlexander Motin #define ATA_NFORCE_MCP89_A0     0x0d8410de
37099844cbfSAlexander Motin #define ATA_NFORCE_MCP89_A1     0x0d8510de
37199844cbfSAlexander Motin #define ATA_NFORCE_MCP89_A2     0x0d8610de
37299844cbfSAlexander Motin #define ATA_NFORCE_MCP89_A3     0x0d8710de
37399844cbfSAlexander Motin #define ATA_NFORCE_MCP89_A4     0x0d8810de
37499844cbfSAlexander Motin #define ATA_NFORCE_MCP89_A5     0x0d8910de
37599844cbfSAlexander Motin #define ATA_NFORCE_MCP89_A6     0x0d8a10de
37699844cbfSAlexander Motin #define ATA_NFORCE_MCP89_A7     0x0d8b10de
37799844cbfSAlexander Motin #define ATA_NFORCE_MCP89_A8     0x0d8c10de
37899844cbfSAlexander Motin #define ATA_NFORCE_MCP89_A9     0x0d8d10de
37999844cbfSAlexander Motin #define ATA_NFORCE_MCP89_AA     0x0d8e10de
38099844cbfSAlexander Motin #define ATA_NFORCE_MCP89_AB     0x0d8f10de
381bb5bdd38SSøren Schmidt 
382bb5bdd38SSøren Schmidt #define ATA_PROMISE_ID          0x105a
383bb5bdd38SSøren Schmidt #define ATA_PDC20246            0x4d33105a
384bb5bdd38SSøren Schmidt #define ATA_PDC20262            0x4d38105a
385bb5bdd38SSøren Schmidt #define ATA_PDC20263            0x0d38105a
386bb5bdd38SSøren Schmidt #define ATA_PDC20265            0x0d30105a
387bb5bdd38SSøren Schmidt #define ATA_PDC20267            0x4d30105a
388bb5bdd38SSøren Schmidt #define ATA_PDC20268            0x4d68105a
389bb5bdd38SSøren Schmidt #define ATA_PDC20269            0x4d69105a
39005688cecSSøren Schmidt #define ATA_PDC20270            0x6268105a
391bb5bdd38SSøren Schmidt #define ATA_PDC20271            0x6269105a
392bb5bdd38SSøren Schmidt #define ATA_PDC20275            0x1275105a
393bb5bdd38SSøren Schmidt #define ATA_PDC20276            0x5275105a
394bb5bdd38SSøren Schmidt #define ATA_PDC20277            0x7275105a
39584351184SSøren Schmidt #define ATA_PDC20318            0x3318105a
39684351184SSøren Schmidt #define ATA_PDC20319            0x3319105a
39784351184SSøren Schmidt #define ATA_PDC20371            0x3371105a
39884351184SSøren Schmidt #define ATA_PDC20375            0x3375105a
399bb5bdd38SSøren Schmidt #define ATA_PDC20376            0x3376105a
40084351184SSøren Schmidt #define ATA_PDC20377            0x3377105a
40184351184SSøren Schmidt #define ATA_PDC20378            0x3373105a
40284351184SSøren Schmidt #define ATA_PDC20379            0x3372105a
403da9edda6SSøren Schmidt #define ATA_PDC20571            0x3571105a
404da9edda6SSøren Schmidt #define ATA_PDC20575            0x3d75105a
405da9edda6SSøren Schmidt #define ATA_PDC20579            0x3574105a
4068453acf1SSøren Schmidt #define ATA_PDC20771            0x3570105a
407da9edda6SSøren Schmidt #define ATA_PDC40518            0x3d18105a
40807015a1aSSøren Schmidt #define ATA_PDC40519            0x3519105a
409c7dc7718SSøren Schmidt #define ATA_PDC40718            0x3d17105a
410c7dc7718SSøren Schmidt #define ATA_PDC40719            0x3515105a
4118453acf1SSøren Schmidt #define ATA_PDC40775            0x3d73105a
4128453acf1SSøren Schmidt #define ATA_PDC40779            0x3577105a
41384351184SSøren Schmidt #define ATA_PDC20617            0x6617105a
41484351184SSøren Schmidt #define ATA_PDC20618            0x6626105a
41584351184SSøren Schmidt #define ATA_PDC20619            0x6629105a
41684351184SSøren Schmidt #define ATA_PDC20620            0x6620105a
4173cb179a8SSøren Schmidt #define ATA_PDC20621            0x6621105a
418f2972d7eSSøren Schmidt #define ATA_PDC20622            0x6622105a
4198453acf1SSøren Schmidt #define ATA_PDC20624            0x6624105a
4208453acf1SSøren Schmidt #define ATA_PDC81518            0x8002105a
421bb5bdd38SSøren Schmidt 
422bb5bdd38SSøren Schmidt #define ATA_SERVERWORKS_ID      0x1166
4235fdbb0d2SSøren Schmidt #define ATA_ROSB4_ISA           0x02001166
424bb5bdd38SSøren Schmidt #define ATA_ROSB4               0x02111166
425bb5bdd38SSøren Schmidt #define ATA_CSB5                0x02121166
426bb5bdd38SSøren Schmidt #define ATA_CSB6                0x02131166
427bb5bdd38SSøren Schmidt #define ATA_CSB6_1              0x02171166
428891abbfaSSøren Schmidt #define ATA_HT1000              0x02141166
429891abbfaSSøren Schmidt #define ATA_HT1000_S1           0x024b1166
430891abbfaSSøren Schmidt #define ATA_HT1000_S2           0x024a1166
431594e3d5dSSøren Schmidt #define ATA_K2			0x02401166
432594e3d5dSSøren Schmidt #define ATA_FRODO4		0x02411166
433594e3d5dSSøren Schmidt #define ATA_FRODO8		0x02421166
434bb5bdd38SSøren Schmidt 
435bb5bdd38SSøren Schmidt #define ATA_SILICON_IMAGE_ID    0x1095
43674a1b9fcSSøren Schmidt #define ATA_SII3114             0x31141095
4371c342d89SSøren Schmidt #define ATA_SII3512             0x35121095
438e158f2b8SSøren Schmidt #define ATA_SII3112             0x31121095
439a127b176SSøren Schmidt #define ATA_SII3112_1           0x02401095
44074a1b9fcSSøren Schmidt #define ATA_SII0680             0x06801095
441bb5bdd38SSøren Schmidt #define ATA_CMD646              0x06461095
442bb5bdd38SSøren Schmidt #define ATA_CMD648              0x06481095
443bb5bdd38SSøren Schmidt #define ATA_CMD649              0x06491095
444bb5bdd38SSøren Schmidt 
445bb5bdd38SSøren Schmidt #define ATA_SIS_ID              0x1039
446bb5bdd38SSøren Schmidt #define ATA_SISSOUTH            0x00081039
447bb5bdd38SSøren Schmidt #define ATA_SIS5511             0x55111039
448bb5bdd38SSøren Schmidt #define ATA_SIS5513             0x55131039
449b47183d5SSøren Schmidt #define ATA_SIS5517             0x55171039
450bb5bdd38SSøren Schmidt #define ATA_SIS5518             0x55181039
451bb5bdd38SSøren Schmidt #define ATA_SIS5571             0x55711039
452bb5bdd38SSøren Schmidt #define ATA_SIS5591             0x55911039
453bb5bdd38SSøren Schmidt #define ATA_SIS5596             0x55961039
454bb5bdd38SSøren Schmidt #define ATA_SIS5597             0x55971039
455bb5bdd38SSøren Schmidt #define ATA_SIS5598             0x55981039
456bb5bdd38SSøren Schmidt #define ATA_SIS5600             0x56001039
457bb5bdd38SSøren Schmidt #define ATA_SIS530              0x05301039
458bb5bdd38SSøren Schmidt #define ATA_SIS540              0x05401039
459bb5bdd38SSøren Schmidt #define ATA_SIS550              0x05501039
460bb5bdd38SSøren Schmidt #define ATA_SIS620              0x06201039
461bb5bdd38SSøren Schmidt #define ATA_SIS630              0x06301039
462bb5bdd38SSøren Schmidt #define ATA_SIS635              0x06351039
463bb5bdd38SSøren Schmidt #define ATA_SIS633              0x06331039
464bb5bdd38SSøren Schmidt #define ATA_SIS640              0x06401039
465bb5bdd38SSøren Schmidt #define ATA_SIS645              0x06451039
466bb5bdd38SSøren Schmidt #define ATA_SIS646              0x06461039
467bb5bdd38SSøren Schmidt #define ATA_SIS648              0x06481039
468bb5bdd38SSøren Schmidt #define ATA_SIS650              0x06501039
469bb5bdd38SSøren Schmidt #define ATA_SIS651              0x06511039
470bb5bdd38SSøren Schmidt #define ATA_SIS652              0x06521039
471bb5bdd38SSøren Schmidt #define ATA_SIS655              0x06551039
472bb5bdd38SSøren Schmidt #define ATA_SIS658              0x06581039
473186939d1SSøren Schmidt #define ATA_SIS661              0x06611039
474bb5bdd38SSøren Schmidt #define ATA_SIS730              0x07301039
475bb5bdd38SSøren Schmidt #define ATA_SIS733              0x07331039
476bb5bdd38SSøren Schmidt #define ATA_SIS735              0x07351039
477bb5bdd38SSøren Schmidt #define ATA_SIS740              0x07401039
478bb5bdd38SSøren Schmidt #define ATA_SIS745              0x07451039
479bb5bdd38SSøren Schmidt #define ATA_SIS746              0x07461039
480bb5bdd38SSøren Schmidt #define ATA_SIS748              0x07481039
481bb5bdd38SSøren Schmidt #define ATA_SIS750              0x07501039
482bb5bdd38SSøren Schmidt #define ATA_SIS751              0x07511039
483bb5bdd38SSøren Schmidt #define ATA_SIS752              0x07521039
484bb5bdd38SSøren Schmidt #define ATA_SIS755              0x07551039
485bb5bdd38SSøren Schmidt #define ATA_SIS961              0x09611039
486bb5bdd38SSøren Schmidt #define ATA_SIS962              0x09621039
487bb5bdd38SSøren Schmidt #define ATA_SIS963              0x09631039
488f584b219SSøren Schmidt #define ATA_SIS964              0x09641039
4890da27c62SSøren Schmidt #define ATA_SIS965              0x09651039
4908ca4df32SSøren Schmidt #define ATA_SIS180              0x01801039
4918ca4df32SSøren Schmidt #define ATA_SIS181              0x01811039
4920da27c62SSøren Schmidt #define ATA_SIS182              0x01821039
493bb5bdd38SSøren Schmidt 
494bb5bdd38SSøren Schmidt #define ATA_VIA_ID              0x1106
495bb5bdd38SSøren Schmidt #define ATA_VIA82C571           0x05711106
496bb5bdd38SSøren Schmidt #define ATA_VIA82C586           0x05861106
497bb5bdd38SSøren Schmidt #define ATA_VIA82C596           0x05961106
498bb5bdd38SSøren Schmidt #define ATA_VIA82C686           0x06861106
499bb5bdd38SSøren Schmidt #define ATA_VIA8231             0x82311106
500bb5bdd38SSøren Schmidt #define ATA_VIA8233             0x30741106
501bb5bdd38SSøren Schmidt #define ATA_VIA8233A            0x31471106
502bb5bdd38SSøren Schmidt #define ATA_VIA8233C            0x31091106
503bb5bdd38SSøren Schmidt #define ATA_VIA8235             0x31771106
5048a1bddb7SSøren Schmidt #define ATA_VIA8237             0x32271106
505adf1bdacSSøren Schmidt #define ATA_VIA8237A            0x05911106
506358904bfSSøren Schmidt #define ATA_VIA8237S		0x53371106
5076d3af67bSAlexander Motin #define ATA_VIA8237_5372	0x53721106
5086d3af67bSAlexander Motin #define ATA_VIA8237_7372	0x73721106
509a5693903SSøren Schmidt #define ATA_VIA8251             0x33491106
510bb5bdd38SSøren Schmidt #define ATA_VIA8361             0x31121106
511bb5bdd38SSøren Schmidt #define ATA_VIA8363             0x03051106
512bb5bdd38SSøren Schmidt #define ATA_VIA8371             0x03911106
513bb5bdd38SSøren Schmidt #define ATA_VIA8662             0x31021106
514ba18e265SSøren Schmidt #define ATA_VIA6410             0x31641106
515ba18e265SSøren Schmidt #define ATA_VIA6420             0x31491106
5161ab4ad36SSøren Schmidt #define ATA_VIA6421             0x32491106
517c357f2c8SAlexander Motin #define ATA_VIACX700IDE         0x05811106
518c357f2c8SAlexander Motin #define ATA_VIACX700            0x83241106
519c357f2c8SAlexander Motin #define ATA_VIASATAIDE          0x53241106
520c357f2c8SAlexander Motin #define ATA_VIAVX800            0x83531106
52104054584SAlexander Motin #define ATA_VIASATAIDE2         0xc4091106
522c357f2c8SAlexander Motin #define ATA_VIAVX855            0x84091106
52304054584SAlexander Motin #define ATA_VIASATAIDE3         0x90011106
52404054584SAlexander Motin #define ATA_VIAVX900            0x84101106
525bb5bdd38SSøren Schmidt 
5268ca4df32SSøren Schmidt /* global prototypes ata-pci.c */
5278ca4df32SSøren Schmidt int ata_pci_probe(device_t dev);
5288ca4df32SSøren Schmidt int ata_pci_attach(device_t dev);
5298ca4df32SSøren Schmidt int ata_pci_detach(device_t dev);
5307aab7e05SSøren Schmidt int ata_pci_suspend(device_t dev);
5317aab7e05SSøren Schmidt int ata_pci_resume(device_t dev);
5326bd8779bSAlexander Motin int ata_pci_read_ivar(device_t dev, device_t child, int which, uintptr_t *result);
5336bd8779bSAlexander Motin int ata_pci_write_ivar(device_t dev, device_t child, int which, uintptr_t value);
5346bd8779bSAlexander Motin uint32_t ata_pci_read_config(device_t dev, device_t child, int reg, int width);
5356bd8779bSAlexander Motin void ata_pci_write_config(device_t dev, device_t child, int reg,
5366bd8779bSAlexander Motin     uint32_t val, int width);
537c779dc14SAlexander Motin int ata_pci_print_child(device_t dev, device_t child);
538*ddfc9c4cSWarner Losh int ata_pci_child_location(device_t dev, device_t child, struct sbuf *sb);
5392dd1bdf1SJustin Hibbits struct resource * ata_pci_alloc_resource(device_t dev, device_t child, int type, int *rid, rman_res_t start, rman_res_t end, rman_res_t count, u_int flags);
5408ca4df32SSøren Schmidt int ata_pci_release_resource(device_t dev, device_t child, int type, int rid, struct resource *r);
541ef544f63SPaolo Pisati int ata_pci_setup_intr(device_t dev, device_t child, struct resource *irq, int flags, driver_filter_t *filter, driver_intr_t *function, void *argument, void **cookiep);
5428ca4df32SSøren Schmidt  int ata_pci_teardown_intr(device_t dev, device_t child, struct resource *irq, void *cookie);
54304ff88ceSAlexander Motin int ata_pci_ch_attach(device_t dev);
54478d15416SAlexander Motin int ata_pci_ch_detach(device_t dev);
545a7c33e78SSøren Schmidt int ata_pci_status(device_t dev);
546f5f55db3SSøren Schmidt void ata_pci_hw(device_t dev);
547200c7605SSøren Schmidt void ata_pci_dmainit(device_t dev);
54878d15416SAlexander Motin void ata_pci_dmafini(device_t dev);
5495187458fSMarius Strobl const char *ata_pcivendor2str(device_t dev);
5508ca4df32SSøren Schmidt int ata_legacy(device_t);
55113014ca0SSøren Schmidt void ata_generic_intr(void *data);
552066f913aSAlexander Motin int ata_generic_chipinit(device_t dev);
553066f913aSAlexander Motin int ata_generic_setmode(device_t dev, int target, int mode);
55413014ca0SSøren Schmidt int ata_setup_interrupt(device_t dev, void *intr_func);
55513014ca0SSøren Schmidt void ata_set_desc(device_t dev);
5565187458fSMarius Strobl const struct ata_chip_id *ata_match_chip(device_t dev, const struct ata_chip_id *index);
5575187458fSMarius Strobl const struct ata_chip_id *ata_find_chip(device_t dev, const struct ata_chip_id *index, int slot);
55813014ca0SSøren Schmidt int ata_mode2idx(int mode);
55913014ca0SSøren Schmidt 
56013014ca0SSøren Schmidt /* global prototypes from chipsets/ata-*.c */
56113014ca0SSøren Schmidt int ata_sii_chipinit(device_t);
5628ca4df32SSøren Schmidt 
56313014ca0SSøren Schmidt /* externs */
56413014ca0SSøren Schmidt extern devclass_t ata_pci_devclass;
56513014ca0SSøren Schmidt 
566dd60e051SAlexander Motin MALLOC_DECLARE(M_ATAPCI);
567dd60e051SAlexander Motin 
56813014ca0SSøren Schmidt /* macro for easy definition of all driver module stuff */
56913014ca0SSøren Schmidt #define ATA_DECLARE_DRIVER(dname) \
57013014ca0SSøren Schmidt static device_method_t __CONCAT(dname,_methods)[] = { \
57113014ca0SSøren Schmidt     DEVMETHOD(device_probe,     __CONCAT(dname,_probe)), \
57213014ca0SSøren Schmidt     DEVMETHOD(device_attach,    ata_pci_attach), \
57313014ca0SSøren Schmidt     DEVMETHOD(device_detach,    ata_pci_detach), \
57469c43a23SAlexander Motin     DEVMETHOD(device_suspend,   ata_pci_suspend), \
57569c43a23SAlexander Motin     DEVMETHOD(device_resume,    ata_pci_resume), \
57613014ca0SSøren Schmidt     DEVMETHOD(device_shutdown,  bus_generic_shutdown), \
5776bd8779bSAlexander Motin     DEVMETHOD(bus_read_ivar,		ata_pci_read_ivar), \
5786bd8779bSAlexander Motin     DEVMETHOD(bus_write_ivar,		ata_pci_write_ivar), \
57913014ca0SSøren Schmidt     DEVMETHOD(bus_alloc_resource,       ata_pci_alloc_resource), \
58013014ca0SSøren Schmidt     DEVMETHOD(bus_release_resource,     ata_pci_release_resource), \
58113014ca0SSøren Schmidt     DEVMETHOD(bus_activate_resource,    bus_generic_activate_resource), \
58213014ca0SSøren Schmidt     DEVMETHOD(bus_deactivate_resource,  bus_generic_deactivate_resource), \
58313014ca0SSøren Schmidt     DEVMETHOD(bus_setup_intr,           ata_pci_setup_intr), \
58413014ca0SSøren Schmidt     DEVMETHOD(bus_teardown_intr,        ata_pci_teardown_intr), \
5856bd8779bSAlexander Motin     DEVMETHOD(pci_read_config,		ata_pci_read_config), \
5866bd8779bSAlexander Motin     DEVMETHOD(pci_write_config,		ata_pci_write_config), \
587c779dc14SAlexander Motin     DEVMETHOD(bus_print_child,		ata_pci_print_child), \
588*ddfc9c4cSWarner Losh     DEVMETHOD(bus_child_location,	ata_pci_child_location), \
5895187458fSMarius Strobl     DEVMETHOD_END \
59013014ca0SSøren Schmidt }; \
59113014ca0SSøren Schmidt static driver_t __CONCAT(dname,_driver) = { \
59213014ca0SSøren Schmidt         "atapci", \
59313014ca0SSøren Schmidt         __CONCAT(dname,_methods), \
59413014ca0SSøren Schmidt         sizeof(struct ata_pci_controller) \
59513014ca0SSøren Schmidt }; \
5965187458fSMarius Strobl DRIVER_MODULE(dname, pci, __CONCAT(dname,_driver), ata_pci_devclass, NULL, NULL); \
59713014ca0SSøren Schmidt MODULE_VERSION(dname, 1); \
59813014ca0SSøren Schmidt MODULE_DEPEND(dname, ata, 1, 1, 1); \
59913014ca0SSøren Schmidt MODULE_DEPEND(dname, atapci, 1, 1, 1);
600