new RCS ID format.

This commit is contained in:
cgd 1994-10-26 08:45:48 +00:00
parent dafacba9d5
commit 4fdae7a0ae
100 changed files with 217 additions and 289 deletions

View File

@ -1,5 +1,6 @@
# from: @(#)Makefile 7.3 (Berkeley) 6/9/91
# $Id: Makefile,v 1.1 1994/07/02 13:11:10 briggs Exp $
# $NetBSD: Makefile,v 1.2 1994/10/26 08:45:48 cgd Exp $
# @(#)Makefile 7.3 (Berkeley) 6/9/91
S=${BSDSRCDIR}/sys
COMM= $S/vm/*.[ch] $S/ufs/*/*.[ch] $S/sys/*.h $S/compat/sunos/*.[ch] \
$S/isofs/*/*.[ch] \

View File

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

View File

@ -1,6 +1,6 @@
# GENERIC
# $NetBSD: ALLEN,v 1.6 1994/10/26 08:45:51 cgd Exp $
#
# $Id: ALLEN,v 1.5 1994/10/20 21:21:02 briggs Exp $
# GENERIC
include "std.mac68k"

View File

@ -1,6 +1,6 @@
# GENERIC
# $NetBSD: GENERIC,v 1.21 1994/10/26 08:45:52 cgd Exp $
#
# $Id: GENERIC,v 1.20 1994/10/20 21:21:04 briggs Exp $
# GENERIC
include "std.mac68k"

View File

@ -1,3 +1,5 @@
# $NetBSD: Makefile.mac68k,v 1.12 1994/10/26 08:45:53 cgd Exp $
# Makefile for NetBSD for the mac
# Derived from makefile for hp300 from NetBSD
#

View File

@ -1,6 +1,6 @@
# GENERIC + NFS services
# $NetBSD: NFSTEST,v 1.4 1994/10/26 08:45:54 cgd Exp $
#
# $Id: NFSTEST,v 1.3 1994/02/27 16:48:35 briggs Exp $
# GENERIC + NFS services
include "std.mac68k"

View File

@ -1,6 +1,6 @@
# GENERIC
# $NetBSD: NOFPU,v 1.3 1994/10/26 08:45:55 cgd Exp $
#
# $Id: NOFPU,v 1.2 1994/02/27 16:48:36 briggs Exp $
# GENERIC
include "std.mac68k"

View File

@ -1,5 +1,7 @@
# from: @(#)files.sparc 8.1 (Berkeley) 7/19/93
# $Id: files.mac68k,v 1.15 1994/09/12 03:53:03 briggs Exp $
# $NetBSD: files.mac68k,v 1.16 1994/10/26 08:45:56 cgd Exp $
# @(#)files.sparc 8.1 (Berkeley) 7/19/93
#
# files.mac68k.newconf
# mac68k-specific configuration info

View File

@ -1,5 +1,7 @@
# from: @(#)files.sparc 8.1 (Berkeley) 7/19/93
# $Id: files.mac68k.newconf,v 1.15 1994/09/12 03:53:03 briggs Exp $
# $NetBSD: files.mac68k.newconf,v 1.16 1994/10/26 08:45:56 cgd Exp $
# @(#)files.sparc 8.1 (Berkeley) 7/19/93
#
# files.mac68k.newconf
# mac68k-specific configuration info

View File

@ -1,3 +1,5 @@
# $NetBSD: std.mac68k,v 1.5 1994/10/26 08:45:57 cgd Exp $
#
# standard Macintosh information.
# roughly copied from std.sparc 14 Oct 1993.

View File

@ -1,3 +1,5 @@
/* $NetBSD: 6x10.h,v 1.3 1994/10/26 08:45:59 cgd Exp $ */
/* This file was automatically generated by the program "sf" from */
/* the Bitmap Description Format file "6x10.bdf". */

View File

@ -1,3 +1,5 @@
/* $NetBSD: adbsys.c,v 1.7 1994/10/26 08:46:01 cgd Exp $ */
/*-
* Copyright (C) 1993, 1994 Allen K. Briggs, Chris P. Caputo,
* Michael L. Finch, Bradley A. Grantham, and
@ -30,8 +32,6 @@
* (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: adbsys.c,v 1.6 1994/09/12 21:56:36 briggs Exp $
*
*/
/* I can't believe how much SOFTWARE these guys expected to write */

View File

@ -1,3 +1,5 @@
/* $NetBSD: asc.c,v 1.6 1994/10/26 08:46:02 cgd Exp $ */
/*-
* Copyright (C) 1993 Allen K. Briggs, Chris P. Caputo,
* Michael L. Finch, Bradley A. Grantham, and
@ -29,21 +31,12 @@
* 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.
*
*/
/*
* ASC driver code and asc_ringbell() support
*
* $Id: asc.c,v 1.5 1994/07/21 00:44:00 briggs Exp $
*
* 12/12/93 01:14:45 grantham
* initial revision
*
*/
#include <sys/types.h>
#include <sys/errno.h>
#include <sys/time.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: asc.h,v 1.2 1994/10/26 08:46:03 cgd Exp $ */
/*-
* Copyright (C) 1993 Allen K. Briggs, Chris P. Caputo,
* Michael L. Finch, Bradley A. Grantham, and
@ -29,23 +31,10 @@
* 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.
*
*/
/*
* ASC driver code and asc_ringbell() support header
*
* $Id: asc.h,v 1.1 1993/12/21 03:16:06 briggs Exp $
*
* 12/12/93 01:14:45 grantham
* initial revision
*
* $Log: asc.h,v $
* Revision 1.1 1993/12/21 03:16:06 briggs
* Add basic sound support and a beeping (instead of flashing) console...
* from Brad Grantham.
*
*/
int asc_ringbell();

