Module Name:    src
Committed By:   dyoung
Date:           Wed Jul 13 04:48:18 UTC 2011

Modified Files:
        src/sys/arch/alpha/include: types.h

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/alpha/include/types.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/alpha/include/types.h
diff -u src/sys/arch/alpha/include/types.h:1.47 src/sys/arch/alpha/include/types.h:1.48
--- src/sys/arch/alpha/include/types.h:1.47	Sun Jun 12 03:35:37 2011
+++ src/sys/arch/alpha/include/types.h	Wed Jul 13 04:48:18 2011
@@ -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

Reply via email to