i82365_isasubr.c revision 1.15 1 /* $NetBSD: i82365_isasubr.c,v 1.15 2000/02/22 16:04:44 thorpej Exp $ */
2
3 #define PCICISADEBUG
4
5 /*
6 * Copyright (c) 2000 Christian E. Hopps. All rights reserved.
7 * Copyright (c) 1998 Bill Sommerfeld. All rights reserved.
8 * Copyright (c) 1997 Marc Horowitz. All rights reserved.
9 *
10 * Redistribution and use in source and binary forms, with or without
11 * modification, are permitted provided that the following conditions
12 * are met:
13 * 1. Redistributions of source code must retain the above copyright
14 * notice, this list of conditions and the following disclaimer.
15 * 2. Redistributions in binary form must reproduce the above copyright
16 * notice, this list of conditions and the following disclaimer in the
17 * documentation and/or other materials provided with the distribution.
18 * 3. All advertising materials mentioning features or use of this software
19 * must display the following acknowledgement:
20 * This product includes software developed by Marc Horowitz.
21 * 4. The name of the author may not be used to endorse or promote products
22 * derived from this software without specific prior written permission.
23 *
24 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
25 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
26 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
27 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
28 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
29 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
30 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
31 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
32 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
33 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34 */
35
36
37 #include <sys/types.h>
38 #include <sys/param.h>
39 #include <sys/systm.h>
40 #include <sys/device.h>
41 #include <sys/extent.h>
42 #include <sys/malloc.h>
43
44 #include <vm/vm.h>
45
46 #include <machine/bus.h>
47 #include <machine/intr.h>
48
49 #include <dev/isa/isareg.h>
50 #include <dev/isa/isavar.h>
51
52 #include <dev/pcmcia/pcmciareg.h>
53 #include <dev/pcmcia/pcmciavar.h>
54 #include <dev/pcmcia/pcmciachip.h>
55
56 #include <dev/ic/i82365reg.h>
57 #include <dev/ic/i82365var.h>
58 #include <dev/isa/i82365_isavar.h>
59
60 /*****************************************************************************
61 * Configurable parameters.
62 *****************************************************************************/
63
64 #include "opt_pcic_isa_alloc_iobase.h"
65 #include "opt_pcic_isa_alloc_iosize.h"
66 #include "opt_pcic_isa_intr_alloc_mask.h"
67
68 /*
69 * Default I/O allocation range. If both are set to non-zero, these
70 * values will be used instead. Otherwise, the code attempts to probe
71 * the bus width. Systems with 10 address bits should use 0x300 and 0xff.
72 * Systems with 12 address bits (most) should use 0x400 and 0xbff.
73 */
74
75 #ifndef PCIC_ISA_ALLOC_IOBASE
76 #define PCIC_ISA_ALLOC_IOBASE 0
77 #endif
78
79 #ifndef PCIC_ISA_ALLOC_IOSIZE
80 #define PCIC_ISA_ALLOC_IOSIZE 0
81 #endif
82
83 int pcic_isa_alloc_iobase = PCIC_ISA_ALLOC_IOBASE;
84 int pcic_isa_alloc_iosize = PCIC_ISA_ALLOC_IOSIZE;
85
86
87 /*
88 * Default IRQ allocation bitmask. This defines the range of allowable
89 * IRQs for PCMCIA slots. Useful if order of probing would screw up other
90 * devices, or if PCIC hardware/cards have trouble with certain interrupt
91 * lines.
92 *
93 * We disable IRQ 10 by default, since some common laptops (namely, the
94 * NEC Versa series) reserve IRQ 10 for the docking station SCSI interface.
95 */
96
97 #ifndef PCIC_ISA_INTR_ALLOC_MASK
98 #define PCIC_ISA_INTR_ALLOC_MASK 0xffff
99 #endif
100
101 int pcic_isa_intr_alloc_mask = PCIC_ISA_INTR_ALLOC_MASK;
102
103 #ifndef PCIC_NO_IRQ_PROBE
104 #ifdef __hpcmips__
105 #define PCIC_NO_IRQ_PROBE 0
106 #else
107 #define PCIC_NO_IRQ_PROBE 1
108 #endif
109 #endif
110
111 int pcic_no_irq_probe = PCIC_NO_IRQ_PROBE;
112
113 /*****************************************************************************
114 * End of configurable parameters.
115 *****************************************************************************/
116
117 #ifdef PCICISADEBUG
118 int pcicsubr_debug = 0;
119 #define DPRINTF(arg) do { if (pcicsubr_debug) printf arg ; } while (0)
120 #else
121 #define DPRINTF(arg)
122 #endif
123
124 /*
125 * count the interrupt if we have a status set
126 * just use socket 0
127 */
128
129 void pcic_isa_probe_interrupts __P((struct pcic_softc *, struct pcic_handle *));
130 static int pcic_isa_count_intr __P((void *));
131
132 static int
133 pcic_isa_count_intr(arg)
134 void *arg;
135 {
136 struct pcic_softc *sc;
137 struct pcic_isa_softc *isc;
138 struct pcic_handle *h;
139 int cscreg;
140
141 h = arg;
142 sc = (struct pcic_softc *)h->ph_parent;
143 isc = (struct pcic_isa_softc *)h->ph_parent;
144
145 cscreg = pcic_read(h, PCIC_CSC);
146 if (cscreg & PCIC_CSC_CD) {
147 if ((++sc->intr_detect % 20) == 0)
148 printf(".");
149 else
150 DPRINTF(("."));
151 return (1);
152 }
153
154 /*
155 * make sure we don't get stuck in a loop due to
156 * unhandled level interupts
157 */
158 if (++sc->intr_false > 40) {
159 pcic_write(h, PCIC_CSC_INTR, 0);
160 delay(10);
161
162 isa_intr_disestablish(isc->sc_ic, sc->ih);
163 sc->ih = 0;
164 }
165
166 #ifdef PCICISADEBUG
167 if (cscreg)
168 DPRINTF(("o"));
169 else
170 DPRINTF(("X"));
171 #endif
172 return (cscreg ? 1 : 0);
173 }
174
175 /*
176 * use soft interrupt card detect to find out which irqs are available
177 * for this controller
178 */
179 void
180 pcic_isa_probe_interrupts(sc, h)
181 struct pcic_softc *sc;
182 struct pcic_handle *h;
183 {
184 struct pcic_isa_softc *isc = (void *) sc;
185 isa_chipset_tag_t ic;
186 int i, j, mask, irq;
187 int cd, cscintr, intr, csc;
188
189 ic = isc->sc_ic;
190
191 printf("%s: controller %d detecting irqs with mask 0x%04x:",
192 sc->dev.dv_xname, h->chip, sc->intr_mask[h->chip]);
193 DPRINTF(("\n"));
194
195 /* clear any current interrupt */
196 pcic_read(h, PCIC_CSC);
197
198 /* first disable the status irq, card detect is enabled later */
199 pcic_write(h, PCIC_CSC_INTR, 0);
200
201 /* steer the interrupt to isa and disable ring and interrupt */
202 intr = pcic_read(h, PCIC_INTR);
203 DPRINTF(("pcic: old intr 0x%x\n", intr));
204 intr &= ~(PCIC_INTR_RI_ENABLE | PCIC_INTR_ENABLE | PCIC_INTR_IRQ_MASK);
205 pcic_write(h, PCIC_INTR, intr);
206
207
208 /* clear any current interrupt */
209 pcic_read(h, PCIC_CSC);
210
211 cd = pcic_read(h, PCIC_CARD_DETECT);
212 cd |= PCIC_CARD_DETECT_SW_INTR;
213
214 mask = 0;
215 for (i = 0; i < 16; i++) {
216 /* honor configured limitations */
217 if ((sc->intr_mask[h->chip] & (1 << i)) == 0)
218 continue;
219
220 DPRINTF(("probing irq %d: ", i));
221
222 /* ask for a pulse interrupt so we don't share */
223 if (isa_intr_alloc(ic, (1 << i), IST_PULSE, &irq)) {
224 DPRINTF(("currently allocated\n"));
225 continue;
226 }
227
228 if ((sc->ih = isa_intr_establish(ic, irq, IST_LEVEL, IPL_TTY,
229 pcic_isa_count_intr, h)) == NULL)
230 panic("cant get interrupt");
231
232 cscintr = PCIC_CSC_INTR_CD_ENABLE;
233 cscintr |= (irq << PCIC_CSC_INTR_IRQ_SHIFT);
234 pcic_write(h, PCIC_CSC_INTR, cscintr);
235 delay(10);
236
237 /* interrupt 40 times */
238 sc->intr_detect = 0;
239 for (j = 0; j < 40 && sc->ih; j++) {
240 sc->intr_false = 0;
241 pcic_write(h, PCIC_CARD_DETECT, cd);
242 delay(100);
243 csc = pcic_read(h, PCIC_CSC);
244 DPRINTF(("%s", csc ? "-" : ""));
245 }
246 DPRINTF((" total %d\n", sc->intr_detect));
247 /* allow for misses */
248 if (sc->intr_detect > 37 && sc->intr_detect <= 40) {
249 printf("%d", i);
250 DPRINTF((" succeded\n"));
251 mask |= (1 << i);
252 }
253
254 if (sc->ih) {
255 pcic_write(h, PCIC_CSC_INTR, 0);
256 delay(10);
257
258 isa_intr_disestablish(ic, sc->ih);
259 sc->ih = 0;
260 }
261 }
262 sc->intr_mask[h->chip] = mask;
263
264 printf("%s\n", sc->intr_mask ? "" : " none");
265 }
266
267 /*
268 * called with interrupts enabled, light up the irqs to find out
269 * which irq lines are actually hooked up to our pcic
270 */
271 void
272 pcic_isa_config_interrupts(self)
273 struct device *self;
274 {
275 struct pcic_softc *sc;
276 struct pcic_isa_softc *isc;
277 struct pcic_handle *h;
278 isa_chipset_tag_t ic;
279 int s, i, chipmask, chipuniq;
280
281 sc = (struct pcic_softc *) self;
282 isc = (struct pcic_isa_softc *) self;
283 ic = isc->sc_ic;
284
285 /* probe each controller */
286 chipmask = 0xffff;
287 for (i = 0; i < PCIC_NSLOTS; i += 2) {
288 if (sc->handle[i].flags & PCIC_FLAG_SOCKETP)
289 h = &sc->handle[i];
290 else if (sc->handle[i + 1].flags & PCIC_FLAG_SOCKETP)
291 h = &sc->handle[i + 1];
292 else
293 continue;
294
295 sc->intr_mask[h->chip] =
296 PCIC_INTR_IRQ_VALIDMASK & pcic_isa_intr_alloc_mask;
297
298 /* the cirrus chips lack support for the soft interrupt */
299 if (pcic_no_irq_probe != 0 &&
300 h->vendor != PCIC_VENDOR_CIRRUS_PD6710 &&
301 h->vendor != PCIC_VENDOR_CIRRUS_PD672X)
302 pcic_isa_probe_interrupts(sc, h);
303
304 chipmask &= sc->intr_mask[h->chip];
305 }
306 /* now see if there is at least one irq per chip not shared by all */
307 chipuniq = 1;
308 for (i = 0; i < PCIC_NSLOTS; i += 2) {
309 if ((sc->handle[i].flags & PCIC_FLAG_SOCKETP) == 0 &&
310 (sc->handle[i + 1].flags & PCIC_FLAG_SOCKETP) == 0)
311 continue;
312 if ((sc->intr_mask[i / 2] & ~chipmask) == 0) {
313 chipuniq = 0;
314 break;
315 }
316 }
317 /*
318 * the rest of the following code used to run at config time with
319 * no interrupts and gets unhappy if this is violated so...
320 */
321 s = splhigh();
322
323 /*
324 * allocate our irq. it will be used by both controllers. I could
325 * use two different interrupts, but interrupts are relatively
326 * scarce, shareable, and for PCIC controllers, very infrequent.
327 */
328 if (sc->irq != IRQUNK) {
329 if ((chipmask & (1 << sc->irq)) == 0)
330 printf("%s: warning: configured irq %d not detected as"
331 " available\n", sc->dev.dv_xname, sc->irq);
332 } else if (chipmask == 0 ||
333 isa_intr_alloc(ic, chipmask, IST_EDGE, &sc->irq)) {
334 printf("%s: no available irq", sc->dev.dv_xname);
335 sc->irq = IRQUNK;
336 } else if ((chipmask & ~(1 << sc->irq)) == 0 && chipuniq == 0) {
337 printf("%s: can't share irq with cards", sc->dev.dv_xname);
338 sc->irq = IRQUNK;
339 }
340 if (sc->irq != IRQUNK) {
341 sc->ih = isa_intr_establish(ic, sc->irq, IST_EDGE, IPL_TTY,
342 pcic_intr, sc);
343 if (sc->ih == NULL) {
344 printf("%s: can't establish interrupt",
345 sc->dev.dv_xname);
346 sc->irq = IRQUNK;
347 }
348 }
349 if (sc->irq == IRQUNK)
350 printf("; polling for socket events\n");
351 else
352 printf("%s: using irq %d for socket events\n", sc->dev.dv_xname,
353 sc->irq);
354
355 pcic_attach_sockets_finish(sc);
356
357 splx(s);
358 }
359
360 /*
361 * XXX This routine does not deal with the aliasing issue that its
362 * trying to.
363 *
364 * Any isa device may be decoding only 10 bits of address including
365 * the pcic. This routine only detects if the pcic is doing 10 bits.
366 *
367 * What should be done is detect the pcic's idea of the bus width,
368 * and then within those limits allocate a sparse map, where the
369 * each sub region is offset by 0x400.
370 */
371 void pcic_isa_bus_width_probe (sc, iot, ioh, base, length)
372 struct pcic_softc *sc;
373 bus_space_tag_t iot;
374 bus_space_handle_t ioh;
375 bus_addr_t base;
376 u_int32_t length;
377 {
378 bus_space_handle_t ioh_high;
379 int i, iobuswidth, tmp1, tmp2;
380
381 /*
382 * figure out how wide the isa bus is. Do this by checking if the
383 * pcic controller is mirrored 0x400 above where we expect it to be.
384 */
385
386 iobuswidth = 12;
387
388 /* Map i/o space. */
389 if (bus_space_map(iot, base + 0x400, length, 0, &ioh_high)) {
390 printf("%s: can't map high i/o space\n", sc->dev.dv_xname);
391 return;
392 }
393
394 for (i = 0; i < PCIC_NSLOTS; i++) {
395 if (sc->handle[i].flags & PCIC_FLAG_SOCKETP) {
396 /*
397 * read the ident flags from the normal space and
398 * from the mirror, and compare them
399 */
400
401 bus_space_write_1(iot, ioh, PCIC_REG_INDEX,
402 sc->handle[i].sock + PCIC_IDENT);
403 tmp1 = bus_space_read_1(iot, ioh, PCIC_REG_DATA);
404
405 bus_space_write_1(iot, ioh_high, PCIC_REG_INDEX,
406 sc->handle[i].sock + PCIC_IDENT);
407 tmp2 = bus_space_read_1(iot, ioh_high, PCIC_REG_DATA);
408
409 if (tmp1 == tmp2)
410 iobuswidth = 10;
411 }
412 }
413
414 bus_space_free(iot, ioh_high, length);
415
416 /*
417 * XXX mycroft recommends I/O space range 0x400-0xfff . I should put
418 * this in a header somewhere
419 */
420
421 /*
422 * XXX some hardware doesn't seem to grok addresses in 0x400 range--
423 * apparently missing a bit or more of address lines. (e.g.
424 * CIRRUS_PD672X with Linksys EthernetCard ne2000 clone in TI
425 * TravelMate 5000--not clear which is at fault)
426 *
427 * Add a kludge to detect 10 bit wide buses and deal with them,
428 * and also a config file option to override the probe.
429 */
430
431 if (iobuswidth == 10) {
432 sc->iobase = 0x300;
433 sc->iosize = 0x0ff;
434 } else {
435 #if 0
436 /*
437 * This is what we'd like to use, but...
438 */
439 sc->iobase = 0x400;
440 sc->iosize = 0xbff;
441 #else
442 /*
443 * ...the above bus width probe doesn't always work.
444 * So, experimentation has shown the following range
445 * to not lose on systems that 0x300-0x3ff loses on
446 * (e.g. the NEC Versa 6030X).
447 */
448 sc->iobase = 0x330;
449 sc->iosize = 0x0cf;
450 #endif
451 }
452
453 DPRINTF(("%s: bus_space_alloc range 0x%04lx-0x%04lx (probed)\n",
454 sc->dev.dv_xname, (long) sc->iobase,
455
456 (long) sc->iobase + sc->iosize));
457
458 if (pcic_isa_alloc_iobase && pcic_isa_alloc_iosize) {
459 sc->iobase = pcic_isa_alloc_iobase;
460 sc->iosize = pcic_isa_alloc_iosize;
461
462 DPRINTF(("%s: bus_space_alloc range 0x%04lx-0x%04lx "
463 "(config override)\n", sc->dev.dv_xname, (long) sc->iobase,
464 (long) sc->iobase + sc->iosize));
465 }
466 }
467
468 void *
469 pcic_isa_chip_intr_establish(pch, pf, ipl, fct, arg)
470 pcmcia_chipset_handle_t pch;
471 struct pcmcia_function *pf;
472 int ipl;
473 int (*fct) __P((void *));
474 void *arg;
475 {
476 struct pcic_handle *h = (struct pcic_handle *) pch;
477 struct pcic_softc *sc = (struct pcic_softc *)(h->ph_parent);
478 struct pcic_isa_softc *isc = (struct pcic_isa_softc *)(h->ph_parent);
479 isa_chipset_tag_t ic = isc->sc_ic;
480 int irq, ist;
481 void *ih;
482 int reg;
483
484 if (pf->cfe->flags & PCMCIA_CFE_IRQLEVEL)
485 ist = IST_LEVEL;
486 else if (pf->cfe->flags & PCMCIA_CFE_IRQPULSE)
487 ist = IST_PULSE;
488 else
489 ist = IST_EDGE;
490
491 if (isa_intr_alloc(ic, sc->intr_mask[h->chip], ist, &irq))
492 return (NULL);
493 if ((ih = isa_intr_establish(ic, irq, ist, ipl, fct, arg)) == NULL)
494 return (NULL);
495
496 h->ih_irq = irq;
497 if (h->flags & PCIC_FLAG_ENABLED) {
498 reg = pcic_read(h, PCIC_INTR);
499 reg &= ~(PCIC_INTR_IRQ_MASK | PCIC_INTR_ENABLE);
500 reg |= irq;
501 pcic_write(h, PCIC_INTR, reg);
502 }
503
504 printf("%s: card irq %d\n", h->pcmcia->dv_xname, irq);
505
506 return (ih);
507 }
508
509 void
510 pcic_isa_chip_intr_disestablish(pch, ih)
511 pcmcia_chipset_handle_t pch;
512 void *ih;
513 {
514 struct pcic_handle *h = (struct pcic_handle *) pch;
515 struct pcic_isa_softc *isc = (struct pcic_isa_softc *)(h->ph_parent);
516 isa_chipset_tag_t ic = isc->sc_ic;
517 int reg;
518
519 h->ih_irq = 0;
520 if (h->flags & PCIC_FLAG_ENABLED) {
521 reg = pcic_read(h, PCIC_INTR);
522 reg &= ~(PCIC_INTR_IRQ_MASK | PCIC_INTR_ENABLE);
523 pcic_write(h, PCIC_INTR, reg);
524 }
525 isa_intr_disestablish(ic, ih);
526 }
527