summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1997-08-22 08:12:14 +0000
committerkato <kato@FreeBSD.org>1997-08-22 08:12:14 +0000
commitdf680a3c7be1a15b94ed6c6a9c968a7f940ca5e7 (patch)
tree1145cbe7caa71e981118fde1ba03065702b42e92 /sys/pc98
parent7094638d9f75624271f02707b42f7296226b7900 (diff)
downloadFreeBSD-src-df680a3c7be1a15b94ed6c6a9c968a7f940ca5e7.zip
FreeBSD-src-df680a3c7be1a15b94ed6c6a9c968a7f940ca5e7.tar.gz
Synchronize with sys/i386/i386/userconfig.c and sys/i386/isa/clock.c
revisions 1.89 and 1.100, respectively.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/cbus/clock.c3
-rw-r--r--sys/pc98/cbus/pcrtc.c3
-rw-r--r--sys/pc98/i386/userconfig.c5
-rw-r--r--sys/pc98/pc98/clock.c3
4 files changed, 9 insertions, 5 deletions
diff --git a/sys/pc98/cbus/clock.c b/sys/pc98/cbus/clock.c
index 02b8a6a..a6e39e9 100644
--- a/sys/pc98/cbus/clock.c
+++ b/sys/pc98/cbus/clock.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
- * $Id: clock.c,v 1.31 1997/07/26 13:52:47 kato Exp $
+ * $Id: clock.c,v 1.32 1997/08/21 08:23:52 kato Exp $
*/
/*
@@ -68,6 +68,7 @@
#include <machine/cpu.h>
#include <machine/frame.h>
#include <machine/ipl.h>
+#include <machine/limits.h>
#ifdef APIC_IO
#include <machine/smp.h>
#endif /* APIC_IO */
diff --git a/sys/pc98/cbus/pcrtc.c b/sys/pc98/cbus/pcrtc.c
index 02b8a6a..a6e39e9 100644
--- a/sys/pc98/cbus/pcrtc.c
+++ b/sys/pc98/cbus/pcrtc.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
- * $Id: clock.c,v 1.31 1997/07/26 13:52:47 kato Exp $
+ * $Id: clock.c,v 1.32 1997/08/21 08:23:52 kato Exp $
*/
/*
@@ -68,6 +68,7 @@
#include <machine/cpu.h>
#include <machine/frame.h>
#include <machine/ipl.h>
+#include <machine/limits.h>
#ifdef APIC_IO
#include <machine/smp.h>
#endif /* APIC_IO */
diff --git a/sys/pc98/i386/userconfig.c b/sys/pc98/i386/userconfig.c
index cf44ce1..a5f8b8f2 100644
--- a/sys/pc98/i386/userconfig.c
+++ b/sys/pc98/i386/userconfig.c
@@ -46,7 +46,7 @@
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
** THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**
- ** $Id: userconfig.c,v 1.31 1997/08/11 14:41:18 kato Exp $
+ ** $Id: userconfig.c,v 1.32 1997/08/17 03:38:52 kato Exp $
**/
/**
@@ -119,6 +119,7 @@
#include <machine/cons.h>
#include <machine/md_var.h>
+#include <machine/limits.h>
#include <i386/isa/isa_device.h>
@@ -2373,7 +2374,7 @@ visuserconfig(void)
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: userconfig.c,v 1.31 1997/08/11 14:41:18 kato Exp $
+ * $Id: userconfig.c,v 1.32 1997/08/17 03:38:52 kato Exp $
*/
#include "scbus.h"
diff --git a/sys/pc98/pc98/clock.c b/sys/pc98/pc98/clock.c
index 02b8a6a..a6e39e9 100644
--- a/sys/pc98/pc98/clock.c
+++ b/sys/pc98/pc98/clock.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
- * $Id: clock.c,v 1.31 1997/07/26 13:52:47 kato Exp $
+ * $Id: clock.c,v 1.32 1997/08/21 08:23:52 kato Exp $
*/
/*
@@ -68,6 +68,7 @@
#include <machine/cpu.h>
#include <machine/frame.h>
#include <machine/ipl.h>
+#include <machine/limits.h>
#ifdef APIC_IO
#include <machine/smp.h>
#endif /* APIC_IO */
OpenPOWER on IntegriCloud