Sun Dec 18 09:12:18 2011 UTC ()
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.


(tsutsui)
diff -r1.15 -r1.16 src/sys/arch/atari/include/types.h

cvs diff -r1.15 -r1.16 src/sys/arch/atari/include/types.h (expand / switch to unified diff)

--- src/sys/arch/atari/include/types.h 2011/07/17 23:40:16 1.15
+++ src/sys/arch/atari/include/types.h 2011/12/18 09:12:18 1.16
@@ -1,10 +1,11 @@ @@ -1,10 +1,11 @@
1/* $NetBSD: types.h,v 1.15 2011/07/17 23:40:16 dyoung Exp $ */ 1/* $NetBSD: types.h,v 1.16 2011/12/18 09:12:18 tsutsui Exp $ */
2 2
3#ifndef _MACHINE_TYPES_H_ 3#ifndef _MACHINE_TYPES_H_
4#define _MACHINE_TYPES_H_ 4#define _MACHINE_TYPES_H_
5 5
6#include <m68k/types.h> 6#include <m68k/types.h>
7 7
 8#define __HAVE_MM_MD_READWRITE
8#define __HAVE_NEW_STYLE_BUS_H 9#define __HAVE_NEW_STYLE_BUS_H
9 10
10#endif 11#endif