isa_machdep.h revision 1.4 1 1.4 yamt /* $NetBSD: isa_machdep.h,v 1.4 2005/04/16 07:45:59 yamt Exp $ */
2 1.1 fvdl
3 1.1 fvdl /*-
4 1.1 fvdl * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
5 1.1 fvdl * All rights reserved.
6 1.1 fvdl *
7 1.1 fvdl * This code is derived from software contributed to The NetBSD Foundation
8 1.1 fvdl * by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
9 1.1 fvdl * NASA Ames Research Center.
10 1.1 fvdl *
11 1.1 fvdl * Redistribution and use in source and binary forms, with or without
12 1.1 fvdl * modification, are permitted provided that the following conditions
13 1.1 fvdl * are met:
14 1.1 fvdl * 1. Redistributions of source code must retain the above copyright
15 1.1 fvdl * notice, this list of conditions and the following disclaimer.
16 1.1 fvdl * 2. Redistributions in binary form must reproduce the above copyright
17 1.1 fvdl * notice, this list of conditions and the following disclaimer in the
18 1.1 fvdl * documentation and/or other materials provided with the distribution.
19 1.1 fvdl * 3. All advertising materials mentioning features or use of this software
20 1.1 fvdl * must display the following acknowledgement:
21 1.1 fvdl * This product includes software developed by the NetBSD
22 1.1 fvdl * Foundation, Inc. and its contributors.
23 1.1 fvdl * 4. Neither the name of The NetBSD Foundation nor the names of its
24 1.1 fvdl * contributors may be used to endorse or promote products derived
25 1.1 fvdl * from this software without specific prior written permission.
26 1.1 fvdl *
27 1.1 fvdl * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
28 1.1 fvdl * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
29 1.1 fvdl * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
30 1.1 fvdl * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
31 1.1 fvdl * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
32 1.1 fvdl * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
33 1.1 fvdl * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
34 1.1 fvdl * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
35 1.1 fvdl * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
36 1.1 fvdl * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
37 1.1 fvdl * POSSIBILITY OF SUCH DAMAGE.
38 1.1 fvdl */
39 1.1 fvdl
40 1.1 fvdl /*-
41 1.1 fvdl * Copyright (c) 1990 The Regents of the University of California.
42 1.1 fvdl * All rights reserved.
43 1.1 fvdl *
44 1.1 fvdl * This code is derived from software contributed to Berkeley by
45 1.1 fvdl * William Jolitz.
46 1.1 fvdl *
47 1.1 fvdl * Redistribution and use in source and binary forms, with or without
48 1.1 fvdl * modification, are permitted provided that the following conditions
49 1.1 fvdl * are met:
50 1.1 fvdl * 1. Redistributions of source code must retain the above copyright
51 1.1 fvdl * notice, this list of conditions and the following disclaimer.
52 1.1 fvdl * 2. Redistributions in binary form must reproduce the above copyright
53 1.1 fvdl * notice, this list of conditions and the following disclaimer in the
54 1.1 fvdl * documentation and/or other materials provided with the distribution.
55 1.3 agc * 3. Neither the name of the University nor the names of its contributors
56 1.1 fvdl * may be used to endorse or promote products derived from this software
57 1.1 fvdl * without specific prior written permission.
58 1.1 fvdl *
59 1.1 fvdl * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
60 1.1 fvdl * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
61 1.1 fvdl * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
62 1.1 fvdl * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
63 1.1 fvdl * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
64 1.1 fvdl * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
65 1.1 fvdl * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
66 1.1 fvdl * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
67 1.1 fvdl * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
68 1.1 fvdl * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
69 1.1 fvdl * SUCH DAMAGE.
70 1.1 fvdl *
71 1.1 fvdl * @(#)isa.h 5.7 (Berkeley) 5/9/91
72 1.1 fvdl */
73 1.1 fvdl
74 1.1 fvdl /*
75 1.1 fvdl * Various pieces of the i386 port want to include this file without
76 1.1 fvdl * or in spite of using isavar.h, and should be fixed.
77 1.1 fvdl */
78 1.1 fvdl
79 1.4 yamt #ifndef _X86_ISA_MACHDEP_H_ /* XXX */
80 1.4 yamt #define _X86_ISA_MACHDEP_H_ /* XXX */
81 1.1 fvdl
82 1.1 fvdl #include <machine/bus.h>
83 1.1 fvdl #include <dev/isa/isadmavar.h>
84 1.1 fvdl
85 1.1 fvdl /*
86 1.1 fvdl * XXX THIS FILE IS A MESS. copyright: berkeley's probably.
87 1.1 fvdl * contents from isavar.h and isareg.h, mostly the latter.
88 1.1 fvdl * perhaps charles's?
89 1.1 fvdl *
90 1.1 fvdl * copyright from berkeley's isa.h which is now dev/isa/isareg.h.
91 1.1 fvdl */
92 1.1 fvdl
93 1.1 fvdl /*
94 1.1 fvdl * Types provided to machine-independent ISA code.
95 1.1 fvdl */
96 1.1 fvdl struct x86_isa_chipset {
97 1.1 fvdl struct isa_dma_state ic_dmastate;
98 1.1 fvdl };
99 1.1 fvdl
100 1.1 fvdl typedef struct x86_isa_chipset *isa_chipset_tag_t;
101 1.1 fvdl
102 1.1 fvdl struct device; /* XXX */
103 1.1 fvdl struct isabus_attach_args; /* XXX */
104 1.1 fvdl
105 1.1 fvdl /*
106 1.1 fvdl * Functions provided to machine-independent ISA code.
107 1.1 fvdl */
108 1.1 fvdl void isa_attach_hook(struct device *, struct device *,
109 1.1 fvdl struct isabus_attach_args *);
110 1.1 fvdl int isa_intr_alloc(isa_chipset_tag_t, int, int, int *);
111 1.1 fvdl const struct evcnt *isa_intr_evcnt(isa_chipset_tag_t ic, int irq);
112 1.1 fvdl void *isa_intr_establish(isa_chipset_tag_t ic, int irq, int type,
113 1.1 fvdl int level, int (*ih_fun)(void *), void *ih_arg);
114 1.1 fvdl void isa_intr_disestablish(isa_chipset_tag_t ic, void *handler);
115 1.1 fvdl int isa_mem_alloc(bus_space_tag_t, bus_size_t, bus_size_t,
116 1.1 fvdl bus_addr_t, int, bus_addr_t *, bus_space_handle_t *);
117 1.1 fvdl void isa_mem_free(bus_space_tag_t, bus_space_handle_t, bus_size_t);
118 1.1 fvdl
119 1.1 fvdl #define isa_dmainit(ic, bst, dmat, d) \
120 1.1 fvdl _isa_dmainit(&(ic)->ic_dmastate, (bst), (dmat), (d))
121 1.1 fvdl #define isa_dmacascade(ic, c) \
122 1.1 fvdl _isa_dmacascade(&(ic)->ic_dmastate, (c))
123 1.1 fvdl #define isa_dmamaxsize(ic, c) \
124 1.1 fvdl _isa_dmamaxsize(&(ic)->ic_dmastate, (c))
125 1.1 fvdl #define isa_dmamap_create(ic, c, s, f) \
126 1.1 fvdl _isa_dmamap_create(&(ic)->ic_dmastate, (c), (s), (f))
127 1.1 fvdl #define isa_dmamap_destroy(ic, c) \
128 1.1 fvdl _isa_dmamap_destroy(&(ic)->ic_dmastate, (c))
129 1.1 fvdl #define isa_dmastart(ic, c, a, n, p, f, bf) \
130 1.1 fvdl _isa_dmastart(&(ic)->ic_dmastate, (c), (a), (n), (p), (f), (bf))
131 1.1 fvdl #define isa_dmaabort(ic, c) \
132 1.1 fvdl _isa_dmaabort(&(ic)->ic_dmastate, (c))
133 1.1 fvdl #define isa_dmacount(ic, c) \
134 1.1 fvdl _isa_dmacount(&(ic)->ic_dmastate, (c))
135 1.1 fvdl #define isa_dmafinished(ic, c) \
136 1.1 fvdl _isa_dmafinished(&(ic)->ic_dmastate, (c))
137 1.1 fvdl #define isa_dmadone(ic, c) \
138 1.1 fvdl _isa_dmadone(&(ic)->ic_dmastate, (c))
139 1.1 fvdl #define isa_dmafreeze(ic) \
140 1.1 fvdl _isa_dmafreeze(&(ic)->ic_dmastate)
141 1.1 fvdl #define isa_dmathaw(ic) \
142 1.1 fvdl _isa_dmathaw(&(ic)->ic_dmastate)
143 1.1 fvdl #define isa_dmamem_alloc(ic, c, s, ap, f) \
144 1.1 fvdl _isa_dmamem_alloc(&(ic)->ic_dmastate, (c), (s), (ap), (f))
145 1.1 fvdl #define isa_dmamem_free(ic, c, a, s) \
146 1.1 fvdl _isa_dmamem_free(&(ic)->ic_dmastate, (c), (a), (s))
147 1.1 fvdl #define isa_dmamem_map(ic, c, a, s, kp, f) \
148 1.1 fvdl _isa_dmamem_map(&(ic)->ic_dmastate, (c), (a), (s), (kp), (f))
149 1.1 fvdl #define isa_dmamem_unmap(ic, c, k, s) \
150 1.1 fvdl _isa_dmamem_unmap(&(ic)->ic_dmastate, (c), (k), (s))
151 1.1 fvdl #define isa_dmamem_mmap(ic, c, a, s, o, p, f) \
152 1.1 fvdl _isa_dmamem_mmap(&(ic)->ic_dmastate, (c), (a), (s), (o), (p), (f))
153 1.2 fvdl #define isa_drq_alloc(ic, c) \
154 1.2 fvdl _isa_drq_alloc(&(ic)->ic_dmastate, c)
155 1.2 fvdl #define isa_drq_free(ic, c) \
156 1.2 fvdl _isa_drq_free(&(ic)->ic_dmastate, c)
157 1.1 fvdl #define isa_drq_isfree(ic, c) \
158 1.1 fvdl _isa_drq_isfree(&(ic)->ic_dmastate, (c))
159 1.1 fvdl #define isa_malloc(ic, c, s, p, f) \
160 1.1 fvdl _isa_malloc(&(ic)->ic_dmastate, (c), (s), (p), (f))
161 1.1 fvdl #define isa_free(a, p) \
162 1.1 fvdl _isa_free((a), (p))
163 1.1 fvdl #define isa_mappage(m, o, p) \
164 1.1 fvdl _isa_mappage((m), (o), (p))
165 1.1 fvdl
166 1.1 fvdl /*
167 1.1 fvdl * for ACPI code
168 1.1 fvdl */
169 1.1 fvdl
170 1.1 fvdl void isa_reinit_irq(void);
171 1.1 fvdl
172 1.1 fvdl /*
173 1.1 fvdl * ALL OF THE FOLLOWING ARE MACHINE-DEPENDENT, AND SHOULD NOT BE USED
174 1.1 fvdl * BY PORTABLE CODE.
175 1.1 fvdl */
176 1.1 fvdl
177 1.1 fvdl extern struct x86_bus_dma_tag isa_bus_dma_tag;
178 1.1 fvdl
179 1.1 fvdl /*
180 1.1 fvdl * XXX Various seemingly PC-specific constants, some of which may be
181 1.1 fvdl * unnecessary anyway.
182 1.1 fvdl */
183 1.1 fvdl
184 1.1 fvdl /*
185 1.1 fvdl * RAM Physical Address Space (ignoring the above mentioned "hole")
186 1.1 fvdl */
187 1.1 fvdl #define RAM_BEGIN 0x0000000 /* Start of RAM Memory */
188 1.1 fvdl #define RAM_END 0x1000000 /* End of RAM Memory */
189 1.1 fvdl #define RAM_SIZE (RAM_END - RAM_BEGIN)
190 1.1 fvdl
191 1.1 fvdl /*
192 1.1 fvdl * Oddball Physical Memory Addresses
193 1.1 fvdl */
194 1.1 fvdl #define COMPAQ_RAMRELOC 0x80c00000 /* Compaq RAM relocation/diag */
195 1.1 fvdl #define COMPAQ_RAMSETUP 0x80c00002 /* Compaq RAM setup */
196 1.1 fvdl #define WEITEK_FPU 0xC0000000 /* WTL 2167 */
197 1.1 fvdl #define CYRIX_EMC 0xC0000000 /* Cyrix EMC */
198 1.1 fvdl
199 1.1 fvdl /*
200 1.1 fvdl * stuff that used to be in pccons.c
201 1.1 fvdl */
202 1.1 fvdl #define MONO_BASE 0x3B4
203 1.1 fvdl #define MONO_BUF 0xB0000
204 1.1 fvdl #define CGA_BASE 0x3D4
205 1.1 fvdl #define CGA_BUF 0xB8000
206 1.1 fvdl
207 1.1 fvdl /*
208 1.1 fvdl * Variables and macros to deal with the ISA I/O hole.
209 1.1 fvdl * XXX These should be converted to machine- and bus-mapping-independent
210 1.1 fvdl * function definitions, invoked through the softc.
211 1.1 fvdl */
212 1.1 fvdl
213 1.1 fvdl extern u_long atdevbase; /* kernel virtual address of "hole" */
214 1.1 fvdl
215 1.1 fvdl /*
216 1.1 fvdl * Given a kernel virtual address for some location
217 1.1 fvdl * in the "hole" I/O space, return a physical address.
218 1.1 fvdl */
219 1.1 fvdl #define ISA_PHYSADDR(v) ((void *) ((u_long)(v) - atdevbase + IOM_BEGIN))
220 1.1 fvdl
221 1.1 fvdl /*
222 1.1 fvdl * Given a physical address in the "hole",
223 1.1 fvdl * return a kernel virtual address.
224 1.1 fvdl */
225 1.1 fvdl #define ISA_HOLE_VADDR(p) ((void *) ((u_long)(p) - IOM_BEGIN + atdevbase))
226 1.1 fvdl
227 1.1 fvdl
228 1.1 fvdl /*
229 1.1 fvdl * Miscellanous functions.
230 1.1 fvdl */
231 1.1 fvdl void sysbeep(int, int); /* beep with the system speaker */
232 1.1 fvdl
233 1.4 yamt #endif /* _X86_ISA_MACHDEP_H_ XXX */
234