Garbage-collect DMAINTLVL; it's not needed any more.

This commit is contained in:
thorpej 1996-12-09 06:18:13 +00:00
parent 49471d5fd5
commit 5dc95f5908
1 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: dmareg.h,v 1.6 1995/12/02 02:46:49 thorpej Exp $ */
/* $NetBSD: dmareg.h,v 1.7 1996/12/09 06:18:13 thorpej Exp $ */
/*
* Copyright (c) 1982, 1990, 1993
@ -73,9 +73,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)