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