netbsd.org -> NetBSD.org
All "netbsd.org" is now gone from src/sys/arch.
This commit is contained in:
parent
037eb18f90
commit
29c72c57f0
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: fp_complete.c,v 1.6 2003/01/17 22:11:17 thorpej Exp $ */
|
||||
/* $NetBSD: fp_complete.c,v 1.7 2003/12/04 13:05:15 keihan Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2001 Ross Harvey
|
||||
@ -35,7 +35,7 @@
|
||||
|
||||
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
|
||||
|
||||
__KERNEL_RCSID(0, "$NetBSD: fp_complete.c,v 1.6 2003/01/17 22:11:17 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: fp_complete.c,v 1.7 2003/12/04 13:05:15 keihan Exp $");
|
||||
|
||||
#include "opt_compat_osf1.h"
|
||||
|
||||
@ -166,7 +166,7 @@ this_cannot_happen(int what_cannot_happen, int64_t bits)
|
||||
printf("FP instruction %x\n", (unsigned int)bits);
|
||||
printf("FP event %d/%lx/%lx\n", what_cannot_happen, reported,
|
||||
alpha_shadow.uop);
|
||||
printf("Please report this to port-alpha-maintainer@netbsd.org\n");
|
||||
printf("Please report this to port-alpha-maintainer@NetBSD.org\n");
|
||||
}
|
||||
|
||||
static __inline void
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: asm.h,v 1.26 2001/12/18 17:12:32 thorpej Exp $ */
|
||||
/* $NetBSD: asm.h,v 1.27 2003/12/04 13:05:15 keihan Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1991,1990,1989,1994,1995,1996 Carnegie Mellon University
|
||||
@ -187,7 +187,7 @@
|
||||
* If no fp is set up then $30 should be used instead of $15.
|
||||
* Also, gdb expects to find a <lda sp,-framesize(sp)> at the beginning
|
||||
* of a procedure. Don't use things like sub sp,framesize,sp for this
|
||||
* reason. End Note 10/31/97. ross@netbsd.org
|
||||
* reason. End Note 10/31/97. ross@NetBSD.org
|
||||
*
|
||||
* Note that registers should be saved starting at "old_sp-8", where the
|
||||
* return address should be stored. Other registers follow at -16-24-32..
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: cia_dma.c,v 1.18 2001/07/19 18:42:42 thorpej Exp $ */
|
||||
/* $NetBSD: cia_dma.c,v 1.19 2003/12/04 13:05:15 keihan Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
|
||||
@ -39,7 +39,7 @@
|
||||
|
||||
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
|
||||
|
||||
__KERNEL_RCSID(0, "$NetBSD: cia_dma.c,v 1.18 2001/07/19 18:42:42 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: cia_dma.c,v 1.19 2003/12/04 13:05:15 keihan Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -323,7 +323,7 @@ cia_bus_dmamap_create_direct(t, size, nsegments, maxsegsz, boundary,
|
||||
* drivers allocate large contiguous blocks of memory
|
||||
* for control data structures, even though they won't
|
||||
* do any single DMA that crosses a page coundary.
|
||||
* -- thorpej@netbsd.org, 2/5/2000
|
||||
* -- thorpej@NetBSD.org, 2/5/2000
|
||||
*/
|
||||
map->_dm_flags |= DMAMAP_NO_COALESCE;
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: machdep.c,v 1.15 2003/12/01 00:00:07 fvdl Exp $ */
|
||||
/* $NetBSD: machdep.c,v 1.16 2003/12/04 13:05:15 keihan Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996, 1997, 1998, 2000 The NetBSD Foundation, Inc.
|
||||
@ -72,7 +72,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.15 2003/12/01 00:00:07 fvdl Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.16 2003/12/04 13:05:15 keihan Exp $");
|
||||
|
||||
#include "opt_user_ldt.h"
|
||||
#include "opt_ddb.h"
|
||||
@ -292,7 +292,7 @@ cpu_startup()
|
||||
* XXX autoconfiguration completes!!
|
||||
*
|
||||
* XXX This is a hack, and needs to be replaced with a better
|
||||
* XXX solution! --thorpej@netbsd.org, December 6, 1997
|
||||
* XXX solution! --thorpej@NetBSD.org, December 6, 1997
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: locore.S,v 1.9 2003/06/23 11:01:06 martin Exp $ */
|
||||
/* $NetBSD: locore.S,v 1.10 2003/12/04 13:05:15 keihan Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
|
||||
@ -330,7 +330,7 @@ ENTRY(switchexit)
|
||||
* void cpu_switch(struct proc *p)
|
||||
* Find a runnable process and switch to it.
|
||||
*/
|
||||
/* XXX noprofile? --thorpej@netbsd.org */
|
||||
/* XXX noprofile? --thorpej@NetBSD.org */
|
||||
ENTRY(cpu_switch)
|
||||
mflr 0 /* save lr */
|
||||
stw 0,4(1)
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: c_nec_pci.c,v 1.8 2003/10/29 18:17:49 tsutsui Exp $ */
|
||||
/* $NetBSD: c_nec_pci.c,v 1.9 2003/12/04 13:05:15 keihan Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (C) 2000 Shuichiro URATA. All rights reserved.
|
||||
@ -31,7 +31,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: c_nec_pci.c,v 1.8 2003/10/29 18:17:49 tsutsui Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: c_nec_pci.c,v 1.9 2003/12/04 13:05:15 keihan Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -238,7 +238,7 @@ c_nec_pci_init()
|
||||
* increase this value by a option like below:
|
||||
* options KSEG2IOBUFSIZE=0x1b000000 # 432MB consumes 432KB
|
||||
* If you met this symptom, please report it to
|
||||
* port-arc-maintainer@netbsd.org.
|
||||
* port-arc-maintainer@NetBSD.org.
|
||||
*
|
||||
* kseg2iobufsize will be refered from pmap_bootstrap().
|
||||
*/
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* $NetBSD: fd.c,v 1.4 2001/08/31 04:44:58 simonb Exp $ */
|
||||
/* $NetBSD: fd.c,v 1.5 2003/12/04 13:05:15 keihan Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (C) 1997-1998 Kazuki Sakamoto (sakamoto@netbsd.org)
|
||||
* Copyright (C) 1997-1998 Kazuki Sakamoto (sakamoto@NetBSD.org)
|
||||
* All rights reserved.
|
||||
*
|
||||
* Floppy Disk Drive standalone device driver
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* $NetBSD: elf2pef.c,v 1.8 2001/07/22 14:34:37 wiz Exp $ */
|
||||
/* $NetBSD: elf2pef.c,v 1.9 2003/12/04 13:05:15 keihan Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (C) 1997-1998 Kazuki Sakamoto (sakamoto@netbsd.org)
|
||||
* Copyright (C) 1997-1998 Kazuki Sakamoto (sakamoto@NetBSD.org)
|
||||
* Copyright (C) 1995-1997 Gary Thomas (gdt@linuxppc.org)
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
$NetBSD: README,v 1.1 2001/05/14 18:22:58 drochner Exp $
|
||||
$NetBSD: README,v 1.2 2003/12/04 13:05:16 keihan Exp $
|
||||
|
||||
This is a port of NetBSD to the FIC8234 VME processor board, made by the
|
||||
swiss company CES (Geneve). These boards are (or have been) popular in
|
||||
@ -24,4 +24,4 @@ To start it:
|
||||
- jump to 0x20100400
|
||||
|
||||
For questions and contributions, contact Matthias Drochner
|
||||
(drochner@netbsd.org).
|
||||
(drochner@NetBSD.org).
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2002 Greg Hughes (greg@netbsd.org). All rights reserved.
|
||||
* Copyright (c) 2001, 2002 Greg Hughes (greg@NetBSD.org). All rights reserved.
|
||||
* Copyright (c) 1999 PocketBSD Project. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@ -26,13 +26,13 @@
|
||||
|
||||
/*
|
||||
* Wscons mouse driver for DSIU TrackPoint on IBM WorkPad z50 by
|
||||
* Greg Hughes (greg@netbsd.org).
|
||||
* Greg Hughes (greg@NetBSD.org).
|
||||
*
|
||||
* Template for interrupt/device registration taken from vrdsu.c.
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: vrdsiu_mouse.c,v 1.5 2003/10/23 20:25:40 he Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: vrdsiu_mouse.c,v 1.6 2003/12/04 13:05:16 keihan Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $NetBSD: DR-EVIL,v 1.60 2003/10/18 08:12:07 lukem Exp $
|
||||
# $NetBSD: DR-EVIL,v 1.61 2003/12/04 13:05:16 keihan Exp $
|
||||
#
|
||||
# DR-EVIL -- Dell Inspiron 3800 laptop used by thorpej@netbsd.org
|
||||
# DR-EVIL -- Dell Inspiron 3800 laptop used by thorpej@NetBSD.org
|
||||
#
|
||||
|
||||
include "arch/i386/conf/std.i386"
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: machdep.c,v 1.543 2003/10/28 22:52:53 mycroft Exp $ */
|
||||
/* $NetBSD: machdep.c,v 1.544 2003/12/04 13:05:16 keihan Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996, 1997, 1998, 2000 The NetBSD Foundation, Inc.
|
||||
@ -72,7 +72,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.543 2003/10/28 22:52:53 mycroft Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.544 2003/12/04 13:05:16 keihan Exp $");
|
||||
|
||||
#include "opt_beep.h"
|
||||
#include "opt_compat_ibcs2.h"
|
||||
@ -353,7 +353,7 @@ cpu_startup()
|
||||
* XXX autoconfiguration completes!!
|
||||
*
|
||||
* XXX This is a hack, and needs to be replaced with a better
|
||||
* XXX solution! --thorpej@netbsd.org, December 6, 1997
|
||||
* XXX solution! --thorpej@NetBSD.org, December 6, 1997
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: vm86.c,v 1.37 2003/10/28 23:10:02 mycroft Exp $ */
|
||||
/* $NetBSD: vm86.c,v 1.38 2003/12/04 13:05:16 keihan Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
@ -37,7 +37,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: vm86.c,v 1.37 2003/10/28 23:10:02 mycroft Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: vm86.c,v 1.38 2003/12/04 13:05:16 keihan Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -180,7 +180,7 @@ fast_intxx(l, intrno)
|
||||
* int. Some applications rely on this (i.e. dynamically
|
||||
* emulate an IDT), and those that don't will crash in a
|
||||
* spectacular way, I suppose.
|
||||
* --thorpej@netbsd.org
|
||||
* --thorpej@NetBSD.org
|
||||
*/
|
||||
goto vector;
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: elan520.c,v 1.7 2003/10/25 21:34:07 christos Exp $ */
|
||||
/* $NetBSD: elan520.c,v 1.8 2003/12/04 13:05:16 keihan Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2002 The NetBSD Foundation, Inc.
|
||||
@ -47,7 +47,7 @@
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
__KERNEL_RCSID(0, "$NetBSD: elan520.c,v 1.7 2003/10/25 21:34:07 christos Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: elan520.c,v 1.8 2003/12/04 13:05:16 keihan Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -249,7 +249,7 @@ elansc_attach(struct device *parent, struct device *self, void *aux)
|
||||
*
|
||||
* XXX The step 1.1 (B1?) in my Soekris net4501 also has this
|
||||
* XXX problem, so we'll just enable it for all Elan SC520s
|
||||
* XXX for now. --thorpej@netbsd.org
|
||||
* XXX for now. --thorpej@NetBSD.org
|
||||
*/
|
||||
if (1 || rev == ((PRODID_ELAN_SC520 << REVID_PRODID_SHIFT) |
|
||||
(0 << REVID_MAJSTEP_SHIFT) | (1)))
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* $NetBSD: bus_dma.h,v 1.2 2003/01/28 01:08:01 kent Exp $ */
|
||||
/* $NetBSD: bus_dma.h,v 1.3 2003/12/04 13:05:16 keihan Exp $ */
|
||||
|
||||
/*
|
||||
* This file was extracted from from alpha/include/bus.h
|
||||
* and should probably be resynced when needed.
|
||||
* Darrin B. Jewell <dbj@netbsd.org> Sat Jul 31 06:11:33 UTC 1999
|
||||
* Darrin B. Jewell <dbj@NetBSD.org> Sat Jul 31 06:11:33 UTC 1999
|
||||
* original cvs id: NetBSD: bus.h,v 1.29 1999/06/18 04:49:24 cgd Exp
|
||||
*/
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
/* $NetBSD: bus_dma.c,v 1.8 2003/06/29 22:28:29 fvdl Exp $ */
|
||||
/* $NetBSD: bus_dma.c,v 1.9 2003/12/04 13:05:16 keihan Exp $ */
|
||||
|
||||
/*
|
||||
* This file was taken from from alpha/common/bus_dma.c
|
||||
* should probably be re-synced when needed.
|
||||
* Darrin B. Jewell <dbj@netbsd.org> Sat Jul 31 06:11:33 UTC 1999
|
||||
* Darrin B. Jewell <dbj@NetBSD.org> Sat Jul 31 06:11:33 UTC 1999
|
||||
* original cvs id: NetBSD: bus_dma.c,v 1.31 1999/07/08 18:05:23 thorpej Exp
|
||||
*/
|
||||
|
||||
@ -46,7 +46,7 @@
|
||||
|
||||
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
|
||||
|
||||
__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.8 2003/06/29 22:28:29 fvdl Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.9 2003/12/04 13:05:16 keihan Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
@ -1,11 +1,11 @@
|
||||
/* $NetBSD: copypage.s,v 1.9 2003/04/08 22:57:56 thorpej Exp $ */
|
||||
/* $NetBSD: copypage.s,v 1.10 2003/12/04 13:05:16 keihan Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1997 The NetBSD Foundation, Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* This code is derived from software contributed to The NetBSD Foundation
|
||||
* by J.T. Conklin <jtc@netbsd.org> and
|
||||
* by J.T. Conklin <jtc@NetBSD.org> and
|
||||
* by Hiroshi Horitomo <horimoto@cs-aoi.cs.sist.ac.jp>
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* $NetBSD: mappedcopy.c,v 1.18 2003/08/07 16:28:17 agc Exp $ */
|
||||
/* $NetBSD: mappedcopy.c,v 1.19 2003/12/04 13:05:16 keihan Exp $ */
|
||||
|
||||
/*
|
||||
* XXX This doesn't work yet. Soon. --thorpej@netbsd.org
|
||||
* XXX This doesn't work yet. Soon. --thorpej@NetBSD.org
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -81,7 +81,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: mappedcopy.c,v 1.18 2003/08/07 16:28:17 agc Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: mappedcopy.c,v 1.19 2003/12/04 13:05:16 keihan Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: zs.c,v 1.43 2003/07/15 02:43:18 lukem Exp $ */
|
||||
/* $NetBSD: zs.c,v 1.44 2003/12/04 13:05:16 keihan Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1996-1998 Bill Studenmund
|
||||
@ -44,7 +44,7 @@
|
||||
* With NetBSD 1.1, port-mac68k started using a port of the port-sparc
|
||||
* (port-sun3?) zs.c driver (which was in turn based on code in the
|
||||
* Berkeley 4.4 Lite release). Bill Studenmund did the port, with
|
||||
* help from Allen Briggs and Gordon Ross <gwr@netbsd.org>. Noud de
|
||||
* help from Allen Briggs and Gordon Ross <gwr@NetBSD.org>. Noud de
|
||||
* Brouwer field-tested the driver at a local ISP.
|
||||
*
|
||||
* Bill Studenmund and Gordon Ross then ported the machine-independant
|
||||
@ -54,7 +54,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: zs.c,v 1.43 2003/07/15 02:43:18 lukem Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: zs.c,v 1.44 2003/12/04 13:05:16 keihan Exp $");
|
||||
|
||||
#include "opt_ddb.h"
|
||||
#include "opt_mac68k.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: z8530tty.c,v 1.20 2003/08/07 16:28:23 agc Exp $ */
|
||||
/* $NetBSD: z8530tty.c,v 1.21 2003/12/04 13:05:16 keihan Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1993, 1994, 1995, 1996, 1997, 1998, 1999
|
||||
@ -128,7 +128,7 @@
|
||||
* into independent child drivers.
|
||||
*
|
||||
* RTS/CTS flow-control support was a collaboration of:
|
||||
* Gordon Ross <gwr@netbsd.org>,
|
||||
* Gordon Ross <gwr@NetBSD.org>,
|
||||
* Bill Studenmund <wrstuden@loki.stanford.edu>
|
||||
* Ian Dall <Ian.Dall@dsto.defence.gov.au>
|
||||
*
|
||||
@ -137,7 +137,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: z8530tty.c,v 1.20 2003/08/07 16:28:23 agc Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: z8530tty.c,v 1.21 2003/12/04 13:05:16 keihan Exp $");
|
||||
|
||||
#include "opt_kgdb.h"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: zs.c,v 1.27 2003/07/15 02:43:31 lukem Exp $ */
|
||||
/* $NetBSD: zs.c,v 1.28 2003/12/04 13:05:16 keihan Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1996, 1998 Bill Studenmund
|
||||
@ -44,7 +44,7 @@
|
||||
* With NetBSD 1.1, port-mac68k started using a port of the port-sparc
|
||||
* (port-sun3?) zs.c driver (which was in turn based on code in the
|
||||
* Berkeley 4.4 Lite release). Bill Studenmund did the port, with
|
||||
* help from Allen Briggs and Gordon Ross <gwr@netbsd.org>. Noud de
|
||||
* help from Allen Briggs and Gordon Ross <gwr@NetBSD.org>. Noud de
|
||||
* Brouwer field-tested the driver at a local ISP.
|
||||
*
|
||||
* Bill Studenmund and Gordon Ross then ported the machine-independant
|
||||
@ -54,7 +54,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: zs.c,v 1.27 2003/07/15 02:43:31 lukem Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: zs.c,v 1.28 2003/12/04 13:05:16 keihan Exp $");
|
||||
|
||||
#include "opt_ddb.h"
|
||||
#include "opt_kgdb.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: mips_machdep.c,v 1.169 2003/11/26 08:36:49 he Exp $ */
|
||||
/* $NetBSD: mips_machdep.c,v 1.170 2003/12/04 13:05:16 keihan Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 2002 Wasabi Systems, Inc.
|
||||
@ -119,7 +119,7 @@
|
||||
|
||||
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
|
||||
|
||||
__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.169 2003/11/26 08:36:49 he Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.170 2003/12/04 13:05:16 keihan Exp $");
|
||||
|
||||
#include "opt_cputype.h"
|
||||
|
||||
@ -1017,7 +1017,7 @@ cpu_identify(void)
|
||||
MIPS_PRID_RSVD(cpu_id) != 0) {
|
||||
printf("%s: NOTE: top 8 bits of prehistoric PRID not 0!\n",
|
||||
label);
|
||||
printf("%s: Please mail port-mips@netbsd.org with cpu0 "
|
||||
printf("%s: Please mail port-mips@NetBSD.org with cpu0 "
|
||||
"dmesg lines.\n", label);
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
$NetBSD: TODO,v 1.5 2001/08/12 19:28:28 scw Exp $
|
||||
$NetBSD: TODO,v 1.6 2003/12/04 13:05:16 keihan Exp $
|
||||
|
||||
NetBSD/mvme68k's "ToDo" List (In no particular order)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
@ -41,7 +41,7 @@ These are `difficulty' rated on a scale of 1-10, where `1' is easy.
|
||||
(To be useful, this really needs "Bounce Buffer" support)
|
||||
|
||||
11. Enhance the MI VMEbus interface to provide generic GCSR access (6)
|
||||
(Speak with Matthais Drochner <drochner@netbsd.org> about this one)
|
||||
(Speak with Matthais Drochner <drochner@NetBSD.org> about this one)
|
||||
|
||||
12. Enhance the VMEChip/VMEChip2 drivers to support #11 (3)
|
||||
|
||||
@ -53,10 +53,10 @@ These are `difficulty' rated on a scale of 1-10, where `1' is easy.
|
||||
|
||||
15. [DONE. See osiop(4)]
|
||||
The siop driver *badly* needs to be bus_space(9)'d, and made MI (5)
|
||||
(Apparently, Manuel Bouyer (bouyer@netbsd.org) is working on this)
|
||||
(Apparently, Manuel Bouyer (bouyer@NetBSD.org) is working on this)
|
||||
|
||||
16. The sbic driver *badly* needs re-written from scratch, and made MI (5)
|
||||
(This will be done when Frank van der Linden <fvdl@netbsd.org>
|
||||
(This will be done when Frank van der Linden <fvdl@NetBSD.org>
|
||||
imports the PC98 code into the tree; it comes with a very nice
|
||||
wd33c93 driver ;-)
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
$NetBSD: VMEbus-RAM,v 1.1 2002/01/12 19:29:49 scw Exp $
|
||||
$NetBSD: VMEbus-RAM,v 1.2 2003/12/04 13:05:16 keihan Exp $
|
||||
|
||||
NetBSD/mvme68k: VMEbus RAM card configuration
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
@ -85,4 +85,4 @@ Anyhow, hopefully the above instructions have finally put to rest
|
||||
the most asked question about the mvme68k port.
|
||||
|
||||
Cheers,
|
||||
Steve Woodford: scw@netbsd.org
|
||||
Steve Woodford: scw@NetBSD.org
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: esp.c,v 1.46 2003/09/27 20:16:59 cl Exp $ */
|
||||
/* $NetBSD: esp.c,v 1.47 2003/12/04 13:05:17 keihan Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
|
||||
@ -78,11 +78,11 @@
|
||||
|
||||
/*
|
||||
* Grabbed from the sparc port at revision 1.73 for the NeXT.
|
||||
* Darrin B. Jewell <dbj@netbsd.org> Sat Jul 4 15:41:32 1998
|
||||
* Darrin B. Jewell <dbj@NetBSD.org> Sat Jul 4 15:41:32 1998
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: esp.c,v 1.46 2003/09/27 20:16:59 cl Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: esp.c,v 1.47 2003/12/04 13:05:17 keihan Exp $");
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: nextdma.c,v 1.35 2003/07/15 02:59:32 lukem Exp $ */
|
||||
/* $NetBSD: nextdma.c,v 1.36 2003/12/04 13:05:17 keihan Exp $ */
|
||||
/*
|
||||
* Copyright (c) 1998 Darrin B. Jewell
|
||||
* All rights reserved.
|
||||
@ -30,7 +30,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: nextdma.c,v 1.35 2003/07/15 02:59:32 lukem Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: nextdma.c,v 1.36 2003/12/04 13:05:17 keihan Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -583,7 +583,7 @@ nextdma_enet_intr(arg)
|
||||
#ifdef DIAGNOSTIC
|
||||
{
|
||||
char sbuf[256];
|
||||
printf("DMA: please send this output to port-next68k-maintainer@netbsd.org:\n");
|
||||
printf("DMA: please send this output to port-next68k-maintainer@NetBSD.org:\n");
|
||||
bitmask_snprintf(state, DMACSR_BITS, sbuf, sizeof(sbuf));
|
||||
printf("DMA: state 0x%s\n",sbuf);
|
||||
nextdma_print(nsc);
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# -- SCPH-18000 used by uch@netbsd.org
|
||||
# -- SCPH-18000 used by uch@NetBSD.org
|
||||
#
|
||||
# $NetBSD: AGATE,v 1.5 2003/05/08 13:36:32 shin Exp $
|
||||
# $NetBSD: AGATE,v 1.6 2003/12/04 13:05:17 keihan Exp $
|
||||
#
|
||||
|
||||
include "arch/playstation2/conf/std.playstation2"
|
||||
|
@ -1,11 +1,11 @@
|
||||
/* $NetBSD: gifreg.h,v 1.1 2001/10/16 15:38:37 uch Exp $ */
|
||||
/* $NetBSD: gifreg.h,v 1.2 2003/12/04 13:05:17 keihan Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* This code is derived from software contributed to The NetBSD Foundation
|
||||
* by Takuya SHIOZAKI (tshiozak@netbsd.org).
|
||||
* by Takuya SHIOZAKI (tshiozak@NetBSD.org).
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* $NetBSD: fd.c,v 1.2 2001/11/17 19:00:25 kleink Exp $ */
|
||||
/* $NetBSD: fd.c,v 1.3 2003/12/04 13:05:17 keihan Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (C) 1997-1998 Kazuki Sakamoto (sakamoto@netbsd.org)
|
||||
* Copyright (C) 1997-1998 Kazuki Sakamoto (sakamoto@NetBSD.org)
|
||||
* All rights reserved.
|
||||
*
|
||||
* Floppy Disk Drive standalone device driver
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* $NetBSD: installboot.c,v 1.5 2003/10/08 04:25:46 lukem Exp $ */
|
||||
/* $NetBSD: installboot.c,v 1.6 2003/12/04 13:05:17 keihan Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2000 NONAKA Kimihiro (nonaka@netbsd.org).
|
||||
* Copyright (c) 2000 NONAKA Kimihiro (nonaka@NetBSD.org).
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* $NetBSD: mkbootimage.c,v 1.8 2003/10/27 00:12:42 lukem Exp $ */
|
||||
/* $NetBSD: mkbootimage.c,v 1.9 2003/12/04 13:05:17 keihan Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (C) 1999, 2000 NONAKA Kimihiro (nonaka@netbsd.org)
|
||||
* Copyright (C) 1999, 2000 NONAKA Kimihiro (nonaka@NetBSD.org)
|
||||
* Copyright (C) 1996, 1997, 1998, 1999 Cort Dougan (cort@fsmlasb.com)
|
||||
* Copyright (C) 1996, 1997, 1998, 1999 Paul Mackeras (paulus@linuxcare.com)
|
||||
* All rights reserved.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: pckbc_hpc.c,v 1.1 2003/11/20 08:31:13 sekiya Exp $ */
|
||||
/* $NetBSD: pckbc_hpc.c,v 1.2 2003/12/04 13:05:17 keihan Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2003 Christopher SEKIYA
|
||||
@ -15,7 +15,7 @@
|
||||
* 3. All advertising materials mentioning features or use of this software
|
||||
* must display the following acknowledgement:
|
||||
* This product includes software developed for the
|
||||
* NetBSD Project. See http://www.netbsd.org/ for
|
||||
* NetBSD Project. See http://www.NetBSD.org/ for
|
||||
* information about NetBSD.
|
||||
* 4. The name of the author may not be used to endorse or promote products
|
||||
* derived from this software without specific prior written permission.
|
||||
@ -33,7 +33,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: pckbc_hpc.c,v 1.1 2003/11/20 08:31:13 sekiya Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: pckbc_hpc.c,v 1.2 2003/12/04 13:05:17 keihan Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: boot.c,v 1.5 2002/10/20 20:55:38 martin Exp $ */
|
||||
/* $NetBSD: boot.c,v 1.6 2003/12/04 13:05:17 keihan Exp $ */
|
||||
#define DEBUG
|
||||
/*
|
||||
* Copyright (c) 1997, 1999 Eduardo E. Horvath. All rights reserved.
|
||||
@ -462,7 +462,7 @@ elf32_exec(fd, elf, entryp, ssymp, esymp)
|
||||
|
||||
printf(" \n");
|
||||
|
||||
#if 1 /* I want to rethink this... --thorpej@netbsd.org */
|
||||
#if 1 /* I want to rethink this... --thorpej@NetBSD.org */
|
||||
/*
|
||||
* Compute the size of the symbol table.
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
| file: boot.S
|
||||
| author: chapuni(webmaster@chapuni.com)
|
||||
| Yasha(itohy@netbsd.org)
|
||||
| Yasha(itohy@NetBSD.org)
|
||||
|
|
||||
| $NetBSD: boot.S,v 1.5 2002/06/09 12:17:48 isaki Exp $
|
||||
| $NetBSD: boot.S,v 1.6 2003/12/04 13:05:17 keihan Exp $
|
||||
|
||||
#include <machine/asm.h>
|
||||
#include "iocscall.h"
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: readufs.c,v 1.4 2003/04/09 12:57:14 itohy Exp $ */
|
||||
/* $NetBSD: readufs.c,v 1.5 2003/12/04 13:05:17 keihan Exp $ */
|
||||
/* from Id: readufs.c,v 1.8 2003/04/08 09:19:32 itohy Exp */
|
||||
|
||||
/*
|
||||
* Read UFS (FFS / LFS)
|
||||
*
|
||||
* Written in 1999, 2002, 2003 by ITOH Yasufumi (itohy@netbsd.org).
|
||||
* Written in 1999, 2002, 2003 by ITOH Yasufumi (itohy@NetBSD.org).
|
||||
* Public domain.
|
||||
*
|
||||
* Intended to be used for boot programs (first stage).
|
||||
|
@ -1,8 +1,8 @@
|
||||
/* $NetBSD: readufs.h,v 1.5 2003/10/22 14:18:27 itohy Exp $ */
|
||||
/* $NetBSD: readufs.h,v 1.6 2003/12/04 13:05:17 keihan Exp $ */
|
||||
/* from Id: readufs.h,v 1.9 2003/10/15 14:16:58 itohy Exp */
|
||||
|
||||
/*
|
||||
* Written in 1999, 2002, 2003 by ITOH Yasufumi (itohy@netbsd.org).
|
||||
* Written in 1999, 2002, 2003 by ITOH Yasufumi (itohy@NetBSD.org).
|
||||
* Public domain.
|
||||
*/
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: readufs_ffs.c,v 1.3 2003/04/09 12:57:14 itohy Exp $ */
|
||||
/* $NetBSD: readufs_ffs.c,v 1.4 2003/12/04 13:05:17 keihan Exp $ */
|
||||
/* from Id: readufs_ffs.c,v 1.6 2003/04/08 09:19:32 itohy Exp */
|
||||
|
||||
/*
|
||||
* FS specific support for 4.2BSD Fast Filesystem
|
||||
*
|
||||
* Written in 1999, 2002, 2003 by ITOH Yasufumi (itohy@netbsd.org).
|
||||
* Written in 1999, 2002, 2003 by ITOH Yasufumi (itohy@NetBSD.org).
|
||||
* Public domain.
|
||||
*
|
||||
* Intended to be used for boot programs (first stage).
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: readufs_lfs.c,v 1.5 2003/10/22 14:18:27 itohy Exp $ */
|
||||
/* $NetBSD: readufs_lfs.c,v 1.6 2003/12/04 13:05:17 keihan Exp $ */
|
||||
/* from Id: readufs_lfs.c,v 1.7 2003/10/15 14:16:58 itohy Exp */
|
||||
|
||||
/*
|
||||
* FS specific support for 4.4BSD Log-structured Filesystem
|
||||
*
|
||||
* Written in 1999, 2002, 2003 by ITOH Yasufumi (itohy@netbsd.org).
|
||||
* Written in 1999, 2002, 2003 by ITOH Yasufumi (itohy@NetBSD.org).
|
||||
* Public domain.
|
||||
*
|
||||
* Intended to be used for boot programs (first stage).
|
||||
|
@ -1,9 +1,9 @@
|
||||
| file: boot_ustar.S
|
||||
| author: chapuni(webmaster@chapuni.com)
|
||||
| Yasha(itohy@netbsd.org)
|
||||
| minoura@netbsd.org
|
||||
| Yasha(itohy@NetBSD.org)
|
||||
| minoura@NetBSD.org
|
||||
|
|
||||
| $NetBSD: boot_ustar.S,v 1.4 2002/05/19 08:14:13 isaki Exp $
|
||||
| $NetBSD: boot_ustar.S,v 1.5 2003/12/04 13:05:17 keihan Exp $
|
||||
|
||||
| supports floppy only
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
| file: putimage.S
|
||||
| author: Yasha(itohy@netbsd.org)
|
||||
| author: Yasha(itohy@NetBSD.org)
|
||||
|
|
||||
| $NetBSD: putimage.S,v 1.1 2001/09/30 15:54:38 minoura Exp $
|
||||
| $NetBSD: putimage.S,v 1.2 2003/12/04 13:05:17 keihan Exp $
|
||||
|
||||
#include <machine/asm.h>
|
||||
#include "iocscall.h"
|
||||
|
Loading…
Reference in New Issue
Block a user