isa_machdep.h revision 1.2.8.2 1 1.2.8.2 briggs /* $NetBSD: isa_machdep.h,v 1.2.8.2 2001/06/10 03:16:31 briggs Exp $ */
2 1.2.8.2 briggs
3 1.2.8.2 briggs /*-
4 1.2.8.2 briggs * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
5 1.2.8.2 briggs * All rights reserved.
6 1.2.8.2 briggs *
7 1.2.8.2 briggs * This code is derived from software contributed to The NetBSD Foundation
8 1.2.8.2 briggs * by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
9 1.2.8.2 briggs * NASA Ames Research Center.
10 1.2.8.2 briggs *
11 1.2.8.2 briggs * Redistribution and use in source and binary forms, with or without
12 1.2.8.2 briggs * modification, are permitted provided that the following conditions
13 1.2.8.2 briggs * are met:
14 1.2.8.2 briggs * 1. Redistributions of source code must retain the above copyright
15 1.2.8.2 briggs * notice, this list of conditions and the following disclaimer.
16 1.2.8.2 briggs * 2. Redistributions in binary form must reproduce the above copyright
17 1.2.8.2 briggs * notice, this list of conditions and the following disclaimer in the
18 1.2.8.2 briggs * documentation and/or other materials provided with the distribution.
19 1.2.8.2 briggs * 3. All advertising materials mentioning features or use of this software
20 1.2.8.2 briggs * must display the following acknowledgement:
21 1.2.8.2 briggs * This product includes software developed by the NetBSD
22 1.2.8.2 briggs * Foundation, Inc. and its contributors.
23 1.2.8.2 briggs * 4. Neither the name of The NetBSD Foundation nor the names of its
24 1.2.8.2 briggs * contributors may be used to endorse or promote products derived
25 1.2.8.2 briggs * from this software without specific prior written permission.
26 1.2.8.2 briggs *
27 1.2.8.2 briggs * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
28 1.2.8.2 briggs * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
29 1.2.8.2 briggs * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
30 1.2.8.2 briggs * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
31 1.2.8.2 briggs * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
32 1.2.8.2 briggs * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
33 1.2.8.2 briggs * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
34 1.2.8.2 briggs * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
35 1.2.8.2 briggs * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
36 1.2.8.2 briggs * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
37 1.2.8.2 briggs * POSSIBILITY OF SUCH DAMAGE.
38 1.2.8.2 briggs */
39 1.2.8.2 briggs
40 1.2.8.2 briggs /*-
41 1.2.8.2 briggs * Copyright (c) 1990 The Regents of the University of California.
42 1.2.8.2 briggs * All rights reserved.
43 1.2.8.2 briggs *
44 1.2.8.2 briggs * This code is derived from software contributed to Berkeley by
45 1.2.8.2 briggs * William Jolitz.
46 1.2.8.2 briggs *
47 1.2.8.2 briggs * Redistribution and use in source and binary forms, with or without
48 1.2.8.2 briggs * modification, are permitted provided that the following conditions
49 1.2.8.2 briggs * are met:
50 1.2.8.2 briggs * 1. Redistributions of source code must retain the above copyright
51 1.2.8.2 briggs * notice, this list of conditions and the following disclaimer.
52 1.2.8.2 briggs * 2. Redistributions in binary form must reproduce the above copyright
53 1.2.8.2 briggs * notice, this list of conditions and the following disclaimer in the
54 1.2.8.2 briggs * documentation and/or other materials provided with the distribution.
55 1.2.8.2 briggs * 3. All advertising materials mentioning features or use of this software
56 1.2.8.2 briggs * must display the following acknowledgement:
57 1.2.8.2 briggs * This product includes software developed by the University of
58 1.2.8.2 briggs * California, Berkeley and its contributors.
59 1.2.8.2 briggs * 4. Neither the name of the University nor the names of its contributors
60 1.2.8.2 briggs * may be used to endorse or promote products derived from this software
61 1.2.8.2 briggs * without specific prior written permission.
62 1.2.8.2 briggs *
63 1.2.8.2 briggs * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
64 1.2.8.2 briggs * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
65 1.2.8.2 briggs * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
66 1.2.8.2 briggs * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
67 1.2.8.2 briggs * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
68 1.2.8.2 briggs * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
69 1.2.8.2 briggs * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
70 1.2.8.2 briggs * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
71 1.2.8.2 briggs * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
72 1.2.8.2 briggs * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
73 1.2.8.2 briggs * SUCH DAMAGE.
74 1.2.8.2 briggs *
75 1.2.8.2 briggs * @(#)isa.h 5.7 (Berkeley) 5/9/91
76 1.2.8.2 briggs */
77 1.2.8.2 briggs
78 1.2.8.2 briggs /*
79 1.2.8.2 briggs * Various pieces of the sandpoint port want to include this file without
80 1.2.8.2 briggs * or in spite of using isavar.h, and should be fixed.
81 1.2.8.2 briggs */
82 1.2.8.2 briggs
83 1.2.8.2 briggs #ifndef _SANDPOINT_ISA_MACHDEP_H_ /* XXX */
84 1.2.8.2 briggs #define _SANDPOINT_ISA_MACHDEP_H_ /* XXX */
85 1.2.8.2 briggs
86 1.2.8.2 briggs #include <machine/bus.h>
87 1.2.8.2 briggs #include <dev/isa/isadmavar.h>
88 1.2.8.2 briggs
89 1.2.8.2 briggs /*
90 1.2.8.2 briggs * XXX THIS FILE IS A MESS. copyright: berkeley's probably.
91 1.2.8.2 briggs * contents from isavar.h and isareg.h, mostly the latter.
92 1.2.8.2 briggs * perhaps charles's?
93 1.2.8.2 briggs *
94 1.2.8.2 briggs * copyright from berkeley's isa.h which is now dev/isa/isareg.h.
95 1.2.8.2 briggs */
96 1.2.8.2 briggs
97 1.2.8.2 briggs /*
98 1.2.8.2 briggs * Types provided to machine-independent ISA code.
99 1.2.8.2 briggs */
100 1.2.8.2 briggs struct sandpoint_isa_chipset {
101 1.2.8.2 briggs struct isa_dma_state ic_dmastate;
102 1.2.8.2 briggs };
103 1.2.8.2 briggs
104 1.2.8.2 briggs typedef struct sandpoint_isa_chipset *isa_chipset_tag_t;
105 1.2.8.2 briggs
106 1.2.8.2 briggs struct device; /* XXX */
107 1.2.8.2 briggs struct isabus_attach_args; /* XXX */
108 1.2.8.2 briggs
109 1.2.8.2 briggs /*
110 1.2.8.2 briggs * Functions provided to machine-independent ISA code.
111 1.2.8.2 briggs */
112 1.2.8.2 briggs void isa_attach_hook(struct device *, struct device *,
113 1.2.8.2 briggs struct isabus_attach_args *);
114 1.2.8.2 briggs const struct evcnt *isa_intr_evcnt(isa_chipset_tag_t ic, int irq);
115 1.2.8.2 briggs void isa_intr_init(void);
116 1.2.8.2 briggs void *isa_intr_establish(isa_chipset_tag_t ic, int irq, int type,
117 1.2.8.2 briggs int level, int (*ih_fun)(void *), void *ih_arg);
118 1.2.8.2 briggs void isa_intr_disestablish(isa_chipset_tag_t ic, void *handler);
119 1.2.8.2 briggs
120 1.2.8.2 briggs #define isa_dmainit(ic, bst, dmat, d) \
121 1.2.8.2 briggs _isa_dmainit(&(ic)->ic_dmastate, (bst), (dmat), (d))
122 1.2.8.2 briggs #define isa_dmacascade(ic, c) \
123 1.2.8.2 briggs _isa_dmacascade(&(ic)->ic_dmastate, (c))
124 1.2.8.2 briggs #define isa_dmamaxsize(ic, c) \
125 1.2.8.2 briggs _isa_dmamaxsize(&(ic)->ic_dmastate, (c))
126 1.2.8.2 briggs #define isa_dmamap_create(ic, c, s, f) \
127 1.2.8.2 briggs _isa_dmamap_create(&(ic)->ic_dmastate, (c), (s), (f))
128 1.2.8.2 briggs #define isa_dmamap_destroy(ic, c) \
129 1.2.8.2 briggs _isa_dmamap_destroy(&(ic)->ic_dmastate, (c))
130 1.2.8.2 briggs #define isa_dmastart(ic, c, a, n, p, f, bf) \
131 1.2.8.2 briggs _isa_dmastart(&(ic)->ic_dmastate, (c), (a), (n), (p), (f), (bf))
132 1.2.8.2 briggs #define isa_dmaabort(ic, c) \
133 1.2.8.2 briggs _isa_dmaabort(&(ic)->ic_dmastate, (c))
134 1.2.8.2 briggs #define isa_dmacount(ic, c) \
135 1.2.8.2 briggs _isa_dmacount(&(ic)->ic_dmastate, (c))
136 1.2.8.2 briggs #define isa_dmafinished(ic, c) \
137 1.2.8.2 briggs _isa_dmafinished(&(ic)->ic_dmastate, (c))
138 1.2.8.2 briggs #define isa_dmadone(ic, c) \
139 1.2.8.2 briggs _isa_dmadone(&(ic)->ic_dmastate, (c))
140 1.2.8.2 briggs #define isa_dmafreeze(ic) \
141 1.2.8.2 briggs _isa_dmafreeze(&(ic)->ic_dmastate)
142 1.2.8.2 briggs #define isa_dmathaw(ic) \
143 1.2.8.2 briggs _isa_dmathaw(&(ic)->ic_dmastate)
144 1.2.8.2 briggs #define isa_dmamem_alloc(ic, c, s, ap, f) \
145 1.2.8.2 briggs _isa_dmamem_alloc(&(ic)->ic_dmastate, (c), (s), (ap), (f))
146 1.2.8.2 briggs #define isa_dmamem_free(ic, c, a, s) \
147 1.2.8.2 briggs _isa_dmamem_free(&(ic)->ic_dmastate, (c), (a), (s))
148 1.2.8.2 briggs #define isa_dmamem_map(ic, c, a, s, kp, f) \
149 1.2.8.2 briggs _isa_dmamem_map(&(ic)->ic_dmastate, (c), (a), (s), (kp), (f))
150 1.2.8.2 briggs #define isa_dmamem_unmap(ic, c, k, s) \
151 1.2.8.2 briggs _isa_dmamem_unmap(&(ic)->ic_dmastate, (c), (k), (s))
152 1.2.8.2 briggs #define isa_dmamem_mmap(ic, c, a, s, o, p, f) \
153 1.2.8.2 briggs _isa_dmamem_mmap(&(ic)->ic_dmastate, (c), (a), (s), (o), (p), (f))
154 1.2.8.2 briggs #define isa_drq_isfree(ic, c) \
155 1.2.8.2 briggs _isa_drq_isfree(&(ic)->ic_dmastate, (c))
156 1.2.8.2 briggs #define isa_malloc(ic, c, s, p, f) \
157 1.2.8.2 briggs _isa_malloc(&(ic)->ic_dmastate, (c), (s), (p), (f))
158 1.2.8.2 briggs #define isa_free(a, p) \
159 1.2.8.2 briggs _isa_free((a), (p))
160 1.2.8.2 briggs #define isa_mappage(m, o, p) \
161 1.2.8.2 briggs _isa_mappage((m), (o), (p))
162 1.2.8.2 briggs
163 1.2.8.2 briggs /*
164 1.2.8.2 briggs * ALL OF THE FOLLOWING ARE MACHINE-DEPENDENT, AND SHOULD NOT BE USED
165 1.2.8.2 briggs * BY PORTABLE CODE.
166 1.2.8.2 briggs */
167 1.2.8.2 briggs
168 1.2.8.2 briggs #define isa_outb(x,y) outb(SANDPOINT_BUS_SPACE_IO + (x), y)
169 1.2.8.2 briggs #define isa_inb(x) inb(SANDPOINT_BUS_SPACE_IO + (x))
170 1.2.8.2 briggs
171 1.2.8.2 briggs extern struct powerpc_bus_dma_tag isa_bus_dma_tag;
172 1.2.8.2 briggs
173 1.2.8.2 briggs /*
174 1.2.8.2 briggs * XXX Various seemingly PC-specific constants, some of which may be
175 1.2.8.2 briggs * unnecessary anyway.
176 1.2.8.2 briggs */
177 1.2.8.2 briggs
178 1.2.8.2 briggs /*
179 1.2.8.2 briggs * stuff that used to be in pccons.c
180 1.2.8.2 briggs */
181 1.2.8.2 briggs #define MONO_BASE 0x3B4
182 1.2.8.2 briggs #define MONO_BUF 0xB0000
183 1.2.8.2 briggs #define CGA_BASE 0x3D4
184 1.2.8.2 briggs #define CGA_BUF 0xB8000
185 1.2.8.2 briggs #define IOPHYSMEM 0xA0000
186 1.2.8.2 briggs
187 1.2.8.2 briggs /*
188 1.2.8.2 briggs * Miscellanous functions.
189 1.2.8.2 briggs */
190 1.2.8.2 briggs void sysbeep(int, int); /* beep with the system speaker */
191 1.2.8.2 briggs
192 1.2.8.2 briggs void isa_do_pending_int __P((int)); /* Process any pending ISA interrupts */
193 1.2.8.2 briggs void isa_intr_calculate_masks __P((int));
194 1.2.8.2 briggs
195 1.2.8.2 briggs #endif /* _SANDPOINT_ISA_MACHDEP_H_ XXX */
196