Add $FreeBSD$

This commit is contained in:
Peter Wemm 2000-05-01 20:32:07 +00:00
parent af3ff17a45
commit 365c5db0a7
92 changed files with 131 additions and 7 deletions

@ -1,3 +1,4 @@
/* $FreeBSD$ */
/****************************************************************************
THIS SOFTWARE IS NOT COPYRIGHTED

@ -1,3 +1,4 @@
/* $FreeBSD$ */
/* $NetBSD: db_disasm.c,v 1.4 1997/09/16 22:52:40 thorpej Exp $ */
/*

@ -1,3 +1,4 @@
/* $FreeBSD$ */
/* $NetBSD: db_instruction.h,v 1.4 1997/09/16 22:53:32 thorpej Exp $ */
/*

@ -1,3 +1,4 @@
/* $FreeBSD$ */
/* $NetBSD: db_trace.c,v 1.1 1997/09/06 02:00:50 thorpej Exp $ */
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */

@ -1,3 +1,4 @@
/* $FreeBSD$ */
/* $NetBSD: divrem.m4,v 1.5 1996/10/17 04:26:25 cgd Exp $ */
/*

@ -1,3 +1,4 @@
/* $FreeBSD$ */
/* $NetBSD: pal.s,v 1.12 1998/02/27 03:44:53 thorpej Exp $ */
/*

@ -1,3 +1,4 @@
/* $FreeBSD$ */
/* $NetBSD: clockvar.h,v 1.4 1997/06/22 08:02:18 jonathan Exp $ */
/*

@ -1,3 +1,5 @@
/* $FreeBSD$ */
#ifndef _MACHINE_CONSOLE_H_
#define _MACHINE_CONSOLE_H_

@ -1,3 +1,4 @@
/* $FreeBSD$ */
/* $NetBSD: db_machdep.h,v 1.6 1997/09/06 02:02:25 thorpej Exp $ */
/*

@ -29,6 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
*/
#define __LDPGSZ 8192

@ -29,6 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
*/
#include <machine/ieeefp.h>

@ -29,4 +29,5 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
*/

@ -1,3 +1,4 @@
/* $FreeBSD$ */
/* $NetBSD: apecsreg.h,v 1.7 1997/06/06 23:54:24 thorpej Exp $ */
/*

@ -1,3 +1,4 @@
/* $FreeBSD$ */
/* $NetBSD: lcareg.h,v 1.8 1997/09/05 02:14:31 thorpej Exp $ */
/*

@ -1,3 +1,4 @@
/* $FreeBSD$ */
/* $NetBSD: pci_eb164_intr.s,v 1.5 1997/09/02 13:19:42 thorpej Exp $ */
/*

@ -1,3 +1,4 @@
/* $FreeBSD$ */
/* $NetBSD: pci_eb64plus_intr.s,v 1.2 1997/09/02 13:19:43 thorpej Exp $ */
/*

@ -1,3 +1,4 @@
/* $FreeBSD$ */
/* $NetBSD: gbusreg.h,v 1.1 1998/05/13 02:50:29 thorpej Exp $ */
/*-

@ -1,3 +1,5 @@
$FreeBSD$
README file, for the boot config file setup. This is meant
to explain how to manage the loader configuration process.
The boot and loading process is either defined, or being

@ -1,3 +1,4 @@
# $FreeBSD$
# Options used when building app-specific libalpha components
PRIMARY_LOAD_ADDRESS= 0x20000000 # "Region 1 start"
SECONDARY_LOAD_ADDRESS= 0x2000c000 # "Region 1 start" + 48k

@ -1,3 +1,4 @@
# $FreeBSD$
# $NetBSD: Makefile,v 1.12 1998/02/19 14:18:36 drochner Exp $
BASE= netboot

@ -1,3 +1,4 @@
# $FreeBSD$
# Options used when building app-specific libalpha components
LOAD_ADDRESS= 0xffffffff80900000
DPADD+= ${DESTDIR}/${LIBDIR}/libstand.a

@ -1,5 +1,6 @@
#!/bin/sh -
#
# $FreeBSD$
# $NetBSD: newvers.sh,v 1.1 1997/07/26 01:50:38 thorpej Exp $
#
# Copyright (c) 1984, 1986, 1990, 1993

@ -1,3 +1,5 @@
$FreeBSD$
README.srieal.98
シリアルコンソールについて
加藤丈典 (kato@eclogite.eps.nagoya-u.ac.jp)

@ -25,6 +25,7 @@
*
* from: Mach, Revision 2.2 92/04/04 11:35:26 rpd
* boot2.S,v 1.6 1995/01/25 21:37:40 bde Exp
* $FreeBSD$
*/
/*
* Ported to PC-9801 by Yoshio Kimura

@ -23,6 +23,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.
*
* $FreeBSD$
*/
#include "boot.h"

