Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/atari/include Restore __HAVE_MM_MD_READWRITE which ...
details: https://anonhg.NetBSD.org/src/rev/5fbcba779fd2
branches: trunk
changeset: 772103:5fbcba779fd2
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sun Dec 18 09:12:18 2011 +0000
description:
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.
diffstat:
sys/arch/atari/include/types.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r a32cbd8fdf38 -r 5fbcba779fd2 sys/arch/atari/include/types.h
--- a/sys/arch/atari/include/types.h Sun Dec 18 05:49:22 2011 +0000
+++ b/sys/arch/atari/include/types.h Sun Dec 18 09:12:18 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index