summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/dev/dmareg.h
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-01-12 15:13:47 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-01-12 15:13:47 +0000
commite661b0e07a7f4c778ac8e9b5eb341a7ad9795c2b (patch)
tree6158c02b8e503faa614ccff77b3cca01e9b912e4 /sys/arch/hp300/dev/dmareg.h
parentd470dc6647ff9a7e3f6d00b205d12ab7428cc092 (diff)
Mostly sync to NetBSD-current of 011196. Compiles, links, boots to single
user. KNOWN NOT WORKING: * DIO-II devices * Dynamic executables NOT EVEN TRIED: * New config support
Diffstat (limited to 'sys/arch/hp300/dev/dmareg.h')
-rw-r--r--sys/arch/hp300/dev/dmareg.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/hp300/dev/dmareg.h b/sys/arch/hp300/dev/dmareg.h
index 3a6ae6538f9..1e94ae6c069 100644
--- a/sys/arch/hp300/dev/dmareg.h
+++ b/sys/arch/hp300/dev/dmareg.h
@@ -1,4 +1,5 @@
-/* $NetBSD: dmareg.h,v 1.6 1995/12/02 02:46:49 thorpej Exp $ */
+/* $OpenBSD: dmareg.h,v 1.3 1997/01/12 15:12:28 downsj Exp $ */
+/* $NetBSD: dmareg.h,v 1.7 1996/12/09 06:18:13 thorpej Exp $ */
/*
* Copyright (c) 1982, 1990, 1993
@@ -73,9 +74,6 @@ struct dmareg {
/* The hp300 has 2 DMA channels. */
#define NDMACHAN 2
-/* intr level must be >= level of any device using dma. i.e., splbio */
-#define DMAINTLVL 5
-
/* addresses */
#define DMA_BASE IIOV(0x500000)