new RCS ID format.

This commit is contained in:
cgd 1994-10-26 08:23:50 +00:00
parent b20f78e63f
commit dafacba9d5
110 changed files with 241 additions and 263 deletions

View File

@ -1,5 +1,6 @@
# from: @(#)Makefile 7.3 (Berkeley) 6/9/91
# $Id: Makefile,v 1.1 1994/05/26 23:48:00 phil Exp $
# $NetBSD: Makefile,v 1.2 1994/10/26 08:23:50 cgd Exp $
# @(#)Makefile 7.3 (Berkeley) 6/9/91
COMM= ../net/*.[ch] ../netimp/*.[ch] ../netinet/*.[ch] ../netns/*.[ch] \
../netiso/*.[ch] ../netccitt/*.[ch] \

View File

@ -1,3 +1,5 @@
$NetBSD: To.Do,v 1.2 1994/10/26 08:23:51 cgd Exp $
This is the "To Do" list for NetBSD/pc532
(Order is not in order of importance.)

View File

@ -1 +1,3 @@
$NetBSD: .keep_me,v 1.2 1994/10/26 08:23:53 cgd Exp $
This normally empty directory needs to be kept in the distribution.

View File

@ -1,8 +1,7 @@
# $NetBSD: GENERIC_O,v 1.3 1994/10/26 08:23:55 cgd Exp $
#
# GENERIC 532 Distribution - sd1 version
#
# $Id: GENERIC_O,v 1.2 1994/05/25 00:00:48 phil Exp $
#
machine "pc532"
cpu "ns532"
ident GENERIC_O

View File

@ -1,8 +1,7 @@
# $NetBSD: GENERIC_OF,v 1.3 1994/10/26 08:23:56 cgd Exp $
#
# GENERIC 532 Distribution - sd1 version
#
# $Id: GENERIC_OF,v 1.2 1994/05/25 00:00:49 phil Exp $
#
machine "pc532"
cpu "ns532"
ident GENERIC_OF

View File

@ -1,8 +1,7 @@
# $NetBSD: GENERIC_RD,v 1.3 1994/10/26 08:23:57 cgd Exp $
#
# GENERIC 532 Distribution - RAM DISK
#
# $Id: GENERIC_RD,v 1.2 1994/05/25 00:00:50 phil Exp $
#
machine "pc532"
cpu "ns532"
ident GENERIC_RD

View File

@ -1,8 +1,7 @@
# $NetBSD: GENERIC_Z,v 1.3 1994/10/26 08:23:58 cgd Exp $
#
# GENERIC 532 Distribution - sd0 version
#
# $Id: GENERIC_Z,v 1.2 1994/05/25 00:00:51 phil Exp $
#
machine "pc532"
cpu "ns532"
ident GENERIC_Z

View File

@ -1,8 +1,7 @@
# $NetBSD: GENERIC_ZF,v 1.3 1994/10/26 08:23:59 cgd Exp $
#
# GENERIC 532 Distribution - sd0 version, 19200 console
#
# $Id: GENERIC_ZF,v 1.2 1994/05/25 00:00:52 phil Exp $
#
machine "pc532"
cpu "ns532"
ident GENERIC_ZF

View File

@ -1,6 +1,7 @@
# $NetBSD: Makefile.pc532,v 1.9 1994/10/26 08:24:00 cgd Exp $
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
# Makefile.pc532,v 1.2 1993/09/23 18:25:14 phil Exp
# @(#)Makefile.i386 7.1 5/10/91
#
# Makefile for NetBSD/532
#

View File

@ -1,8 +1,7 @@
# $NetBSD: NEWCONF,v 1.4 1994/10/26 08:24:01 cgd Exp $
#
# TINY 532 Distribution, used only for early testing and initial distribution.
#
# TINY_NS,v 1.2 1993/09/13 07:23:47 phil Exp
#
machine "pc532"
maxusers 8 # estimated number of users

View File

@ -1,8 +1,7 @@
# $NetBSD: STEELHEAD,v 1.4 1994/10/26 08:24:02 cgd Exp $
#
# STEELHEAD: Phil Nelson's pc532.
#
# $Id: STEELHEAD,v 1.3 1994/08/01 23:44:08 phil Exp $
#
machine "pc532"
cpu "ns532"
ident STEELHEAD

View File

@ -1,6 +1,6 @@
# Swap device numbers
# $NetBSD: devices.pc532,v 1.2 1994/10/26 08:24:03 cgd Exp $
#
# $Id: devices.pc532,v 1.1.1.1 1993/09/09 23:53:45 phil Exp $
# Swap device numbers
#
sd 0
st 2

View File

@ -1,5 +1,4 @@
#
# $Id: files.pc532,v 1.9 1994/09/25 04:23:17 phil Exp $
# $NetBSD: files.pc532,v 1.10 1994/10/26 08:24:04 cgd Exp $
#
arch/pc532/pc532/autoconf.c standard
arch/pc532/pc532/clock.c standard

View File

@ -1,3 +1,4 @@
# $NetBSD: files.pc532.newconf,v 1.4 1994/10/26 08:24:05 cgd Exp $
#
# new style config file for pc532 architecture
#

View File

@ -1,3 +1,5 @@
/* $NetBSD: aic.c,v 1.2 1994/10/26 08:24:07 cgd Exp $ */
/* Written by Phil Nelson for the pc532. Used source with the following
* copyrights as a model.
*
@ -16,8 +18,6 @@
* TFS supplies this software to be publicly redistributed
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
* $Id: aic.c,v 1.1.1.1 1993/09/09 23:53:53 phil Exp $
*/
/*

View File

@ -1,3 +1,5 @@
/* $NetBSD: device.h,v 1.2 1994/10/26 08:24:09 cgd Exp $ */
/*-
* Copyright (c) 1991 The Regents of the University of California.
* All rights reserved.
@ -30,9 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* from: @(#)isa_device.h 7.1 (Berkeley) 5/9/91
*
* $Id: device.h,v 1.1.1.1 1993/09/09 23:53:53 phil Exp $
* @(#)isa_device.h 7.1 (Berkeley) 5/9/91
*/
/*

View File

@ -1,9 +1,9 @@
/* $NetBSD: dp.c,v 1.6 1994/10/26 08:24:10 cgd Exp $ */
/* Written by Phil Nelson for the pc532. Used source with the following
* copyrights as a model.
*
* dp.c: A NCR DP8490 driver for the pc532.
*
* dp.c,v 1.2 1993/10/01 22:59:31 phil Exp
*/
/*

View File

@ -1,3 +1,5 @@
/* $NetBSD: dpreg.h,v 1.6 1994/10/26 08:24:11 cgd Exp $ */
/*
* Copyright (c) 1993 Philip A. Nelson.
* All rights reserved.
@ -29,8 +31,6 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* dp.h: defines for the dp driver.
*
* dpreg.h,v 1.2 1993/10/01 22:59:44 phil Exp
*/
/* Most of this comes from the Minix dp driver by Bruce Culbertson. */