@ -15,6 +15,7 @@
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
* from: scsi_cd.h,v 1.10 1997/02/22 09:44:28 peter Exp $
* $FreeBSD$
*/
#ifndef _SCSI_SCSI_CD_H
#define _SCSI_SCSI_CD_H 1

@ -1,3 +1,4 @@
/* $FreeBSD$ */
/* $NetBSD: scsi_changer.h,v 1.11 1998/02/13 08:28:32 enami Exp $ */
/*

@ -1,3 +1,5 @@
/* $FreeBSD$ */
/* Messages (1 byte) */ /* I/T (M)andatory or (O)ptional */
#define MSG_CMDCOMPLETE 0x00 /* M/M */
#define MSG_EXTENDED 0x01 /* O/O */

@ -1,3 +1,4 @@
/* $FreeBSD$ */
/* $NetBSD$ */
/*
* [NetBSD for NEC PC98 series]

@ -18,6 +18,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.
*
* $FreeBSD$
*/
/*

@ -23,6 +23,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.
*
* $FreeBSD$
*/
/*

@ -8,6 +8,7 @@
* functioning of this software, nor does the author assume any
* responsibility for damages incurred with its use.
*
* $FreeBSD$
*/
/*

@ -23,6 +23,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.
*
* $FreeBSD$
*/
/*

@ -28,6 +28,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.
*
* $FreeBSD$
*/
/*

@ -28,6 +28,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.
*
* $FreeBSD$
*/
/*

@ -1,3 +1,5 @@
/* $FreeBSD$ */
#define logo_w 88
#define logo_h 88

@ -18,6 +18,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.
*
* $FreeBSD$
*/
/* Definitions for WaveLAN driver */

@ -1,3 +1,5 @@
$FreeBSD$
1. Investiate making ISOFS another UFS shared filesystem (ala FFS/MFS/LFS).
Since it was modelled after the inode code, we might be able to merge
them back. It looks like a seperate (but very similar) lookup routine