View File

@ -1,3 +1,5 @@
/* $NetBSD: bounds.h,v 1.2 1994/10/26 08:46:04 cgd Exp $ */
#if defined(CHECKBOUNDS)
#undef CHECKBOUNDS

View File

@ -1,3 +1,5 @@
/* $NetBSD: grf.c,v 1.11 1994/10/26 08:46:06 cgd Exp $ */
/*
* Copyright (c) 1988 University of Utah.
* Copyright (c) 1990 The Regents of the University of California.
@ -37,8 +39,7 @@
*
* from: Utah $Hdr: grf.c 1.31 91/01/21$
*
* from: from: from: from: @(#)grf.c 7.8 (Berkeley) 5/7/91
* $Id: grf.c,v 1.10 1994/07/31 08:32:47 lkestel Exp $
* @(#)grf.c 7.8 (Berkeley) 5/7/91
*/
/*

View File

@ -1,3 +1,5 @@
/* $NetBSD: grf_gb.c,v 1.6 1994/10/26 08:46:08 cgd Exp $ */
/*
* Copyright (c) 1988 University of Utah.
* Copyright (c) 1990 The Regents of the University of California.
@ -37,8 +39,7 @@
*
* from: Utah $Hdr: grf_gb.c 1.16 91/04/02$
*
* from: @(#)grf_gb.c 7.4 (Berkeley) 5/7/91
* $Id: grf_gb.c,v 1.5 1994/07/30 04:21:45 lkestel Exp $
* @(#)grf_gb.c 7.4 (Berkeley) 5/7/91
*/
#include "grf.h"

View File

@ -1,3 +1,5 @@
/* $NetBSD: grf_gbreg.h,v 1.3 1994/10/26 08:46:08 cgd Exp $ */
/*
* Copyright (c) 1988 University of Utah.
* Copyright (c) 1990 The Regents of the University of California.
@ -37,8 +39,7 @@
*
* from: Utah $Hdr: grf_gbreg.h 1.1 90/07/09$
*
* from: @(#)grf_gbreg.h 7.2 (Berkeley) 11/4/90
* $Id: grf_gbreg.h,v 1.2 1993/11/29 00:32:36 briggs Exp $
* @(#)grf_gbreg.h 7.2 (Berkeley) 11/4/90
*/
/*

View File

@ -1,3 +1,5 @@
/* $NetBSD: grfvar.h,v 1.3 1994/10/26 08:46:09 cgd Exp $ */
/*
* Copyright (c) 1988 University of Utah.
* Copyright (c) 1990 The Regents of the University of California.
@ -37,8 +39,7 @@
*
* from: Utah $Hdr: grfvar.h 1.9 91/01/21$
*
* from: from: @(#)grfvar.h 7.3 (Berkeley) 5/7/91
* $Id: grfvar.h,v 1.2 1993/11/29 00:32:41 briggs Exp $
* @(#)grfvar.h 7.3 (Berkeley) 5/7/91
*/
/* internal structure of lock page */

View File

@ -1,3 +1,5 @@
/* $NetBSD: if_ae.c,v 1.14 1994/10/26 08:46:11 cgd Exp $ */
/*
* Device driver for National Semiconductor DS8390 based ethernet adapters.
*
@ -18,10 +20,6 @@
* Cayman Systems GatorCard
*/
/*
* $Id: if_ae.c,v 1.13 1994/06/26 13:01:24 briggs Exp $
*/
#include "ae.h"
/* bpfilter included here in case it is needed in future net includes */
#include "bpfilter.h"

View File

@ -1,22 +1,7 @@
/* $NetBSD: if_aereg.h,v 1.3 1994/10/26 08:46:12 cgd Exp $ */
/*
* National Semiconductor DS8390 NIC register definitions
*
* $Id: if_aereg.h,v 1.2 1994/03/01 15:24:26 briggs Exp $
*
* Modification history
*
* $Log: if_aereg.h,v $
* Revision 1.2 1994/03/01 15:24:26 briggs
* More Dayna separation.
*
* Revision 1.1 1993/11/29 00:32:46 briggs
* Update to current work in progress. This includes an update to
* use config.new.
* Numerous updates to console so it works better on the SE/30 screen.
* Some nice changes from Brad Parker for handling NuBUS and an ethernet
* driver that I haven't worked on, yet.
*
*
*/
/*

View File

@ -1,3 +1,5 @@
/* $NetBSD: ite.c,v 1.9 1994/10/26 08:46:13 cgd Exp $ */
/*
* Copyright (c) 1988 University of Utah.
* Copyright (c) 1990, 1993
@ -37,8 +39,7 @@
*
* from: Utah $Hdr: ite.c 1.28 92/12/20$
*
* from: @(#)ite.c 8.2 (Berkeley) 1/12/94
* $Id: ite.c,v 1.8 1994/09/29 03:33:13 briggs Exp $
* @(#)ite.c 8.2 (Berkeley) 1/12/94
*/
/*

View File

@ -1,3 +1,5 @@
/* $NetBSD: nubus.c,v 1.8 1994/10/26 08:46:14 cgd Exp $ */
/*-
* Copyright (C) 1993 Allen K. Briggs, Chris P. Caputo,
* Michael L. Finch, Bradley A. Grantham, and
@ -29,15 +31,8 @@
* 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: nubus.c,v 1.7 1994/06/26 12:59:19 briggs Exp $
*
*/
/*
MF 8-24-93 first hack at a real nubus driver
*/
#include <sys/param.h>
#include <sys/systm.h>
#include <machine/cpu.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: nubus.h,v 1.3 1994/10/26 08:46: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: nubus.h,v 1.2 1993/11/29 00:32:52 briggs Exp $
*
*/
#define NUBUS_VIDEO 3