View File

@ -1,3 +1,5 @@
/* $NetBSD: ncr.c,v 1.10 1994/10/26 08:24:12 cgd Exp $ */
/*-
* Copyright (C) 1993 Allen K. Briggs, Chris P. Caputo,
* Michael L. Finch, Bradley A. Grantham, and
@ -29,9 +31,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (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: ncr.c,v 1.9 1994/07/10 17:21:56 phil Exp $
*
*/
/* Modified for use with the pc532 by Phil Nelson, Feb 94. */

View File

@ -1,3 +1,5 @@
/* $NetBSD: ncr_5380.h,v 1.2 1994/10/26 08:24:13 cgd Exp $ */
/*
* Mach Operating System
* Copyright (c) 1991,1990,1989 Carnegie Mellon University
@ -23,27 +25,6 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*/
/*
* HISTORY
* $Log: ncr_5380.h,v $
* Revision 1.1 1994/02/22 22:55:06 phil
* Changes to get the "ncr" driver in the tree. Still trying to get a working
* scsi driver.
*
* Revision 1.2 1993/11/29 00:38:38 briggs
* Added signal.h for -current. The rest is formatting changes.
*
* Revision 2.3 91/08/24 12:25:10 af
* Moved padding of regmap in impl file.
* [91/08/02 04:22:39 af]
*
* Revision 2.2 91/06/19 16:28:35 rvb
* From the NCR data sheets
* "NCR 5380 Family, SCSI Protocol Controller Data Manual"
* NCR Microelectronics Division, Colorado Spring, 6/98 T01891L
* [91/04/21 af]
*
*/
/*
* File: scsi_5380.h
* Author: Alessandro Forin, Carnegie Mellon University

View File

@ -1,3 +1,5 @@
/* $NetBSD: ncr_defs.h,v 1.2 1994/10/26 08:24:14 cgd Exp $ */
/*-
* Copyright (C) 1993 Allen K. Briggs, Chris P. Caputo,
* Michael L. Finch, Bradley A. Grantham, and
@ -29,9 +31,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (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: ncr_defs.h,v 1.1 1994/02/22 22:55:07 phil Exp $
*
*/
#ifndef _SCSI_DEFS_H

View File

@ -1,3 +1,5 @@
/* $NetBSD: nncr.c,v 1.3 1994/10/26 08:24:15 cgd Exp $ */
/*
* Copyright (C) 1993 Allen K. Briggs, Chris P. Caputo,
* Michael L. Finch, Bradley A. Grantham, and
@ -29,9 +31,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (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: nncr.c,v 1.2 1994/07/01 04:24:11 phil Exp $
*
*/
/* Modified for use with the pc532 by Phil Nelson, June 94. */

View File

@ -1,3 +1,5 @@
/* $NetBSD: nscn.c,v 1.3 1994/10/26 08:24:16 cgd Exp $ */
/*-
* Copyright (c) 1991 The Regents of the University of California.
* All rights reserved.
@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
* $Id: nscn.c,v 1.2 1994/07/01 04:24:14 phil Exp $
* @(#)com.c 7.5 (Berkeley) 5/16/91
*/
#include "scn.h"

View File

@ -1,3 +1,5 @@
/* $NetBSD: scn.c,v 1.12 1994/10/26 08:24:18 cgd Exp $ */
/*-
* Copyright (c) 1991 The Regents of the University of California.
* All rights reserved.
@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
* $Id: scn.c,v 1.11 1994/05/17 17:29:37 phil Exp $
* @(#)com.c 7.5 (Berkeley) 5/16/91
*/
#include "scn.h"

View File

@ -1,3 +1,5 @@
/* $NetBSD: scnreg.h,v 1.5 1994/10/26 08:24:19 cgd Exp $ */
/*
* Copyright (c) 1993 Philip A. Nelson.
* All rights reserved.
@ -29,8 +31,6 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* scnreg.h: definitions for the scn serial driver.
*
* $Id: scnreg.h,v 1.4 1994/07/01 04:24:18 phil Exp $
*/
/* Constants. */

View File

