2004-09-02 01:09:09 +04:00
|
|
|
/* $NetBSD: eisavar.h,v 1.20 2004/09/01 21:09:09 drochner Exp $ */
|
2000-08-11 04:46:17 +04:00
|
|
|
|
|
|
|
/*-
|
|
|
|
* Copyright (c) 2000 The NetBSD Foundation, Inc.
|
|
|
|
* All rights reserved.
|
|
|
|
*
|
|
|
|
* This code is derived from software contributed to The NetBSD Foundation
|
|
|
|
* by Jason R. Thorpe.
|
|
|
|
*
|
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
* modification, are permitted provided that the following conditions
|
|
|
|
* are met:
|
|
|
|
* 1. Redistributions of source code must retain the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer.
|
|
|
|
* 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer in the
|
|
|
|
* documentation and/or other materials provided with the distribution.
|
|
|
|
* 3. All advertising materials mentioning features or use of this software
|
|
|
|
* must display the following acknowledgement:
|
|
|
|
* This product includes software developed by the NetBSD
|
|
|
|
* Foundation, Inc. and its contributors.
|
|
|
|
* 4. Neither the name of The NetBSD Foundation nor the names of its
|
|
|
|
* contributors may be used to endorse or promote products derived
|
|
|
|
* from this software without specific prior written permission.
|
|
|
|
*
|
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
|
|
|
|
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
|
|
|
* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
|
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
|
|
|
|
* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
|
|
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
|
|
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
|
|
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
|
|
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
|
|
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
|
|
* POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
*/
|
1995-04-17 16:06:30 +04:00
|
|
|
|
|
|
|
/*
|
1996-02-27 03:20:54 +03:00
|
|
|
* Copyright (c) 1995, 1996 Christopher G. Demetriou
|
1995-04-17 16:06:30 +04:00
|
|
|
* All rights reserved.
|
|
|
|
*
|
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
* modification, are permitted provided that the following conditions
|
|
|
|
* are met:
|
|
|
|
* 1. Redistributions of source code must retain the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer.
|
|
|
|
* 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer in the
|
|
|
|
* documentation and/or other materials provided with the distribution.
|
|
|
|
* 3. All advertising materials mentioning features or use of this software
|
|
|
|
* must display the following acknowledgement:
|
|
|
|
* This product includes software developed by Christopher G. Demetriou
|
|
|
|
* for the NetBSD Project.
|
|
|
|
* 4. The name of the author may not be used to endorse or promote products
|
|
|
|
* derived from this software without specific prior written permission
|
|
|
|
*
|
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
|
|
|
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
|
|
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
|
|
|
* IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
|
|
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
|
|
|
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
|
|
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
|
|
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
|
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
|
|
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
*/
|
|
|
|
|
1996-03-22 06:31:33 +03:00
|
|
|
#ifndef _DEV_EISA_EISAVAR_H_
|
|
|
|
#define _DEV_EISA_EISAVAR_H_
|
1996-02-27 03:20:54 +03:00
|
|
|
|
1995-04-17 16:06:30 +04:00
|
|
|
/*
|
1996-02-27 03:20:54 +03:00
|
|
|
* Definitions for EISA autoconfiguration.
|
|
|
|
*
|
1996-03-22 06:31:33 +03:00
|
|
|
* This file describes types and functions which are used for EISA
|
1996-04-10 02:46:11 +04:00
|
|
|
* configuration. Some of this information is machine-specific, and is
|
|
|
|
* separated into eisa_machdep.h.
|
1995-04-17 16:06:30 +04:00
|
|
|
*/
|
|
|
|
|
2000-08-11 04:43:18 +04:00
|
|
|
struct eisa_cfg_mem;
|
|
|
|
struct eisa_cfg_irq;
|
|
|
|
struct eisa_cfg_dma;
|
|
|
|
struct eisa_cfg_io;
|
|
|
|
|
1996-03-08 23:25:22 +03:00
|
|
|
#include <machine/bus.h>
|
1996-02-27 03:20:54 +03:00
|
|
|
#include <dev/eisa/eisareg.h> /* For ID register & string info. */
|
|
|
|
|
1996-04-10 02:46:11 +04:00
|
|
|
/*
|
|
|
|
* Structures and definitions needed by the machine-dependent header.
|
|
|
|
*/
|
|
|
|
struct eisabus_attach_args;
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Machine-dependent definitions.
|
|
|
|
*/
|
1999-03-19 06:01:50 +03:00
|
|
|
#include <machine/eisa_machdep.h>
|
1996-04-10 02:46:11 +04:00
|
|
|
|
1996-02-27 03:20:54 +03:00
|
|
|
typedef int eisa_slot_t; /* really only needs to be 4 bits */
|
|
|
|
|
1995-04-17 16:06:30 +04:00
|
|
|
/*
|
1996-02-27 03:20:54 +03:00
|
|
|
* EISA bus attach arguments.
|
1995-04-17 16:06:30 +04:00
|
|
|
*/
|
1996-02-27 03:20:54 +03:00
|
|
|
struct eisabus_attach_args {
|
2004-08-30 19:05:15 +04:00
|
|
|
const char *_eba_busname; /* XXX placeholder */
|
1996-10-22 02:24:37 +04:00
|
|
|
bus_space_tag_t eba_iot; /* eisa i/o space tag */
|
|
|
|
bus_space_tag_t eba_memt; /* eisa mem space tag */
|
1997-06-07 03:30:02 +04:00
|
|
|
bus_dma_tag_t eba_dmat; /* DMA tag */
|
1996-04-10 02:46:11 +04:00
|
|
|
eisa_chipset_tag_t eba_ec;
|
1996-02-27 03:20:54 +03:00
|
|
|
};
|
1995-04-17 16:06:30 +04:00
|
|
|
|
|
|
|
/*
|
1996-02-27 03:20:54 +03:00
|
|
|
* EISA device attach arguments.
|
1995-04-17 16:06:30 +04:00
|
|
|
*/
|
1996-02-27 03:20:54 +03:00
|
|
|
struct eisa_attach_args {
|
1996-10-22 02:24:37 +04:00
|
|
|
bus_space_tag_t ea_iot; /* eisa i/o space tag */
|
|
|
|
bus_space_tag_t ea_memt; /* eisa mem space tag */
|
1997-06-07 03:30:02 +04:00
|
|
|
bus_dma_tag_t ea_dmat; /* DMA tag */
|
1996-04-10 02:46:11 +04:00
|
|
|
eisa_chipset_tag_t ea_ec;
|
1996-03-08 23:25:22 +03:00
|
|
|
|
1996-02-27 03:20:54 +03:00
|
|
|
eisa_slot_t ea_slot;
|
|
|
|
u_int8_t ea_vid[EISA_NVIDREGS];
|
|
|
|
u_int8_t ea_pid[EISA_NPIDREGS];
|
|
|
|
char ea_idstring[EISA_IDSTRINGLEN];
|
|
|
|
};
|
|
|
|
|
2004-08-30 14:30:38 +04:00
|
|
|
int eisabusprint(void *, const char *);
|
|
|
|
|
2000-08-11 03:30:08 +04:00
|
|
|
/*
|
|
|
|
* EISA Configuration entries, set up by an EISA Configuration Utility.
|
|
|
|
*/
|
|
|
|
|
|
|
|
struct eisa_cfg_mem {
|
|
|
|
bus_addr_t ecm_addr;
|
|
|
|
bus_size_t ecm_size;
|
|
|
|
int ecm_isram;
|
|
|
|
int ecm_decode;
|
|
|
|
int ecm_unitsize;
|
|
|
|
};
|
|
|
|
|
|
|
|
struct eisa_cfg_irq {
|
|
|
|
int eci_irq;
|
|
|
|
int eci_ist;
|
|
|
|
int eci_shared;
|
|
|
|
};
|
|
|
|
|
|
|
|
struct eisa_cfg_dma {
|
|
|
|
int ecd_drq;
|
|
|
|
int ecd_shared;
|
|
|
|
int ecd_size;
|
|
|
|
#define ECD_SIZE_8BIT 0
|
|
|
|
#define ECD_SIZE_16BIT 1
|
|
|
|
#define ECD_SIZE_32BIT 2
|
|
|
|
#define ECD_SIZE_RESERVED 3
|
|
|
|
int ecd_timing;
|
|
|
|
#define ECD_TIMING_ISA 0
|
|
|
|
#define ECD_TIMING_TYPEA 1
|
|
|
|
#define ECD_TIMING_TYPEB 2
|
|
|
|
#define ECD_TIMING_TYPEC 3
|
|
|
|
};
|
|
|
|
|
|
|
|
struct eisa_cfg_io {
|
|
|
|
bus_addr_t ecio_addr;
|
|
|
|
bus_size_t ecio_size;
|
|
|
|
int ecio_shared;
|
|
|
|
};
|
|
|
|
|
1996-03-22 06:31:33 +03:00
|
|
|
#endif /* _DEV_EISA_EISAVAR_H_ */
|