View File

@ -1,3 +1,5 @@
/* $NetBSD: scsi.c,v 1.8 1994/10/26 08:46:16 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: scsi.c,v 1.7 1994/07/10 16:55:53 briggs Exp $
*
*/
#define PSEUDO_DMA 1

View File

@ -1,3 +1,5 @@
/* $NetBSD: scsi96.c,v 1.5 1994/10/26 08:46:18 cgd Exp $ */
/*
* Copyright (C) 1994 Allen K. Briggs
* All rights reserved.
@ -23,9 +25,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.
*
* $Id: scsi96.c,v 1.4 1994/07/21 01:33:29 briggs Exp $
*
*/
/*

View File

@ -1,3 +1,5 @@
/* $NetBSD: scsi_defs.h,v 1.3 1994/10/26 08:46:18 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: scsi_defs.h,v 1.2 1993/11/29 00:32:56 briggs Exp $
*
*/
#ifndef _SCSI_DEFS_H

View File

@ -1,3 +1,5 @@
/* $NetBSD: ser.c,v 1.14 1994/10/26 08:46:20 cgd Exp $ */
/*
* Copyright (c) 1982, 1986, 1990 The Regents of the University of California.
* All rights reserved.
@ -69,8 +71,6 @@
* added DCD event detection
* added software fifo's
*
* $Id: ser.c,v 1.13 1994/09/30 00:52:44 briggs Exp $
*
* Mac II serial device interface
*
* Information used in this source was gleaned from low-memory

View File

@ -1,3 +1,5 @@
/* $NetBSD: serreg.h,v 1.5 1994/10/26 08:46:21 cgd Exp $ */
/*
* Copyright (C) 1993 Allen K. Briggs, Chris P. Caputo,
* Michael L. Finch, Bradley A. Grantham, and
@ -30,8 +32,6 @@
* (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: serreg.h,v 1.4 1994/07/10 16:56:00 briggs Exp $
*
* Mac II serial device interface
*
* Information used in this source was gleaned from low-memory

View File

@ -1,3 +1,5 @@
/* $NetBSD: adbsys.h,v 1.2 1994/10/26 08:46:23 cgd Exp $ */
/*-
* Copyright (C) 1993, 1994 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: adbsys.h,v 1.1 1994/07/30 04:21:58 lkestel Exp $
*
*/

View File

@ -1,5 +1,3 @@
/*
* $Id: ansi.h,v 1.3 1994/01/10 23:55:20 briggs Exp $
*/
/* $NetBSD: ansi.h,v 1.4 1994/10/26 08:46:24 cgd Exp $ */
#include <m68k/ansi.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: aout_machdep.h,v 1.7 1994/10/26 08:46:29 cgd Exp $ */
/*-
* Copyright (C) 1993 Allen K. Briggs, Chris P. Caputo,
* Michael L. Finch, Bradley A. Grantham, and

View File

@ -1,5 +1,3 @@
/*
* $Id: asm.h,v 1.1 1994/01/23 00:23:02 cgd Exp $
*/
/* $NetBSD: asm.h,v 1.2 1994/10/26 08:46:25 cgd Exp $ */
#include <m68k/asm.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: cpu.h,v 1.16 1994/10/26 08:46:26 cgd Exp $ */
/*
* Copyright (c) 1988 University of Utah.
* Copyright (c) 1982, 1990 The Regents of the University of California.
@ -56,8 +58,7 @@
/*
* from: Utah $Hdr: cpu.h 1.16 91/03/25$
*
* from: @(#)cpu.h 7.7 (Berkeley) 6/27/91
* $Id: cpu.h,v 1.15 1994/07/31 14:03:58 briggs Exp $
* @(#)cpu.h 7.7 (Berkeley) 6/27/91
*/
/*

View File

@ -1,5 +1,3 @@
/*
* $Id: db_machdep.h,v 1.2 1994/01/10 23:55:22 briggs Exp $
*/
/* $NetBSD: db_machdep.h,v 1.3 1994/10/26 08:46:27 cgd Exp $ */
#include <m68k/db_machdep.h>

View File

@ -1,5 +1,3 @@
/*
* $Id: endian.h,v 1.4 1994/01/10 23:55:23 briggs Exp $
*/
/* $NetBSD: endian.h,v 1.5 1994/10/26 08:46:28 cgd Exp $ */
#include <m68k/endian.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: exec.h,v 1.7 1994/10/26 08:46:29 cgd Exp $ */
/*-
* Copyright (C) 1993 Allen K. Briggs, Chris P. Caputo,
* Michael L. Finch, Bradley A. Grantham, and

View File

@ -1,5 +1,3 @@
/*
* $Id: float.h,v 1.3 1994/01/10 23:55:24 briggs Exp $
*/
/* $NetBSD: float.h,v 1.4 1994/10/26 08:46:30 cgd Exp $ */
#include <m68k/float.h>

View File

