diff options
author | 2004-11-04 11:03:44 +0000 | |
---|---|---|
committer | 2004-11-04 11:03:44 +0000 | |
commit | 1a2536202d93c9a0162181e1e1a70b9e0e318720 (patch) | |
tree | a04accd4f0b5c8c765eaf17fb747b5347d11e882 | |
parent | sync (diff) | |
download | wireguard-openbsd-1a2536202d93c9a0162181e1e1a70b9e0e318720.tar.xz wireguard-openbsd-1a2536202d93c9a0162181e1e1a70b9e0e318720.zip |
Stricter rules for isadma_bounce, shaves 4KB off a RAMDISKB kernel.
-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 |