sbus.c revision 1.24 1 1.24 soren /* $NetBSD: sbus.c,v 1.24 2000/03/13 23:52:34 soren Exp $ */
2 1.1 eeh
3 1.1 eeh /*-
4 1.1 eeh * Copyright (c) 1998 The NetBSD Foundation, Inc.
5 1.1 eeh * All rights reserved.
6 1.1 eeh *
7 1.1 eeh * This code is derived from software contributed to The NetBSD Foundation
8 1.1 eeh * by Paul Kranenburg.
9 1.1 eeh *
10 1.1 eeh * Redistribution and use in source and binary forms, with or without
11 1.1 eeh * modification, are permitted provided that the following conditions
12 1.1 eeh * are met:
13 1.1 eeh * 1. Redistributions of source code must retain the above copyright
14 1.1 eeh * notice, this list of conditions and the following disclaimer.
15 1.1 eeh * 2. Redistributions in binary form must reproduce the above copyright
16 1.1 eeh * notice, this list of conditions and the following disclaimer in the
17 1.1 eeh * documentation and/or other materials provided with the distribution.
18 1.1 eeh * 3. All advertising materials mentioning features or use of this software
19 1.1 eeh * must display the following acknowledgement:
20 1.1 eeh * This product includes software developed by the NetBSD
21 1.1 eeh * Foundation, Inc. and its contributors.
22 1.1 eeh * 4. Neither the name of The NetBSD Foundation nor the names of its
23 1.1 eeh * contributors may be used to endorse or promote products derived
24 1.1 eeh * from this software without specific prior written permission.
25 1.1 eeh *
26 1.1 eeh * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
27 1.1 eeh * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
28 1.1 eeh * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
29 1.1 eeh * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
30 1.1 eeh * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
31 1.1 eeh * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
32 1.1 eeh * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
33 1.1 eeh * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
34 1.1 eeh * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
35 1.1 eeh * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
36 1.1 eeh * POSSIBILITY OF SUCH DAMAGE.
37 1.1 eeh */
38 1.1 eeh
39 1.1 eeh /*
40 1.1 eeh * Copyright (c) 1992, 1993
41 1.1 eeh * The Regents of the University of California. All rights reserved.
42 1.1 eeh *
43 1.1 eeh * This software was developed by the Computer Systems Engineering group
44 1.1 eeh * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
45 1.1 eeh * contributed to Berkeley.
46 1.1 eeh *
47 1.1 eeh * All advertising materials mentioning features or use of this software
48 1.1 eeh * must display the following acknowledgement:
49 1.1 eeh * This product includes software developed by the University of
50 1.1 eeh * California, Lawrence Berkeley Laboratory.
51 1.1 eeh *
52 1.1 eeh * Redistribution and use in source and binary forms, with or without
53 1.1 eeh * modification, are permitted provided that the following conditions
54 1.1 eeh * are met:
55 1.1 eeh * 1. Redistributions of source code must retain the above copyright
56 1.1 eeh * notice, this list of conditions and the following disclaimer.
57 1.1 eeh * 2. Redistributions in binary form must reproduce the above copyright
58 1.1 eeh * notice, this list of conditions and the following disclaimer in the
59 1.1 eeh * documentation and/or other materials provided with the distribution.
60 1.1 eeh * 3. All advertising materials mentioning features or use of this software
61 1.1 eeh * must display the following acknowledgement:
62 1.1 eeh * This product includes software developed by the University of
63 1.1 eeh * California, Berkeley and its contributors.
64 1.1 eeh * 4. Neither the name of the University nor the names of its contributors
65 1.1 eeh * may be used to endorse or promote products derived from this software
66 1.1 eeh * without specific prior written permission.
67 1.1 eeh *
68 1.1 eeh * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
69 1.1 eeh * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
70 1.1 eeh * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
71 1.1 eeh * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
72 1.1 eeh * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
73 1.1 eeh * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
74 1.1 eeh * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
75 1.1 eeh * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
76 1.1 eeh * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
77 1.1 eeh * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
78 1.1 eeh * SUCH DAMAGE.
79 1.1 eeh *
80 1.1 eeh * @(#)sbus.c 8.1 (Berkeley) 6/11/93
81 1.1 eeh */
82 1.1 eeh
83 1.1 eeh /*
84 1.18 eeh * Copyright (c) 1999 Eduardo Horvath
85 1.18 eeh *
86 1.18 eeh * Redistribution and use in source and binary forms, with or without
87 1.18 eeh * modification, are permitted provided that the following conditions
88 1.18 eeh * are met:
89 1.18 eeh * 1. Redistributions of source code must retain the above copyright
90 1.18 eeh * notice, this list of conditions and the following disclaimer.
91 1.18 eeh *
92 1.18 eeh * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND
93 1.18 eeh * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
94 1.18 eeh * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
95 1.18 eeh * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE
96 1.18 eeh * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
97 1.18 eeh * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
98 1.18 eeh * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
99 1.18 eeh * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
100 1.18 eeh * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
101 1.18 eeh * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
102 1.18 eeh * SUCH DAMAGE.
103 1.18 eeh *
104 1.18 eeh */
105 1.18 eeh
106 1.18 eeh
107 1.18 eeh /*
108 1.1 eeh * Sbus stuff.
109 1.1 eeh */
110 1.8 eeh #include "opt_ddb.h"
111 1.1 eeh
112 1.1 eeh #include <sys/param.h>
113 1.12 eeh #include <sys/extent.h>
114 1.1 eeh #include <sys/malloc.h>
115 1.1 eeh #include <sys/systm.h>
116 1.1 eeh #include <sys/device.h>
117 1.1 eeh #include <vm/vm.h>
118 1.1 eeh
119 1.1 eeh #include <machine/bus.h>
120 1.2 eeh #include <sparc64/sparc64/vaddrs.h>
121 1.13 mrg #include <sparc64/dev/iommureg.h>
122 1.17 mrg #include <sparc64/dev/iommuvar.h>
123 1.1 eeh #include <sparc64/dev/sbusreg.h>
124 1.7 pk #include <dev/sbus/sbusvar.h>
125 1.1 eeh
126 1.1 eeh #include <machine/autoconf.h>
127 1.1 eeh #include <machine/ctlreg.h>
128 1.1 eeh #include <machine/cpu.h>
129 1.8 eeh #include <machine/sparc64.h>
130 1.1 eeh
131 1.1 eeh #ifdef DEBUG
132 1.1 eeh #define SDB_DVMA 0x1
133 1.1 eeh #define SDB_INTR 0x2
134 1.1 eeh int sbusdebug = 0;
135 1.1 eeh #endif
136 1.1 eeh
137 1.1 eeh void sbusreset __P((int));
138 1.1 eeh
139 1.1 eeh static bus_space_tag_t sbus_alloc_bustag __P((struct sbus_softc *));
140 1.1 eeh static bus_dma_tag_t sbus_alloc_dmatag __P((struct sbus_softc *));
141 1.3 eeh static int sbus_get_intr __P((struct sbus_softc *, int,
142 1.22 mrg struct sbus_intr **, int *, int));
143 1.1 eeh static int sbus_bus_mmap __P((bus_space_tag_t, bus_type_t, bus_addr_t,
144 1.1 eeh int, bus_space_handle_t *));
145 1.1 eeh static int _sbus_bus_map __P((
146 1.1 eeh bus_space_tag_t,
147 1.1 eeh bus_type_t,
148 1.1 eeh bus_addr_t, /*offset*/
149 1.1 eeh bus_size_t, /*size*/
150 1.1 eeh int, /*flags*/
151 1.3 eeh vaddr_t, /*preferred virtual address */
152 1.1 eeh bus_space_handle_t *));
153 1.1 eeh static void *sbus_intr_establish __P((
154 1.1 eeh bus_space_tag_t,
155 1.1 eeh int, /*level*/
156 1.1 eeh int, /*flags*/
157 1.1 eeh int (*) __P((void *)), /*handler*/
158 1.1 eeh void *)); /*handler arg*/
159 1.1 eeh
160 1.1 eeh
161 1.1 eeh /* autoconfiguration driver */
162 1.1 eeh int sbus_match __P((struct device *, struct cfdata *, void *));
163 1.1 eeh void sbus_attach __P((struct device *, struct device *, void *));
164 1.1 eeh
165 1.1 eeh
166 1.1 eeh struct cfattach sbus_ca = {
167 1.1 eeh sizeof(struct sbus_softc), sbus_match, sbus_attach
168 1.1 eeh };
169 1.1 eeh
170 1.1 eeh extern struct cfdriver sbus_cd;
171 1.1 eeh
172 1.1 eeh /*
173 1.1 eeh * DVMA routines
174 1.1 eeh */
175 1.1 eeh int sbus_dmamap_load __P((bus_dma_tag_t, bus_dmamap_t, void *,
176 1.1 eeh bus_size_t, struct proc *, int));
177 1.1 eeh void sbus_dmamap_unload __P((bus_dma_tag_t, bus_dmamap_t));
178 1.1 eeh void sbus_dmamap_sync __P((bus_dma_tag_t, bus_dmamap_t, bus_addr_t,
179 1.1 eeh bus_size_t, int));
180 1.1 eeh int sbus_dmamem_alloc __P((bus_dma_tag_t tag, bus_size_t size,
181 1.1 eeh bus_size_t alignment, bus_size_t boundary,
182 1.1 eeh bus_dma_segment_t *segs, int nsegs, int *rsegs, int flags));
183 1.1 eeh void sbus_dmamem_free __P((bus_dma_tag_t tag, bus_dma_segment_t *segs,
184 1.1 eeh int nsegs));
185 1.2 eeh int sbus_dmamem_map __P((bus_dma_tag_t tag, bus_dma_segment_t *segs,
186 1.2 eeh int nsegs, size_t size, caddr_t *kvap, int flags));
187 1.2 eeh void sbus_dmamem_unmap __P((bus_dma_tag_t tag, caddr_t kva,
188 1.2 eeh size_t size));
189 1.1 eeh
190 1.1 eeh
191 1.1 eeh /*
192 1.1 eeh * Child devices receive the Sbus interrupt level in their attach
193 1.1 eeh * arguments. We translate these to CPU IPLs using the following
194 1.1 eeh * tables. Note: obio bus interrupt levels are identical to the
195 1.1 eeh * processor IPL.
196 1.1 eeh *
197 1.1 eeh * The second set of tables is used when the Sbus interrupt level
198 1.1 eeh * cannot be had from the PROM as an `interrupt' property. We then
199 1.1 eeh * fall back on the `intr' property which contains the CPU IPL.
200 1.1 eeh */
201 1.1 eeh
202 1.1 eeh /* Translate Sbus interrupt level to processor IPL */
203 1.1 eeh static int intr_sbus2ipl_4c[] = {
204 1.1 eeh 0, 1, 2, 3, 5, 7, 8, 9
205 1.1 eeh };
206 1.1 eeh static int intr_sbus2ipl_4m[] = {
207 1.1 eeh 0, 2, 3, 5, 7, 9, 11, 13
208 1.1 eeh };
209 1.1 eeh
210 1.1 eeh /*
211 1.1 eeh * This value is or'ed into the attach args' interrupt level cookie
212 1.1 eeh * if the interrupt level comes from an `intr' property, i.e. it is
213 1.1 eeh * not an Sbus interrupt level.
214 1.1 eeh */
215 1.1 eeh #define SBUS_INTR_COMPAT 0x80000000
216 1.1 eeh
217 1.1 eeh
218 1.1 eeh /*
219 1.1 eeh * Print the location of some sbus-attached device (called just
220 1.1 eeh * before attaching that device). If `sbus' is not NULL, the
221 1.1 eeh * device was found but not configured; print the sbus as well.
222 1.1 eeh * Return UNCONF (config_find ignores this if the device was configured).
223 1.1 eeh */
224 1.1 eeh int
225 1.1 eeh sbus_print(args, busname)
226 1.1 eeh void *args;
227 1.1 eeh const char *busname;
228 1.1 eeh {
229 1.1 eeh struct sbus_attach_args *sa = args;
230 1.3 eeh int i;
231 1.1 eeh
232 1.1 eeh if (busname)
233 1.1 eeh printf("%s at %s", sa->sa_name, busname);
234 1.8 eeh printf(" slot %ld offset 0x%lx", (long)sa->sa_slot,
235 1.8 eeh (u_long)sa->sa_offset);
236 1.22 mrg for (i = 0; i < sa->sa_nintr; i++) {
237 1.3 eeh struct sbus_intr *sbi = &sa->sa_intr[i];
238 1.1 eeh
239 1.8 eeh printf(" vector %lx ipl %ld",
240 1.8 eeh (u_long)sbi->sbi_vec,
241 1.8 eeh (long)INTLEV(sbi->sbi_pri));
242 1.1 eeh }
243 1.1 eeh return (UNCONF);
244 1.1 eeh }
245 1.1 eeh
246 1.1 eeh int
247 1.1 eeh sbus_match(parent, cf, aux)
248 1.1 eeh struct device *parent;
249 1.1 eeh struct cfdata *cf;
250 1.1 eeh void *aux;
251 1.1 eeh {
252 1.1 eeh struct mainbus_attach_args *ma = aux;
253 1.1 eeh
254 1.1 eeh return (strcmp(cf->cf_driver->cd_name, ma->ma_name) == 0);
255 1.1 eeh }
256 1.1 eeh
257 1.1 eeh /*
258 1.1 eeh * Attach an Sbus.
259 1.1 eeh */
260 1.1 eeh void
261 1.1 eeh sbus_attach(parent, self, aux)
262 1.1 eeh struct device *parent;
263 1.1 eeh struct device *self;
264 1.1 eeh void *aux;
265 1.1 eeh {
266 1.9 eeh struct sbus_softc *sc = (struct sbus_softc *)self;
267 1.1 eeh struct mainbus_attach_args *ma = aux;
268 1.1 eeh int node = ma->ma_node;
269 1.1 eeh
270 1.1 eeh int node0, error;
271 1.1 eeh bus_space_tag_t sbt;
272 1.1 eeh struct sbus_attach_args sa;
273 1.1 eeh char *busname = "sbus";
274 1.1 eeh
275 1.1 eeh
276 1.1 eeh sc->sc_bustag = ma->ma_bustag;
277 1.1 eeh sc->sc_dmatag = ma->ma_dmatag;
278 1.8 eeh sc->sc_sysio = (struct sysioreg*)(u_long)ma->ma_address[0]; /* Use prom mapping for sysio. */
279 1.1 eeh sc->sc_ign = ma->ma_interrupts[0] & INTMAP_IGN; /* Find interrupt group no */
280 1.1 eeh
281 1.1 eeh /* Setup interrupt translation tables */
282 1.1 eeh sc->sc_intr2ipl = CPU_ISSUN4C
283 1.1 eeh ? intr_sbus2ipl_4c
284 1.1 eeh : intr_sbus2ipl_4m;
285 1.1 eeh
286 1.1 eeh /*
287 1.1 eeh * Record clock frequency for synchronous SCSI.
288 1.1 eeh * IS THIS THE CORRECT DEFAULT??
289 1.1 eeh */
290 1.1 eeh sc->sc_clockfreq = getpropint(node, "clock-frequency", 25*1000*1000);
291 1.1 eeh printf(": clock = %s MHz\n", clockfreq(sc->sc_clockfreq));
292 1.1 eeh
293 1.1 eeh sbt = sbus_alloc_bustag(sc);
294 1.1 eeh sc->sc_dmatag = sbus_alloc_dmatag(sc);
295 1.1 eeh
296 1.1 eeh /*
297 1.1 eeh * Get the SBus burst transfer size if burst transfers are supported
298 1.1 eeh */
299 1.1 eeh sc->sc_burst = getpropint(node, "burst-sizes", 0);
300 1.1 eeh
301 1.1 eeh /*
302 1.1 eeh * Collect address translations from the OBP.
303 1.1 eeh */
304 1.6 pk error = getprop(node, "ranges", sizeof(struct sbus_range),
305 1.1 eeh &sc->sc_nrange, (void **)&sc->sc_range);
306 1.16 eeh if (error)
307 1.1 eeh panic("%s: error getting ranges property", sc->sc_dev.dv_xname);
308 1.1 eeh
309 1.17 mrg /* initailise the IOMMU */
310 1.17 mrg
311 1.17 mrg /* punch in our copies */
312 1.17 mrg sc->sc_is.is_bustag = sc->sc_bustag;
313 1.17 mrg sc->sc_is.is_iommu = &sc->sc_sysio->sys_iommu;
314 1.17 mrg sc->sc_is.is_sb = &sc->sc_sysio->sys_strbuf;
315 1.16 eeh
316 1.17 mrg /* XXX should have instance number */
317 1.17 mrg iommu_init("SBus dvma", &sc->sc_is, 0);
318 1.12 eeh
319 1.12 eeh /*
320 1.1 eeh * Loop through ROM children, fixing any relative addresses
321 1.1 eeh * and then configuring each device.
322 1.1 eeh * `specials' is an array of device names that are treated
323 1.1 eeh * specially:
324 1.1 eeh */
325 1.1 eeh node0 = firstchild(node);
326 1.1 eeh for (node = node0; node; node = nextsibling(node)) {
327 1.1 eeh char *name = getpropstring(node, "name");
328 1.1 eeh
329 1.1 eeh if (sbus_setup_attach_args(sc, sbt, sc->sc_dmatag,
330 1.23 pk node, &sa) != 0) {
331 1.1 eeh printf("sbus_attach: %s: incomplete\n", name);
332 1.1 eeh continue;
333 1.1 eeh }
334 1.1 eeh (void) config_found(&sc->sc_dev, (void *)&sa, sbus_print);
335 1.3 eeh sbus_destroy_attach_args(&sa);
336 1.1 eeh }
337 1.1 eeh }
338 1.1 eeh
339 1.1 eeh int
340 1.23 pk sbus_setup_attach_args(sc, bustag, dmatag, node, sa)
341 1.1 eeh struct sbus_softc *sc;
342 1.1 eeh bus_space_tag_t bustag;
343 1.1 eeh bus_dma_tag_t dmatag;
344 1.1 eeh int node;
345 1.1 eeh struct sbus_attach_args *sa;
346 1.1 eeh {
347 1.3 eeh /*struct sbus_reg sbusreg;*/
348 1.3 eeh /*int base;*/
349 1.1 eeh int error;
350 1.3 eeh int n;
351 1.1 eeh
352 1.1 eeh bzero(sa, sizeof(struct sbus_attach_args));
353 1.6 pk error = getprop(node, "name", 1, &n, (void **)&sa->sa_name);
354 1.3 eeh if (error != 0)
355 1.3 eeh return (error);
356 1.3 eeh sa->sa_name[n] = '\0';
357 1.3 eeh
358 1.1 eeh sa->sa_bustag = bustag;
359 1.1 eeh sa->sa_dmatag = dmatag;
360 1.1 eeh sa->sa_node = node;
361 1.1 eeh
362 1.6 pk error = getprop(node, "reg", sizeof(struct sbus_reg),
363 1.3 eeh &sa->sa_nreg, (void **)&sa->sa_reg);
364 1.3 eeh if (error != 0) {
365 1.3 eeh char buf[32];
366 1.3 eeh if (error != ENOENT ||
367 1.3 eeh !node_has_property(node, "device_type") ||
368 1.3 eeh strcmp(getpropstringA(node, "device_type", buf),
369 1.3 eeh "hierarchical") != 0)
370 1.3 eeh return (error);
371 1.3 eeh }
372 1.3 eeh for (n = 0; n < sa->sa_nreg; n++) {
373 1.3 eeh /* Convert to relative addressing, if necessary */
374 1.3 eeh u_int32_t base = sa->sa_reg[n].sbr_offset;
375 1.3 eeh if (SBUS_ABS(base)) {
376 1.3 eeh sa->sa_reg[n].sbr_slot = SBUS_ABS_TO_SLOT(base);
377 1.3 eeh sa->sa_reg[n].sbr_offset = SBUS_ABS_TO_OFFSET(base);
378 1.3 eeh }
379 1.1 eeh }
380 1.1 eeh
381 1.22 mrg if ((error = sbus_get_intr(sc, node, &sa->sa_intr, &sa->sa_nintr,
382 1.22 mrg sa->sa_slot)) != 0)
383 1.1 eeh return (error);
384 1.1 eeh
385 1.6 pk error = getprop(node, "address", sizeof(u_int32_t),
386 1.3 eeh &sa->sa_npromvaddrs, (void **)&sa->sa_promvaddrs);
387 1.3 eeh if (error != 0 && error != ENOENT)
388 1.1 eeh return (error);
389 1.1 eeh
390 1.1 eeh return (0);
391 1.1 eeh }
392 1.1 eeh
393 1.3 eeh void
394 1.3 eeh sbus_destroy_attach_args(sa)
395 1.3 eeh struct sbus_attach_args *sa;
396 1.3 eeh {
397 1.3 eeh if (sa->sa_name != NULL)
398 1.3 eeh free(sa->sa_name, M_DEVBUF);
399 1.3 eeh
400 1.3 eeh if (sa->sa_nreg != 0)
401 1.3 eeh free(sa->sa_reg, M_DEVBUF);
402 1.3 eeh
403 1.3 eeh if (sa->sa_intr)
404 1.3 eeh free(sa->sa_intr, M_DEVBUF);
405 1.3 eeh
406 1.3 eeh if (sa->sa_promvaddrs)
407 1.8 eeh free((void *)sa->sa_promvaddrs, M_DEVBUF);
408 1.3 eeh
409 1.3 eeh bzero(sa, sizeof(struct sbus_attach_args));/*DEBUG*/
410 1.3 eeh }
411 1.3 eeh
412 1.3 eeh
413 1.1 eeh int
414 1.1 eeh _sbus_bus_map(t, btype, offset, size, flags, vaddr, hp)
415 1.1 eeh bus_space_tag_t t;
416 1.1 eeh bus_type_t btype;
417 1.1 eeh bus_addr_t offset;
418 1.1 eeh bus_size_t size;
419 1.1 eeh int flags;
420 1.3 eeh vaddr_t vaddr;
421 1.1 eeh bus_space_handle_t *hp;
422 1.1 eeh {
423 1.1 eeh struct sbus_softc *sc = t->cookie;
424 1.1 eeh int64_t slot = btype;
425 1.1 eeh int i;
426 1.1 eeh
427 1.1 eeh for (i = 0; i < sc->sc_nrange; i++) {
428 1.1 eeh bus_addr_t paddr;
429 1.1 eeh
430 1.1 eeh if (sc->sc_range[i].cspace != slot)
431 1.1 eeh continue;
432 1.1 eeh
433 1.1 eeh /* We've found the connection to the parent bus */
434 1.1 eeh paddr = sc->sc_range[i].poffset + offset;
435 1.1 eeh paddr |= ((bus_addr_t)sc->sc_range[i].pspace<<32);
436 1.1 eeh #ifdef DEBUG
437 1.1 eeh if (sbusdebug & SDB_DVMA)
438 1.8 eeh printf("\n_sbus_bus_map: mapping paddr slot %lx offset %lx poffset %lx paddr %lx\n",
439 1.8 eeh (long)slot, (long)offset, (long)sc->sc_range[i].poffset, (long)paddr);
440 1.1 eeh #endif
441 1.1 eeh return (bus_space_map2(sc->sc_bustag, 0, paddr,
442 1.1 eeh size, flags, vaddr, hp));
443 1.1 eeh }
444 1.1 eeh
445 1.1 eeh return (EINVAL);
446 1.1 eeh }
447 1.1 eeh
448 1.1 eeh int
449 1.1 eeh sbus_bus_mmap(t, btype, paddr, flags, hp)
450 1.1 eeh bus_space_tag_t t;
451 1.1 eeh bus_type_t btype;
452 1.1 eeh bus_addr_t paddr;
453 1.1 eeh int flags;
454 1.1 eeh bus_space_handle_t *hp;
455 1.1 eeh {
456 1.1 eeh bus_addr_t offset = paddr;
457 1.1 eeh int slot = (paddr>>32);
458 1.1 eeh struct sbus_softc *sc = t->cookie;
459 1.1 eeh int i;
460 1.1 eeh
461 1.1 eeh for (i = 0; i < sc->sc_nrange; i++) {
462 1.1 eeh bus_addr_t paddr;
463 1.1 eeh
464 1.1 eeh if (sc->sc_range[i].cspace != slot)
465 1.1 eeh continue;
466 1.1 eeh
467 1.1 eeh paddr = sc->sc_range[i].poffset + offset;
468 1.1 eeh paddr |= ((bus_addr_t)sc->sc_range[i].pspace<<32);
469 1.1 eeh return (bus_space_mmap(sc->sc_bustag, 0, paddr,
470 1.1 eeh flags, hp));
471 1.1 eeh }
472 1.1 eeh
473 1.1 eeh return (-1);
474 1.1 eeh }
475 1.1 eeh
476 1.1 eeh
477 1.1 eeh /*
478 1.1 eeh * Each attached device calls sbus_establish after it initializes
479 1.1 eeh * its sbusdev portion.
480 1.1 eeh */
481 1.1 eeh void
482 1.1 eeh sbus_establish(sd, dev)
483 1.1 eeh register struct sbusdev *sd;
484 1.1 eeh register struct device *dev;
485 1.1 eeh {
486 1.1 eeh register struct sbus_softc *sc;
487 1.1 eeh register struct device *curdev;
488 1.1 eeh
489 1.1 eeh /*
490 1.1 eeh * We have to look for the sbus by name, since it is not necessarily
491 1.1 eeh * our immediate parent (i.e. sun4m /iommu/sbus/espdma/esp)
492 1.1 eeh * We don't just use the device structure of the above-attached
493 1.1 eeh * sbus, since we might (in the future) support multiple sbus's.
494 1.1 eeh */
495 1.1 eeh for (curdev = dev->dv_parent; ; curdev = curdev->dv_parent) {
496 1.1 eeh if (!curdev || !curdev->dv_xname)
497 1.1 eeh panic("sbus_establish: can't find sbus parent for %s",
498 1.1 eeh sd->sd_dev->dv_xname
499 1.1 eeh ? sd->sd_dev->dv_xname
500 1.1 eeh : "<unknown>" );
501 1.1 eeh
502 1.1 eeh if (strncmp(curdev->dv_xname, "sbus", 4) == 0)
503 1.1 eeh break;
504 1.1 eeh }
505 1.1 eeh sc = (struct sbus_softc *) curdev;
506 1.1 eeh
507 1.1 eeh sd->sd_dev = dev;
508 1.1 eeh sd->sd_bchain = sc->sc_sbdev;
509 1.1 eeh sc->sc_sbdev = sd;
510 1.1 eeh }
511 1.1 eeh
512 1.1 eeh /*
513 1.1 eeh * Reset the given sbus. (???)
514 1.1 eeh */
515 1.1 eeh void
516 1.1 eeh sbusreset(sbus)
517 1.1 eeh int sbus;
518 1.1 eeh {
519 1.1 eeh register struct sbusdev *sd;
520 1.1 eeh struct sbus_softc *sc = sbus_cd.cd_devs[sbus];
521 1.1 eeh struct device *dev;
522 1.1 eeh
523 1.1 eeh printf("reset %s:", sc->sc_dev.dv_xname);
524 1.1 eeh for (sd = sc->sc_sbdev; sd != NULL; sd = sd->sd_bchain) {
525 1.1 eeh if (sd->sd_reset) {
526 1.1 eeh dev = sd->sd_dev;
527 1.1 eeh (*sd->sd_reset)(dev);
528 1.1 eeh printf(" %s", dev->dv_xname);
529 1.1 eeh }
530 1.1 eeh }
531 1.1 eeh /* Reload iommu regs */
532 1.17 mrg iommu_reset(&sc->sc_is);
533 1.1 eeh }
534 1.1 eeh
535 1.1 eeh /*
536 1.1 eeh * Get interrupt attributes for an Sbus device.
537 1.1 eeh */
538 1.1 eeh int
539 1.22 mrg sbus_get_intr(sc, node, ipp, np, slot)
540 1.1 eeh struct sbus_softc *sc;
541 1.1 eeh int node;
542 1.3 eeh struct sbus_intr **ipp;
543 1.3 eeh int *np;
544 1.22 mrg int slot;
545 1.1 eeh {
546 1.1 eeh int *ipl;
547 1.22 mrg int n, i;
548 1.1 eeh char buf[32];
549 1.1 eeh
550 1.1 eeh /*
551 1.1 eeh * The `interrupts' property contains the Sbus interrupt level.
552 1.1 eeh */
553 1.1 eeh ipl = NULL;
554 1.6 pk if (getprop(node, "interrupts", sizeof(int), np, (void **)&ipl) == 0) {
555 1.3 eeh struct sbus_intr *ip;
556 1.22 mrg int pri;
557 1.22 mrg
558 1.10 eeh /* Default to interrupt level 2 -- otherwise unused */
559 1.22 mrg pri = INTLEVENCODE(2);
560 1.22 mrg
561 1.22 mrg /* Change format to an `struct sbus_intr' array */
562 1.3 eeh ip = malloc(*np * sizeof(struct sbus_intr), M_DEVBUF, M_NOWAIT);
563 1.3 eeh if (ip == NULL)
564 1.3 eeh return (ENOMEM);
565 1.22 mrg
566 1.22 mrg /*
567 1.22 mrg * Now things get ugly. We need to take this value which is
568 1.1 eeh * the interrupt vector number and encode the IPL into it
569 1.1 eeh * somehow. Luckily, the interrupt vector has lots of free
570 1.22 mrg * space and we can easily stuff the IPL in there for a while.
571 1.1 eeh */
572 1.1 eeh getpropstringA(node, "device_type", buf);
573 1.22 mrg if (!buf[0])
574 1.10 eeh getpropstringA(node, "name", buf);
575 1.22 mrg
576 1.22 mrg for (i = 0; intrmap[i].in_class; i++)
577 1.3 eeh if (strcmp(intrmap[i].in_class, buf) == 0) {
578 1.3 eeh pri = INTLEVENCODE(intrmap[i].in_lev);
579 1.1 eeh break;
580 1.1 eeh }
581 1.22 mrg
582 1.22 mrg /*
583 1.22 mrg * Sbus card devices need the slot number encoded into
584 1.22 mrg * the vector as this is generally not done.
585 1.22 mrg */
586 1.22 mrg if ((ipl[0] & INTMAP_OBIO) == 0)
587 1.22 mrg pri |= slot << 3;
588 1.22 mrg
589 1.3 eeh for (n = 0; n < *np; n++) {
590 1.3 eeh /*
591 1.3 eeh * We encode vector and priority into sbi_pri so we
592 1.3 eeh * can pass them as a unit. This will go away if
593 1.3 eeh * sbus_establish ever takes an sbus_intr instead
594 1.3 eeh * of an integer level.
595 1.3 eeh * Stuff the real vector in sbi_vec.
596 1.3 eeh */
597 1.22 mrg
598 1.3 eeh ip[n].sbi_pri = pri|ipl[n];
599 1.3 eeh ip[n].sbi_vec = ipl[n];
600 1.3 eeh }
601 1.1 eeh free(ipl, M_DEVBUF);
602 1.3 eeh *ipp = ip;
603 1.1 eeh }
604 1.1 eeh
605 1.22 mrg return (0);
606 1.1 eeh }
607 1.1 eeh
608 1.1 eeh
609 1.1 eeh /*
610 1.1 eeh * Install an interrupt handler for an Sbus device.
611 1.1 eeh */
612 1.1 eeh void *
613 1.1 eeh sbus_intr_establish(t, level, flags, handler, arg)
614 1.1 eeh bus_space_tag_t t;
615 1.1 eeh int level;
616 1.1 eeh int flags;
617 1.1 eeh int (*handler) __P((void *));
618 1.1 eeh void *arg;
619 1.1 eeh {
620 1.1 eeh struct sbus_softc *sc = t->cookie;
621 1.1 eeh struct intrhand *ih;
622 1.1 eeh int ipl;
623 1.8 eeh long vec = level;
624 1.1 eeh
625 1.1 eeh ih = (struct intrhand *)
626 1.1 eeh malloc(sizeof(struct intrhand), M_DEVBUF, M_NOWAIT);
627 1.1 eeh if (ih == NULL)
628 1.1 eeh return (NULL);
629 1.1 eeh
630 1.1 eeh if ((flags & BUS_INTR_ESTABLISH_SOFTINTR) != 0)
631 1.8 eeh ipl = vec;
632 1.8 eeh else if ((vec & SBUS_INTR_COMPAT) != 0)
633 1.8 eeh ipl = vec & ~SBUS_INTR_COMPAT;
634 1.1 eeh else {
635 1.1 eeh /* Decode and remove IPL */
636 1.8 eeh ipl = INTLEV(vec);
637 1.8 eeh vec = INTVEC(vec);
638 1.1 eeh #ifdef DEBUG
639 1.1 eeh if (sbusdebug & SDB_INTR) {
640 1.8 eeh printf("\nsbus: intr[%ld]%lx: %lx\n", (long)ipl, (long)vec,
641 1.8 eeh intrlev[vec]);
642 1.1 eeh printf("Hunting for IRQ...\n");
643 1.1 eeh }
644 1.1 eeh #endif
645 1.8 eeh if ((vec & INTMAP_OBIO) == 0) {
646 1.1 eeh /* We're in an SBUS slot */
647 1.1 eeh /* Register the map and clear intr registers */
648 1.22 mrg
649 1.22 mrg int slot = INTSLOT(level);
650 1.22 mrg
651 1.22 mrg ih->ih_map = &(&sc->sc_sysio->sbus_slot0_int)[slot];
652 1.22 mrg ih->ih_clr = &sc->sc_sysio->sbus0_clr_int[vec];
653 1.1 eeh #ifdef DEBUG
654 1.1 eeh if (sbusdebug & SDB_INTR) {
655 1.22 mrg int64_t intrmap = *ih->ih_map;
656 1.1 eeh
657 1.22 mrg printf("Found SBUS %lx IRQ as %llx in slot %d\n",
658 1.22 mrg (long)vec, (long long)intrmap, slot);
659 1.22 mrg printf("\tmap addr %p clr addr %p\n", ih->ih_map, ih->ih_clr);
660 1.1 eeh }
661 1.1 eeh #endif
662 1.1 eeh /* Enable the interrupt */
663 1.8 eeh vec |= INTMAP_V;
664 1.9 eeh /* Insert IGN */
665 1.9 eeh vec |= sc->sc_ign;
666 1.8 eeh bus_space_write_8(sc->sc_bustag, ih->ih_map, 0, vec);
667 1.1 eeh } else {
668 1.1 eeh int64_t *intrptr = &sc->sc_sysio->scsi_int_map;
669 1.1 eeh int64_t intrmap = 0;
670 1.1 eeh int i;
671 1.1 eeh
672 1.1 eeh /* Insert IGN */
673 1.8 eeh vec |= sc->sc_ign;
674 1.22 mrg for (i = 0; &intrptr[i] <=
675 1.22 mrg (int64_t *)&sc->sc_sysio->reserved_int_map &&
676 1.22 mrg INTVEC(intrmap = intrptr[i]) != INTVEC(vec); i++)
677 1.22 mrg ;
678 1.8 eeh if (INTVEC(intrmap) == INTVEC(vec)) {
679 1.1 eeh #ifdef DEBUG
680 1.1 eeh if (sbusdebug & SDB_INTR)
681 1.8 eeh printf("Found OBIO %lx IRQ as %lx in slot %d\n",
682 1.8 eeh vec, (long)intrmap, i);
683 1.1 eeh #endif
684 1.1 eeh /* Register the map and clear intr registers */
685 1.1 eeh ih->ih_map = &intrptr[i];
686 1.1 eeh intrptr = (int64_t *)&sc->sc_sysio->scsi_clr_int;
687 1.1 eeh ih->ih_clr = &intrptr[i];
688 1.1 eeh /* Enable the interrupt */
689 1.1 eeh intrmap |= INTMAP_V;
690 1.8 eeh bus_space_write_8(sc->sc_bustag, ih->ih_map, 0, (u_long)intrmap);
691 1.1 eeh } else panic("IRQ not found!");
692 1.1 eeh }
693 1.1 eeh }
694 1.1 eeh #ifdef DEBUG
695 1.22 mrg if (sbusdebug & SDB_INTR) { long i; for (i=0; i<400000000; i++); }
696 1.1 eeh #endif
697 1.1 eeh
698 1.1 eeh ih->ih_fun = handler;
699 1.1 eeh ih->ih_arg = arg;
700 1.8 eeh ih->ih_number = vec;
701 1.1 eeh ih->ih_pil = (1<<ipl);
702 1.18 eeh intr_establish(ipl, ih);
703 1.1 eeh return (ih);
704 1.1 eeh }
705 1.1 eeh
706 1.1 eeh static bus_space_tag_t
707 1.1 eeh sbus_alloc_bustag(sc)
708 1.1 eeh struct sbus_softc *sc;
709 1.1 eeh {
710 1.1 eeh bus_space_tag_t sbt;
711 1.1 eeh
712 1.1 eeh sbt = (bus_space_tag_t)
713 1.1 eeh malloc(sizeof(struct sparc_bus_space_tag), M_DEVBUF, M_NOWAIT);
714 1.1 eeh if (sbt == NULL)
715 1.1 eeh return (NULL);
716 1.1 eeh
717 1.1 eeh bzero(sbt, sizeof *sbt);
718 1.1 eeh sbt->cookie = sc;
719 1.1 eeh sbt->parent = sc->sc_bustag;
720 1.12 eeh sbt->type = SBUS_BUS_SPACE;
721 1.1 eeh sbt->sparc_bus_map = _sbus_bus_map;
722 1.1 eeh sbt->sparc_bus_mmap = sbus_bus_mmap;
723 1.1 eeh sbt->sparc_intr_establish = sbus_intr_establish;
724 1.1 eeh return (sbt);
725 1.1 eeh }
726 1.1 eeh
727 1.1 eeh
728 1.1 eeh static bus_dma_tag_t
729 1.1 eeh sbus_alloc_dmatag(sc)
730 1.1 eeh struct sbus_softc *sc;
731 1.1 eeh {
732 1.1 eeh bus_dma_tag_t sdt, psdt = sc->sc_dmatag;
733 1.1 eeh
734 1.1 eeh sdt = (bus_dma_tag_t)
735 1.1 eeh malloc(sizeof(struct sparc_bus_dma_tag), M_DEVBUF, M_NOWAIT);
736 1.1 eeh if (sdt == NULL)
737 1.1 eeh /* Panic? */
738 1.1 eeh return (psdt);
739 1.1 eeh
740 1.1 eeh sdt->_cookie = sc;
741 1.1 eeh sdt->_parent = psdt;
742 1.1 eeh #define PCOPY(x) sdt->x = psdt->x
743 1.1 eeh PCOPY(_dmamap_create);
744 1.1 eeh PCOPY(_dmamap_destroy);
745 1.1 eeh sdt->_dmamap_load = sbus_dmamap_load;
746 1.1 eeh PCOPY(_dmamap_load_mbuf);
747 1.1 eeh PCOPY(_dmamap_load_uio);
748 1.1 eeh PCOPY(_dmamap_load_raw);
749 1.1 eeh sdt->_dmamap_unload = sbus_dmamap_unload;
750 1.1 eeh sdt->_dmamap_sync = sbus_dmamap_sync;
751 1.1 eeh sdt->_dmamem_alloc = sbus_dmamem_alloc;
752 1.1 eeh sdt->_dmamem_free = sbus_dmamem_free;
753 1.2 eeh sdt->_dmamem_map = sbus_dmamem_map;
754 1.2 eeh sdt->_dmamem_unmap = sbus_dmamem_unmap;
755 1.1 eeh PCOPY(_dmamem_mmap);
756 1.1 eeh #undef PCOPY
757 1.1 eeh sc->sc_dmatag = sdt;
758 1.1 eeh return (sdt);
759 1.1 eeh }
760 1.1 eeh
761 1.1 eeh int
762 1.1 eeh sbus_dmamap_load(t, map, buf, buflen, p, flags)
763 1.1 eeh bus_dma_tag_t t;
764 1.1 eeh bus_dmamap_t map;
765 1.1 eeh void *buf;
766 1.1 eeh bus_size_t buflen;
767 1.1 eeh struct proc *p;
768 1.1 eeh int flags;
769 1.1 eeh {
770 1.12 eeh int err, s;
771 1.1 eeh bus_size_t sgsize;
772 1.3 eeh paddr_t curaddr;
773 1.12 eeh u_long dvmaddr;
774 1.12 eeh vaddr_t vaddr = (vaddr_t)buf;
775 1.1 eeh pmap_t pmap;
776 1.1 eeh struct sbus_softc *sc = (struct sbus_softc *)t->_cookie;
777 1.1 eeh
778 1.2 eeh if (map->dm_nsegs) {
779 1.2 eeh /* Already in use?? */
780 1.2 eeh #ifdef DIAGNOSTIC
781 1.2 eeh printf("sbus_dmamap_load: map still in use\n");
782 1.2 eeh #endif
783 1.2 eeh bus_dmamap_unload(t, map);
784 1.2 eeh }
785 1.19 eeh
786 1.12 eeh /*
787 1.12 eeh * Make sure that on error condition we return "no valid mappings".
788 1.12 eeh */
789 1.12 eeh map->dm_nsegs = 0;
790 1.12 eeh
791 1.12 eeh if (buflen > map->_dm_size)
792 1.12 eeh #ifdef DEBUG
793 1.12 eeh {
794 1.16 eeh printf("sbus_dmamap_load(): error %d > %d -- map size exceeded!\n", buflen, map->_dm_size);
795 1.12 eeh Debugger();
796 1.12 eeh return (EINVAL);
797 1.12 eeh }
798 1.12 eeh #else
799 1.12 eeh return (EINVAL);
800 1.12 eeh #endif
801 1.12 eeh sgsize = round_page(buflen + ((int)vaddr & PGOFSET));
802 1.12 eeh
803 1.12 eeh /*
804 1.12 eeh * XXX Need to implement "don't dma across this boundry".
805 1.12 eeh */
806 1.12 eeh
807 1.12 eeh s = splhigh();
808 1.17 mrg err = extent_alloc(sc->sc_is.is_dvmamap, sgsize, NBPG,
809 1.12 eeh map->_dm_boundary, EX_NOWAIT, (u_long *)&dvmaddr);
810 1.12 eeh splx(s);
811 1.12 eeh
812 1.12 eeh if (err != 0)
813 1.12 eeh return (err);
814 1.12 eeh
815 1.12 eeh #ifdef DEBUG
816 1.12 eeh if (dvmaddr == (bus_addr_t)-1)
817 1.12 eeh {
818 1.16 eeh printf("sbus_dmamap_load(): dvmamap_alloc(%d, %x) failed!\n", sgsize, flags);
819 1.12 eeh Debugger();
820 1.12 eeh }
821 1.12 eeh #endif
822 1.12 eeh if (dvmaddr == (bus_addr_t)-1)
823 1.12 eeh return (ENOMEM);
824 1.12 eeh
825 1.12 eeh /*
826 1.12 eeh * We always use just one segment.
827 1.12 eeh */
828 1.12 eeh map->dm_mapsize = buflen;
829 1.12 eeh map->dm_nsegs = 1;
830 1.12 eeh map->dm_segs[0].ds_addr = dvmaddr + (vaddr & PGOFSET);
831 1.12 eeh map->dm_segs[0].ds_len = sgsize;
832 1.12 eeh
833 1.1 eeh if (p != NULL)
834 1.1 eeh pmap = p->p_vmspace->vm_map.pmap;
835 1.1 eeh else
836 1.1 eeh pmap = pmap_kernel();
837 1.1 eeh
838 1.2 eeh dvmaddr = trunc_page(map->dm_segs[0].ds_addr);
839 1.1 eeh sgsize = round_page(buflen + ((int)vaddr & PGOFSET));
840 1.1 eeh for (; buflen > 0; ) {
841 1.1 eeh /*
842 1.1 eeh * Get the physical address for this page.
843 1.1 eeh */
844 1.20 thorpej if (pmap_extract(pmap, (vaddr_t)vaddr, &curaddr) == FALSE) {
845 1.1 eeh bus_dmamap_unload(t, map);
846 1.1 eeh return (-1);
847 1.1 eeh }
848 1.1 eeh
849 1.1 eeh /*
850 1.1 eeh * Compute the segment size, and adjust counts.
851 1.1 eeh */
852 1.1 eeh sgsize = NBPG - ((u_long)vaddr & PGOFSET);
853 1.1 eeh if (buflen < sgsize)
854 1.1 eeh sgsize = buflen;
855 1.1 eeh
856 1.2 eeh #ifdef DEBUG
857 1.2 eeh if (sbusdebug & SDB_DVMA)
858 1.8 eeh printf("sbus_dmamap_load: map %p loading va %lx at pa %lx\n",
859 1.8 eeh map, (long)dvmaddr, (long)(curaddr & ~(NBPG-1)));
860 1.2 eeh #endif
861 1.19 eeh iommu_enter(&sc->sc_is, trunc_page(dvmaddr), trunc_page(curaddr), flags);
862 1.1 eeh
863 1.1 eeh dvmaddr += PAGE_SIZE;
864 1.1 eeh vaddr += sgsize;
865 1.1 eeh buflen -= sgsize;
866 1.1 eeh }
867 1.1 eeh return (0);
868 1.1 eeh }
869 1.1 eeh
870 1.1 eeh void
871 1.1 eeh sbus_dmamap_unload(t, map)
872 1.1 eeh bus_dma_tag_t t;
873 1.1 eeh bus_dmamap_t map;
874 1.1 eeh {
875 1.3 eeh vaddr_t addr;
876 1.12 eeh int len, error, s;
877 1.12 eeh bus_addr_t dvmaddr;
878 1.12 eeh bus_size_t sgsize;
879 1.1 eeh struct sbus_softc *sc = (struct sbus_softc *)t->_cookie;
880 1.1 eeh
881 1.1 eeh if (map->dm_nsegs != 1)
882 1.16 eeh panic("sbus_dmamap_unload: nsegs = %d", map->dm_nsegs);
883 1.1 eeh
884 1.2 eeh addr = trunc_page(map->dm_segs[0].ds_addr);
885 1.1 eeh len = map->dm_segs[0].ds_len;
886 1.1 eeh
887 1.2 eeh #ifdef DEBUG
888 1.2 eeh if (sbusdebug & SDB_DVMA)
889 1.8 eeh printf("sbus_dmamap_unload: map %p removing va %lx size %lx\n",
890 1.8 eeh map, (long)addr, (long)len);
891 1.2 eeh #endif
892 1.19 eeh iommu_remove(&sc->sc_is, addr, len);
893 1.12 eeh dvmaddr = (map->dm_segs[0].ds_addr & ~PGOFSET);
894 1.12 eeh sgsize = map->dm_segs[0].ds_len;
895 1.12 eeh
896 1.12 eeh /* Mark the mappings as invalid. */
897 1.12 eeh map->dm_mapsize = 0;
898 1.12 eeh map->dm_nsegs = 0;
899 1.12 eeh
900 1.12 eeh /* Unmapping is bus dependent */
901 1.12 eeh s = splhigh();
902 1.17 mrg error = extent_free(sc->sc_is.is_dvmamap, dvmaddr, sgsize, EX_NOWAIT);
903 1.12 eeh splx(s);
904 1.12 eeh if (error != 0)
905 1.12 eeh printf("warning: %ld of DVMA space lost\n", (long)sgsize);
906 1.12 eeh
907 1.12 eeh cache_flush((caddr_t)dvmaddr, (u_int) sgsize);
908 1.1 eeh }
909 1.1 eeh
910 1.1 eeh
911 1.1 eeh void
912 1.1 eeh sbus_dmamap_sync(t, map, offset, len, ops)
913 1.1 eeh bus_dma_tag_t t;
914 1.1 eeh bus_dmamap_t map;
915 1.1 eeh bus_addr_t offset;
916 1.1 eeh bus_size_t len;
917 1.1 eeh int ops;
918 1.1 eeh {
919 1.1 eeh struct sbus_softc *sc = (struct sbus_softc *)t->_cookie;
920 1.3 eeh vaddr_t va = map->dm_segs[0].ds_addr + offset;
921 1.1 eeh
922 1.1 eeh /*
923 1.1 eeh * We only support one DMA segment; supporting more makes this code
924 1.1 eeh * too unweildy.
925 1.1 eeh */
926 1.1 eeh
927 1.8 eeh if (ops&BUS_DMASYNC_PREREAD) {
928 1.8 eeh #ifdef DEBUG
929 1.8 eeh if (sbusdebug & SDB_DVMA)
930 1.8 eeh printf("sbus_dmamap_sync: syncing va %p len %lu BUS_DMASYNC_PREREAD\n",
931 1.8 eeh (long)va, (u_long)len);
932 1.8 eeh #endif
933 1.8 eeh
934 1.1 eeh /* Nothing to do */;
935 1.8 eeh }
936 1.1 eeh if (ops&BUS_DMASYNC_POSTREAD) {
937 1.1 eeh /*
938 1.1 eeh * We should sync the IOMMU streaming caches here first.
939 1.1 eeh */
940 1.8 eeh #ifdef DEBUG
941 1.8 eeh if (sbusdebug & SDB_DVMA)
942 1.8 eeh printf("sbus_dmamap_sync: syncing va %p len %lu BUS_DMASYNC_POSTREAD\n",
943 1.8 eeh (long)va, (u_long)len);
944 1.8 eeh #endif
945 1.1 eeh while (len > 0) {
946 1.1 eeh
947 1.1 eeh /*
948 1.1 eeh * Streaming buffer flushes:
949 1.1 eeh *
950 1.1 eeh * 1 Tell strbuf to flush by storing va to strbuf_pgflush
951 1.1 eeh * If we're not on a cache line boundary (64-bits):
952 1.1 eeh * 2 Store 0 in flag
953 1.1 eeh * 3 Store pointer to flag in flushsync
954 1.1 eeh * 4 wait till flushsync becomes 0x1
955 1.1 eeh *
956 1.1 eeh * If it takes more than .5 sec, something went wrong.
957 1.1 eeh */
958 1.8 eeh #ifdef DEBUG
959 1.8 eeh if (sbusdebug & SDB_DVMA)
960 1.8 eeh printf("sbus_dmamap_sync: flushing va %p, %lu bytes left\n",
961 1.8 eeh (long)va, (u_long)len);
962 1.8 eeh #endif
963 1.17 mrg bus_space_write_8(sc->sc_bustag, &sc->sc_is.is_sb->strbuf_pgflush, 0, va);
964 1.1 eeh if (len <= NBPG) {
965 1.19 eeh iommu_flush(&sc->sc_is);
966 1.8 eeh len = 0;
967 1.8 eeh } else
968 1.8 eeh len -= NBPG;
969 1.1 eeh va += NBPG;
970 1.1 eeh }
971 1.1 eeh }
972 1.8 eeh if (ops&BUS_DMASYNC_PREWRITE) {
973 1.8 eeh #ifdef DEBUG
974 1.8 eeh if (sbusdebug & SDB_DVMA)
975 1.8 eeh printf("sbus_dmamap_sync: syncing va %p len %lu BUS_DMASYNC_PREWRITE\n",
976 1.8 eeh (long)va, (u_long)len);
977 1.8 eeh #endif
978 1.1 eeh /* Nothing to do */;
979 1.8 eeh }
980 1.8 eeh if (ops&BUS_DMASYNC_POSTWRITE) {
981 1.8 eeh #ifdef DEBUG
982 1.8 eeh if (sbusdebug & SDB_DVMA)
983 1.8 eeh printf("sbus_dmamap_sync: syncing va %p len %lu BUS_DMASYNC_POSTWRITE\n",
984 1.8 eeh (long)va, (u_long)len);
985 1.8 eeh #endif
986 1.8 eeh /* Nothing to do */;
987 1.8 eeh }
988 1.1 eeh bus_dmamap_sync(t->_parent, map, offset, len, ops);
989 1.1 eeh }
990 1.1 eeh
991 1.8 eeh
992 1.8 eeh /*
993 1.8 eeh * Take memory allocated by our parent bus and generate DVMA mappings for it.
994 1.8 eeh */
995 1.1 eeh int
996 1.1 eeh sbus_dmamem_alloc(t, size, alignment, boundary, segs, nsegs, rsegs, flags)
997 1.1 eeh bus_dma_tag_t t;
998 1.1 eeh bus_size_t size, alignment, boundary;
999 1.1 eeh bus_dma_segment_t *segs;
1000 1.1 eeh int nsegs;
1001 1.1 eeh int *rsegs;
1002 1.1 eeh int flags;
1003 1.1 eeh {
1004 1.3 eeh paddr_t curaddr;
1005 1.12 eeh u_long dvmaddr;
1006 1.1 eeh vm_page_t m;
1007 1.1 eeh struct pglist *mlist;
1008 1.1 eeh int error;
1009 1.12 eeh int n, s;
1010 1.1 eeh struct sbus_softc *sc = (struct sbus_softc *)t->_cookie;
1011 1.1 eeh
1012 1.1 eeh if ((error = bus_dmamem_alloc(t->_parent, size, alignment,
1013 1.1 eeh boundary, segs, nsegs, rsegs, flags)))
1014 1.1 eeh return (error);
1015 1.1 eeh
1016 1.8 eeh /*
1017 1.8 eeh * Allocate a DVMA mapping for our new memory.
1018 1.8 eeh */
1019 1.17 mrg for (n = 0; n < *rsegs; n++) {
1020 1.12 eeh #if 1
1021 1.12 eeh s = splhigh();
1022 1.17 mrg if (extent_alloc(sc->sc_is.is_dvmamap, segs[0].ds_len, alignment,
1023 1.12 eeh boundary, EX_NOWAIT, (u_long *)&dvmaddr)) {
1024 1.12 eeh splx(s);
1025 1.12 eeh /* Free what we got and exit */
1026 1.12 eeh bus_dmamem_free(t->_parent, segs, nsegs);
1027 1.12 eeh return (ENOMEM);
1028 1.12 eeh }
1029 1.12 eeh splx(s);
1030 1.12 eeh #else
1031 1.8 eeh dvmaddr = dvmamap_alloc(segs[0].ds_len, flags);
1032 1.8 eeh if (dvmaddr == (bus_addr_t)-1) {
1033 1.8 eeh /* Free what we got and exit */
1034 1.8 eeh bus_dmamem_free(t->_parent, segs, nsegs);
1035 1.8 eeh return (ENOMEM);
1036 1.8 eeh }
1037 1.12 eeh #endif
1038 1.8 eeh segs[n].ds_addr = dvmaddr;
1039 1.1 eeh size = segs[n].ds_len;
1040 1.1 eeh mlist = segs[n]._ds_mlist;
1041 1.1 eeh
1042 1.1 eeh /* Map memory into DVMA space */
1043 1.1 eeh for (m = mlist->tqh_first; m != NULL; m = m->pageq.tqe_next) {
1044 1.1 eeh curaddr = VM_PAGE_TO_PHYS(m);
1045 1.12 eeh #ifdef DEBUG
1046 1.12 eeh if (sbusdebug & SDB_DVMA)
1047 1.12 eeh printf("sbus_dmamem_alloc: map %p loading va %lx at pa %lx\n",
1048 1.12 eeh (long)m, (long)dvmaddr, (long)(curaddr & ~(NBPG-1)));
1049 1.12 eeh #endif
1050 1.19 eeh iommu_enter(&sc->sc_is, dvmaddr, curaddr, flags);
1051 1.1 eeh dvmaddr += PAGE_SIZE;
1052 1.1 eeh }
1053 1.1 eeh }
1054 1.1 eeh return (0);
1055 1.1 eeh }
1056 1.1 eeh
1057 1.1 eeh void
1058 1.1 eeh sbus_dmamem_free(t, segs, nsegs)
1059 1.1 eeh bus_dma_tag_t t;
1060 1.1 eeh bus_dma_segment_t *segs;
1061 1.1 eeh int nsegs;
1062 1.1 eeh {
1063 1.3 eeh vaddr_t addr;
1064 1.2 eeh int len;
1065 1.12 eeh int n, s, error;
1066 1.1 eeh struct sbus_softc *sc = (struct sbus_softc *)t->_cookie;
1067 1.1 eeh
1068 1.1 eeh
1069 1.1 eeh for (n=0; n<nsegs; n++) {
1070 1.1 eeh addr = segs[n].ds_addr;
1071 1.1 eeh len = segs[n].ds_len;
1072 1.19 eeh iommu_remove(&sc->sc_is, addr, len);
1073 1.12 eeh #if 1
1074 1.12 eeh s = splhigh();
1075 1.17 mrg error = extent_free(sc->sc_is.is_dvmamap, addr, len, EX_NOWAIT);
1076 1.12 eeh splx(s);
1077 1.12 eeh if (error != 0)
1078 1.12 eeh printf("warning: %ld of DVMA space lost\n", (long)len);
1079 1.12 eeh #else
1080 1.8 eeh dvmamap_free(addr, len);
1081 1.12 eeh #endif
1082 1.1 eeh }
1083 1.1 eeh bus_dmamem_free(t->_parent, segs, nsegs);
1084 1.1 eeh }
1085 1.1 eeh
1086 1.2 eeh /*
1087 1.8 eeh * Map the DVMA mappings into the kernel pmap.
1088 1.2 eeh * Check the flags to see whether we're streaming or coherent.
1089 1.2 eeh */
1090 1.2 eeh int
1091 1.2 eeh sbus_dmamem_map(t, segs, nsegs, size, kvap, flags)
1092 1.2 eeh bus_dma_tag_t t;
1093 1.2 eeh bus_dma_segment_t *segs;
1094 1.2 eeh int nsegs;
1095 1.2 eeh size_t size;
1096 1.2 eeh caddr_t *kvap;
1097 1.2 eeh int flags;
1098 1.2 eeh {
1099 1.2 eeh vm_page_t m;
1100 1.3 eeh vaddr_t va;
1101 1.2 eeh bus_addr_t addr;
1102 1.2 eeh struct pglist *mlist;
1103 1.3 eeh int cbit;
1104 1.2 eeh
1105 1.2 eeh /*
1106 1.2 eeh * digest flags:
1107 1.2 eeh */
1108 1.2 eeh cbit = 0;
1109 1.2 eeh if (flags & BUS_DMA_COHERENT) /* Disable vcache */
1110 1.2 eeh cbit |= PMAP_NVC;
1111 1.3 eeh if (flags & BUS_DMA_NOCACHE) /* sideffects */
1112 1.2 eeh cbit |= PMAP_NC;
1113 1.2 eeh /*
1114 1.8 eeh * Now take this and map it into the CPU since it should already
1115 1.24 soren * be in the IOMMU.
1116 1.2 eeh */
1117 1.8 eeh *kvap = (caddr_t)va = segs[0].ds_addr;
1118 1.2 eeh mlist = segs[0]._ds_mlist;
1119 1.2 eeh for (m = mlist->tqh_first; m != NULL; m = m->pageq.tqe_next) {
1120 1.2 eeh
1121 1.2 eeh if (size == 0)
1122 1.2 eeh panic("_bus_dmamem_map: size botch");
1123 1.2 eeh
1124 1.2 eeh addr = VM_PAGE_TO_PHYS(m);
1125 1.2 eeh pmap_enter(pmap_kernel(), va, addr | cbit,
1126 1.21 thorpej VM_PROT_READ | VM_PROT_WRITE,
1127 1.21 thorpej VM_PROT_READ | VM_PROT_WRITE | PMAP_WIRED);
1128 1.2 eeh va += PAGE_SIZE;
1129 1.2 eeh size -= PAGE_SIZE;
1130 1.2 eeh }
1131 1.2 eeh
1132 1.2 eeh return (0);
1133 1.2 eeh }
1134 1.2 eeh
1135 1.2 eeh /*
1136 1.8 eeh * Unmap DVMA mappings from kernel
1137 1.2 eeh */
1138 1.2 eeh void
1139 1.2 eeh sbus_dmamem_unmap(t, kva, size)
1140 1.2 eeh bus_dma_tag_t t;
1141 1.2 eeh caddr_t kva;
1142 1.2 eeh size_t size;
1143 1.2 eeh {
1144 1.2 eeh
1145 1.2 eeh #ifdef DIAGNOSTIC
1146 1.2 eeh if ((u_long)kva & PGOFSET)
1147 1.2 eeh panic("_bus_dmamem_unmap");
1148 1.2 eeh #endif
1149 1.2 eeh
1150 1.2 eeh size = round_page(size);
1151 1.8 eeh pmap_remove(pmap_kernel(), (vaddr_t)kva, size);
1152 1.2 eeh }
1153