@ -1,5 +1,3 @@
/*
* $Id: frame.h,v 1.3 1994/01/10 23:55:25 briggs Exp $
*/
/* $NetBSD: frame.h,v 1.4 1994/10/26 08:46:31 cgd Exp $ */
#include <m68k/frame.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: grfioctl.h,v 1.2 1994/10/26 08:46:32 cgd Exp $ */
/*
* Copyright (c) 1988 University of Utah.
* Copyright (c) 1990 The Regents of the University of California.
@ -37,8 +39,7 @@
*
* from: Utah $Hdr: grfioctl.h 1.1 90/07/09$
*
* from: from: @(#)grfioctl.h 7.2 (Berkeley) 11/4/90
* $Id: grfioctl.h,v 1.1 1994/07/30 04:21:59 lkestel Exp $
* @(#)grfioctl.h 7.2 (Berkeley) 11/4/90
*/
struct grfinfo {

View File

@ -1,3 +1,5 @@
/* $NetBSD: keyboard.h,v 1.3 1994/10/26 08:46:33 cgd Exp $ */
/*-
* Copyright (C) 1993 Allen K. Briggs, Chris P. Caputo,
* Michael L. Finch, Bradley A. Grantham, and
@ -29,8 +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: keyboard.h,v 1.2 1994/07/31 06:33:41 lkestel Exp $
*/
#define ADBK_LEFT 0x3B

View File

@ -1,5 +1,3 @@
/*
* $Id: limits.h,v 1.5 1994/01/10 23:55:27 briggs Exp $
*/
/* $NetBSD: limits.h,v 1.6 1994/10/26 08:46:34 cgd Exp $ */
#include <m68k/limits.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: param.h,v 1.13 1994/10/26 08:46:35 cgd Exp $ */
/*
* Copyright (c) 1988 University of Utah.
* Copyright (c) 1982, 1990 The Regents of the University of California.
@ -71,8 +73,7 @@
/*
* from: Utah $Hdr: machparam.h 1.11 89/08/14$
*
* from: @(#)param.h 7.8 (Berkeley) 6/28/91
* $Id: param.h,v 1.12 1994/09/16 02:40:24 jtc Exp $
* @(#)param.h 7.8 (Berkeley) 6/28/91
*/
#ifndef _MACHINE_PARAM_H_

View File

@ -1,3 +1,5 @@
/* $NetBSD: pcb.h,v 1.4 1994/10/26 08:46:37 cgd Exp $ */
/*
* Copyright (c) 1988 University of Utah.
* Copyright (c) 1982, 1990 The Regents of the University of California.
@ -71,8 +73,7 @@
/*
* from: Utah $Hdr: pcb.h 1.13 89/04/23$
*
* from: @(#)pcb.h 7.4 (Berkeley) 5/4/91
* $Id: pcb.h,v 1.3 1994/06/26 13:24:44 briggs Exp $
* @(#)pcb.h 7.4 (Berkeley) 5/4/91
*/
#include <machine/frame.h>

View File

@ -1,35 +1,11 @@
/* $NetBSD: pio.h,v 1.3 1994/10/26 08:46:38 cgd Exp $ */
/*
* Mach Operating System
* Copyright (c) 1990 Carnegie-Mellon University
* All rights reserved. The CMU software License Agreement specifies
* the terms and conditions for use and redistribution.
*/
/*
* HISTORY
* pio.h,v
* Revision 1.1 1993/03/21 18:09:48 cgd
* after 0.2.2 "stable" patches applied
*
* Revision 1.1 1992/05/27 00:48:30 balsup
* machkern/cor merge
*
* Revision 1.1 1991/10/10 20:11:39 balsup
* Initial revision
*
* Revision 2.2 91/04/02 11:52:29 mbj
* [90/08/14 mg32]
*
* Now we know how types are factor in.
* Cleaned up a bunch: eliminated ({ for output and flushed unused
* output variables.
* [90/08/14 rvb]
*
* This is how its done in gcc:
* Created.
* [90/03/26 rvb]
*
*/
#define inl(y) \
({ unsigned long _tmp__; \

View File

@ -1,3 +1,5 @@
/* $NetBSD: pmap.h,v 1.7 1994/10/26 08:46:39 cgd Exp $ */
/*
* Copyright (c) 1987 Carnegie-Mellon University
* Copyright (c) 1991 Regents of the University of California.
@ -70,8 +72,7 @@
*/
/*
* from: @(#)pmap.h 7.6 (Berkeley) 5/10/91
* $Id: pmap.h,v 1.6 1994/07/31 06:26:34 lkestel Exp $
* @(#)pmap.h 7.6 (Berkeley) 5/10/91
*/
#ifndef _PMAP_MACHINE_
#define _PMAP_MACHINE_

View File

@ -1,3 +1,5 @@
/* $NetBSD: proc.h,v 1.5 1994/10/26 08:46:40 cgd Exp $ */
/*
* Copyright (c) 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: @(#)proc.h 7.1 (Berkeley) 5/15/91
* $Id: proc.h,v 1.4 1994/05/06 17:39:24 briggs Exp $
* @(#)proc.h 7.1 (Berkeley) 5/15/91
*/
/*

View File

@ -1,6 +1,5 @@
/*
* $Id: profile.h,v 1.1 1994/05/23 03:54:52 briggs Exp $
*/
/* $NetBSD: profile.h,v 1.2 1994/10/26 08:46:41 cgd Exp $ */
#ifndef _MACHINE_PROFILE_H_
#define _MACHINE_PROFILE_H_

View File

@ -1,5 +1,3 @@
/*
* $Id: psl.h,v 1.3 1994/01/10 23:55:28 briggs Exp $
*/
/* $NetBSD: psl.h,v 1.4 1994/10/26 08:46:42 cgd Exp $ */
#include <m68k/psl.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: pte.h,v 1.7 1994/10/26 08:46:43 cgd Exp $ */
/*
* Copyright (c) 1988 University of Utah.
* Copyright (c) 1982, 1990 The Regents of the University of California.
@ -71,8 +73,7 @@
/*
* from: Utah $Hdr: pte.h 1.11 89/09/03$
*
* from: @(#)pte.h 7.3 (Berkeley) 5/8/91
* $Id: pte.h,v 1.6 1994/06/29 04:55:57 briggs Exp $
* @(#)pte.h 7.3 (Berkeley) 5/8/91
*/
#ifndef _MACHINE_PTE_H_

View File

@ -1,5 +1,3 @@
/*
* $Id: ptrace.h,v 1.1 1994/01/10 23:55:30 briggs Exp $
*/
/* $NetBSD: ptrace.h,v 1.2 1994/10/26 08:46:43 cgd Exp $ */
#include <m68k/ptrace.h>

View File

@ -1,6 +1,4 @@
/*
* $Id: reg.h,v 1.8 1994/01/27 02:12:44 cgd Exp $
*/
/* $NetBSD: reg.h,v 1.9 1994/10/26 08:46:44 cgd Exp $ */
#ifndef _MACHINE_REG_H_
#define _MACHINE_REG_H_

View File

@ -1,3 +1,5 @@
/* $NetBSD: scsi96reg.h,v 1.4 1994/10/26 08:46:45 cgd Exp $ */
/*
* Copyright (C) 1994 Allen K. Briggs
* All rights reserved.
@ -23,9 +25,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.
*
* $Id: scsi96reg.h,v 1.3 1994/07/08 11:36:59 briggs Exp $
*
*/
#ifndef _MACHINE_SCSI96REG_H_

View File

@ -1,3 +1,5 @@
/* $NetBSD: scsi_5380.h,v 1.3 1994/10/26 08:46:46 cgd Exp $ */
/*
* Mach Operating System
* Copyright (c) 1991,1990,1989 Carnegie Mellon University
@ -23,23 +25,6 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*/
/*
* HISTORY
* $Log: scsi_5380.h,v $
* 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,5 +1,3 @@
/*
* signal.h,v 1.1 1993/10/13 07:58:39 cgd Exp
*/
/* $NetBSD: signal.h,v 1.3 1994/10/26 08:46:47 cgd Exp $ */
#include <m68k/signal.h>

View File

@ -1,6 +1,4 @@
/*
* $Id: stdarg.h,v 1.4 1994/10/15 04:57:54 cgd Exp $
*/
/* $NetBSD: stdarg.h,v 1.5 1994/10/26 08:46:48 cgd Exp $ */
/* Just use the common m68k definition */
#include <m68k/stdarg.h>

View File

@ -1,5 +1,3 @@
/*
* $Id: trap.h,v 1.4 1994/01/10 23:55:41 briggs Exp $
*/
/* $NetBSD: trap.h,v 1.5 1994/10/26 08:46:49 cgd Exp $ */
#include <m68k/trap.h>

View File

@ -1,6 +1,4 @@
/*
* $Id: types.h,v 1.4 1994/03/14 02:11:09 cgd Exp $
*/
/* $NetBSD: types.h,v 1.5 1994/10/26 08:46:50 cgd Exp $ */
/* Just use the common m68k definition */
#include <m68k/types.h>

View File

@ -1,6 +1,4 @@
/*
* $Id: varargs.h,v 1.1 1994/01/27 15:26:35 mycroft Exp $
*/
/* $NetBSD: varargs.h,v 1.2 1994/10/26 08:46:51 cgd Exp $ */
/* Just use the common m68k definition */
#include <m68k/varargs.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: vmparam.h,v 1.6 1994/10/26 08:46:52 cgd Exp $ */
/*
* Copyright (c) 1988 University of Utah.
* Copyright (c) 1982, 1990 The Regents of the University of California.
@ -71,8 +73,7 @@
/*
* from: Utah $Hdr: vmparam.h 1.16 91/01/18$
*
* from: @(#)vmparam.h 7.3 (Berkeley) 5/7/91
* $Id: vmparam.h,v 1.5 1994/06/26 13:21:49 briggs Exp $
* @(#)vmparam.h 7.3 (Berkeley) 5/7/91
*/
/*

View File

@ -1,3 +1,5 @@
/* $NetBSD: autoconf.c,v 1.11 1994/10/26 08:46:54 cgd Exp $ */
/*
* Copyright (c) 1988 University of Utah.
* Copyright (c) 1982, 1990 The Regents of the University of California.
@ -71,8 +73,7 @@
/*
* from: Utah $Hdr: autoconf.c 1.31 91/01/21$
*
* from: from: @(#)autoconf.c 7.5 (Berkeley) 5/7/91
* $Id: autoconf.c,v 1.10 1994/07/21 00:55:49 briggs Exp $
* @(#)autoconf.c 7.5 (Berkeley) 5/7/91
*/
/*

View File

@ -1,3 +1,5 @@
/* $NetBSD: clock.c,v 1.10 1994/10/26 08:46:55 cgd Exp $ */
/*
* Copyright (c) 1988 University of Utah.
* Copyright (c) 1982, 1990 The Regents of the University of California.
@ -72,8 +74,7 @@
*
* from: Utah $Hdr: clock.c 1.18 91/01/21$
*
* from: @(#)clock.c 7.6 (Berkeley) 5/7/91
* $Id: clock.c,v 1.9 1994/08/03 06:23:10 grantham Exp $
* @(#)clock.c 7.6 (Berkeley) 5/7/91
*/
#if !defined(STANDALONE)

View File

@ -1,3 +1,5 @@
/* $NetBSD: clockreg.h,v 1.3 1994/10/26 08:46:56 cgd Exp $ */
/*-
* Copyright (C) 1993 Allen K. Briggs, Chris P. Caputo,
* Michael L. Finch, Bradley A. Grantham, and
@ -34,7 +36,6 @@
/*
Clock defines and things.
MacII clock characteristics used.
"$Id: clockreg.h,v 1.2 1993/11/29 00:40:39 briggs Exp $"
*/

View File

@ -1,3 +1,5 @@
/* $NetBSD: conf.c,v 1.12 1994/10/26 08:46:57 cgd Exp $ */
/*
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@ -64,8 +66,7 @@
*
*/
/*-
* from: @(#)conf.c 7.9 (Berkeley) 5/28/91
* $Id: conf.c,v 1.11 1994/08/30 11:04:17 briggs Exp $
* @(#)conf.c 7.9 (Berkeley) 5/28/91
*/
/*
ALICE

View File

@ -1,3 +1,5 @@
/* $NetBSD: disksubr.c,v 1.7 1994/10/26 08:46:59 cgd Exp $ */
/*
* Copyright (c) 1982, 1986, 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: from: @(#)ufs_disksubr.c 7.16 (Berkeley) 5/4/91
* $Id: disksubr.c,v 1.6 1994/02/22 01:16:33 briggs Exp $
* @(#)ufs_disksubr.c 7.16 (Berkeley) 5/4/91
*/
/*-
* Copyright (C) 1993 Allen K. Briggs, Chris P. Caputo,

View File

@ -1,3 +1,5 @@
/* $NetBSD: dpme.h,v 1.4 1994/10/26 08:47:00 cgd Exp $ */
/*-
* Copyright (C) 1993 Allen K. Briggs, Chris P. Caputo,
* Michael L. Finch, Bradley A. Grantham, and

View File

@ -1,3 +1,5 @@
/* $NetBSD: fpu.c,v 1.4 1994/10/26 08:47:01 cgd Exp $ */
/*-
* Copyright (C) 1993 Allen K. Briggs, Chris P. Caputo,
* Michael L. Finch, Bradley A. Grantham, and
@ -29,7 +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.
*
*/
#include <sys/param.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: genassym.c,v 1.10 1994/10/26 08:47:02 cgd Exp $ */
/*
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@ -29,10 +31,8 @@
* 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: @(#)genassym.c 7.8 (Berkeley) 5/7/91
* $Id: genassym.c,v 1.9 1994/07/07 00:25:10 briggs Exp $
*
* @(#)genassym.c 7.8 (Berkeley) 5/7/91
*/
#include <sys/param.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: locore.s,v 1.27 1994/10/26 08:47:04 cgd Exp $ */
/*
* Copyright (c) 1988 University of Utah.
* Copyright (c) 1982, 1990 The Regents of the University of California.
@ -85,8 +87,7 @@
/*
* from: Utah $Hdr: locore.s 1.58 91/04/22$
*
* from: @(#)locore.s 7.11 (Berkeley) 5/9/91
* $Id: locore.s,v 1.26 1994/09/12 03:37:33 briggs Exp $
* @(#)locore.s 7.11 (Berkeley) 5/9/91
*/
#include "assym.s"

View File

@ -1,3 +1,5 @@
/* $NetBSD: mac68k_init.c,v 1.6 1994/10/26 08:47:07 cgd Exp $ */
/*
* Copyright (C) 1994 Allen K. Briggs
* All rights reserved.
@ -28,9 +30,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.
*
* $Id: mac68k_init.c,v 1.5 1994/07/10 16:58:11 briggs Exp $
*
*/
#include <sys/types.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: machdep.c,v 1.29 1994/10/26 08:47:09 cgd Exp $ */
/*
* Copyright (c) 1988 University of Utah.
* Copyright (c) 1982, 1990 The Regents of the University of California.
@ -71,8 +73,7 @@
/*
* from: Utah $Hdr: machdep.c 1.63 91/04/24$
*
* from: @(#)machdep.c 7.16 (Berkeley) 6/3/91
* $Id: machdep.c,v 1.28 1994/10/20 05:17:21 cgd Exp $
* @(#)machdep.c 7.16 (Berkeley) 6/3/91
*/
#include <param.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: mem.c,v 1.7 1994/10/26 08:47:11 cgd Exp $ */
/*
* Copyright (c) 1988 University of Utah.
* Copyright (c) 1982, 1990 The Regents of the University of California.
@ -38,8 +40,7 @@
/*
* from: Utah $Hdr: mem.c 1.14 90/10/12$
*
* from: @(#)mem.c 7.5 (Berkeley) 5/7/91
* $Id: mem.c,v 1.6 1994/07/07 00:28:14 briggs Exp $
* @(#)mem.c 7.5 (Berkeley) 5/7/91
*/
/*

View File

@ -1,3 +1,5 @@
/* $NetBSD: pmap.c,v 1.14 1994/10/26 08:47:12 cgd Exp $ */
/*
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@ -64,8 +66,7 @@
*
*/
/*
* from: @(#)pmap.c 7.5 (Berkeley) 5/10/91
* $Id: pmap.c,v 1.13 1994/08/08 00:08:47 lkestel Exp $
* @(#)pmap.c 7.5 (Berkeley) 5/10/91
*/
/*

View File

@ -1,3 +1,5 @@
/* $NetBSD: pram.c,v 1.4 1994/10/26 08:47:14 cgd Exp $ */
/*-
* Copyright (C) 1993 Allen K. Briggs, Chris P. Caputo,
* Michael L. Finch, Bradley A. Grantham, and
@ -29,7 +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.
*
*/

View File

@ -1,3 +1,5 @@
/* $NetBSD: swapgeneric.c,v 1.5 1994/10/26 08:47:15 cgd Exp $ */
/*
* Copyright (c) 1982, 1986 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: @(#)swapgeneric.c 7.5 (Berkeley) 5/7/91
* swapgeneric.c,v 1.3 1993/08/07 05:14:00 cgd Exp
* @(#)swapgeneric.c 7.5 (Berkeley) 5/7/91
*/
#include <sys/param.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: sys_machdep.c,v 1.4 1994/10/26 08:47:16 cgd Exp $ */
/*
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@ -64,9 +66,7 @@
*
*/
/*
* from: from: @(#)sys_machdep.c 7.7 (Berkeley) 5/7/91
* $Id: sys_machdep.c,v 1.3 1994/10/20 05:17:30 cgd Exp $
* $Id: sys_machdep.c,v 1.3 1994/10/20 05:17:30 cgd Exp $
* @(#)sys_machdep.c 7.7 (Berkeley) 5/7/91
*/
#include "sys/param.h"

View File

@ -1,3 +1,5 @@
/* $NetBSD: trap.c,v 1.16 1994/10/26 08:47:17 cgd Exp $ */
/*
* Copyright (c) 1988 University of Utah.
* Copyright (c) 1982, 1986, 1990 The Regents of the University of California.
@ -38,7 +40,6 @@
* from: Utah $Hdr: trap.c 1.32 91/04/06$
*
* @(#)trap.c 7.15 (Berkeley) 8/2/91
* $Id: trap.c,v 1.15 1994/10/20 05:17:33 cgd Exp $
*/
#include <sys/param.h>

View File

@ -1,3 +1,5 @@
| $NetBSD: vectors.s,v 1.4 1994/10/26 08:47:19 cgd Exp $
| Copyright (c) 1988 University of Utah
| Copyright (c) 1990 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: @(#)vectors.s 7.2 (Berkeley) 5/7/91
| $Id: vectors.s,v 1.3 1994/07/07 00:27:12 briggs Exp $
| @(#)vectors.s 7.2 (Berkeley) 5/7/91
|
.text
.globl _buserr,_addrerr

View File

@ -1,3 +1,5 @@
/* $NetBSD: via.c,v 1.10 1994/10/26 08:47:20 cgd Exp $ */
/*-
* Copyright (C) 1993 Allen K. Briggs, Chris P. Caputo,
* Michael L. Finch, Bradley A. Grantham, and

View File

@ -1,3 +1,5 @@
/* $NetBSD: via.h,v 1.7 1994/10/26 08:47:21 cgd Exp $ */
/*-
* Copyright (C) 1993 Allen K. Briggs, Chris P. Caputo,
* Michael L. Finch, Bradley A. Grantham, and

View File

@ -1,3 +1,5 @@
/* $NetBSD: vm_machdep.c,v 1.9 1994/10/26 08:47:22 cgd Exp $ */
/*
* Copyright (c) 1988 University of Utah.
* Copyright (c) 1982, 1990 The Regents of the University of California.
@ -38,8 +40,7 @@
/*
* from: Utah $Hdr: vm_machdep.c 1.21 91/04/06$
*
* from: @(#)vm_machdep.c 7.10 (Berkeley) 5/7/91
* $Id: vm_machdep.c,v 1.8 1994/06/26 13:03:42 briggs Exp $
* @(#)vm_machdep.c 7.10 (Berkeley) 5/7/91
*/
#include <sys/param.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: nubus.c,v 1.8 1994/10/26 08:46:14 cgd Exp $ */
/*-
* Copyright (C) 1993 Allen K. Briggs, Chris P. Caputo,
* Michael L. Finch, Bradley A. Grantham, and
@ -29,15 +31,8 @@
* 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: nubus.c,v 1.7 1994/06/26 12:59:19 briggs Exp $
*
*/
/*
MF 8-24-93 first hack at a real nubus driver
*/
#include <sys/param.h>
#include <sys/systm.h>
#include <machine/cpu.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: nubus.h,v 1.3 1994/10/26 08:46: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: nubus.h,v 1.2 1993/11/29 00:32:52 briggs Exp $
*
*/
#define NUBUS_VIDEO 3

View File

@ -1,3 +1,5 @@
/* $NetBSD: asc.c,v 1.6 1994/10/26 08:46:02 cgd Exp $ */
/*-
* Copyright (C) 1993 Allen K. Briggs, Chris P. Caputo,
* Michael L. Finch, Bradley A. Grantham, and
@ -29,21 +31,12 @@
* 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.
*
*/
/*
* ASC driver code and asc_ringbell() support
*
* $Id: asc.c,v 1.5 1994/07/21 00:44:00 briggs Exp $
*
* 12/12/93 01:14:45 grantham
* initial revision
*
*/
#include <sys/types.h>
#include <sys/errno.h>
#include <sys/time.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: cd.c,v 1.10 1994/10/26 08:47:25 cgd Exp $ */
/*
* Written by Julian Elischer (julian@tfs.com)
* for TRW Financial Systems for use under the MACH(2.5) operating system.
@ -13,8 +15,6 @@
* functioning of this software in any circumstances.
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
* $Id: cd.c,v 1.9 1994/10/14 18:27:08 cgd Exp $
*/
#include <sys/types.h>

View File

@ -1,8 +1,8 @@
/* $NetBSD: ch.c,v 1.5 1994/10/26 08:47:26 cgd Exp $ */
/*
* Written by grefen@?????
* Based on scsi drivers by Julian Elischer (julian@tfs.com)
*
* $Id: ch.c,v 1.4 1994/02/22 00:57:25 briggs Exp $
*/
#include <sys/types.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: scsi_all.h,v 1.4 1994/10/26 08:47:28 cgd Exp $ */
/*
* SCSI general interface description
*/
@ -17,8 +19,6 @@
* functioning of this software in any circumstances.
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
* $Id: scsi_all.h,v 1.3 1994/01/30 01:21:20 briggs Exp $
*/
#ifndef _SCSI_SCSI_ALL_H

View File

@ -1,6 +1,7 @@
/* $NetBSD: scsi_base.c,v 1.5 1994/10/26 08:47:29 cgd Exp $ */
/*
* Written by Julian Elischer (julian@dialix.oz.au)
* $Id: scsi_base.c,v 1.4 1994/02/22 00:57:26 briggs Exp $
*/
#include <sys/types.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: scsi_cd.h,v 1.4 1994/10/26 08:47:30 cgd Exp $ */
/*
* Written by Julian Elischer (julian@tfs.com)
* for TRW Financial Systems.
@ -13,8 +15,6 @@
* functioning of this software in any circumstances.
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
* $Id: scsi_cd.h,v 1.3 1994/01/30 01:21:25 briggs Exp $
*/
#ifndef _SCSI_SCSI_CD_H
#define _SCSI_SCSI_CD_H 1

View File

@ -1,3 +1,5 @@
/* $NetBSD: scsi_changer.h,v 1.4 1994/10/26 08:47:31 cgd Exp $ */
/*
* SCSI changer interface description
*/
@ -18,8 +20,6 @@
* functioning of this software in any circumstances.
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
* $Id: scsi_changer.h,v 1.3 1994/01/30 01:21:26 briggs Exp $
*/
#ifndef _SCSI_SCSI_CHANGER_H
#define _SCSI_SCSI_CHANGER_H 1

View File

@ -1,8 +1,8 @@
/* $NetBSD: scsi_debug.h,v 1.3 1994/10/26 08:47:32 cgd Exp $ */
/*#define SCSIDEBUG 1*/
/*
* Written by Julian Elischer (julian@tfs.com)
*
* $Id: scsi_debug.h,v 1.2 1994/01/30 01:21:28 briggs Exp $
*/
#ifndef _SCSI_SCSI_DEBUG_H
#define _SCSI_SCSI_DEBUG_H 1

View File

@ -1,3 +1,5 @@
/* $NetBSD: scsi_disk.h,v 1.4 1994/10/26 08:47:33 cgd Exp $ */
/*
* SCSI interface description
*/
@ -45,8 +47,6 @@
* functioning of this software in any circumstances.
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
* $Id: scsi_disk.h,v 1.3 1994/01/30 01:21:30 briggs Exp $
*/
/*

View File

@ -1,3 +1,5 @@
/* $NetBSD: scsi_ioctl.c,v 1.5 1994/10/26 08:47:34 cgd Exp $ */
/*
* Contributed by HD Associates (hd@world.std.com).
* Copyright (c) 1992, 1993 HD Associates

View File

@ -1,3 +1,5 @@
/* $NetBSD: scsi_tape.h,v 1.4 1994/10/26 08:47:35 cgd Exp $ */
/*
* SCSI tape interface description
*/
@ -20,8 +22,6 @@
/*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
* $Id: scsi_tape.h,v 1.3 1994/01/30 01:21:34 briggs Exp $
*/
#ifndef SCSI_SCSI_TAPE_H
#define SCSI_SCSI_TAPE_H 1

View File

@ -1,3 +1,5 @@
/* $NetBSD: scsiconf.c,v 1.5 1994/10/26 08:47:37 cgd Exp $ */
/*
* Written by Julian Elischer (julian@tfs.com)
* for TRW Financial Systems for use under the MACH(2.5) operating system.
@ -13,8 +15,6 @@
* functioning of this software in any circumstances.
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
* $Id: scsiconf.c,v 1.4 1994/02/22 00:57:29 briggs Exp $
*/
#include <sys/types.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: scsiconf.h,v 1.5 1994/10/26 08:47:38 cgd Exp $ */
/*
* Written by Julian Elischer (julian@tfs.com)
* for TRW Financial Systems for use under the MACH(2.5) operating system.
@ -13,8 +15,6 @@
* functioning of this software in any circumstances.
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
* $Id: scsiconf.h,v 1.4 1994/02/22 00:57:31 briggs Exp $
*/
#ifndef SCSI_SCSICONF_H
#define SCSI_SCSICONF_H 1

View File

@ -1,3 +1,5 @@
/* $NetBSD: sd.c,v 1.9 1994/10/26 08:47:40 cgd Exp $ */
/*
* Written by Julian Elischer (julian@dialix.oz.au)
* for TRW Financial Systems for use under the MACH(2.5) operating system.
@ -13,8 +15,6 @@
* functioning of this software in any circumstances.
*
* Ported to run under 386BSD by Julian Elischer (julian@dialix.oz.au) Sept 1992
*
* $Id: sd.c,v 1.8 1994/10/14 18:27:11 cgd Exp $
*/
#include <sys/types.h>

View File

@ -1,3 +1,5 @@
/* $NetBSD: st.c,v 1.6 1994/10/26 08:47:43 cgd Exp $ */
/*
* Written by Julian Elischer (julian@tfs.com)(now julian@DIALix.oz.au)
* for TRW Financial Systems for use under the MACH(2.5) operating system.
@ -14,8 +16,6 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
* major changes by Julian Elischer (julian@jules.dialix.oz.au) May 1993
*
* $Id: st.c,v 1.5 1994/02/22 00:57:36 briggs Exp $
*/
/*

View File

@ -1,3 +1,5 @@
/* $NetBSD: su.c,v 1.2 1994/10/26 08:47:45 cgd Exp $ */
/* this will be a special user scsi device */
/* not written yet */

View File

@ -1,9 +1,9 @@
/* $NetBSD: uk.c,v 1.5 1994/10/26 08:47:46 cgd Exp $ */
/*
* Dummy driver for a device we can't identify.
* by Julian Elischer (julian@tfs.com)
*
* $Id: uk.c,v 1.4 1994/02/22 00:57:39 briggs Exp $
*/