summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/isa_device.h
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1995-04-23 09:13:08 +0000
committerjulian <julian@FreeBSD.org>1995-04-23 09:13:08 +0000
commita54d9b63a502546b0da813c5e41258d47986602d (patch)
tree2d27ea91f804c548a5b3f12e0c4b4e175fa20b3c /sys/i386/isa/isa_device.h
parentae0cae0135cf10da17f00608dd3bd9048af901d1 (diff)
downloadFreeBSD-src-a54d9b63a502546b0da813c5e41258d47986602d.zip
FreeBSD-src-a54d9b63a502546b0da813c5e41258d47986602d.tar.gz
include hooks for EISA configuration (possibly wrong :)
Diffstat (limited to 'sys/i386/isa/isa_device.h')
-rw-r--r--sys/i386/isa/isa_device.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/sys/i386/isa/isa_device.h b/sys/i386/isa/isa_device.h
index 579f06d..c21d35a 100644
--- a/sys/i386/isa/isa_device.h
+++ b/sys/i386/isa/isa_device.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa_device.h 7.1 (Berkeley) 5/9/91
- * $Id: isa_device.h,v 1.19 1995/03/16 17:31:19 se Exp $
+ * $Id: isa_device.h,v 1.20 1995/03/28 07:55:39 bde Exp $
*/
#ifndef _I386_ISA_ISA_DEVICE_H_
@@ -79,6 +79,15 @@ struct isa_device {
};
/*
+ * Bits to specify the type and amount of conflict checking.
+ */
+#define CC_ATTACH (1 << 0)
+#define CC_DRQ (1 << 1)
+#define CC_IOADDR (1 << 2)
+#define CC_IRQ (1 << 3)
+#define CC_MEMADDR (1 << 4)
+
+/*
* Per-driver structure.
*
* Each device driver defines entries for a set of routines
@@ -128,6 +137,7 @@ inthand_t
IDTVEC(intr12), IDTVEC(intr13), IDTVEC(intr14), IDTVEC(intr15);
void isa_configure __P((void));
+int haveseen_isadev __P((struct isa_device *dvp, u_int checkbits));
void isa_defaultirq __P((void));
void isa_dmacascade __P((unsigned chan));
void isa_dmadone __P((int, caddr_t, int, int));
OpenPOWER on IntegriCloud