diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-12-04 15:24:19 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-12-04 15:24:19 +0000 |
commit | cc0a0f7a5222febc840d50dd02954aaf09a28104 (patch) | |
tree | df88468be5e7fdfe0183ff28952a0c67e050d216 /sys/arch/i386/conf/files.i386 | |
parent | 08fe62e74b12b9f04674c4636a110a03fb548616 (diff) |
Move the bus_dma generic functions out of the far-too-podgy machdep.c and
into bus_dma.c (a-la amd64).
Discussed with art and toby in coimbra. Ok mikeb.
Diffstat (limited to 'sys/arch/i386/conf/files.i386')
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index ae0c24c5c17..fd11d1b184b 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.185 2008/11/22 17:45:20 oga Exp $ +# $OpenBSD: files.i386,v 1.186 2008/12/04 15:24:18 oga Exp $ # # new style config file for i386 architecture # @@ -12,6 +12,7 @@ major {ccd = 16} file arch/i386/i386/autoconf.c file arch/i386/i386/bus_space.c +file arch/i386/i386/bus_dma.c file arch/i386/i386/conf.c file arch/i386/i386/db_disasm.c ddb file arch/i386/i386/db_interface.c ddb |