Module Name: src Committed By: dyoung Date: Sun Jul 17 23:32:21 UTC 2011
Modified Files: src/sys/arch/hp700/include: Makefile types.h Removed Files: src/sys/arch/hp700/include: bus.h Log Message: Switch to new-style <sys/bus.h>. hp700 releases are unbuildable for reasons not related to my changes here, so I'm not 100% that a release build will run to completion with these changes in place. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/hp700/include/Makefile \ src/sys/arch/hp700/include/types.h cvs rdiff -u -r1.16 -r0 src/sys/arch/hp700/include/bus.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/hp700/include/Makefile diff -u src/sys/arch/hp700/include/Makefile:1.11 src/sys/arch/hp700/include/Makefile:1.12 --- src/sys/arch/hp700/include/Makefile:1.11 Sun Jul 17 20:54:40 2011 +++ src/sys/arch/hp700/include/Makefile Sun Jul 17 23:32:21 2011 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2011/07/17 20:54:40 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2011/07/17 23:32:21 dyoung Exp $ INCSDIR= /usr/include/hp700 INCS= ansi.h aout_machdep.h asm.h autoconf.h \ - bswap.h bus.h byte_swap.h \ + bswap.h byte_swap.h \ cdefs.h cpu.h cpufunc.h \ disklabel.h \ eisa_machdep.h elf_machdep.h endian.h endian_machdep.h exec.h \ Index: src/sys/arch/hp700/include/types.h diff -u src/sys/arch/hp700/include/types.h:1.11 src/sys/arch/hp700/include/types.h:1.12 --- src/sys/arch/hp700/include/types.h:1.11 Sun Jun 12 03:35:41 2011 +++ src/sys/arch/hp700/include/types.h Sun Jul 17 23:32:21 2011 @@ -1,11 +1,11 @@ -/* $NetBSD: types.h,v 1.11 2011/06/12 03:35:41 rmind Exp $ */ +/* $NetBSD: types.h,v 1.12 2011/07/17 23:32:21 dyoung Exp $ */ #ifndef _HP700_TYPES_H_ #define _HP700_TYPES_H_ #include <hppa/types.h> -#define __HAVE_DEVICE_REGISTER +#define __HAVE_NEW_STYLE_BUS_H #define __HAVE_MM_MD_DIRECT_MAPPED_PHYS #define __HAVE_MM_MD_KERNACC