@ -36,6 +36,7 @@
* SUCH DAMAGE.
*
* @(#)cd9660_mount.h 8.1 (Berkeley) 5/24/95
* $FreeBSD$
*/
/*

@ -1,3 +1,5 @@
$FreeBSD$
This file contains the changes made to W. Metzenthem's 387 FPU
emulator to make it work under NetBSD.

@ -53,6 +53,7 @@
*
* W. Metzenthen June 1994.
*
* $FreeBSD$
*/
wm-FPU-emu is an FPU emulator for Linux. It is derived from wm-emu387

@ -55,9 +55,7 @@
*
* W. Metzenthen June 1994.
*
*
* $id:$
*
* $FreeBSD$
*/

@ -27,6 +27,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.
*
* $FreeBSD$
*/
#ifndef _MACHINE_ASC_IOCTL_H_

@ -1,3 +1,5 @@
/* $FreeBSD$ */
#ifndef _MACHINE_CONSOLE_H_
#define _MACHINE_CONSOLE_H_

@ -1,3 +1,4 @@
/* $FreeBSD$ */
/* $NetBSD$ */
/*
* [NetBSD for NEC PC98 series]

@ -27,6 +27,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.
*
* $FreeBSD$
*/
#ifndef _MACHINE_GSC_H_

@ -24,6 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
*/
/*

@ -1,3 +1,4 @@
$FreeBSD$
Stallion Multiport Serial Driver Readme
---------------------------------------

@ -12,6 +12,7 @@
* all derivative works or modified versions.
*
* Version 1.6, Wed May 31 16:03:20 MSD 1995
* $FreeBSD$
*/
#if defined (MSDOS) || defined (__MSDOS__)
# include <string.h>

@ -13,6 +13,7 @@
* all derivative works or modified versions.
*
* Version 1.0, Fri Oct 7 19:34:06 MSD 1994
* $FreeBSD$
*/
#define NBRD 3 /* the maximum number of installed boards */
#define NPORT 16 /* the number of i/o ports per board */

@ -1,3 +1,5 @@
/* $FreeBSD$ */
#ifndef _I386_ISA_GPIB_H_
#define _I386_ISA_GPIB_H_

@ -1,3 +1,5 @@
/* $FreeBSD$ */
static int gpib_port=0x2c0;
#define IEEE gpib_port

@ -27,6 +27,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.
*
* $FreeBSD$
*/
/*

@ -8,6 +8,7 @@
* functioning of this software, nor does the author assume any
* responsibility for damages incurred with its use.
*
* $FreeBSD$
*/
/*

@ -1,7 +1,7 @@
/*
* AMD 7990 (LANCE) definitions
*
*
* $FreeBSD$
*/
#if defined(BYTE_ORDER) && BYTE_ORDER == BIG_ENDIAN

@ -23,6 +23,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.
*
* $FreeBSD$
*/
/*

@ -10,6 +10,7 @@
*
* originally by Barry Jaspan; hacked over by Keith Moore
*
* $FreeBSD$
***********************************************************************/
/*

@ -22,6 +22,8 @@
*
* any improvements or extensions that they make and grant Carnegie Mellon
* the rights to redistribute these changes.
*
* $FreeBSD$
*/
/*
Copyright 1988, 1989 by Olivetti Advanced Technology Center, Inc.,

@ -18,6 +18,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.
*
* $FreeBSD$
*/
/*

@ -26,6 +26,8 @@
* 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.
*
* $FreeBSD$
*/
#ifndef _WD33C93REG_H_

@ -18,6 +18,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.
*
* $FreeBSD$
*/
/* Definitions for WaveLAN driver */

@ -23,6 +23,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.
*
* $FreeBSD$
*/
/*

@ -28,6 +28,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.
*
* $FreeBSD$
*/
/*

@ -28,6 +28,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.
*
* $FreeBSD$
*/
/*

@ -1,3 +1,4 @@
/* $FreeBSD$ */
/* $NetBSD$ */
/*
* [NetBSD for NEC PC98 series]

@ -1,3 +1,5 @@
$FreeBSD$
1. Investiate making ISOFS another UFS shared filesystem (ala FFS/MFS/LFS).
Since it was modelled after the inode code, we might be able to merge
them back. It looks like a seperate (but very similar) lookup routine

@ -36,6 +36,7 @@
* SUCH DAMAGE.
*
* @(#)cd9660_mount.h 8.1 (Berkeley) 5/24/95
* $FreeBSD$
*/
/*

@ -29,6 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
*/
/* p1003_1b: Real Time common code.

@ -1,3 +1,4 @@
/* $FreeBSD$ */
/* $NetBSD: byte_swap_2.S,v 1.2 1996/10/17 03:08:08 cgd Exp $ */
/*

@ -1,3 +1,4 @@
/* $FreeBSD$ */
/* $NetBSD: byte_swap_4.S,v 1.2 1996/10/17 03:08:09 cgd Exp $ */
/*

@ -1,3 +1,4 @@
/* $FreeBSD$ */
/* $NetBSD: htonl.S,v 1.1 1996/04/17 22:36:52 cgd Exp $ */
/*

@ -1,3 +1,4 @@
/* $FreeBSD$ */
/* $NetBSD: htons.S,v 1.1 1996/04/17 22:36:54 cgd Exp $ */
/*

@ -1,3 +1,4 @@
/* $FreeBSD$ */
/* $NetBSD: ntohl.S,v 1.1 1996/04/17 22:36:57 cgd Exp $ */
/*

@ -1,3 +1,4 @@
/* $FreeBSD$ */
/* $NetBSD: ntohs.S,v 1.1 1996/04/17 22:37:02 cgd Exp $ */
/*

@ -1,3 +1,4 @@
/* $FreeBSD$ */
/*
* Some data-tables that are often used.
* Cannot be copyrighted.

@ -1,4 +1,3 @@
/*
* Copyright 1994, 1995 Massachusetts Institute of Technology
*
@ -26,6 +25,8 @@
* 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.
*
* $FreeBSD$
*/
#include <sys/param.h>

@ -1,3 +1,5 @@
$FreeBSD$
this file is: /sys/miscfs/devfs/README
to enable: add

@ -1,3 +1,4 @@
/* $FreeBSD$ */
/* THIS FILE HAS BEEN PRODUCED AUTOMATICALLY */
void devfs_sinit(void *junk);
devnm_p dev_findname(dn_p dir,char *name);

@ -4,9 +4,12 @@
# to allow for KNF function definitions. So rewrote in perl, but wrapped
# as a shell script.
#
# $FreeBSD$
#
exec /usr/bin/perl << *EOF*
open(PROTO, ">devfs_proto.h") || die "Cannot open devfs_proto.h\n";
print PROTO "/* \\\$FreeBSD\\\$ */\n";
print PROTO "/* THIS FILE HAS BEEN PRODUCED AUTOMATICALLY */\n";
while (\$file = <*.c>) {

@ -1,3 +1,4 @@
# $FreeBSD$
KMOD= fire_saver
SRCS= fire_saver.c

@ -1,3 +1,5 @@
/* $FreeBSD$ */
#define logo_w 88
#define logo_h 88

@ -7,7 +7,8 @@
*/
#if !defined(lint)
static const char sccsid[] = "@(#)fil.c 1.36 6/5/96 (C) 1993-1996 Darren Reed";
static const char rcsid[] = "@(#)$Id: fil.c,v 2.3.2.16 2000/01/27 08:49:37 darrenr Exp $";
/* static const char rcsid[] = "@(#)$Id: fil.c,v 2.3.2.16 2000/01/27 08:49:37 darrenr Exp $"; */
static const char rcsid[] = "@(#)$FreeBSD$";
#endif
#include <sys/errno.h>

@ -1,3 +1,4 @@
/* $FreeBSD$ */
/* $NetBSD: if_atm.h,v 1.2 1996/07/03 17:17:17 chuck Exp $ */
/*

@ -1,3 +1,5 @@
$FreeBSD$
This protocol implements IPX/SPX over Ethernet_II frame type 0x8137.
Please note: the SPX implementation may require further work and testing
to insure proper operation.

@ -1,3 +1,4 @@
/* $FreeBSD$ */
/* $NetBSD: natm_pcb.c,v 1.4 1996/11/09 03:26:27 chuck Exp $ */
/*

@ -23,6 +23,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.
*
* $FreeBSD$
*/
#ifndef __PC98_PC98_EPSONIO_H__

@ -1,3 +1,4 @@
/* $FreeBSD$ */
/*
pcic98reg.h

@ -1,4 +1,5 @@
#!/usr/bin/perl
# $FreeBSD$
$errpos = hex($ARGV[0])/4;
$ofs=0;

@ -27,6 +27,8 @@
* 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.
*
* $FreeBSD$
*/
#ifndef PCI_LATENCY_TIMER
#define PCI_LATENCY_TIMER 0x0c /* pci timer register */

@ -1,3 +1,4 @@
/* $FreeBSD$ */
/***********************************************************************
* FILE NAME : SCSIIOM.C *
* BY : C.L. Huang (ching@tekram.com.tw) *

@ -29,6 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
*/
/* p1003_1b: Real Time common code.

@ -1,4 +1,7 @@
/* Header for general data acquisition definitions.
/*
* Header for general data acquisition definitions.
*
* $FreeBSD$
*/
#ifndef _SYS_DATAACQ_H_