diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-11-05 02:39:58 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-11-05 02:39:58 +0000 |
commit | 66b6f056afa073b7f8c10d4803073cb4588a1931 (patch) | |
tree | b02d3e0db6cad7425c7a361537eba0cc066e8d6e /sys/arch/alpha/conf | |
parent | fb23a89e7b35b7d7276f349dbbf4833733501e09 (diff) |
Code for isadma bouncing.
From NetBSD.
Diffstat (limited to 'sys/arch/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/files.alpha | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/files.alpha b/sys/arch/alpha/conf/files.alpha index ccb6c16595d..dd22a788971 100644 --- a/sys/arch/alpha/conf/files.alpha +++ b/sys/arch/alpha/conf/files.alpha @@ -1,4 +1,4 @@ -# $OpenBSD: files.alpha,v 1.51 2001/10/26 01:28:06 nate Exp $ +# $OpenBSD: files.alpha,v 1.52 2001/11/05 02:39:56 art Exp $ # $NetBSD: files.alpha,v 1.32 1996/11/25 04:03:21 cgd Exp $ # # alpha-specific configuration info @@ -132,8 +132,9 @@ major { wd = 0 } # file arch/alpha/isa/isa_machdep.c isa + define isadma_bounce -file arch/alpha/isa/isadmabounce.c isadma_bounce +file arch/alpha/isa/isadma_bounce.c isadma_bounce device isabeep attach isabeep at pcppi |