Tue Mar 30 04:08:02 2021 UTC ()
Include <dev/ic/comreg.h> for COM_FREQ.


(rin)
diff -r1.3 -r1.4 src/sys/arch/evbppc/include/obs200.h
diff -r1.3 -r1.4 src/sys/arch/evbppc/include/obs266.h
diff -r1.2 -r1.3 src/sys/arch/evbppc/include/obs600.h

cvs diff -r1.3 -r1.4 src/sys/arch/evbppc/include/obs200.h (expand / switch to context diff)
--- src/sys/arch/evbppc/include/obs200.h 2021/03/30 03:45:34 1.3
+++ src/sys/arch/evbppc/include/obs200.h 2021/03/30 04:08:02 1.4
@@ -1,4 +1,4 @@
-/*	$NetBSD: obs200.h,v 1.3 2021/03/30 03:45:34 rin Exp $	*/
+/*	$NetBSD: obs200.h,v 1.4 2021/03/30 04:08:02 rin Exp $	*/
 
 /*
  * Copyright 2004 Shigeyuki Fukushima.
@@ -35,6 +35,8 @@
 
 #ifndef	_EVBPPC_OBS200_H_
 #define	_EVBPPC_OBS200_H_
+
+#include <dev/ic/comreg.h>
 
 /*
  * Device Properties for OpenBlockS S/R (IBM405GP 200MHz)

cvs diff -r1.3 -r1.4 src/sys/arch/evbppc/include/obs266.h (expand / switch to context diff)
--- src/sys/arch/evbppc/include/obs266.h 2021/03/30 03:45:34 1.3
+++ src/sys/arch/evbppc/include/obs266.h 2021/03/30 04:08:02 1.4
@@ -1,4 +1,4 @@
-/*	$NetBSD: obs266.h,v 1.3 2021/03/30 03:45:34 rin Exp $	*/
+/*	$NetBSD: obs266.h,v 1.4 2021/03/30 04:08:02 rin Exp $	*/
 
 /*
  * Copyright 2004 Shigeyuki Fukushima.
@@ -35,6 +35,8 @@
 
 #ifndef	_EVBPPC_OBS266_H_
 #define	_EVBPPC_OBS266_H_
+
+#include <dev/ic/comreg.h>
 
 /*
  * Device Properties for OpenBlockS266 (IBM405GPr 266MHz)

cvs diff -r1.2 -r1.3 src/sys/arch/evbppc/include/obs600.h (expand / switch to context diff)
--- src/sys/arch/evbppc/include/obs600.h 2021/03/30 03:45:34 1.2
+++ src/sys/arch/evbppc/include/obs600.h 2021/03/30 04:08:02 1.3
@@ -1,4 +1,4 @@
-/*	$NetBSD: obs600.h,v 1.2 2021/03/30 03:45:34 rin Exp $	*/
+/*	$NetBSD: obs600.h,v 1.3 2021/03/30 04:08:02 rin Exp $	*/
 /*
  * Copyright (c) 2009 KIYOHARA Takashi
  * All rights reserved.
@@ -27,6 +27,8 @@
 
 #ifndef	_EVBPPC_OBS600_H_
 #define	_EVBPPC_OBS600_H_
+
+#include <dev/ic/comreg.h>
 
 /*
  * Device Properties for OpenBlockS600 (AMCC 405EX 600MHz)