Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/include Switch alpha to new-style <sys/bus.h>.



details:   https://anonhg.NetBSD.org/src/rev/51b42ee807c1
branches:  trunk
changeset: 767238:51b42ee807c1
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Wed Jul 13 04:48:18 2011 +0000

description:
Switch alpha to new-style <sys/bus.h>.

While I'm here, get rid of outdated __HAVE_DEVICE_REGISTER.

diffstat:

 sys/arch/alpha/include/types.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d84b37c1b0b0 -r 51b42ee807c1 sys/arch/alpha/include/types.h
--- a/sys/arch/alpha/include/types.h    Wed Jul 13 04:47:16 2011 +0000
+++ b/sys/arch/alpha/include/types.h    Wed Jul 13 04:48:18 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: types.h,v 1.47 2011/06/12 03:35:37 rmind Exp $ */
+/* $NetBSD: types.h,v 1.48 2011/07/13 04:48:18 dyoung Exp $ */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -68,7 +68,7 @@
 #define        __SIMPLELOCK_LOCKED     1
 #define        __SIMPLELOCK_UNLOCKED   0
 
-#define        __HAVE_DEVICE_REGISTER
+#define        __HAVE_NEW_STYLE_BUS_H
 #define        __HAVE_ATOMIC_OPERATIONS
 #define        __HAVE_CPU_COUNTER
 #define        __HAVE_SYSCALL_INTERN



Home | Main Index | Thread Index | Old Index