]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/dev/sio/sio_isa.c
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / dev / sio / sio_isa.c
1 /*-
2  * Copyright (c) 2001 M. Warner Losh.  All rights reserved.
3  *
4  * Redistribution and use in source and binary forms, with or without
5  * modification, are permitted provided that the following conditions
6  * are met:
7  * 1. Redistributions of source code must retain the above copyright
8  *    notice, this list of conditions and the following disclaimer.
9  * 2. Redistributions in binary form must reproduce the above copyright
10  *    notice, this list of conditions and the following disclaimer in the
11  *    documentation and/or other materials provided with the distribution.
12  *
13  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
14  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
15  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
16  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
17  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
18  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
19  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
20  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
22  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23  */
24
25 #include <sys/cdefs.h>
26 __FBSDID("$FreeBSD$");
27
28 #include "opt_sio.h"
29
30 #include <sys/param.h>
31 #include <sys/systm.h>
32 #include <sys/bus.h>
33 #include <sys/conf.h>
34 #include <sys/kernel.h>
35 #include <sys/lock.h>
36 #include <sys/malloc.h>
37 #include <sys/mutex.h>
38 #include <sys/module.h>
39 #include <sys/tty.h>
40 #include <machine/bus.h>
41 #include <sys/timepps.h>
42
43 #include <dev/sio/siovar.h>
44
45 #include <isa/isareg.h>
46 #include <isa/isavar.h>
47
48 static  int     sio_isa_attach(device_t dev);
49 static  int     sio_isa_probe(device_t dev);
50
51 static device_method_t sio_isa_methods[] = {
52         /* Device interface */
53         DEVMETHOD(device_probe,         sio_isa_probe),
54         DEVMETHOD(device_attach,        sio_isa_attach),
55         DEVMETHOD(device_detach,        siodetach),
56
57         { 0, 0 }
58 };
59
60 static driver_t sio_isa_driver = {
61         sio_driver_name,
62         sio_isa_methods,
63         0,
64 };
65
66 static struct isa_pnp_id sio_ids[] = {
67         {0x0005d041, "Standard PC COM port"},   /* PNP0500 */
68         {0x0105d041, "16550A-compatible COM port"},     /* PNP0501 */
69         {0x0205d041, "Multiport serial device (non-intelligent 16550)"}, /* PNP0502 */
70         {0x1005d041, "Generic IRDA-compatible device"}, /* PNP0510 */
71         {0x1105d041, "Generic IRDA-compatible device"}, /* PNP0511 */
72         /* Devices that do not have a compatid */
73         {0x12206804, NULL},     /* ACH2012 - 5634BTS 56K Video Ready Modem */
74         {0x7602a904, NULL},     /* AEI0276 - 56K v.90 Fax Modem (LKT) */
75         {0x00007905, NULL},     /* AKY0000 - 56K Plug&Play Modem */
76         {0x21107905, NULL},     /* AKY1021 - 56K Plug&Play Modem */
77         {0x01405407, NULL},     /* AZT4001 - AZT3000 PnP SOUND DEVICE, MODEM */
78         {0x56039008, NULL},     /* BDP0356 - Best Data 56x2 */
79         {0x56159008, NULL},     /* BDP1556 - B.D. Smart One 56SPS,Voice Modem*/
80         {0x36339008, NULL},     /* BDP3336 - Best Data Prods. 336F */
81         {0x0014490a, NULL},     /* BRI1400 - Boca 33.6 PnP */
82         {0x0015490a, NULL},     /* BRI1500 - Internal Fax Data */
83         {0x0034490a, NULL},     /* BRI3400 - Internal ACF Modem */
84         {0x0094490a, NULL},     /* BRI9400 - Boca K56Flex PnP */
85         {0x00b4490a, NULL},     /* BRIB400 - Boca 56k PnP */
86         {0x0010320d, NULL},     /* CIR1000 - Cirrus Logic V34 */
87         {0x0030320d, NULL},     /* CIR3000 - Cirrus Logic V43 */
88         {0x0100440e, NULL},     /* CRD0001 - Cardinal MVP288IV ? */
89         {0x01308c0e, NULL},     /* CTL3001 - Creative Labs Phoneblaster */
90         {0x36033610, NULL},     /* DAV0336 - DAVICOM 336PNP MODEM */
91         {0x01009416, NULL},     /* ETT0001 - E-Tech Bullet 33k6 PnP */
92         {0x0000aa1a, NULL},     /* FUJ0000 - FUJITSU Modem 33600 PNP/I2 */
93         {0x1200c31e, NULL},     /* GVC0012 - VF1128HV-R9 (win modem?) */
94         {0x0303c31e, NULL},     /* GVC0303 - MaxTech 33.6 PnP D/F/V */
95         {0x0505c31e, NULL},     /* GVC0505 - GVC 56k Faxmodem */
96         {0x0116c31e, NULL},     /* GVC1601 - Rockwell V.34 Plug & Play Modem */
97         {0x0050c31e, NULL},     /* GVC5000 - some GVC modem */
98         {0x3800f91e, NULL},     /* GWY0038 - Telepath with v.90 */
99         {0x9062f91e, NULL},     /* GWY6290 - Telepath with x2 Technology */
100         {0x8100e425, NULL},     /* IOD0081 - I-O DATA DEVICE,INC. IFML-560 */
101         {0x71004d24, NULL},     /* IBM0071 - IBM ThinkPad 240 IrDA controller*/
102         {0x21002534, NULL},     /* MAE0021 - Jetstream Int V.90 56k Voice Series 2*/
103         {0x0000f435, NULL},     /* MOT0000 - Motorola ModemSURFR 33.6 Intern */
104         {0x5015f435, NULL},     /* MOT1550 - Motorola ModemSURFR 56K Modem */
105         {0xf015f435, NULL},     /* MOT15F0 - Motorola VoiceSURFR 56K Modem */
106         {0x6045f435, NULL},     /* MOT4560 - Motorola ? */
107         {0x61e7a338, NULL},     /* NECE761 - 33.6Modem */
108         {0x0160633a, NULL},     /* NSC6001 - National Semi's IrDA Controller*/
109         {0x08804f3f, NULL},     /* OZO8008 - Zoom  (33.6k Modem) */
110         {0x0f804f3f, NULL},     /* OZO800f - Zoom 2812 (56k Modem) */
111         {0x39804f3f, NULL},     /* OZO8039 - Zoom 56k flex */
112         {0x00914f3f, NULL},     /* OZO9100 - Zoom 2919 (K56 Faxmodem) */
113         {0x3024a341, NULL},     /* PMC2430 - Pace 56 Voice Internal Modem */
114         {0x1000eb49, NULL},     /* ROK0010 - Rockwell ? */
115         {0x1200b23d, NULL},     /* RSS0012 - OMRON ME5614ISA */
116         {0x5002734a, NULL},     /* RSS0250 - 5614Jx3(G) Internal Modem */
117         {0x6202734a, NULL},     /* RSS0262 - 5614Jx3[G] V90+K56Flex Modem */
118         {0x1010104d, NULL},     /* SHP1010 - Rockwell 33600bps Modem */
119         {0x10f0a34d, NULL},     /* SMCF010 - SMC IrCC*/
120         {0xc100ad4d, NULL},     /* SMM00C1 - Leopard 56k PnP */
121         {0x9012b04e, NULL},     /* SUP1290 - Supra ? */
122         {0x1013b04e, NULL},     /* SUP1310 - SupraExpress 336i PnP */
123         {0x8013b04e, NULL},     /* SUP1380 - SupraExpress 288i PnP Voice */
124         {0x8113b04e, NULL},     /* SUP1381 - SupraExpress 336i PnP Voice */
125         {0x5016b04e, NULL},     /* SUP1650 - Supra 336i Sp Intl */
126         {0x7016b04e, NULL},     /* SUP1670 - Supra 336i V+ Intl */
127         {0x7420b04e, NULL},     /* SUP2070 - Supra ? */
128         {0x8020b04e, NULL},     /* SUP2080 - Supra ? */
129         {0x8420b04e, NULL},     /* SUP2084 - SupraExpress 56i PnP */
130         {0x7121b04e, NULL},     /* SUP2171 - SupraExpress 56i Sp? */
131         {0x8024b04e, NULL},     /* SUP2480 - Supra ? */
132         {0x01007256, NULL},     /* USR0001 - U.S. Robotics Inc., Sportster W */
133         {0x02007256, NULL},     /* USR0002 - U.S. Robotics Inc. Sportster 33. */
134         {0x04007256, NULL},     /* USR0004 - USR Sportster 14.4k */
135         {0x06007256, NULL},     /* USR0006 - USR Sportster 33.6k */
136         {0x11007256, NULL},     /* USR0011 - USR ? */
137         {0x01017256, NULL},     /* USR0101 - USR ? */
138         {0x30207256, NULL},     /* USR2030 - U.S.Robotics Inc. Sportster 560 */
139         {0x50207256, NULL},     /* USR2050 - U.S.Robotics Inc. Sportster 33. */
140         {0x70207256, NULL},     /* USR2070 - U.S.Robotics Inc. Sportster 560 */
141         {0x30307256, NULL},     /* USR3030 - U.S. Robotics 56K FAX INT */
142         {0x31307256, NULL},     /* USR3031 - U.S. Robotics 56K FAX INT */
143         {0x50307256, NULL},     /* USR3050 - U.S. Robotics 56K FAX INT */
144         {0x70307256, NULL},     /* USR3070 - U.S. Robotics 56K Voice INT */
145         {0x90307256, NULL},     /* USR3090 - USR ? */
146         {0x70917256, NULL},     /* USR9170 - U.S. Robotics 56K FAX INT */
147         {0x90917256, NULL},     /* USR9190 - USR 56k Voice INT */
148         {0x04f0235c, NULL},     /* WACF004 - Wacom Tablet PC Screen*/
149         {0x0300695c, NULL},     /* WCI0003 - Fax/Voice/Modem/Speakphone/Asvd */
150         {0x01a0896a, NULL},     /* ZTIA001 - Zoom Internal V90 Faxmodem */
151         {0x61f7896a, NULL},     /* ZTIF761 - Zoom ComStar 33.6 */
152         {0}
153 };
154
155 static int
156 sio_isa_probe(dev)
157         device_t        dev;
158 {
159         /* Check isapnp ids */
160         if (ISA_PNP_PROBE(device_get_parent(dev), dev, sio_ids) == ENXIO)
161                 return (ENXIO);
162         return (sioprobe(dev, 0, 0UL, 0));
163 }
164
165 static int
166 sio_isa_attach(dev)
167         device_t        dev;
168 {
169         return (sioattach(dev, 0, 0UL));
170 }
171
172 DRIVER_MODULE(sio, isa, sio_isa_driver, sio_devclass, 0, 0);
173 #ifndef COM_NO_ACPI
174 DRIVER_MODULE(sio, acpi, sio_isa_driver, sio_devclass, 0, 0);
175 #endif