diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-11-04 11:03:45 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-11-04 11:03:45 +0000 |
commit | 8075028733e87a28b012f4429e01782978f6b865 (patch) | |
tree | b6d75a5b38eb5d62b2572689c2b7cb522d62dbf2 /sys/arch | |
parent | db9ea3d025582001193b03be021cd8b6e8444e7a (diff) |
Stricter rules for isadma_bounce, shaves 4KB off a RAMDISKB kernel.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/conf/files.alpha | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/files.alpha b/sys/arch/alpha/conf/files.alpha index f9aefb6e6cd..81e9d7ff5ba 100644 --- a/sys/arch/alpha/conf/files.alpha +++ b/sys/arch/alpha/conf/files.alpha @@ -1,4 +1,4 @@ -# $OpenBSD: files.alpha,v 1.63 2004/10/08 13:04:35 grange Exp $ +# $OpenBSD: files.alpha,v 1.64 2004/11/04 11:03:44 miod Exp $ # $NetBSD: files.alpha,v 1.32 1996/11/25 04:03:21 cgd Exp $ # # alpha-specific configuration info @@ -132,7 +132,7 @@ include "dev/puc/files.puc" file arch/alpha/isa/isa_machdep.c isa define isadma_bounce -file arch/alpha/isa/isadma_bounce.c isadma_bounce +file arch/alpha/isa/isadma_bounce.c isadma_bounce & isa_dma device isabeep attach isabeep at pcppi |