Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/include On amd64, good-bye <machine/bus.h>.



details:   https://anonhg.NetBSD.org/src/rev/87c51ac55d30
branches:  trunk
changeset: 767365:87c51ac55d30
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Sun Jul 17 01:17:27 2011 +0000

description:
On amd64, good-bye <machine/bus.h>.

Up next: update set lists.

diffstat:

 sys/arch/amd64/include/Makefile |  4 ++--
 sys/arch/amd64/include/bus.h    |  3 ---
 2 files changed, 2 insertions(+), 5 deletions(-)

diffs (22 lines):

diff -r aa1ddb58bf2c -r 87c51ac55d30 sys/arch/amd64/include/Makefile
--- a/sys/arch/amd64/include/Makefile   Sun Jul 17 01:16:46 2011 +0000
+++ b/sys/arch/amd64/include/Makefile   Sun Jul 17 01:17:27 2011 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.11 2010/07/31 21:47:53 joerg Exp $
+#      $NetBSD: Makefile,v 1.12 2011/07/17 01:17:27 dyoung Exp $
 
 INCSDIR= /usr/include/amd64
 
 INCS=  ansi.h aout_machdep.h asm.h \
-       bootinfo.h bswap.h bus.h byte_swap.h \
+       bootinfo.h bswap.h byte_swap.h \
        cdefs.h cpu.h cpufunc.h \
        disklabel.h \
        elf_machdep.h endian.h endian_machdep.h \
diff -r aa1ddb58bf2c -r 87c51ac55d30 sys/arch/amd64/include/bus.h
--- a/sys/arch/amd64/include/bus.h      Sun Jul 17 01:16:46 2011 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-/*     $NetBSD: bus.h,v 1.1 2003/04/26 18:39:38 fvdl Exp $     */
-
-#include <x86/bus.h>



Home | Main Index | Thread Index | Old Index