Module Name: src
Committed By: tsutsui
Date: Sun Dec 18 09:12:18 UTC 2011
Modified Files:
src/sys/arch/atari/include: types.h
Log Message:
Restore __HAVE_MM_MD_READWRITE which was added for 5.99.53 in rev 1.14
but removed by merge botch on __HAVE_NEW_STYLE_BUS_H changes in rev 1.15.
Fixes "/dev/nvram: Device not configured" problem on installboot(8)
reported by David Ross.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/atari/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/atari/include/types.h
diff -u src/sys/arch/atari/include/types.h:1.15 src/sys/arch/atari/include/types.h:1.16
--- src/sys/arch/atari/include/types.h:1.15 Sun Jul 17 23:40:16 2011
+++ src/sys/arch/atari/include/types.h Sun Dec 18 09:12:18 2011
@@ -1,10 +1,11 @@
-/* $NetBSD: types.h,v 1.15 2011/07/17 23:40:16 dyoung Exp $ */
+/* $NetBSD: types.h,v 1.16 2011/12/18 09:12:18 tsutsui Exp $ */
#ifndef _MACHINE_TYPES_H_
#define _MACHINE_TYPES_H_
#include <m68k/types.h>
+#define __HAVE_MM_MD_READWRITE
#define __HAVE_NEW_STYLE_BUS_H
#endif