Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/vax/vax Add VAX660/670/680 support.



details:   https://anonhg.NetBSD.org/src/rev/bfa41c4afe49
branches:  trunk
changeset: 486747:bfa41c4afe49
user:      matt <matt%NetBSD.org@localhost>
date:      Sun May 28 05:17:25 2000 +0000

description:
Add VAX660/670/680 support.

diffstat:

 sys/arch/vax/vax/clock.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r c20d7b8cdf37 -r bfa41c4afe49 sys/arch/vax/vax/clock.c
--- a/sys/arch/vax/vax/clock.c  Sun May 28 04:13:56 2000 +0000
+++ b/sys/arch/vax/vax/clock.c  Sun May 28 05:17:25 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: clock.c,v 1.33 2000/04/18 16:25:59 mhitch Exp $         */
+/*     $NetBSD: clock.c,v 1.34 2000/05/28 05:17:25 matt Exp $   */
 /*
  * Copyright (c) 1995 Ludd, University of Lule}, Sweden.
  * All rights reserved.
@@ -47,7 +47,9 @@
 #include "opt_vax780.h"
 #include "opt_vax630.h"
 #include "opt_vax650.h"
+#include "opt_vax660.h"
 #include "opt_vax670.h"
+#include "opt_vax680.h"
 #include "opt_vax8500.h"
 #include "opt_vax8200.h"
 #include "opt_vax410.h"
@@ -225,7 +227,7 @@
        return y;
 }
 
-#if VAX750 || VAX780 || VAX8600 || VAX650
+#if VAX750 || VAX780 || VAX8600 || VAX650 || VAX660 || VAX670 || VAX680
 /*
  * Reads the TODR register; returns a (probably) true tick value,
  * or CLKREAD_BAD if failed. The year is based on the argument



Home | Main Index | Thread Index | Old Index