Typos.
This commit is contained in:
parent
533063d806
commit
32cded6cc9
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: cbc.c,v 1.24 2016/02/01 17:34:00 christos Exp $ */
|
||||
/* $NetBSD: cbc.c,v 1.25 2018/02/08 09:05:16 dholland Exp $ */
|
||||
|
||||
/* cbc.c: This file contains the encryption routines for the ed line editor */
|
||||
/*-
|
||||
@ -72,7 +72,7 @@
|
||||
#if 0
|
||||
static char *rcsid = "@(#)cbc.c,v 1.2 1994/02/01 00:34:36 alm Exp";
|
||||
#else
|
||||
__RCSID("$NetBSD: cbc.c,v 1.24 2016/02/01 17:34:00 christos Exp $");
|
||||
__RCSID("$NetBSD: cbc.c,v 1.25 2018/02/08 09:05:16 dholland Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
@ -163,7 +163,7 @@ init_des_cipher(void)
|
||||
/* initialize the initialization vector */
|
||||
MEMZERO(ivec, 8);
|
||||
|
||||
/* intialize the padding vector */
|
||||
/* initialize the padding vector */
|
||||
srand((unsigned) time((time_t *) 0));
|
||||
for (i = 0; i < 8; i++)
|
||||
CHAR(pvec, i) = (char) (rand()/RAND_DIV);
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: snova.c,v 1.9 2009/05/24 22:55:03 dholland Exp $ */
|
||||
/* $NetBSD: snova.c,v 1.10 2018/02/08 09:05:16 dholland Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1980, 1993
|
||||
@ -34,7 +34,7 @@
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)snova.c 8.1 (Berkeley) 5/31/93";
|
||||
#else
|
||||
__RCSID("$NetBSD: snova.c,v 1.9 2009/05/24 22:55:03 dholland Exp $");
|
||||
__RCSID("$NetBSD: snova.c,v 1.10 2018/02/08 09:05:16 dholland Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
@ -108,7 +108,7 @@ snova(int x, int y)
|
||||
}
|
||||
if (f) {
|
||||
/* supernova is in same quadrant as Enterprise */
|
||||
printf("\a\nRED ALERT: supernova occuring at %d,%d\n", ix, iy);
|
||||
printf("\a\nRED ALERT: supernova occurring at %d,%d\n", ix, iy);
|
||||
dx = ix - Ship.sectx;
|
||||
dy = iy - Ship.secty;
|
||||
if (dx * dx + dy * dy <= 2) {
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: curses_touch.3,v 1.9 2017/01/02 10:28:34 roy Exp $
|
||||
.\" $NetBSD: curses_touch.3,v 1.10 2018/02/08 09:05:16 dholland Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2002
|
||||
.\" Brett Lymn (blymn@NetBSD.org, brett_lymn@yahoo.com.au)
|
||||
@ -171,7 +171,7 @@ The
|
||||
.Fn syncok
|
||||
function determines whether all the ancestors of the specified window are
|
||||
implicitly touched whenever there is a change in the window.
|
||||
The intial state is
|
||||
The initial state is
|
||||
.Dv FALSE .
|
||||
.Pp
|
||||
The
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: isns_pdu.c,v 1.3 2012/03/21 05:33:27 matt Exp $ */
|
||||
/* $NetBSD: isns_pdu.c,v 1.4 2018/02/08 09:05:17 dholland Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2004,2009 The NetBSD Foundation, Inc.
|
||||
@ -35,7 +35,7 @@
|
||||
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__RCSID("$NetBSD: isns_pdu.c,v 1.3 2012/03/21 05:33:27 matt Exp $");
|
||||
__RCSID("$NetBSD: isns_pdu.c,v 1.4 2018/02/08 09:05:17 dholland Exp $");
|
||||
|
||||
|
||||
#include <sys/types.h>
|
||||
@ -946,7 +946,7 @@ isns_add_pdu_payload_data(struct isns_trans_s *trans_p, const void *data_p,
|
||||
|
||||
/*
|
||||
* Move data from source to PDU buffer(s), allocated new pdus and
|
||||
* buffers as necessary to accomodate the data.
|
||||
* buffers as necessary to accommodate the data.
|
||||
*/
|
||||
while (len--) {
|
||||
/* If at max for one PDU payload, add a new PDU. */
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: puffs.c,v 1.122 2017/11/05 15:33:15 christos Exp $ */
|
||||
/* $NetBSD: puffs.c,v 1.123 2018/02/08 09:05:17 dholland Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2005, 2006, 2007 Antti Kantee. All Rights Reserved.
|
||||
@ -31,7 +31,7 @@
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#if !defined(lint)
|
||||
__RCSID("$NetBSD: puffs.c,v 1.122 2017/11/05 15:33:15 christos Exp $");
|
||||
__RCSID("$NetBSD: puffs.c,v 1.123 2018/02/08 09:05:17 dholland Exp $");
|
||||
#endif /* !lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -746,7 +746,7 @@ puffs_exit(struct puffs_usermount *pu, int unused /* strict compat */)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* no sigset_t static intializer */
|
||||
/* no sigset_t static initializer */
|
||||
static int sigs[NSIG] = { 0, };
|
||||
static int sigcatch = 0;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: ukfs.3,v 1.14 2014/02/14 07:27:37 wiz Exp $
|
||||
.\" $NetBSD: ukfs.3,v 1.15 2018/02/08 09:05:17 dholland Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2008 Antti Kantee. All rights reserved.
|
||||
.\"
|
||||
@ -84,7 +84,7 @@ which should be released after use.
|
||||
.El
|
||||
.Pp
|
||||
.Fn ukfs_init
|
||||
intializes the library and must be called once per process using
|
||||
initializes the library and must be called once per process using
|
||||
.Nm .
|
||||
.Pp
|
||||
.Fn ukfs_modload
|
||||
@ -140,7 +140,7 @@ If there is not enough room in the caller's buffer for all file system
|
||||
types, as many as fit will be returned.
|
||||
.Pp
|
||||
.Fn ukfs_mount
|
||||
intializes a file system image.
|
||||
initializes a file system image.
|
||||
The handle resulting from the operation is passed to all other routines
|
||||
and identifies the instance of the mount analoguous to what a pathname
|
||||
specifies in a normally mounted file system.
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
__RCSID("$NetBSD: boot.c,v 1.20 2016/05/02 17:33:03 jakllsch Exp $");
|
||||
__RCSID("$NetBSD: boot.c,v 1.21 2018/02/08 09:05:17 dholland Exp $");
|
||||
#endif /* not lint */
|
||||
|
||||
#include <stdlib.h>
|
||||
@ -283,7 +283,7 @@ writefsinfo(int dosfs, struct bootblock *boot)
|
||||
* support for FAT32) doesn't maintain the FSINFO block
|
||||
* correctly, it has to be fixed pretty often.
|
||||
*
|
||||
* Therefor, we handle the FSINFO block only informally,
|
||||
* Therefore, we handle the FSINFO block only informally,
|
||||
* fixing it if necessary, but otherwise ignoring the
|
||||
* fact that it was incorrect.
|
||||
*/
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: bignum.c,v 1.1 2017/02/13 11:16:46 nonaka Exp $ */
|
||||
/* $NetBSD: bignum.c,v 1.2 2018/02/08 09:05:17 dholland Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2012 Alistair Crooks <agc@NetBSD.org>
|
||||
@ -1649,7 +1649,7 @@ mp_2expt(mp_int * a, int b)
|
||||
/* zero a as per default */
|
||||
mp_zero(a);
|
||||
|
||||
/* grow a to accomodate the single bit */
|
||||
/* grow a to accommodate the single bit */
|
||||
if ((res = mp_grow(a, b / DIGIT_BIT + 1)) != MP_OKAY) {
|
||||
return res;
|
||||
}
|
||||
@ -1683,7 +1683,7 @@ doubled(mp_int * a, mp_int * b)
|
||||
{
|
||||
int x, res, oldused;
|
||||
|
||||
/* grow to accomodate result */
|
||||
/* grow to accommodate result */
|
||||
if (b->alloc < a->used + 1) {
|
||||
if ((res = mp_grow(b, a->used + 1)) != MP_OKAY) {
|
||||
return res;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: c_nec_eisa.c,v 1.17 2016/07/11 16:18:55 matt Exp $ */
|
||||
/* $NetBSD: c_nec_eisa.c,v 1.18 2018/02/08 09:05:17 dholland Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2003 Izumi Tsutsui. All rights reserved.
|
||||
@ -55,7 +55,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: c_nec_eisa.c,v 1.17 2016/07/11 16:18:55 matt Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: c_nec_eisa.c,v 1.18 2018/02/08 09:05:17 dholland Exp $");
|
||||
|
||||
#define __INTR_PRIVATE
|
||||
#include <sys/param.h>
|
||||
@ -235,7 +235,7 @@ c_nec_eisa_cons_init(void)
|
||||
|
||||
#if NVGA_ISA > 0 && defined(VGA_RESET)
|
||||
|
||||
/* values to intialize cirrus GD54xx specific ext registers */
|
||||
/* values to initialize cirrus GD54xx specific ext registers */
|
||||
/* XXX these values are taken from PC XXX */
|
||||
static const uint8_t vga_ts_gd54xx[] = {
|
||||
0x0f, /* 05: ??? */
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: i80312reg.h,v 1.11 2008/04/28 20:23:14 martin Exp $ */
|
||||
/* $NetBSD: i80312reg.h,v 1.12 2018/02/08 09:05:17 dholland Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2001 Wasabi Systems, Inc.
|
||||
@ -173,7 +173,7 @@
|
||||
* ---------
|
||||
*
|
||||
* Setting the specified SISR bit makes the corresponding S_AD line
|
||||
* a private sevice.
|
||||
* a private service.
|
||||
*/
|
||||
#define I80312_PPB_EBCR 0x40 /* Extended Bridge Control */
|
||||
#define I80312_PPB_SISR 0x42 /* Secondary ID Select Register */
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: fd.c,v 1.85 2017/10/07 16:05:31 jdolecek Exp $ */
|
||||
/* $NetBSD: fd.c,v 1.86 2018/02/08 09:05:17 dholland Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995 Leo Weppelman.
|
||||
@ -44,7 +44,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.85 2017/10/07 16:05:31 jdolecek Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.86 2018/02/08 09:05:17 dholland Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -459,7 +459,7 @@ fdioctl(dev_t dev, u_long cmd, void * addr, int flag, struct lwp *l)
|
||||
|
||||
/*
|
||||
* Open the device. If this is the first open on both the floppy devices,
|
||||
* intialize the controller.
|
||||
* initialize the controller.
|
||||
* Note that partition info on the floppy device is used to distinguise
|
||||
* between 780Kb and 360Kb floppy's.
|
||||
* partition 0: 360Kb
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: kbd.c,v 1.46 2014/10/18 08:33:25 snj Exp $ */
|
||||
/* $NetBSD: kbd.c,v 1.47 2018/02/08 09:05:17 dholland Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995 Leo Weppelman
|
||||
@ -31,7 +31,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: kbd.c,v 1.46 2014/10/18 08:33:25 snj Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: kbd.c,v 1.47 2018/02/08 09:05:17 dholland Exp $");
|
||||
|
||||
#include "mouse.h"
|
||||
#include "ite.h"
|
||||
@ -197,7 +197,7 @@ kbdattach(device_t parent, device_t self, void *aux)
|
||||
MFP->mf_ierb &= ~IB_AINT;
|
||||
|
||||
/*
|
||||
* Reset ACIA and intialize to:
|
||||
* Reset ACIA and initialize to:
|
||||
* divide by 16, 8 data, 1 stop, no parity, enable RX interrupts
|
||||
*/
|
||||
KBD->ac_cs = A_RESET;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: zs.c,v 1.77 2014/07/25 08:10:32 dholland Exp $ */
|
||||
/* $NetBSD: zs.c,v 1.78 2018/02/08 09:05:17 dholland Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992, 1993
|
||||
@ -79,7 +79,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: zs.c,v 1.77 2014/07/25 08:10:32 dholland Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: zs.c,v 1.78 2018/02/08 09:05:17 dholland Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -154,7 +154,7 @@ static uint8_t zs_init_regs[16] = {
|
||||
/*
|
||||
* Define the machine dependent clock frequencies
|
||||
* If BRgen feeds sender/receiver we always use a
|
||||
* divisor 16, therefor the division by 16 can as
|
||||
* divisor 16; therefore the division by 16 can as
|
||||
* well be done here.
|
||||
*/
|
||||
static const u_long zs_freqs_tt[] = {
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if_sm_obio.c,v 1.6 2012/11/12 18:00:39 skrll Exp $ */
|
||||
/* $NetBSD: if_sm_obio.c,v 1.7 2018/02/08 09:05:17 dholland Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2002, 2003 Genetec Corporation. All rights reserved.
|
||||
@ -64,7 +64,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_sm_obio.c,v 1.6 2012/11/12 18:00:39 skrll Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_sm_obio.c,v 1.7 2018/02/08 09:05:17 dholland Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -225,7 +225,7 @@ sm_obio_attach(device_t parent, device_t self, void *aux)
|
||||
/* should always be enabled */
|
||||
sc->sc_flags |= SMC_FLAGS_ENABLED;
|
||||
|
||||
/* Perform generic intialization. */
|
||||
/* Perform generic initialization. */
|
||||
smc91cxx_attach(sc, NULL);
|
||||
|
||||
/* Establish the interrupt handler. */
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: glx.c,v 1.5 2015/10/02 05:22:50 msaitoh Exp $ */
|
||||
/* $NetBSD: glx.c,v 1.6 2018/02/08 09:05:17 dholland Exp $ */
|
||||
/* $OpenBSD: glx.c,v 1.6 2010/10/14 21:23:04 pirofti Exp $ */
|
||||
|
||||
/*
|
||||
@ -22,7 +22,7 @@
|
||||
* XXX too many hardcoded numbers... need to expand glxreg.h
|
||||
*/
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: glx.c,v 1.5 2015/10/02 05:22:50 msaitoh Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: glx.c,v 1.6 2018/02/08 09:05:17 dholland Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -127,7 +127,7 @@ glx_init(pci_chipset_tag_t pc, pcitag_t tag, int dev)
|
||||
pc->pc_conf_write = glx_pci_write_hook;
|
||||
|
||||
/*
|
||||
* Perform some Geode intialization.
|
||||
* Perform some Geode initialization.
|
||||
*/
|
||||
|
||||
msr = rdmsr(GCSC_DIVIL_BALL_OPTS); /* 0x71 */
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.17 2018/01/23 14:47:54 sevan Exp $
|
||||
# $NetBSD: GENERIC,v 1.18 2018/02/08 09:05:17 dholland Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -23,7 +23,7 @@ include "arch/hppa/conf/std.hppa"
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
||||
|
||||
#ident "GENERIC-$Revision: 1.17 $"
|
||||
#ident "GENERIC-$Revision: 1.18 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -210,7 +210,7 @@ mem* at mainbus0 # /dev/*mem and memory controller
|
||||
|
||||
# Coprocessor/SFU Support
|
||||
#fpu* at mainbus0 # HP PA-RISC fpu (iv N/A)
|
||||
#pmu* at mainbus0 # HP PA-RISC perfomance monitor unit (iv 29)
|
||||
#pmu* at mainbus0 # HP PA-RISC performance monitor unit (iv 29)
|
||||
|
||||
# Miscellaneous
|
||||
pdc0 at mainbus0 # PDC/IODC wrapper for boot console
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if_ie_gsc.c,v 1.1 2014/02/24 07:23:43 skrll Exp $ */
|
||||
/* $NetBSD: if_ie_gsc.c,v 1.2 2018/02/08 09:05:18 dholland Exp $ */
|
||||
|
||||
/* $OpenBSD: if_ie_gsc.c,v 1.6 2001/01/12 22:57:04 mickey Exp $ */
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
/*
|
||||
* Referencies:
|
||||
* 1. 82596DX and 82596SX High-Perfomance 32-bit Local Area Network Coprocessor
|
||||
* 1. 82596DX and 82596SX High-Performance 32-bit Local Area Network Coprocessor
|
||||
* Intel Corporation, November 1996, Order Number: 290219-006
|
||||
*
|
||||
* 2. 712 I/O Subsystem ERS Rev 1.0
|
||||
@ -38,7 +38,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_ie_gsc.c,v 1.1 2014/02/24 07:23:43 skrll Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_ie_gsc.c,v 1.2 2018/02/08 09:05:18 dholland Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: psl.h,v 1.8 2012/03/29 21:44:10 skrll Exp $ */
|
||||
/* $NetBSD: psl.h,v 1.9 2018/02/08 09:05:18 dholland Exp $ */
|
||||
|
||||
/* $OpenBSD: psl.h,v 1.6 1999/11/25 18:29:01 mickey Exp $ */
|
||||
|
||||
@ -90,7 +90,7 @@
|
||||
#define PSW_CB (1 << (31-PSW_CB_POS)) /* Carry/Borrow Bits */
|
||||
#define PSW_O (1 << (31-PSW_O_POS)) /* Force strong ordering (2.0) */
|
||||
#define PSW_G (1 << (31-PSW_G_POS)) /* Debug Trap Enable */
|
||||
#define PSW_F (1 << (31-PSW_F_POS)) /* Perfomance Monitor Interrupt Unmask */
|
||||
#define PSW_F (1 << (31-PSW_F_POS)) /* Performance Monitor Interrupt Unmask */
|
||||
#define PSW_R (1 << (31-PSW_R_POS)) /* Recover Counter Enable */
|
||||
#define PSW_Q (1 << (31-PSW_Q_POS)) /* Interrupt State Collection Enable */
|
||||
#define PSW_P (1 << (31-PSW_P_POS)) /* Protection Identifier Validation Enable */
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if_smap.c,v 1.23 2016/12/15 09:28:04 ozaki-r Exp $ */
|
||||
/* $NetBSD: if_smap.c,v 1.24 2018/02/08 09:05:18 dholland Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
@ -30,7 +30,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_smap.c,v 1.23 2016/12/15 09:28:04 ozaki-r Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_smap.c,v 1.24 2018/02/08 09:05:18 dholland Exp $");
|
||||
|
||||
#include "debug_playstation2.h"
|
||||
|
||||
@ -670,7 +670,7 @@ smap_desc_init(struct smap_softc *sc)
|
||||
sc->tx_done_index = 0;
|
||||
sc->rx_done_index = 0;
|
||||
|
||||
/* intialize entry */
|
||||
/* initialize entry */
|
||||
d = sc->tx_desc;
|
||||
for (i = 0; i < SMAP_DESC_MAX; i++, d++) {
|
||||
d->stat = 0;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: interrupt.c,v 1.15 2016/07/19 16:39:54 maya Exp $ */
|
||||
/* $NetBSD: interrupt.c,v 1.16 2018/02/08 09:05:18 dholland Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
@ -27,7 +27,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: interrupt.c,v 1.15 2016/07/19 16:39:54 maya Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: interrupt.c,v 1.16 2018/02/08 09:05:18 dholland Exp $");
|
||||
|
||||
#include "debug_playstation2.h"
|
||||
#if defined INTR_DEBUG && !defined GSFB_DEBUG_MONITOR
|
||||
@ -89,7 +89,7 @@ interrupt_init_bootstrap(void)
|
||||
for (i = 0; i < _IPL_N; i++)
|
||||
__icu_mask[i] = 0xffffffff;
|
||||
|
||||
/* intialize EE embeded device */
|
||||
/* initialize EE embeded device */
|
||||
timer_init();
|
||||
|
||||
/* clear all pending interrupt and disable all */
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: main.c,v 1.28 2016/06/11 06:40:24 dholland Exp $ */
|
||||
/* $NetBSD: main.c,v 1.29 2018/02/08 09:05:18 dholland Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2007 The NetBSD Foundation, Inc.
|
||||
@ -218,7 +218,7 @@ main(int argc, char *argv[], char *bootargs_start, char *bootargs_end)
|
||||
}
|
||||
}
|
||||
|
||||
/* intialize a disk driver */
|
||||
/* initialize a disk driver */
|
||||
for (i = 0, n = 0; i < nata; i++)
|
||||
n += dskdv_init(&lata[i]);
|
||||
if (n == 0)
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: arcemu.c,v 1.22 2014/03/26 16:16:06 christos Exp $ */
|
||||
/* $NetBSD: arcemu.c,v 1.23 2018/02/08 09:05:18 dholland Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2004 Steve Rumble
|
||||
@ -29,7 +29,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: arcemu.c,v 1.22 2014/03/26 16:16:06 christos Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: arcemu.c,v 1.23 2018/02/08 09:05:18 dholland Exp $");
|
||||
|
||||
#ifndef _LP64
|
||||
|
||||
@ -465,7 +465,7 @@ arcemu_GetEnvironmentVariable(const char *var)
|
||||
|
||||
/*
|
||||
* As far as I can tell, old systems had no analogue of OSLoadOptions.
|
||||
* So, to allow forcing of single user mode, we accomodate the
|
||||
* So, to allow forcing of single user mode, we accommodate the
|
||||
* user setting the ARCBIOSy environment variable "OSLoadOptions" to
|
||||
* something other than "auto".
|
||||
*/
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: locore_subr.S,v 1.55 2015/02/15 10:48:13 skrll Exp $ */
|
||||
/* $NetBSD: locore_subr.S,v 1.56 2018/02/08 09:05:18 dholland Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2002 The NetBSD Foundation, Inc.
|
||||
@ -40,7 +40,7 @@
|
||||
#include <sh3/mmu_sh3.h>
|
||||
#include <sh3/mmu_sh4.h>
|
||||
|
||||
__KERNEL_RCSID(0, "$NetBSD: locore_subr.S,v 1.55 2015/02/15 10:48:13 skrll Exp $")
|
||||
__KERNEL_RCSID(0, "$NetBSD: locore_subr.S,v 1.56 2018/02/08 09:05:18 dholland Exp $")
|
||||
|
||||
|
||||
/*
|
||||
@ -379,7 +379,7 @@ NENTRY(_cpu_spin)
|
||||
* cpu_switchto(), so r0 contains previous lwp (the one we are
|
||||
* switching from) that we pass to lwp_startup().
|
||||
*
|
||||
* After that the trampoline should call the function that is indended
|
||||
* After that the trampoline should call the function that is intended
|
||||
* to do some additional setup. When the function returns, the
|
||||
* trampoline returns to the user mode.
|
||||
*/
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: pmap.c,v 1.363 2018/02/06 09:22:57 mrg Exp $ */
|
||||
/* $NetBSD: pmap.c,v 1.364 2018/02/08 09:05:18 dholland Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1996
|
||||
@ -56,7 +56,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.363 2018/02/06 09:22:57 mrg Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.364 2018/02/08 09:05:18 dholland Exp $");
|
||||
|
||||
#include "opt_ddb.h"
|
||||
#include "opt_kgdb.h"
|
||||
@ -3190,7 +3190,7 @@ pmap_bootstrap4_4c(void *top, int nctx, int nregion, int nsegment)
|
||||
|
||||
|
||||
/*
|
||||
* Intialize the kernel pmap.
|
||||
* Initialize the kernel pmap.
|
||||
*/
|
||||
/* kernel_pmap_store.pm_ctxnum = 0; */
|
||||
kernel_pmap_store.pm_refcount = 1;
|
||||
@ -3584,7 +3584,7 @@ pmap_bootstrap4m(void *top)
|
||||
p = (p + NBPG - 1) & ~PGOFSET;
|
||||
|
||||
/*
|
||||
* Intialize the kernel pmap.
|
||||
* Initialize the kernel pmap.
|
||||
*/
|
||||
/* kernel_pmap_store.pm_ctxnum = 0; */
|
||||
kernel_pmap_store.pm_refcount = 1;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: memerr.h,v 1.3 2005/12/11 12:19:20 christos Exp $ */
|
||||
/* $NetBSD: memerr.h,v 1.4 2018/02/08 09:05:18 dholland Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992, 1993
|
||||
@ -86,6 +86,6 @@ struct memerr {
|
||||
#define ME_ECC_WBERR 0x04 /* (ro) write-back error */
|
||||
#define ME_ECC_UE 0x02 /* (ro) UE, uncorrectable error */
|
||||
#define ME_ECC_CE 0x01 /* (ro) CE, correctable (single bit) error */
|
||||
#define ME_ECC_EMASK 0x0F /* (ro) mask for some ECC error occuring */
|
||||
#define ME_ECC_EMASK 0x0F /* (ro) mask for some ECC error occurring */
|
||||
#define ME_ECC_STR "\20\10IPEND\7IENA\6BUSLK\5CE_ENA\4TMOUT\3WBERR\2UE\1CE"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: lcg.c,v 1.2 2014/12/18 22:46:53 jklos Exp $ */
|
||||
/* $NetBSD: lcg.c,v 1.3 2018/02/08 09:05:18 dholland Exp $ */
|
||||
/*
|
||||
* LCG accelerated framebuffer driver
|
||||
* Copyright (c) 2003, 2004 Blaz Antonic
|
||||
@ -34,7 +34,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: lcg.c,v 1.2 2014/12/18 22:46:53 jklos Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: lcg.c,v 1.3 2018/02/08 09:05:18 dholland Exp $");
|
||||
|
||||
#define LCG_NO_ACCEL
|
||||
|
||||
@ -80,7 +80,7 @@ __KERNEL_RCSID(0, "$NetBSD: lcg.c,v 1.2 2014/12/18 22:46:53 jklos Exp $");
|
||||
|
||||
/* font rendering defines */
|
||||
#define LCG_FONT_ADDR (LCG_FB_ADDR + lcg_fb_size)
|
||||
#define LCG_FONT_STORAGE_SIZE 0x40000 /* 16 KB, enough to accomodate 16x32 font bitmaps */
|
||||
#define LCG_FONT_STORAGE_SIZE 0x40000 /* 16 KB, enough to accommodate 16x32 font bitmaps */
|
||||
|
||||
/* register space defines */
|
||||
#define LCG_REG_ADDR 0x20100000 /* LCG registers */
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ite_tv.c,v 1.16 2013/04/28 14:44:46 isaki Exp $ */
|
||||
/* $NetBSD: ite_tv.c,v 1.17 2018/02/08 09:05:18 dholland Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997 Masaru Oki.
|
||||
@ -31,7 +31,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: ite_tv.c,v 1.16 2013/04/28 14:44:46 isaki Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: ite_tv.c,v 1.17 2018/02/08 09:05:18 dholland Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/device.h>
|
||||
@ -191,7 +191,7 @@ tv_init(struct ite_softc *ip)
|
||||
ip->isw->ite_scroll = tv_scroll;
|
||||
|
||||
/*
|
||||
* Intialize colormap
|
||||
* Initialize colormap
|
||||
*/
|
||||
#define RED (0x1f << 6)
|
||||
#define BLUE (0x1f << 1)
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: zaurus_reg.h,v 1.5 2012/08/12 17:25:32 nonaka Exp $ */
|
||||
/* $NetBSD: zaurus_reg.h,v 1.6 2018/02/08 09:05:18 dholland Exp $ */
|
||||
/* $OpenBSD: zaurus_reg.h,v 1.7 2005/12/14 14:39:38 uwe Exp $ */
|
||||
/* NetBSD: lubbock_reg.h,v 1.1 2003/06/18 10:51:15 bsh Exp */
|
||||
|
||||
@ -63,7 +63,7 @@
|
||||
* Magic numbers for the C860 (PXA255) and C3000 (PXA27x).
|
||||
*/
|
||||
|
||||
/* physical adresses of companion chips */
|
||||
/* physical addresses of companion chips */
|
||||
#define C860_SCOOP0_BASE 0x10800000
|
||||
#define C3000_SCOOP0_BASE 0x10800000
|
||||
#define C3000_SCOOP1_BASE 0x08800040
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: isp.c,v 1.126 2017/03/11 12:08:57 maya Exp $ */
|
||||
/* $NetBSD: isp.c,v 1.127 2018/02/08 09:05:19 dholland Exp $ */
|
||||
/*
|
||||
* Machine and OS Independent (well, as best as possible)
|
||||
* code for the Qlogic ISP SCSI adapters.
|
||||
@ -43,7 +43,7 @@
|
||||
*/
|
||||
#ifdef __NetBSD__
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: isp.c,v 1.126 2017/03/11 12:08:57 maya Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: isp.c,v 1.127 2018/02/08 09:05:19 dholland Exp $");
|
||||
#include <dev/ic/isp_netbsd.h>
|
||||
#endif
|
||||
#ifdef __FreeBSD__
|
||||
@ -2903,7 +2903,7 @@ isp_scan_loop(ispsoftc_t *isp, int chan)
|
||||
* Check our connection topology.
|
||||
*
|
||||
* If we're a public or private loop, we scan 0..125 as handle values.
|
||||
* The firmware has (typically) peformed a PLOGI for us. We skip this
|
||||
* The firmware has (typically) performed a PLOGI for us. We skip this
|
||||
* step if we're a ISP_24XX in NP-IV mode.
|
||||
*
|
||||
* If we're a N-port connection, we treat this is a short loop (0..1).
|
||||
@ -5714,7 +5714,7 @@ isp_parse_async_fc(ispsoftc_t *isp, uint16_t mbox)
|
||||
}
|
||||
#endif
|
||||
/*
|
||||
* We've had problems with data corruption occuring on
|
||||
* We've had problems with data corruption occurring on
|
||||
* commands that complete (with no apparent error) after
|
||||
* we receive a LIP. This has been observed mostly on
|
||||
* Local Loop topologies. To be safe, let's just mark
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: nslm7xvar.h,v 1.33 2017/08/18 04:07:51 msaitoh Exp $ */
|
||||
/* $NetBSD: nslm7xvar.h,v 1.34 2018/02/08 09:05:19 dholland Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2000 The NetBSD Foundation, Inc.
|
||||
@ -77,8 +77,8 @@
|
||||
*
|
||||
* Several models exists. The W83781D is mostly compatible with the
|
||||
* LM78, but has two extra temperatures. Later models add extra
|
||||
* voltage sensors, fans and bigger fan divisors to accomodate slow
|
||||
* running fans. To accomodate the extra sensors some models have
|
||||
* voltage sensors, fans and bigger fan divisors to accommodate slow
|
||||
* running fans. To accommodate the extra sensors some models have
|
||||
* different memory banks.
|
||||
*/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: rt2560.c,v 1.31 2017/10/23 09:31:17 msaitoh Exp $ */
|
||||
/* $NetBSD: rt2560.c,v 1.32 2018/02/08 09:05:19 dholland Exp $ */
|
||||
/* $OpenBSD: rt2560.c,v 1.15 2006/04/20 20:31:12 miod Exp $ */
|
||||
/* $FreeBSD: rt2560.c,v 1.3 2006/03/21 21:15:43 damien Exp $*/
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
* http://www.ralinktech.com/
|
||||
*/
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: rt2560.c,v 1.31 2017/10/23 09:31:17 msaitoh Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: rt2560.c,v 1.32 2018/02/08 09:05:19 dholland Exp $");
|
||||
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -968,7 +968,7 @@ rt2560_newstate(struct ieee80211com *ic, enum ieee80211_state nstate, int arg)
|
||||
break;
|
||||
}
|
||||
|
||||
/* turn assocation led on */
|
||||
/* turn association led on */
|
||||
rt2560_update_led(sc, 1, 0);
|
||||
|
||||
if (ic->ic_opmode != IEEE80211_M_MONITOR) {
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: siisatareg.h,v 1.10 2017/10/07 16:05:32 jdolecek Exp $ */
|
||||
/* $NetBSD: siisatareg.h,v 1.11 2018/02/08 09:05:19 dholland Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007, 2008, 2009, 2010, 2011 Jonathan A. Kollasch.
|
||||
@ -161,7 +161,7 @@ struct siisata_prb {
|
||||
#define PRX(p,r) (PRO(p) + r)
|
||||
#define PRSX(p,s,o) (PRX(p, PR_SLOT_SIZE * s + o))
|
||||
|
||||
#define PRSO_RTC 0x04 /* recieved transfer count */
|
||||
#define PRSO_RTC 0x04 /* received transfer count */
|
||||
#define PRSO_FIS 0x08 /* base of FIS */
|
||||
|
||||
#define PRO_PMPSTS(i) (0x0f80 + i * 8)
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: wd33c93.c,v 1.26 2017/01/11 07:16:48 skrll Exp $ */
|
||||
/* $NetBSD: wd33c93.c,v 1.27 2018/02/08 09:05:19 dholland Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1990 The Regents of the University of California.
|
||||
@ -79,7 +79,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: wd33c93.c,v 1.26 2017/01/11 07:16:48 skrll Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: wd33c93.c,v 1.27 2018/02/08 09:05:19 dholland Exp $");
|
||||
|
||||
#include "opt_ddb.h"
|
||||
|
||||
@ -1502,7 +1502,7 @@ wd33c93_msgin_phase(struct wd33c93_softc *sc, int reselect)
|
||||
GET_SBIC_csr(sc, csr);
|
||||
|
||||
if (__verify_msg_format(sc->sc_imsg, len))
|
||||
break; /* Complete message recieved */
|
||||
break; /* Complete message received */
|
||||
|
||||
/*
|
||||
* Clear ACK, and wait for the interrupt
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if_ndis.c,v 1.38 2016/12/15 09:28:05 ozaki-r Exp $ */
|
||||
/* $NetBSD: if_ndis.c,v 1.39 2018/02/08 09:05:19 dholland Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2003
|
||||
@ -37,7 +37,7 @@
|
||||
__FBSDID("$FreeBSD: src/sys/dev/if_ndis/if_ndis.c,v 1.69.2.6 2005/03/31 04:24:36 wpaul Exp $");
|
||||
#endif
|
||||
#ifdef __NetBSD__
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_ndis.c,v 1.38 2016/12/15 09:28:05 ozaki-r Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_ndis.c,v 1.39 2018/02/08 09:05:19 dholland Exp $");
|
||||
#endif
|
||||
|
||||
|
||||
@ -1482,7 +1482,7 @@ ndis_init(xsc)
|
||||
int i, error;
|
||||
|
||||
/*
|
||||
* Avoid reintializing the link unnecessarily.
|
||||
* Avoid reinitializing the link unnecessarily.
|
||||
* This should be dealt with in a better way by
|
||||
* fixing the upper layer modules so they don't
|
||||
* call ifp->if_init() quite as often.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if_ec.c,v 1.34 2011/04/24 18:54:41 plunky Exp $ */
|
||||
/* $NetBSD: if_ec.c,v 1.35 2018/02/08 09:05:19 dholland Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
|
||||
@ -48,7 +48,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_ec.c,v 1.34 2011/04/24 18:54:41 plunky Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_ec.c,v 1.35 2018/02/08 09:05:19 dholland Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -471,7 +471,7 @@ ec_attach(device_t parent, device_t self, void *aux)
|
||||
ELINK2_GACFR_RSEL | ELINK2_GACFR_MBS0);
|
||||
|
||||
/*
|
||||
* Intialize "Vector Pointer" registers. These gawd-awful things
|
||||
* Initialize "Vector Pointer" registers. These gawd-awful things
|
||||
* are compared to 20 bits of the address on the ISA, and if they
|
||||
* match, the shared memory is disabled. We set them to 0xffff0...
|
||||
* allegedly the reset vector.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if_sm_isa.c,v 1.23 2012/10/27 17:18:24 chs Exp $ */
|
||||
/* $NetBSD: if_sm_isa.c,v 1.24 2018/02/08 09:05:19 dholland Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1997 The NetBSD Foundation, Inc.
|
||||
@ -31,7 +31,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_sm_isa.c,v 1.23 2012/10/27 17:18:24 chs Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_sm_isa.c,v 1.24 2018/02/08 09:05:19 dholland Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -174,7 +174,7 @@ sm_isa_attach(device_t parent, device_t self, void *aux)
|
||||
|
||||
/* XXX Should get Ethernet address from EEPROM!! */
|
||||
|
||||
/* Perform generic intialization. */
|
||||
/* Perform generic initialization. */
|
||||
smc91cxx_attach(sc, NULL);
|
||||
|
||||
/* Establish the interrupt handler. */
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: aic79xx.reg,v 1.12 2006/02/25 00:58:35 wiz Exp $ */
|
||||
/* $NetBSD: aic79xx.reg,v 1.13 2018/02/08 09:05:19 dholland Exp $ */
|
||||
|
||||
/*
|
||||
* Aic79xx register and scratch ram definitions.
|
||||
@ -652,7 +652,7 @@ register DCHRXMSG0 {
|
||||
}
|
||||
|
||||
/*
|
||||
* CMC Recieve Message 0
|
||||
* CMC Receive Message 0
|
||||
*/
|
||||
register CMCRXMSG0 {
|
||||
address 0x090
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: auacerreg.h,v 1.4 2008/04/28 20:23:54 martin Exp $ */
|
||||
/* $NetBSD: auacerreg.h,v 1.5 2018/02/08 09:05:19 dholland Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2004 The NetBSD Foundation, Inc.
|
||||
@ -139,7 +139,7 @@
|
||||
/*
|
||||
* according to the dev/audiovar.h AU_RING_SIZE is 2^16, what fits
|
||||
* in our limits perfectly, i.e. setting it to higher value
|
||||
* in your kernel config would improve perfomance, still 2^21 is the max
|
||||
* in your kernel config would improve performance, still 2^21 is the max
|
||||
*/
|
||||
#define ALI_DMALIST_MAX 32
|
||||
#define ALI_DMASEG_MAX (65536*2) /* 64k samples, 2x16 bit samples */
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: auichreg.h,v 1.12 2009/09/03 14:29:42 sborrill Exp $ */
|
||||
/* $NetBSD: auichreg.h,v 1.13 2018/02/08 09:05:19 dholland Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2000 Michael Shalayeff
|
||||
@ -131,7 +131,7 @@
|
||||
/*
|
||||
* according to the dev/audiovar.h AU_RING_SIZE is 2^16, what fits
|
||||
* in our limits perfectly, i.e. setting it to higher value
|
||||
* in your kernel config would improve perfomance, still 2^21 is the max
|
||||
* in your kernel config would improve performance, still 2^21 is the max
|
||||
*/
|
||||
#define ICH_DMALIST_MAX 32
|
||||
#define ICH_DMASEG_MAX (65536*2) /* 64k samples, 2x16 bit samples */
|
||||
|
@ -28,7 +28,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
***************************************************************************/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: cxgb_mc5.c,v 1.1 2010/03/21 21:11:13 jklos Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: cxgb_mc5.c,v 1.2 2018/02/08 09:05:19 dholland Exp $");
|
||||
|
||||
#ifdef CONFIG_DEFINED
|
||||
#include <common/cxgb_common.h>
|
||||
@ -328,7 +328,7 @@ static void mc5_dbgi_mode_disable(const struct mc5 *mc5)
|
||||
|
||||
/*
|
||||
* Initialization that requires the OS and protocol layers to already
|
||||
* be intialized goes here.
|
||||
* be initialized goes here.
|
||||
*/
|
||||
int t3_mc5_init(struct mc5 *mc5, unsigned int nservers, unsigned int nfilters,
|
||||
unsigned int nroutes)
|
||||
|
@ -28,7 +28,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
***************************************************************************/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: cxgb_t3_hw.c,v 1.1 2010/03/21 21:11:13 jklos Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: cxgb_t3_hw.c,v 1.2 2018/02/08 09:05:19 dholland Exp $");
|
||||
|
||||
|
||||
#ifdef CONFIG_DEFINED
|
||||
@ -2684,7 +2684,7 @@ static void __devinit init_mtus(unsigned short mtus[])
|
||||
{
|
||||
/*
|
||||
* See draft-mathis-plpmtud-00.txt for the values. The min is 88 so
|
||||
* it can accomodate max size TCP/IP headers when SACK and timestamps
|
||||
* it can accommodate max size TCP/IP headers when SACK and timestamps
|
||||
* are enabled and still have at least 8 bytes of payload.
|
||||
*/
|
||||
mtus[0] = 88;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if_bnx.c,v 1.62 2017/09/26 07:42:06 knakahara Exp $ */
|
||||
/* $NetBSD: if_bnx.c,v 1.63 2018/02/08 09:05:19 dholland Exp $ */
|
||||
/* $OpenBSD: if_bnx.c,v 1.85 2009/11/09 14:32:41 dlg Exp $ */
|
||||
|
||||
/*-
|
||||
@ -35,7 +35,7 @@
|
||||
#if 0
|
||||
__FBSDID("$FreeBSD: src/sys/dev/bce/if_bce.c,v 1.3 2006/04/13 14:12:26 ru Exp $");
|
||||
#endif
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_bnx.c,v 1.62 2017/09/26 07:42:06 knakahara Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_bnx.c,v 1.63 2018/02/08 09:05:19 dholland Exp $");
|
||||
|
||||
/*
|
||||
* The following controllers are supported by this driver:
|
||||
@ -5296,7 +5296,7 @@ bnx_intr(void *xsc)
|
||||
BNX_PCICFG_MISC_STATUS_INTA_VALUE))
|
||||
return 0;
|
||||
|
||||
/* Ack the interrupt and stop others from occuring. */
|
||||
/* Ack the interrupt and stop others from occurring. */
|
||||
REG_WR(sc, BNX_PCICFG_INT_ACK_CMD,
|
||||
BNX_PCICFG_INT_ACK_CMD_USE_INT_HC_PARAM |
|
||||
BNX_PCICFG_INT_ACK_CMD_MASK_INT);
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if_rtwn.c,v 1.13 2017/10/23 09:31:18 msaitoh Exp $ */
|
||||
/* $NetBSD: if_rtwn.c,v 1.14 2018/02/08 09:05:19 dholland Exp $ */
|
||||
/* $OpenBSD: if_rtwn.c,v 1.5 2015/06/14 08:02:47 stsp Exp $ */
|
||||
#define IEEE80211_NO_HT
|
||||
/*-
|
||||
@ -23,7 +23,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_rtwn.c,v 1.13 2017/10/23 09:31:18 msaitoh Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_rtwn.c,v 1.14 2018/02/08 09:05:19 dholland Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/sockio.h>
|
||||
@ -1538,7 +1538,7 @@ rtwn_newstate(struct ieee80211com *ic, enum ieee80211_state nstate, int arg)
|
||||
rtwn_write_1(sc, R92C_R2T_SIFS + 1, 10);
|
||||
rtwn_write_1(sc, R92C_T2T_SIFS + 1, 10);
|
||||
|
||||
/* Intialize rate adaptation. */
|
||||
/* Initialize rate adaptation. */
|
||||
rtwn_ra_init(sc);
|
||||
|
||||
/* Turn link LED on. */
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if_sipreg.h,v 1.19 2008/04/28 20:23:55 martin Exp $ */
|
||||
/* $NetBSD: if_sipreg.h,v 1.20 2018/02/08 09:05:19 dholland Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
@ -502,7 +502,7 @@ struct sip_desc {
|
||||
#define PCR_PS_MCAST 0x40000000 /* pause on multicast */
|
||||
#define PCR_PS_DA 0x20000000 /* pause on DA */
|
||||
#define PCR_PS_ACT 0x10000000 /* pause active */
|
||||
#define PCR_PS_RCVD 0x08000000 /* pause packet recieved */
|
||||
#define PCR_PS_RCVD 0x08000000 /* pause packet received */
|
||||
/* #ifdef DP83820 */
|
||||
#define PCR_PS_STHI_8 0x03000000 /* Status FIFO Hi Threshold (8packets) */
|
||||
#define PCR_PS_STHI_4 0x02000000 /* Status FIFO Hi Threshold (4packets) */
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if_ti.c,v 1.102 2017/09/26 07:42:06 knakahara Exp $ */
|
||||
/* $NetBSD: if_ti.c,v 1.103 2018/02/08 09:05:19 dholland Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997, 1998, 1999
|
||||
@ -81,7 +81,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_ti.c,v 1.102 2017/09/26 07:42:06 knakahara Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_ti.c,v 1.103 2018/02/08 09:05:19 dholland Exp $");
|
||||
|
||||
#include "opt_inet.h"
|
||||
|
||||
@ -688,7 +688,7 @@ ti_jfree(struct mbuf *m, void *tbuf, size_t size, void *arg)
|
||||
|
||||
|
||||
/*
|
||||
* Intialize a standard receive ring descriptor.
|
||||
* Initialize a standard receive ring descriptor.
|
||||
*/
|
||||
static int
|
||||
ti_newbuf_std(struct ti_softc *sc, int i, struct mbuf *m, bus_dmamap_t dmamap)
|
||||
@ -2154,7 +2154,7 @@ ti_intr(void *xsc)
|
||||
return (0);
|
||||
#endif
|
||||
|
||||
/* Ack interrupt and stop others from occuring. */
|
||||
/* Ack interrupt and stop others from occurring. */
|
||||
CSR_WRITE_4(sc, TI_MB_HOSTINTR, 1);
|
||||
|
||||
if (ifp->if_flags & IFF_RUNNING) {
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if_vioif.c,v 1.38 2017/06/01 02:45:11 chs Exp $ */
|
||||
/* $NetBSD: if_vioif.c,v 1.39 2018/02/08 09:05:19 dholland Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2010 Minoura Makoto.
|
||||
@ -26,7 +26,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_vioif.c,v 1.38 2017/06/01 02:45:11 chs Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_vioif.c,v 1.39 2018/02/08 09:05:19 dholland Exp $");
|
||||
|
||||
#ifdef _KERNEL_OPT
|
||||
#include "opt_net_mpsafe.h"
|
||||
@ -299,7 +299,7 @@ vioif_match(device_t parent, cfdata_t match, void *aux)
|
||||
/* allocate memory */
|
||||
/*
|
||||
* dma memory is used for:
|
||||
* sc_rx_hdrs[slot]: metadata array for recieved frames (READ)
|
||||
* sc_rx_hdrs[slot]: metadata array for received frames (READ)
|
||||
* sc_tx_hdrs[slot]: metadata array for frames to be sent (WRITE)
|
||||
* sc_ctrl_cmd: command to be sent via ctrl vq (WRITE)
|
||||
* sc_ctrl_status: return value for a command via ctrl vq (READ)
|
||||
@ -316,9 +316,9 @@ vioif_match(device_t parent, cfdata_t match, void *aux)
|
||||
* dynamically allocated memory is used for:
|
||||
* sc_rxhdr_dmamaps[slot]: bus_dmamap_t array for sc_rx_hdrs[slot]
|
||||
* sc_txhdr_dmamaps[slot]: bus_dmamap_t array for sc_tx_hdrs[slot]
|
||||
* sc_rx_dmamaps[slot]: bus_dmamap_t array for recieved payload
|
||||
* sc_rx_dmamaps[slot]: bus_dmamap_t array for received payload
|
||||
* sc_tx_dmamaps[slot]: bus_dmamap_t array for sent payload
|
||||
* sc_rx_mbufs[slot]: mbuf pointer array for recieved frames
|
||||
* sc_rx_mbufs[slot]: mbuf pointer array for received frames
|
||||
* sc_tx_mbufs[slot]: mbuf pointer array for sent frames
|
||||
*/
|
||||
static int
|
||||
@ -919,9 +919,9 @@ vioif_watchdog(struct ifnet *ifp)
|
||||
|
||||
|
||||
/*
|
||||
* Recieve implementation
|
||||
* Receive implementation
|
||||
*/
|
||||
/* allocate and initialize a mbuf for recieve */
|
||||
/* allocate and initialize a mbuf for receive */
|
||||
static int
|
||||
vioif_add_rx_mbuf(struct vioif_softc *sc, int i)
|
||||
{
|
||||
@ -950,7 +950,7 @@ vioif_add_rx_mbuf(struct vioif_softc *sc, int i)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* free a mbuf for recieve */
|
||||
/* free a mbuf for receive */
|
||||
static void
|
||||
vioif_free_rx_mbuf(struct vioif_softc *sc, int i)
|
||||
{
|
||||
@ -959,7 +959,7 @@ vioif_free_rx_mbuf(struct vioif_softc *sc, int i)
|
||||
sc->sc_rx_mbufs[i] = NULL;
|
||||
}
|
||||
|
||||
/* add mbufs for all the empty recieve slots */
|
||||
/* add mbufs for all the empty receive slots */
|
||||
static void
|
||||
vioif_populate_rx_mbufs(struct vioif_softc *sc)
|
||||
{
|
||||
@ -1015,7 +1015,7 @@ vioif_populate_rx_mbufs_locked(struct vioif_softc *sc)
|
||||
virtio_enqueue_commit(vsc, vq, -1, true);
|
||||
}
|
||||
|
||||
/* dequeue recieved packets */
|
||||
/* dequeue received packets */
|
||||
static int
|
||||
vioif_rx_deq(struct vioif_softc *sc)
|
||||
{
|
||||
@ -1030,7 +1030,7 @@ vioif_rx_deq(struct vioif_softc *sc)
|
||||
return r;
|
||||
}
|
||||
|
||||
/* dequeue recieved packets */
|
||||
/* dequeue received packets */
|
||||
static int
|
||||
vioif_rx_deq_locked(struct vioif_softc *sc)
|
||||
{
|
||||
@ -1101,7 +1101,7 @@ out:
|
||||
return r;
|
||||
}
|
||||
|
||||
/* softint: enqueue recieve requests for new incoming packets */
|
||||
/* softint: enqueue receive requests for new incoming packets */
|
||||
static void
|
||||
vioif_rx_softint(void *arg)
|
||||
{
|
||||
|
@ -32,7 +32,7 @@
|
||||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
static char const n8_id[] = "$Id: QMgrInit.c,v 1.1 2008/10/30 12:02:14 darran Exp $";
|
||||
static char const n8_id[] = "$Id: QMgrInit.c,v 1.2 2018/02/08 09:05:19 dholland Exp $";
|
||||
/*****************************************************************************/
|
||||
/** @file QMgrInit.c
|
||||
* @brief This file contains the hardware independent initialization code
|
||||
@ -80,7 +80,7 @@ static char const n8_id[] = "$Id: QMgrInit.c,v 1.1 2008/10/30 12:02:14 darran Ex
|
||||
* GLOBALS
|
||||
*****************************************************************************/
|
||||
/** @ingroup QMgr
|
||||
* @brief These are the globals used by the open and intialization code in
|
||||
* @brief These are the globals used by the open and initialization code in
|
||||
* the QMgr .
|
||||
*
|
||||
* Internal Globals are to be used only within this file.
|
||||
|
@ -32,7 +32,7 @@
|
||||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
static char const n8_id[] = "$Id: RNQueue.c,v 1.1 2008/10/30 12:02:14 darran Exp $";
|
||||
static char const n8_id[] = "$Id: RNQueue.c,v 1.2 2018/02/08 09:05:19 dholland Exp $";
|
||||
/*****************************************************************************/
|
||||
/** @file RNQueue.c
|
||||
* @brief Random Number Queue Manager
|
||||
@ -85,7 +85,7 @@ static char const n8_id[] = "$Id: RNQueue.c,v 1.1 2008/10/30 12:02:14 darran Exp
|
||||
* 02/18/02 msz More general QMgrRequest, RNG parameter initialization now
|
||||
* done in this code (with a call out to SAPI), no longer need
|
||||
* some routines (RN_InitParameters, RNG_ValidateRequest)
|
||||
* 01/16/02 brr Removed queue intialization now performed by driver.
|
||||
* 01/16/02 brr Removed queue initialization now performed by driver.
|
||||
* 12/06/01 msz Disable/enable rnh around updating read_pointer.
|
||||
* Fix for NSP2000 BUG 2.
|
||||
* 12/05/01 brr Removed obsoleted queue allocation.
|
||||
|
@ -32,7 +32,7 @@
|
||||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
static char const n8_id[] = "$Id: n8_cb_dh.c,v 1.1 2008/10/30 12:02:15 darran Exp $";
|
||||
static char const n8_id[] = "$Id: n8_cb_dh.c,v 1.2 2018/02/08 09:05:19 dholland Exp $";
|
||||
/*****************************************************************************/
|
||||
/** @file n8_cb_dsa.c
|
||||
* @brief DSA Command Block Generator
|
||||
@ -132,7 +132,7 @@ N8_Status_t cb_precomputeDHValues(const API_Request_t *req_p,
|
||||
do
|
||||
{
|
||||
/* Initialize the slot values. These are to address temporary
|
||||
storage in the BNC. The slots accomodate operand sizes up to
|
||||
storage in the BNC. The slots accommodate operand sizes up to
|
||||
the key length */
|
||||
for (i = 0; i < sizeof(slot)/sizeof(unsigned int); i++)
|
||||
{
|
||||
@ -263,7 +263,7 @@ N8_Status_t cb_computeGXmodp_long(const API_Request_t *req_p,
|
||||
CHECK_OBJECT(req_p, ret);
|
||||
|
||||
/* Initialize the slot values. These are to address temporary
|
||||
storage in the BNC. The slots accomodate operand sizes up to
|
||||
storage in the BNC. The slots accommodate operand sizes up to
|
||||
the key length */
|
||||
for (i = 0; i < sizeof(slot)/sizeof(int); i++)
|
||||
{
|
||||
@ -402,7 +402,7 @@ N8_Status_t cb_computeGXmodp_short(const API_Request_t *req_p,
|
||||
CHECK_OBJECT(req_p, ret);
|
||||
|
||||
/* Initialize the slot values. These are to address temporary
|
||||
storage in the BNC. The slots accomodate operand sizes up to
|
||||
storage in the BNC. The slots accommodate operand sizes up to
|
||||
the key length */
|
||||
for (i = 0; i < sizeof(slot)/sizeof(int); i++)
|
||||
{
|
||||
|
@ -32,7 +32,7 @@
|
||||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
static char const n8_id[] = "$Id: n8_cb_dsa.c,v 1.1 2008/10/30 12:02:15 darran Exp $";
|
||||
static char const n8_id[] = "$Id: n8_cb_dsa.c,v 1.2 2018/02/08 09:05:19 dholland Exp $";
|
||||
/*****************************************************************************/
|
||||
/** @file n8_cb_dsa.c
|
||||
* @brief DSA Command Block Generator
|
||||
@ -117,7 +117,7 @@ N8_Status_t cb_computeGRmodX(API_Request_t *req_p,
|
||||
CHECK_OBJECT(req_p, ret);
|
||||
|
||||
/* Initialize the slot values. These are to address temporary
|
||||
storage in the BNC. The slots accomodate operand sizes up to
|
||||
storage in the BNC. The slots accommodate operand sizes up to
|
||||
the key length */
|
||||
slot0 = 0;
|
||||
slot1 = modulusDigits;
|
||||
|
@ -32,7 +32,7 @@
|
||||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
static char const n8_id[] = "$Id: n8_cb_ea.c,v 1.1 2008/10/30 12:02:15 darran Exp $";
|
||||
static char const n8_id[] = "$Id: n8_cb_ea.c,v 1.2 2018/02/08 09:05:19 dholland Exp $";
|
||||
/*****************************************************************************/
|
||||
/** @file n8_cb_ea.c
|
||||
* @brief Command blocks for EA.
|
||||
@ -125,7 +125,7 @@ static char const n8_id[] = "$Id: n8_cb_ea.c,v 1.1 2008/10/30 12:02:15 darran Ex
|
||||
* endian machines.
|
||||
* 05/16/01 dws Modified cb_loadARC4key_to_contextMemory to use the ARC4
|
||||
* i and j masks and shift counts in a more general way. This
|
||||
* was done to accomodate the change in the i and j locations
|
||||
* was done to accommodate the change in the i and j locations
|
||||
* in the ARC4 context block.
|
||||
* 05/11/01 bac Merge sanity changes. Naming standardization.
|
||||
* 05/09/01 bac Added support for SSL Encrypt/Authenticate. Converted to use
|
||||
|
@ -32,7 +32,7 @@
|
||||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
static char const n8_id[] = "$Id: n8_cb_rsa.c,v 1.1 2008/10/30 12:02:15 darran Exp $";
|
||||
static char const n8_id[] = "$Id: n8_cb_rsa.c,v 1.2 2018/02/08 09:05:19 dholland Exp $";
|
||||
/*****************************************************************************/
|
||||
/** @file n8_cb_rsa.c
|
||||
* @brief RSA Command Block Generator
|
||||
@ -393,7 +393,7 @@ N8_Status_t cb_computeCX(const API_Request_t *req_p,
|
||||
{
|
||||
/*
|
||||
* Initialize the offset values. These are to address temporary
|
||||
* storage in the BNC. The offsets accomodate operand sizes up to
|
||||
* storage in the BNC. The offsets accommodate operand sizes up to
|
||||
* the key length
|
||||
*
|
||||
* The BNC layout will look like the following:
|
||||
@ -580,7 +580,7 @@ N8_Status_t cb_exponentiate(API_Request_t *req_p,
|
||||
|
||||
/*
|
||||
* Initialize the offset values. These are to address temporary
|
||||
* storage in the BNC. The offsets accomodate operand sizes up to
|
||||
* storage in the BNC. The offsets accommodate operand sizes up to
|
||||
* the key length
|
||||
*
|
||||
* The BNC layout will look like the following:
|
||||
@ -750,7 +750,7 @@ static N8_Status_t cb_exp_with_precomputes(API_Request_t *req_p,
|
||||
|
||||
/*
|
||||
* Initialize the offset values. These are to address temporary
|
||||
* storage in the BNC. The offsets accomodate operand sizes up to
|
||||
* storage in the BNC. The offsets accommodate operand sizes up to
|
||||
* the key length
|
||||
*/
|
||||
|
||||
@ -1237,7 +1237,7 @@ N8_Status_t cb_rsaPublicDecrypt(const API_Request_t *req_p,
|
||||
{
|
||||
/*
|
||||
* Initialize the offset values. These are to address temporary
|
||||
* storage in the BNC. The offsets accomodate operand sizes up to
|
||||
* storage in the BNC. The offsets accommodate operand sizes up to
|
||||
* the key length
|
||||
*
|
||||
* The BNC layout will look like the following:
|
||||
@ -1258,7 +1258,7 @@ N8_Status_t cb_rsaPublicDecrypt(const API_Request_t *req_p,
|
||||
|
||||
/*
|
||||
* Initialize the offset values. These are to address temporary
|
||||
* storage in the BNC. The offsets accomodate operand sizes up to
|
||||
* storage in the BNC. The offsets accommodate operand sizes up to
|
||||
* the key length
|
||||
*/
|
||||
for (i = 0; i < sizeof(offset)/sizeof(unsigned int); i++)
|
||||
|
@ -32,7 +32,7 @@
|
||||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
static char const n8_id[] = "$Id: n8_daemon_sks.c,v 1.2 2014/03/25 16:19:14 christos Exp $";
|
||||
static char const n8_id[] = "$Id: n8_daemon_sks.c,v 1.3 2018/02/08 09:05:19 dholland Exp $";
|
||||
/*****************************************************************************/
|
||||
/** @file n8_daemon_sks.c
|
||||
* @brief This file implements the user side of the daemon's SKS
|
||||
@ -410,7 +410,7 @@ N8_Status_t n8_daemon_sks_delete(char *keyEntryPath_p)
|
||||
*
|
||||
* @return
|
||||
* N8_STATUS_OK indicates that the API has been initialixed, or that all
|
||||
* intialization proceeded without errors.
|
||||
* initialization proceeded without errors.
|
||||
* N8_FILE_ERROR indicates that either an SKS entry could not be
|
||||
* read, or that the descriptor tables could not be created.
|
||||
*
|
||||
|
@ -248,7 +248,7 @@ void HASH_INIT (SHA_CTX *c)
|
||||
#ifndef MD32_XARRAY
|
||||
/*
|
||||
* Originally X was an array. As it's automatic it's natural
|
||||
* to expect RISC compiler to accomodate at least part of it in
|
||||
* to expect RISC compiler to accommodate at least part of it in
|
||||
* the register bank, isn't it? Unfortunately not all compilers
|
||||
* "find" this expectation reasonable:-( On order to make such
|
||||
* compilers generate better code I replace X[] with a bunch of
|
||||
|
@ -32,7 +32,7 @@
|
||||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
static char const n8_id[] = "$Id: config.c,v 1.4 2015/04/13 16:33:25 riastradh Exp $";
|
||||
static char const n8_id[] = "$Id: config.c,v 1.5 2018/02/08 09:05:20 dholland Exp $";
|
||||
/*****************************************************************************/
|
||||
/** @file config.c
|
||||
* @brief NSP2000 Device Driver Configuration Manager.
|
||||
@ -134,7 +134,7 @@ static char const n8_id[] = "$Id: config.c,v 1.4 2015/04/13 16:33:25 riastradh E
|
||||
* 12/06/01 brr Added seperate define for RNG queue sizing, moved SKS init
|
||||
* to the driver, and correct context memory detection.
|
||||
* 12/05/01 brr Move queue initialization to the driver.
|
||||
* 11/26/01 mmd Updated parms for N8_ConfigInit to accomodate new PCIinfo
|
||||
* 11/26/01 mmd Updated parms for N8_ConfigInit to accommodate new PCIinfo
|
||||
* field of NspInstance_t. Generally updated N8_ConfigInit and
|
||||
* N8_GetConfig to ensure full support of both ASIC and FPGA.
|
||||
* 11/14/01 mmd Using global parm defines from n8_driver_parms.h.
|
||||
|
@ -59,7 +59,7 @@
|
||||
* 02/15/02 brr Modified N8_GetConfig to return all driver information in a
|
||||
* single call.
|
||||
* 12/14/01 brr Support memory management performance improvements.
|
||||
* 11/26/01 mmd Updated parms for N8_ConfigInit to accomodate new PCIinfo
|
||||
* 11/26/01 mmd Updated parms for N8_ConfigInit to accommodate new PCIinfo
|
||||
* field of NspInstance_t.
|
||||
* 11/13/01 mmd Implemented N8_AllocateHardwareResources and
|
||||
* N8_ReleaseHardwareResources.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: radeonfb_bios.c,v 1.4 2010/11/03 00:49:02 macallan Exp $ */
|
||||
/* $NetBSD: radeonfb_bios.c,v 1.5 2018/02/08 09:05:19 dholland Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2006 Itronix Inc.
|
||||
@ -39,7 +39,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: radeonfb_bios.c,v 1.4 2010/11/03 00:49:02 macallan Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: radeonfb_bios.c,v 1.5 2018/02/08 09:05:19 dholland Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -75,7 +75,7 @@ __KERNEL_RCSID(0, "$NetBSD: radeonfb_bios.c,v 1.4 2010/11/03 00:49:02 macallan E
|
||||
#define MEM_CONFIG_OFFSET 0x48
|
||||
|
||||
/*
|
||||
* Values related to generic intialization tables.
|
||||
* Values related to generic initialization tables.
|
||||
*/
|
||||
#define TABLE_ENTRY_FLAG_MASK 0xe000
|
||||
#define TABLE_ENTRY_INDEX_MASK 0x1fff
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if_sm_pcmcia.c,v 1.56 2016/07/07 06:55:42 msaitoh Exp $ */
|
||||
/* $NetBSD: if_sm_pcmcia.c,v 1.57 2018/02/08 09:05:20 dholland Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1997, 1998, 2000, 2004 The NetBSD Foundation, Inc.
|
||||
@ -31,7 +31,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_sm_pcmcia.c,v 1.56 2016/07/07 06:55:42 msaitoh Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_sm_pcmcia.c,v 1.57 2018/02/08 09:05:20 dholland Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -174,7 +174,7 @@ sm_pcmcia_attach(device_t parent, device_t self, void *aux)
|
||||
"unable to get Ethernet address\n");
|
||||
}
|
||||
|
||||
/* Perform generic intialization. */
|
||||
/* Perform generic initialization. */
|
||||
smc91cxx_attach(sc, enaddr);
|
||||
|
||||
psc->sc_state = SM_PCMCIA_ATTACHED;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: sysmon_taskq.c,v 1.19 2015/04/28 11:58:49 martin Exp $ */
|
||||
/* $NetBSD: sysmon_taskq.c,v 1.20 2018/02/08 09:05:20 dholland Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2001, 2003 Wasabi Systems, Inc.
|
||||
@ -41,7 +41,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: sysmon_taskq.c,v 1.19 2015/04/28 11:58:49 martin Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: sysmon_taskq.c,v 1.20 2018/02/08 09:05:20 dholland Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/malloc.h>
|
||||
@ -80,7 +80,7 @@ MODULE(MODULE_CLASS_MISC, sysmon_taskq, NULL);
|
||||
* the module(9) framework. However, there are a number of
|
||||
* users of the sysmon_taskq facility that are not modular,
|
||||
* and these can directly call sysmon_task_queue_init()
|
||||
* directly. To accomodate these non-standard users, we
|
||||
* directly. To accommodate these non-standard users, we
|
||||
* make sure that sysmon_task_queue_init() handles multiple
|
||||
* invocations. And we also ensure that, if any non-module
|
||||
* user exists, we don't allow the module to be unloaded.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if_upgt.c,v 1.18 2018/01/21 13:57:12 skrll Exp $ */
|
||||
/* $NetBSD: if_upgt.c,v 1.19 2018/02/08 09:05:20 dholland Exp $ */
|
||||
/* $OpenBSD: if_upgt.c,v 1.49 2010/04/20 22:05:43 tedu Exp $ */
|
||||
|
||||
/*
|
||||
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_upgt.c,v 1.18 2018/01/21 13:57:12 skrll Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_upgt.c,v 1.19 2018/02/08 09:05:20 dholland Exp $");
|
||||
|
||||
#ifdef _KERNEL_OPT
|
||||
#include "opt_usb.h"
|
||||
@ -2405,7 +2405,7 @@ upgt_crc32_le(const void *buf, size_t size)
|
||||
|
||||
/*
|
||||
* The firmware awaits a checksum for each frame we send to it.
|
||||
* The algorithm used therefor is uncommon but somehow similar to CRC32.
|
||||
* The algorithm used is uncommon but somehow similar to CRC32.
|
||||
*/
|
||||
static uint32_t
|
||||
upgt_chksum_le(const uint32_t *buf, size_t size)
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if_urtwn.c,v 1.56 2018/01/21 13:57:12 skrll Exp $ */
|
||||
/* $NetBSD: if_urtwn.c,v 1.57 2018/02/08 09:05:20 dholland Exp $ */
|
||||
/* $OpenBSD: if_urtwn.c,v 1.42 2015/02/10 23:25:46 mpi Exp $ */
|
||||
|
||||
/*-
|
||||
@ -25,7 +25,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_urtwn.c,v 1.56 2018/01/21 13:57:12 skrll Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_urtwn.c,v 1.57 2018/02/08 09:05:20 dholland Exp $");
|
||||
|
||||
#ifdef _KERNEL_OPT
|
||||
#include "opt_inet.h"
|
||||
@ -2098,7 +2098,7 @@ urtwn_newstate_cb(struct urtwn_softc *sc, void *arg)
|
||||
urtwn_write_1(sc, R92C_R2T_SIFS + 1, sifs_time);
|
||||
urtwn_write_1(sc, R92C_T2T_SIFS + 1, sifs_time);
|
||||
|
||||
/* Intialize rate adaptation. */
|
||||
/* Initialize rate adaptation. */
|
||||
if (ISSET(sc->chip, URTWN_CHIP_88E) ||
|
||||
ISSET(sc->chip, URTWN_CHIP_92EU))
|
||||
ni->ni_txrate = ni->ni_rates.rs_nrates - 1;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: puffs_node.c,v 1.37 2016/08/20 12:37:08 hannken Exp $ */
|
||||
/* $NetBSD: puffs_node.c,v 1.38 2018/02/08 09:05:20 dholland Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2005, 2006, 2007 Antti Kantee. All Rights Reserved.
|
||||
@ -30,7 +30,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: puffs_node.c,v 1.37 2016/08/20 12:37:08 hannken Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: puffs_node.c,v 1.38 2018/02/08 09:05:20 dholland Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/hash.h>
|
||||
@ -51,7 +51,7 @@ struct pool puffs_pnpool;
|
||||
struct pool puffs_vapool;
|
||||
|
||||
/*
|
||||
* Grab a vnode, intialize all the puffs-dependent stuff.
|
||||
* Grab a vnode, initialize all the puffs-dependent stuff.
|
||||
*/
|
||||
static int
|
||||
puffs_getvnode1(struct mount *mp, puffs_cookie_t ck, enum vtype type,
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: subr_pcq.c,v 1.9 2015/01/08 23:39:57 riastradh Exp $ */
|
||||
/* $NetBSD: subr_pcq.c,v 1.10 2018/02/08 09:05:20 dholland Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2009 The NetBSD Foundation, Inc.
|
||||
@ -34,7 +34,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: subr_pcq.c,v 1.9 2015/01/08 23:39:57 riastradh Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: subr_pcq.c,v 1.10 2018/02/08 09:05:20 dholland Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
@ -148,7 +148,7 @@ pcq_peek(pcq_t *pcq)
|
||||
/*
|
||||
* pcq_get: remove and return the next item for consumption or NULL if empty.
|
||||
*
|
||||
* => The caller must prevent concurrent gets from occuring.
|
||||
* => The caller must prevent concurrent gets from occurring.
|
||||
*/
|
||||
void *
|
||||
pcq_get(pcq_t *pcq)
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: subr_tftproot.c,v 1.20 2018/02/07 15:51:35 manu Exp $ */
|
||||
/* $NetBSD: subr_tftproot.c,v 1.21 2018/02/08 09:05:20 dholland Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2007 Emmanuel Dreyfus, all rights reserved.
|
||||
@ -39,7 +39,7 @@
|
||||
#include "opt_md.h"
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: subr_tftproot.c,v 1.20 2018/02/07 15:51:35 manu Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: subr_tftproot.c,v 1.21 2018/02/08 09:05:20 dholland Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
@ -293,7 +293,7 @@ tftproot_getfile(struct tftproot_handle *trh, struct lwp *l)
|
||||
}
|
||||
|
||||
/*
|
||||
* Accomodate the packet length for acks.
|
||||
* Accommodate the packet length for acks.
|
||||
* This is really needed only on first pass
|
||||
*/
|
||||
m_outbuf->m_len = hdrlen;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: subr_vmem.c,v 1.96 2017/05/31 23:53:30 chs Exp $ */
|
||||
/* $NetBSD: subr_vmem.c,v 1.97 2018/02/08 09:05:20 dholland Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c)2006,2007,2008,2009 YAMAMOTO Takashi,
|
||||
@ -46,7 +46,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: subr_vmem.c,v 1.96 2017/05/31 23:53:30 chs Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: subr_vmem.c,v 1.97 2018/02/08 09:05:20 dholland Exp $");
|
||||
|
||||
#if defined(_KERNEL) && defined(_KERNEL_OPT)
|
||||
#include "opt_ddb.h"
|
||||
@ -171,7 +171,7 @@ static LIST_HEAD(, vmem) vmem_list = LIST_HEAD_INITIALIZER(vmem_list);
|
||||
|
||||
/*
|
||||
* BT_RESERVE calculation:
|
||||
* we allocate memory for boundry tags with vmem, therefor we have
|
||||
* we allocate memory for boundry tags with vmem; therefore we have
|
||||
* to keep a reserve of bts used to allocated memory for bts.
|
||||
* This reserve is 4 for each arena involved in allocating vmems memory.
|
||||
* BT_MAXFREE: don't cache excessive counts of bts in arenas
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: dlt.h,v 1.17 2017/01/24 22:12:42 christos Exp $ */
|
||||
/* $NetBSD: dlt.h,v 1.18 2018/02/08 09:05:20 dholland Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
|
||||
@ -575,7 +575,7 @@
|
||||
* input packets such as port scans, packets from old lost connections,
|
||||
* etc. to force the connection to stay up).
|
||||
*
|
||||
* The first byte of the PPP header (0xff03) is modified to accomodate
|
||||
* The first byte of the PPP header (0xff03) is modified to accommodate
|
||||
* the direction - 0x00 = IN, 0x01 = OUT.
|
||||
*/
|
||||
#define DLT_PPP_PPPD 166
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* $KAME: dccp_usrreq.c,v 1.67 2005/11/03 16:05:04 nishida Exp $ */
|
||||
/* $NetBSD: dccp_usrreq.c,v 1.16 2017/05/07 21:36:23 rjs Exp $ */
|
||||
/* $NetBSD: dccp_usrreq.c,v 1.17 2018/02/08 09:05:20 dholland Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2003 Joacim Häggmark, Magnus Erixzon, Nils-Erik Mattsson
|
||||
@ -67,7 +67,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: dccp_usrreq.c,v 1.16 2017/05/07 21:36:23 rjs Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: dccp_usrreq.c,v 1.17 2018/02/08 09:05:20 dholland Exp $");
|
||||
|
||||
#ifdef _KERNEL_OPT
|
||||
#include "opt_inet.h"
|
||||
@ -539,7 +539,7 @@ dccp_input(struct mbuf *m, ...)
|
||||
|
||||
if (! (DCCP_SEQ_GT(seqnr, low_seqnr) && DCCP_SEQ_LT(seqnr, high_seqnr))) {
|
||||
dccpstat.dccps_badseq++;
|
||||
DCCP_DEBUG((LOG_INFO, "Recieved DCCP packet with bad sequence number = %llu (low_seqnr = %llu, high_seqnr = %llu)\n", seqnr, low_seqnr, high_seqnr));
|
||||
DCCP_DEBUG((LOG_INFO, "Received DCCP packet with bad sequence number = %llu (low_seqnr = %llu, high_seqnr = %llu)\n", seqnr, low_seqnr, high_seqnr));
|
||||
INP_UNLOCK(inp);
|
||||
goto badunlocked;
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: tcp_input.c,v 1.363 2017/11/15 09:56:31 ozaki-r Exp $ */
|
||||
/* $NetBSD: tcp_input.c,v 1.364 2018/02/08 09:05:20 dholland Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
|
||||
@ -148,7 +148,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: tcp_input.c,v 1.363 2017/11/15 09:56:31 ozaki-r Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: tcp_input.c,v 1.364 2018/02/08 09:05:20 dholland Exp $");
|
||||
|
||||
#ifdef _KERNEL_OPT
|
||||
#include "opt_inet.h"
|
||||
@ -4493,7 +4493,7 @@ syn_cache_add(struct sockaddr *src, struct sockaddr *dst, struct tcphdr *th,
|
||||
sc->sc_flags |= SCF_SACK_PERMIT;
|
||||
|
||||
/*
|
||||
* ECN setup packet recieved.
|
||||
* ECN setup packet received.
|
||||
*/
|
||||
if ((th->th_flags & (TH_ECE|TH_CWR)) && tcp_do_ecn)
|
||||
sc->sc_flags |= SCF_ECN_PERMIT;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: in6_pcb.c,v 1.163 2017/12/22 09:53:06 ozaki-r Exp $ */
|
||||
/* $NetBSD: in6_pcb.c,v 1.164 2018/02/08 09:05:20 dholland Exp $ */
|
||||
/* $KAME: in6_pcb.c,v 1.84 2001/02/08 18:02:08 itojun Exp $ */
|
||||
|
||||
/*
|
||||
@ -62,7 +62,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: in6_pcb.c,v 1.163 2017/12/22 09:53:06 ozaki-r Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: in6_pcb.c,v 1.164 2018/02/08 09:05:20 dholland Exp $");
|
||||
|
||||
#ifdef _KERNEL_OPT
|
||||
#include "opt_inet.h"
|
||||
@ -205,7 +205,7 @@ in6_pcbbind_addr(struct in6pcb *in6p, struct sockaddr_in6 *sin6, struct lwp *l)
|
||||
|
||||
/*
|
||||
* We should check the family, but old programs
|
||||
* incorrectly fail to intialize it.
|
||||
* incorrectly fail to initialize it.
|
||||
*/
|
||||
if (sin6->sin6_family != AF_INET6)
|
||||
return (EAFNOSUPPORT);
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: cryptodev.c,v 1.97 2017/11/30 20:25:55 christos Exp $ */
|
||||
/* $NetBSD: cryptodev.c,v 1.98 2018/02/08 09:05:20 dholland Exp $ */
|
||||
/* $FreeBSD: src/sys/opencrypto/cryptodev.c,v 1.4.2.4 2003/06/03 00:09:02 sam Exp $ */
|
||||
/* $OpenBSD: cryptodev.c,v 1.53 2002/07/10 22:21:30 mickey Exp $ */
|
||||
|
||||
@ -64,7 +64,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: cryptodev.c,v 1.97 2017/11/30 20:25:55 christos Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: cryptodev.c,v 1.98 2018/02/08 09:05:20 dholland Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -670,7 +670,7 @@ eagain:
|
||||
mutex_enter(&cryptodev_mtx);
|
||||
|
||||
/*
|
||||
* Don't touch crp before returned by any error or recieved
|
||||
* Don't touch crp before returned by any error or received
|
||||
* cv_signal(&crp->crp_cv). It is required to restructure locks.
|
||||
*/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: t_uvm_physseg.c,v 1.2 2016/12/22 08:15:20 cherry Exp $ */
|
||||
/* $NetBSD: t_uvm_physseg.c,v 1.3 2018/02/08 09:05:20 dholland Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2015, 2016 The NetBSD Foundation, Inc.
|
||||
@ -31,7 +31,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__RCSID("$NetBSD: t_uvm_physseg.c,v 1.2 2016/12/22 08:15:20 cherry Exp $");
|
||||
__RCSID("$NetBSD: t_uvm_physseg.c,v 1.3 2018/02/08 09:05:20 dholland Exp $");
|
||||
|
||||
/*
|
||||
* If this line is commented out tests related to uvm_physseg_get_pmseg()
|
||||
@ -2037,7 +2037,7 @@ ATF_TC_BODY(uvm_page_physunload_none, tc)
|
||||
/*
|
||||
* Note: start != avail_start and end != avail_end.
|
||||
*
|
||||
* This prevents any unload from occuring.
|
||||
* This prevents any unload from occurring.
|
||||
*/
|
||||
upm = uvm_page_physload(VALID_START_PFN_2, VALID_END_PFN_2,
|
||||
VALID_AVAIL_START_PFN_2 + 1, VALID_AVAIL_END_PFN_2 - 1,
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: job.c,v 1.191 2017/07/20 19:29:54 sjg Exp $ */
|
||||
/* $NetBSD: job.c,v 1.192 2018/02/08 09:05:21 dholland Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
|
||||
@ -70,14 +70,14 @@
|
||||
*/
|
||||
|
||||
#ifndef MAKE_NATIVE
|
||||
static char rcsid[] = "$NetBSD: job.c,v 1.191 2017/07/20 19:29:54 sjg Exp $";
|
||||
static char rcsid[] = "$NetBSD: job.c,v 1.192 2018/02/08 09:05:21 dholland Exp $";
|
||||
#else
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)job.c 8.2 (Berkeley) 3/19/94";
|
||||
#else
|
||||
__RCSID("$NetBSD: job.c,v 1.191 2017/07/20 19:29:54 sjg Exp $");
|
||||
__RCSID("$NetBSD: job.c,v 1.192 2018/02/08 09:05:21 dholland Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
#endif
|
||||
@ -102,7 +102,7 @@ __RCSID("$NetBSD: job.c,v 1.191 2017/07/20 19:29:54 sjg Exp $");
|
||||
* a time given by the SEL_* constants, below,
|
||||
* or until output is ready.
|
||||
*
|
||||
* Job_Init Called to intialize this module. in addition,
|
||||
* Job_Init Called to initialize this module. in addition,
|
||||
* any commands attached to the .BEGIN target
|
||||
* are executed before this function returns.
|
||||
* Hence, the makefile must have been parsed
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: drvstats.c,v 1.11 2017/07/04 21:19:33 mlelstv Exp $ */
|
||||
/* $NetBSD: drvstats.c,v 1.12 2018/02/08 09:05:21 dholland Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1996 John M. Vinopal
|
||||
@ -378,7 +378,7 @@ drvinit(int selected)
|
||||
drv_select = cur.select;
|
||||
dr_name = cur.name;
|
||||
|
||||
/* Read the drive names and set intial selection. */
|
||||
/* Read the drive names and set initial selection. */
|
||||
mib[0] = CTL_HW; /* Should be still set from */
|
||||
mib[1] = HW_IOSTATS; /* ... above, but be safe... */
|
||||
mib[2] = sizeof(struct io_sysctl);
|
||||
|
@ -22,7 +22,7 @@ SOFTWARE.
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
__RCSID("$NetBSD: hash.c,v 1.7 2007/05/27 16:31:42 tls Exp $");
|
||||
__RCSID("$NetBSD: hash.c,v 1.8 2018/02/08 09:05:21 dholland Exp $");
|
||||
#endif
|
||||
|
||||
|
||||
@ -65,7 +65,7 @@ PRIVATE void hashi_FreeMembers(hash_member *, hash_freefp);
|
||||
/*
|
||||
* Hash table initialization routine.
|
||||
*
|
||||
* This routine creates and intializes a hash table of size "tablesize"
|
||||
* This routine creates and initializes a hash table of size "tablesize"
|
||||
* entries. Successful calls return a pointer to the hash table (which must
|
||||
* be passed to other hash routines to identify the hash table). Failed
|
||||
* calls return NULL.
|
||||
|
Loading…
Reference in New Issue
Block a user