summaryrefslogtreecommitdiff
path: root/sys/dev/eisa/eisavar.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-27 22:06:49 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-27 22:06:49 +0000
commit19c4b654cc723df0e419fd9f12197f491b1bc1d4 (patch)
treee1ec3cdc5db2c1ca3593846ae053d0595186ead5 /sys/dev/eisa/eisavar.h
parent043773b2a500f1f422b5db3eca46befb28d8a7af (diff)
from netbsd:
The IST_* and IPL_* constants are not bus-specific; don't treat them as such. Change splimp -> splnet in Ethernet, ARCnet, and FDDI drivers.
Diffstat (limited to 'sys/dev/eisa/eisavar.h')
-rw-r--r--sys/dev/eisa/eisavar.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/dev/eisa/eisavar.h b/sys/dev/eisa/eisavar.h
index 85cf6cb4294..996e8dee1c3 100644
--- a/sys/dev/eisa/eisavar.h
+++ b/sys/dev/eisa/eisavar.h
@@ -51,13 +51,3 @@
#define eisadev isadev /* XXX */
#define eisa_intr_establish isa_intr_establish /* XXX */
#define eisa_intr_disestablish isa_intr_disestablish /* XXX */
-
-#define EISA_IPL_NONE ISA_IPL_NONE /* XXX */
-#define EISA_IPL_BIO ISA_IPL_BIO /* XXX */
-#define EISA_IPL_NET ISA_IPL_NET /* XXX */
-#define EISA_IPL_TTY ISA_IPL_TTY /* XXX */
-#define EISA_IPL_CLOCK ISA_IPL_CLOCK /* XXX */
-
-#define EISA_IST_PULSE ISA_IST_PULSE /* XXX */
-#define EISA_IST_EDGE ISA_IST_EDGE /* XXX */
-#define EISA_IST_LEVEL ISA_IST_LEVEL /* XXX */