diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-03-22 19:32:00 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-03-22 19:32:00 +0000 |
commit | e78121ae1c5ec31894835d605b12c68cfebbf7d1 (patch) | |
tree | 35d752534b69f67988fae624969ee0c485181571 /sys/arch | |
parent | f9328a9d729c2c45cf9206acbd704286d906629e (diff) |
Do not define ISA_DMA_STATS by default; ok deraadt
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/isa/isa_machdep.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/i386/isa/isa_machdep.c b/sys/arch/i386/isa/isa_machdep.c index cbe72d2b01f..e1010530402 100644 --- a/sys/arch/i386/isa/isa_machdep.c +++ b/sys/arch/i386/isa/isa_machdep.c @@ -1,8 +1,6 @@ -/* $OpenBSD: isa_machdep.c,v 1.57 2006/12/29 13:04:37 pedro Exp $ */ +/* $OpenBSD: isa_machdep.c,v 1.58 2007/03/22 19:31:59 miod Exp $ */ /* $NetBSD: isa_machdep.c,v 1.22 1997/06/12 23:57:32 thorpej Exp $ */ -#define ISA_DMA_STATS - /*- * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. * All rights reserved. |