Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/arch/vax/vax Pull up revision 1.14 (requested by ra...



details:   https://anonhg.NetBSD.org/src/rev/94f2c1aa8474
branches:  netbsd-1-6
changeset: 527746:94f2c1aa8474
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Jun 05 04:13:25 2002 +0000

description:
Pull up revision 1.14 (requested by ragge in ticket #157):
Repair VAX8600 support, which had bit-rotten, probably not used since -98.

diffstat:

 sys/arch/vax/vax/scb.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r cce458c45131 -r 94f2c1aa8474 sys/arch/vax/vax/scb.c
--- a/sys/arch/vax/vax/scb.c    Wed Jun 05 04:13:17 2002 +0000
+++ b/sys/arch/vax/vax/scb.c    Wed Jun 05 04:13:25 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: scb.c,v 1.13 2000/06/04 19:30:17 matt Exp $ */
+/*     $NetBSD: scb.c,v 1.13.20.1 2002/06/05 04:13:25 lukem Exp $ */
 /*
  * Copyright (c) 1999 Ludd, University of Lule}, Sweden.
  * All rights reserved.
@@ -48,8 +48,8 @@
 struct scb *scb;
 struct ivec_dsp *scb_vec;
 
-static void scb_stray __P((void *));
-static volatile int vector, ipl, gotintr;
+void scb_stray(void *);
+static volatile int vector, ipl, gotintr;
 
 /*
  * Generates a new SCB.



Home | Main Index | Thread Index | Old Index