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