@ -1,3 +1,5 @@
/* $NetBSD: ansi.h,v 1.6 1994/10/26 08:24:21 cgd Exp $ */
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* from: @(#)ansi.h 8.2 (Berkeley) 1/4/94
* $Id: ansi.h,v 1.5 1994/05/25 00:02:24 phil Exp $
* @(#)ansi.h 8.2 (Berkeley) 1/4/94
*/
#ifndef _ANSI_H_

View File

@ -1,3 +1,5 @@
/* $NetBSD: aout_machdep.h,v 1.7 1994/10/26 08:24:26 cgd Exp $ */
/*
* Copyright (c) 1993 Paul Kranenburg
* All rights reserved.
@ -23,8 +25,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* exec.h,v 1.2 1993/10/18 09:47:34 pk Exp
*/
#ifndef _PC532_EXEC_H_

View File

@ -1,3 +1,5 @@
/* $NetBSD: asm.h,v 1.5 1994/10/26 08:24:22 cgd Exp $ */
/*
* Mach Operating System
* Copyright (c) 1992 Carnegie Mellon University
@ -24,8 +26,6 @@
*
* any improvements or extensions that they make and grant Carnegie Mellon
* the rights to redistribute these changes.
*
* asm.h,v 1.1.1.1 1993/09/09 23:53:46 phil Exp
*/
/*

View File

@ -1,3 +1,5 @@
/* $NetBSD: cpu.h,v 1.7 1994/10/26 08:24:23 cgd Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@ -34,8 +36,6 @@
* SUCH DAMAGE.
*
* @(#)cpu.h 5.4 (Berkeley) 5/9/91
*
* cpu.h,v 1.1.1.1 1993/09/09 23:53:46 phil Exp
*/
#ifndef _MACHINE_CPU_H_

View File

@ -1,3 +1,5 @@
/* $NetBSD: db_machdep.h,v 1.3 1994/10/26 08:24:24 cgd Exp $ */
/*
* Mach Operating System
* Copyright (c) 1992 Carnegie Mellon University
@ -24,8 +26,6 @@
*
* any improvements or extensions that they make and grant Carnegie Mellon
* the rights to redistribute these changes.
*
* db_machdep.h,v 1.1.1.1 1993/09/09 23:53:46 phil Exp
*/
/*
* HISTORY

View File

@ -1,3 +1,5 @@
/* $NetBSD: endian.h,v 1.7 1994/10/26 08:24:25 cgd Exp $ */
/*
* Copyright (c) 1987, 1991 Regents of the University of California.
* All rights reserved.
@ -31,8 +33,6 @@
* SUCH DAMAGE.
*
* @(#)endian.h 7.8 (Berkeley) 4/3/91
*
* endian.h,v 1.1.1.1 1993/09/09 23:53:46 phil Exp
*/
#ifndef _MACHINE_ENDIAN_H_

View File

@ -1,3 +1,5 @@
/* $NetBSD: exec.h,v 1.7 1994/10/26 08:24:26 cgd Exp $ */
/*
* Copyright (c) 1993 Paul Kranenburg
* All rights reserved.
@ -23,8 +25,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* exec.h,v 1.2 1993/10/18 09:47:34 pk Exp
*/
#ifndef _PC532_EXEC_H_

View File

@ -1,3 +1,5 @@
/* $NetBSD: float.h,v 1.4 1994/10/26 08:24:27 cgd Exp $ */
/*
* Copyright (c) 1989 Regents of the University of California.
* All rights reserved.
@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* from: @(#)float.h 7.1 (Berkeley) 5/8/90
* $Id: float.h,v 1.3 1994/10/18 00:25:27 jtc Exp $
* @(#)float.h 7.1 (Berkeley) 5/8/90
*/
#define FLT_RADIX 2 /* b */

View File

@ -1,3 +1,5 @@
/* $NetBSD: frame.h,v 1.4 1994/10/26 08:24:28 cgd Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@ -34,8 +36,6 @@
* SUCH DAMAGE.
*
* @(#)frame.h 5.2 (Berkeley) 1/18/91
*
* frame.h,v 1.1.1.1 1993/09/09 23:53:46 phil Exp
*/
#ifndef _MACHINE_FRAME_H_
@ -107,4 +107,4 @@ struct sigframe {
struct sigcontext sf_sc;
} ;
#endif
#endif

View File

@ -1,3 +1,5 @@
/* $NetBSD: icu.h,v 1.2 1994/10/26 08:24:29 cgd Exp $ */
/*
* Copyright (c) 1993 Philip A. Nelson.
* All rights reserved.
@ -29,8 +31,6 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* icu.h
*
* $Id: icu.h,v 1.1 1994/05/17 17:31:04 phil Exp $
*/
/* icu.h: defines for use with the ns32532 icu. */

View File

@ -1,3 +1,5 @@
/* $NetBSD: jmpbuf.h,v 1.3 1994/10/26 08:24:30 cgd Exp $ */
/*
* Copyright (c) 1993 Philip A. Nelson.
* All rights reserved.
@ -30,8 +32,6 @@
*
*
* machine/setjmp.h : for support of the library routines.
*
* jmpbuf.h,v 1.1.1.1 1993/09/09 23:53:47 phil Exp
*/
#ifndef _MACHINE_JMPBUF_H_

View File

@ -1,3 +1,5 @@
/* $NetBSD: limits.h,v 1.7 1994/10/26 08:24:31 cgd Exp $ */
/*
* Copyright (c) 1988 The Regents of the University of California.
* All rights reserved.
@ -31,7 +33,6 @@
* SUCH DAMAGE.
*
* @(#)limits.h 7.2 (Berkeley) 6/28/90
* $Id: limits.h,v 1.6 1994/10/18 00:25:29 jtc Exp $
*/
#define CHAR_BIT 8 /* number of bits in a char */

View File

@ -1,4 +1,3 @@
/* Another empty file! Phil Nelson.
*
* mtpr.h,v 1.1.1.1 1993/09/09 23:53:46 phil Exp
*/
/* $NetBSD: mtpr.h,v 1.3 1994/10/26 08:24:32 cgd Exp $ */
/* EMPTY */

View File

@ -1,3 +1,5 @@
/* $NetBSD: param.h,v 1.8 1994/10/26 08:24:33 cgd Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@ -34,8 +36,6 @@
* SUCH DAMAGE.
*
* @(#)param.h 5.8 (Berkeley) 6/28/91
*
* param.h,v 1.3 1993/09/12 06:26:13 phil Exp
*/
/*

View File

@ -1,3 +1,5 @@
/* $NetBSD: pcb.h,v 1.5 1994/10/26 08:24:34 cgd Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@ -34,8 +36,6 @@
* SUCH DAMAGE.
*
* @(#)pcb.h 5.10 (Berkeley) 5/12/91
*
* pcb.h,v 1.1.1.1 1993/09/09 23:53:46 phil Exp
*/
#ifndef _MACHINE_PCB_H_

View File

@ -1,3 +1,5 @@
/* $NetBSD: pmap.h,v 1.3 1994/10/26 08:24:36 cgd Exp $ */
/*
* Copyright (c) 1991 Regents of the University of California.
* All rights reserved.
@ -35,8 +37,6 @@
* SUCH DAMAGE.
*
* @(#)pmap.h 7.4 (Berkeley) 5/12/91
*
* pmap.h,v 1.1.1.1 1993/09/09 23:53:46 phil Exp
*/
/*

View File

@ -1,3 +1,5 @@
/* $NetBSD: proc.h,v 1.4 1994/10/26 08:24:37 cgd Exp $ */
/*
* Copyright (c) 1991 Regents of the University of California.
* All rights reserved.
@ -31,8 +33,6 @@
* SUCH DAMAGE.
*
* @(#)proc.h 7.1 (Berkeley) 5/15/91
*
* proc.h,v 1.1.1.1 1993/09/09 23:53:46 phil Exp
*/
#ifndef _MACHINE_PROC_H_

View File

@ -1,3 +1,5 @@
/* $NetBSD: profile.h,v 1.3 1994/10/26 08:24:38 cgd Exp $ */
/*
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* from: @(#)profile.h 8.1 (Berkeley) 6/11/93
* $Id: profile.h,v 1.2 1994/08/01 19:32:59 phil Exp $
* @(#)profile.h 8.1 (Berkeley) 6/11/93
*/
/* pc532 version, 5/15/94.

View File

@ -1,3 +1,5 @@
/* $NetBSD: psl.h,v 1.5 1994/10/26 08:24:39 cgd Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@ -34,8 +36,6 @@
* SUCH DAMAGE.
*
* @(#)psl.h 5.2 (Berkeley) 1/18/91
*
* psl.h,v 1.1.1.1 1993/09/09 23:53:47 phil Exp
*/
#ifndef _MACHINE_PSL_H_

View File

@ -1,3 +1,5 @@
/* $NetBSD: ptrace.h,v 1.5 1994/10/26 08:24:40 cgd Exp $ */
/*
* Copyright (c) 1993 Christopher G. Demetriou
* All rights reserved.
@ -26,8 +28,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (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: ptrace.h,v 1.4 1994/02/02 08:02:45 phil Exp $
*/
/*

View File

@ -1,3 +1,5 @@
/* $NetBSD: reg.h,v 1.8 1994/10/26 08:24:41 cgd Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@ -34,8 +36,6 @@
* SUCH DAMAGE.
*
* @(#)reg.h 5.5 (Berkeley) 1/18/91
*
* reg.h,v 1.2 1993/09/13 07:25:44 phil Exp
*/
/* Modified for the pc532... 2/1/93 by Phil Nelson

View File

@ -1,3 +1,5 @@
/* $NetBSD: signal.h,v 1.4 1994/10/26 08:24:42 cgd Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1991 Regents of the University of California.
* All rights reserved.
@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* from: @(#)signal.h 7.16 (Berkeley) 3/17/91
* signal.h,v 1.1 1993/10/01 23:01:25 phil Exp
* @(#)signal.h 7.16 (Berkeley) 3/17/91
*/
#ifndef _MACHINE_SIGNAL_H_

View File

@ -1,3 +1,5 @@
/* $NetBSD: stdarg.h,v 1.6 1994/10/26 08:24:43 cgd Exp $ */
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* from: @(#)stdarg.h 8.1 (Berkeley) 6/10/93
* $Id: stdarg.h,v 1.5 1994/10/15 04:57:57 cgd Exp $
* @(#)stdarg.h 8.1 (Berkeley) 6/10/93
*/
#ifndef _PC532_STDARG_H_

View File

@ -1,3 +1,5 @@
/* $NetBSD: trap.h,v 1.3 1994/10/26 08:24:44 cgd Exp $ */
/*
* Mach Operating System
* Copyright (c) 1992 Carnegie Mellon University
@ -30,8 +32,6 @@
* Author: Tatu Ylonen, Helsinki University of Technology 1992.
* Modified for NetBSD by Phil Nelson
* Hardware trap vectors for ns532.
*
* trap.h,v 1.1.1.1 1993/09/09 23:53:46 phil Exp
*/
#ifndef _MACHINE_TRAP_H_

View File

@ -1,3 +1,5 @@
/* $NetBSD: types.h,v 1.7 1994/10/26 08:24:44 cgd Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@ -31,8 +33,6 @@
* SUCH DAMAGE.
*
* @(#)types.h 7.5 (Berkeley) 3/9/91
*
* types.h,v 1.1.1.1 1993/09/09 23:53:46 phil Exp
*/
#ifndef _MACHINE_TYPES_H_

View File

@ -1,3 +1,5 @@
/* $NetBSD: varargs.h,v 1.5 1994/10/26 08:24:45 cgd Exp $ */
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
@ -35,8 +37,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* from: @(#)varargs.h 8.2 (Berkeley) 3/22/94
* $Id: varargs.h,v 1.4 1994/10/15 04:57:58 cgd Exp $
* @(#)varargs.h 8.2 (Berkeley) 3/22/94
*/
#ifndef _PC532_VARARGS_H_

View File

@ -1,3 +1,5 @@
/* $NetBSD: vmparam.h,v 1.5 1994/10/26 08:24:46 cgd Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@ -34,8 +36,6 @@
* SUCH DAMAGE.
*
* @(#)vmparam.h 5.9 (Berkeley) 5/12/91
*
* vmparam.h,v 1.1.1.1 1993/09/09 23:53:47 phil Exp
*/
#ifndef _MACHINE_VMPARAM_H_

View File

@ -1,3 +1,5 @@
/* $NetBSD: autoconf.c,v 1.9 1994/10/26 08:24:49 cgd Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@ -34,8 +36,6 @@
* SUCH DAMAGE.
*
* @(#)autoconf.c 7.1 (Berkeley) 5/9/91
*
* $Id: autoconf.c,v 1.8 1994/07/01 04:25:48 phil Exp $
*/
/*

View File

@ -1,3 +1,5 @@
/* $NetBSD: bcopy.s,v 1.4 1994/10/26 08:24:50 cgd Exp $ */
/*
* Mach Operating System
* Copyright (c) 1992 Carnegie Mellon University
@ -29,8 +31,6 @@
* File: ns532/bcopy.s
* Author: Tatu Ylonen, Jukka Virtanen
* Helsinki University of Technology 1992.
*
* $Id: bcopy.s,v 1.3 1994/03/22 00:18:28 phil Exp $
*/
#include <machine/asm.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: bzero.s,v 1.2 1994/10/26 08:24:51 cgd Exp $ */
/*
* Mach Operating System
* Copyright (c) 1992 Carnegie Mellon University
@ -29,7 +31,7 @@
* File: ns532/bzero.s
* Author: Tero Kivinen, Helsinki University of Technology 1992.
*
* $Id: bzero.s,v 1.1.1.1 1993/09/09 23:53:47 phil Exp $
* $Id: bzero.s,v 1.2 1994/10/26 08:24:51 cgd Exp $
*/
#include <machine/asm.h>

View File

@ -1,5 +1,4 @@
/* $NetBSD: clock.c,v 1.7 1994/10/19 17:15:16 phil Exp $
*/
/* $NetBSD: clock.c,v 1.8 1994/10/26 08:24:52 cgd Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.

View File

@ -1,3 +1,5 @@
/* $NetBSD: conf.c,v 1.13 1994/10/26 08:24:53 cgd Exp $ */
/*-
* Copyright (c) 1991 The Regents of the University of California.
* All rights reserved.
@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* from: @(#)conf.c 7.9 (Berkeley) 5/28/91
* $Id: conf.c,v 1.12 1994/08/02 23:39:59 phil Exp $
* @(#)conf.c 7.9 (Berkeley) 5/28/91
*/
#include <sys/param.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: db_disasm.c,v 1.2 1994/10/26 08:24:55 cgd Exp $ */
/*
* Mach Operating System
* Copyright (c) 1992 Carnegie Mellon University
@ -32,8 +34,6 @@
* From Bruce Culbertson's and Bob Krause's ROM monitor for the pc532
* adapted to pc532 Mach by Tero Kivinen and Tatu Ylonen at Helsinki
* University of Technology.
*
* $Id: db_disasm.c,v 1.1.1.1 1993/09/09 23:53:48 phil Exp $
*/
/*

View File

@ -1,3 +1,5 @@
/* $NetBSD: db_interface.c,v 1.2 1994/10/26 08:24:57 cgd Exp $ */
/*
* Mach Operating System
* Copyright (c) 1992 Carnegie Mellon University
@ -30,8 +32,6 @@
* Author: Tero Kivinen, Helsinki University of Technology 1992.
*
* Interface to new kernel debugger.
*
* $Id: db_interface.c,v 1.1.1.1 1993/09/09 23:53:48 phil Exp $
*/
#include <sys/reboot.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: db_trace.c,v 1.2 1994/10/26 08:24:58 cgd Exp $ */
/*
* Mach Operating System
* Copyright (c) 1992 Carnegie Mellon University
@ -31,8 +33,6 @@
* Helsinki University of Technology 1992.
*
* Stack trace and special register support for debugger.
*
* $Id: db_trace.c,v 1.1.1.1 1993/09/09 23:53:48 phil Exp $
*/

View File

@ -1,3 +1,5 @@
/* $NetBSD: disksubr.c,v 1.6 1994/10/26 08:25:00 cgd Exp $ */
/*
* Copyright (c) 1982, 1986, 1988 Regents of the University of California.
* All rights reserved.
@ -30,9 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* from: @(#)ufs_disksubr.c 7.16 (Berkeley) 5/4/91
*
* $Id: disksubr.c,v 1.5 1994/04/01 23:16:56 phil Exp $
* @(#)ufs_disksubr.c 7.16 (Berkeley) 5/4/91
*/
#include "param.h"

View File

@ -1,3 +1,5 @@
/* $NetBSD: genassym.c,v 1.6 1994/10/26 08:25:01 cgd Exp $ */
/*-
* Copyright (c) 1982, 1990 The Regents of the University of California.
* All rights reserved.
@ -34,8 +36,6 @@
* SUCH DAMAGE.
*
* @(#)genassym.c 5.11 (Berkeley) 5/10/91
*
* $Id: genassym.c,v 1.5 1994/05/25 00:03:09 phil Exp $
*/
#include <sys/param.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: icuinit.c,v 1.3 1994/10/26 08:25:03 cgd Exp $ */
/*
* Copyright (c) 1993 Philip A. Nelson.
* All rights reserved.
@ -27,10 +29,6 @@
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* icuinit.c
*
* $Id: icuinit.c,v 1.2 1994/05/17 17:31:36 phil Exp $
*/
/* icuinit.c - C support for 532 icu stuff. */

View File

@ -1,3 +1,5 @@
/* $NetBSD: in_cksum.c,v 1.3 1994/10/26 08:25:04 cgd Exp $ */
/*
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
@ -42,7 +44,6 @@
* @(#)in_cksum.c 8.1 (Berkeley) 6/11/93
*
* from: Header: in_cksum.c,v 1.7 92/11/26 03:04:52 torek Exp
* $Id: in_cksum.c,v 1.2 1994/03/22 00:18:32 phil Exp $
*/
#include <sys/param.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: locore.s,v 1.22 1994/10/26 08:25:07 cgd Exp $ */
/*
* Copyright (c) 1993 Philip A. Nelson.
* All rights reserved.
@ -27,10 +29,6 @@
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* locore.s
*
* locore.s,v 1.2 1993/09/13 07:26:47 phil Exp
*/
/*

View File

@ -1,3 +1,5 @@
/* $NetBSD: machdep.c,v 1.26 1994/10/26 08:25:09 cgd Exp $ */
/*-
* Copyright (c) 1982, 1987, 1990 The Regents of the University of California.
* All rights reserved.
@ -34,8 +36,6 @@
* SUCH DAMAGE.
*
* @(#)machdep.c 7.4 (Berkeley) 6/3/91
*
* machdep.c,v 1.2 1993/09/13 07:26:49 phil Exp
*/
/*

View File

@ -1,6 +1,9 @@
/*- Copyright (c) 1988 University of Utah. Copyright (c) 1982, 1986,
*1990 The Regents of the University of California. All rights
*reserved.
/* $NetBSD: mem.c,v 1.8 1994/10/26 08:25:10 cgd Exp $ */
/*-
* Copyright (c) 1988 University of Utah.
* Copyright (c) 1982, 1986, 1990 The Regents of the University of
* California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* the Systems Programming Group of the University of Utah Computer
@ -36,9 +39,9 @@
* SUCH DAMAGE.
*
* from: Utah $Hdr: mem.c 1.13 89/10/08$
* @(#)mem.c 7.2 (Berkeley) 5/9/91
*
* mem.c,v 1.1.1.1 1993/09/09 23:53:47 phil Exp /
* @(#)mem.c 7.2 (Berkeley) 5/9/91
*/
/*
* Memory special file

View File

@ -1,3 +1,5 @@
/* $NetBSD: ns_cksum.c,v 1.2 1994/10/26 08:25:11 cgd Exp $ */
/*
* Copyright (c) 1982, 1988 Regents of the University of California.
* All rights reserved.
@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* from: @(#)ns_cksum.c 7.7 (Berkeley) 4/29/91
* $Id: ns_cksum.c,v 1.1.1.1 1993/09/09 23:53:50 phil Exp $
* @(#)ns_cksum.c 7.7 (Berkeley) 4/29/91
*/
#include "sys/param.h"

View File

@ -1,3 +1,5 @@
/* $NetBSD: ntoh.s,v 1.2 1994/10/26 08:25:12 cgd Exp $ */
/*
* Mach Operating System
* Copyright (c) 1992 Carnegie Mellon University
@ -24,8 +26,6 @@
*
* any improvements or extensions that they make and grant Carnegie Mellon
* the rights to redistribute these changes.
*
* $Id: ntoh.s,v 1.1.1.1 1993/09/09 23:53:49 phil Exp $
*/
#include <machine/asm.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: oc_cksum.s,v 1.2 1994/10/26 08:25:13 cgd Exp $ */
/*
* Copyright (c) 1993 Philip A. Nelson.
* All rights reserved.
@ -28,10 +30,6 @@
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* oc_cksum.s
*
* $Id: oc_cksum.s,v 1.1.1.1 1993/09/09 23:53:51 phil Exp $
*
*
* oc_cksum: ones complement 16 bit checksum for NS32532
*

View File

@ -1,3 +1,5 @@
/* $NetBSD: pmap.c,v 1.7 1994/10/26 08:25:15 cgd Exp $ */
/*
* Copyright (c) 1991 Regents of the University of California.
* All rights reserved.
@ -35,8 +37,6 @@
* SUCH DAMAGE.
*
* @(#)pmap.c 7.7 (Berkeley) 5/12/91
*
* $Id: pmap.c,v 1.6 1994/05/25 00:03:17 phil Exp $
*/
/*

View File

@ -1,3 +1,5 @@
/* $NetBSD: process_machdep.c,v 1.4 1994/10/26 08:25:16 cgd Exp $ */
/*
* Copyright (c) 1993 The Regents of the University of California.
* Copyright (c) 1993 Jan-Simon Pendry
@ -33,14 +35,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* From:
* Id: procfs_i386.c,v 4.1 1993/12/17 10:47:45 jsp Rel
*
* And then from:
* Id: process_machdep.c,v 1.2 1994/01/09 15:02:24 mycroft Exp
*
* $Id: process_machdep.c,v 1.3 1994/10/06 06:07:28 phil Exp $
*/
/* Modified by Phil Nelson for the pc532 port. 1/12/94 */

View File

@ -1,3 +1,5 @@
/* $NetBSD: random.s,v 1.2 1994/10/26 08:25:17 cgd Exp $ */
/*
* Copyright (c) 1990,1993 The Regents of the University of California.
* All rights reserved.
@ -39,7 +41,6 @@
* The result is in (0,2^31), e.g., it's always positive.
*
* written by Phil Nelson for ns32k.
*
*/
#include <machine/asm.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: sys_machdep.c,v 1.3 1994/10/26 08:25:18 cgd Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@ -34,8 +36,6 @@
* SUCH DAMAGE.
*
* @(#)sys_machdep.c 5.5 (Berkeley) 1/19/91
*
* $Id: sys_machdep.c,v 1.2 1994/10/20 05:27:03 cgd Exp $
*/
#include "param.h"

View File

@ -1,3 +1,5 @@
/* $NetBSD: trap.c,v 1.9 1994/10/26 08:25:19 cgd Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@ -34,8 +36,6 @@
* SUCH DAMAGE.
*
* @(#)trap.c 7.4 (Berkeley) 5/13/91
*
* trap.c,v 1.1.1.1 1993/09/09 23:53:50 phil Exp
*/
/*

View File

@ -1,3 +1,5 @@
/* $NetBSD: umprintf.c,v 1.3 1994/10/26 08:25:20 cgd Exp $ */
/*-
* Copyright (c) 1986, 1988, 1991 The Regents of the University of California.
* All rights reserved.
@ -31,8 +33,7 @@
* SUCH DAMAGE.
*
* hacked out from ..
* from: @(#)subr_prf.c 7.30 (Berkeley) 6/29/91
* $Id: umprintf.c,v 1.2 1994/04/19 17:18:31 phil Exp $
* @(#)subr_prf.c 7.30 (Berkeley) 6/29/91
*/
#include <stdarg.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: vm_machdep.c,v 1.6 1994/10/26 08:25:21 cgd Exp $ */
/*-
* Copyright (c) 1982, 1986 The Regents of the University of California.
* Copyright (c) 1989, 1990 William Jolitz
@ -36,14 +38,12 @@
* SUCH DAMAGE.
*
* @(#)vm_machdep.c 7.3 (Berkeley) 5/13/91
*
* $Id: vm_machdep.c,v 1.5 1994/07/13 15:09:15 phil Exp $
*/
/*
* Utah $Hdr: vm_machdep.c 1.16.1.1 89/06/23$
*/
static char rcsid[] = "$Header: /cvsroot/src/sys/arch/pc532/pc532/Attic/vm_machdep.c,v 1.5 1994/07/13 15:09:15 phil Exp $";
static char rcsid[] = "$Header: /cvsroot/src/sys/arch/pc532/pc532/Attic/vm_machdep.c,v 1.6 1994/10/26 08:25:21 cgd Exp $";
#include <sys/param.h>
#include <sys/systm.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: cd.c,v 1.5 1994/10/26 08:25:24 cgd Exp $ */
/*
* Written by Julian Elischer (julian@tfs.com)
* for TRW Financial Systems for use under the MACH(2.5) operating system.
@ -12,8 +14,6 @@
* TFS supplies this software to be publicly redistributed
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
* $Id: cd.c,v 1.4 1994/10/14 18:27:17 cgd Exp $
*/
#define SPLCD splbio

View File

@ -1,6 +1,4 @@
/*
* $Id: cddefs.h,v 1.1 1994/04/01 23:18:07 phil Exp $
*/
/* $NetBSD: cddefs.h,v 1.2 1994/10/26 08:25:25 cgd Exp $ */
struct cd_data {
int flags;

View File

@ -1,6 +1,4 @@
/*
* $Id: ch.c,v 1.2 1994/06/30 01:12:47 phil Exp $
*/
/* $NetBSD: ch.c,v 1.3 1994/10/26 08:25:26 cgd Exp $ */
#include "ch.h"

View File

@ -1,3 +1,5 @@
/* $NetBSD: scsi_all.h,v 1.2 1994/10/26 08:25:28 cgd Exp $ */
/*
* SCSI general interface description
*
@ -13,8 +15,6 @@
* TFS supplies this software to be publicly redistributed
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
* $Id: scsi_all.h,v 1.1 1994/04/01 23:18:09 phil Exp $
*/
/*

View File

@ -1,3 +1,5 @@
/* $NetBSD: scsi_cd.h,v 1.2 1994/10/26 08:25:29 cgd Exp $ */
/*
* Written by Julian Elischer (julian@tfs.com)
* for TRW Financial Systems.
@ -11,8 +13,6 @@
* TFS supplies this software to be publicly redistributed
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
* $Id: scsi_cd.h,v 1.1 1994/04/01 23:18:10 phil Exp $
*/
/*

View File

@ -1,3 +1,5 @@
/* $NetBSD: scsi_changer.h,v 1.2 1994/10/26 08:25:30 cgd Exp $ */
/*
* SCSI changer interface description
*
@ -14,8 +16,6 @@
* TFS supplies this software to be publicly redistributed
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
* $Id: scsi_changer.h,v 1.1 1994/04/01 23:18:11 phil Exp $
*/
/*

View File

@ -1,8 +1,8 @@
/* $NetBSD: scsi_debug.h,v 1.2 1994/10/26 08:25:31 cgd Exp $ */
/*#define SCSIDEBUG 1*/
/*
* Written by Julian Elischer (julian@tfs.com)
*
* $Id: scsi_debug.h,v 1.1 1994/04/01 23:18:12 phil Exp $
*/
#ifndef _SCSI_SCSI_DEBUG_H
#define _SCSI_SCSI_DEBUG_H 1

View File

@ -1,3 +1,5 @@
/* $NetBSD: scsi_disk.h,v 1.2 1994/10/26 08:25:32 cgd Exp $ */
/*
* SCSI interface description
*
@ -41,8 +43,6 @@
* TFS supplies this software to be publicly redistributed
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
* $Id: scsi_disk.h,v 1.1 1994/04/01 23:18:13 phil Exp $
*/
/*

View File

@ -1,3 +1,5 @@
/* $NetBSD: scsi_tape.h,v 1.2 1994/10/26 08:25:33 cgd Exp $ */
/*
* SCSI tape interface description
*
@ -13,8 +15,6 @@
* TFS supplies this software to be publicly redistributed
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
* $Id: scsi_tape.h,v 1.1 1994/04/01 23:18:14 phil Exp $
*/
/*

View File

@ -1,3 +1,5 @@
/* $NetBSD: scsiconf.c,v 1.3 1994/10/26 08:25:34 cgd Exp $ */
/*
* Written by Julian Elischer (julian@tfs.com)
* for TRW Financial Systems for use under the MACH(2.5) operating system.
@ -12,8 +14,6 @@
* TFS supplies this software to be publicly redistributed
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
* $Id: scsiconf.c,v 1.2 1994/06/30 01:12:49 phil Exp $
*/
#include <sys/types.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: scsiconf.h,v 1.2 1994/10/26 08:25:35 cgd Exp $ */
/*
* Written by Julian Elischer (julian@tfs.com)
* for TRW Financial Systems for use under the MACH(2.5) operating system.
@ -12,8 +14,6 @@
* TFS supplies this software to be publicly redistributed
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
* $Id: scsiconf.h,v 1.1 1994/04/01 23:18:16 phil Exp $
*/
/*

View File

@ -1,3 +1,5 @@
/* $NetBSD: sd.c,v 1.5 1994/10/26 08:25:37 cgd Exp $ */
/*
* Written by Julian Elischer (julian@tfs.com)
* for TRW Financial Systems for use under the MACH(2.5) operating system.
@ -12,8 +14,6 @@
* TFS supplies this software to be publicly redistributed
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
* $Id: sd.c,v 1.4 1994/10/14 18:27:19 cgd Exp $
*/
#include "sd.h"

View File

@ -1,6 +1,4 @@
/*
* $Id: sddefs.h,v 1.1 1994/04/01 23:18:18 phil Exp $
*/
/* $NetBSD: sddefs.h,v 1.2 1994/10/26 08:25:38 cgd Exp $ */
struct sd_data {
int flags;

View File

@ -1,3 +1,5 @@
/* $NetBSD: st.c,v 1.3 1994/10/26 08:25:39 cgd Exp $ */
/*
* Written by Julian Elischer (julian@tfs.com)
* for TRW Financial Systems for use under the MACH(2.5) operating system.
@ -12,8 +14,6 @@
* TFS supplies this software to be publicly redistributed
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
* $Id: st.c,v 1.2 1994/06/30 01:12:52 phil Exp $
*/
/*

View File

@ -1,6 +1,4 @@
/*
* $Id: stdefs.h,v 1.1 1994/04/01 23:18:22 phil Exp $
*/
/* $NetBSD: stdefs.h,v 1.2 1994/10/26 08:25:40 cgd Exp $ */
#define STQSIZE 4
struct st_data {

View File

@ -1,5 +1,6 @@
# from: @(#)Makefile 8.1 (Berkeley) 6/10/93
# $Id: Makefile,v 1.2 1994/07/24 20:29:45 phil Exp $
# $NetBSD: Makefile,v 1.3 1994/10/26 08:25:42 cgd Exp $
# @(#)Makefile 8.1 (Berkeley) 6/10/93
DESTDIR=
STANDDIR=${DESTDIR}/stand

View File

@ -1,3 +1,5 @@
$NetBSD: README,v 1.2 1994/10/26 08:25:43 cgd Exp $
pc532 stand/boot
Phil Budne <phil@ultimate.com> 5/19/1994

View File

@ -1,3 +1,5 @@
/* $NetBSD: boot.c,v 1.2 1994/10/26 08:25:44 cgd Exp $ */
/*-
* Copyright (c) 1982, 1986, 1990, 1993
* The Regents of the University of California. All rights reserved.
@ -30,12 +32,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* from: @(#)boot.c 8.1 (Berkeley) 6/10/93
* $Id: boot.c,v 1.1 1994/05/30 19:58:45 phil Exp $
* @(#)boot.c 8.1 (Berkeley) 6/10/93
*/
#ifndef lint
static char rcsid[] = "$Id: boot.c,v 1.1 1994/05/30 19:58:45 phil Exp $";
static char rcsid[] = "$NetBSD: boot.c,v 1.2 1994/10/26 08:25:44 cgd Exp $";
#endif /* not lint */
#include <sys/param.h>
@ -72,7 +73,7 @@ main()
cninit();
scsiinit();
printf("\n>> NetBSD BOOT pc532 [$Revision: 1.1 $]\n");
printf("\n>> NetBSD BOOT pc532 [$Revision: 1.2 $]\n");
bdev = B_TYPE(bootdev);
bctlr = B_CONTROLLER(bootdev);

View File

@ -1,3 +1,5 @@
/* $NetBSD: conf.c,v 1.2 1994/10/26 08:25:45 cgd Exp $ */
/*
* Copyright (c) 1982, 1986, 1990, 1993
* The Regents of the University of California. All rights reserved.
@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* from: @(#)conf.c 8.1 (Berkeley) 6/10/93
* $Id: conf.c,v 1.1 1994/05/30 19:58:46 phil Exp $
* @(#)conf.c 8.1 (Berkeley) 6/10/93
*/
#include <sys/param.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: cons.c,v 1.2 1994/10/26 08:25:46 cgd Exp $ */
/*
* Copyright (c) 1988 University of Utah.
* Copyright (c) 1990, 1993
@ -36,9 +38,8 @@
* SUCH DAMAGE.
*
* from: Utah Hdr: cons.c 1.7 92/02/28
* from: @(#)cons.c 8.1 (Berkeley) 6/10/93
*
* $Id: cons.c,v 1.1 1994/05/30 19:58:47 phil Exp $
* @(#)cons.c 8.1 (Berkeley) 6/10/93
*/
#include <sys/param.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: devopen.c,v 1.2 1994/10/26 08:25:47 cgd Exp $ */
/*-
* Copyright (c) 1993 John Brezak
* All rights reserved.
@ -24,8 +26,6 @@
* STRICT LIABILITY, OR TORT (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: devopen.c,v 1.1 1994/05/30 19:58:48 phil Exp $
*/
#include <sys/param.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: filesystem.c,v 1.2 1994/10/26 08:25:48 cgd Exp $ */
/*
* Copyright (c) 1993 Philip A. Nelson.
* All rights reserved.
@ -27,10 +29,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* filesystem.c
*
* $Id: filesystem.c,v 1.1 1994/05/30 19:58:49 phil Exp $
*/
#include <stand.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: machdep.c,v 1.2 1994/10/26 08:25:49 cgd Exp $ */
/*
* Copyright (c) 1994 Philip L. Budne.
* All rights reserved.
@ -27,10 +29,6 @@
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* scn.c
*
* $Id: machdep.c,v 1.1 1994/05/30 19:58:50 phil Exp $
*/
/*

Some files were not shown because too many files have changed in this diff Show More