dependant -> dependent
This commit is contained in:
parent
0d4e6aae2a
commit
4cbd24b23f
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: defs.h,v 1.153 2011/04/04 08:30:12 mbalmer Exp $ */
|
||||
/* $NetBSD: defs.h,v 1.154 2011/06/30 20:09:15 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997 Piermont Information Systems Inc.
|
||||
|
@ -117,11 +117,11 @@ enum {
|
|||
SET_X11_ETC, /* X11 config */
|
||||
SET_X11_LAST,
|
||||
|
||||
/* Machine dependant sets */
|
||||
SET_MD_1, /* Machine dependant set */
|
||||
SET_MD_2, /* Machine dependant set */
|
||||
SET_MD_3, /* Machine dependant set */
|
||||
SET_MD_4, /* Machine dependant set */
|
||||
/* Machine dependent sets */
|
||||
SET_MD_1, /* Machine dependent set */
|
||||
SET_MD_2, /* Machine dependent set */
|
||||
SET_MD_3, /* Machine dependent set */
|
||||
SET_MD_4, /* Machine dependent set */
|
||||
|
||||
SET_LAST,
|
||||
SET_GROUP, /* Start of submenu */
|
||||
|
@ -141,7 +141,7 @@ enum {
|
|||
#define SET_X11_NOSERVERS SET_X11_BASE, SET_X11_FONTS, SET_X11_PROG, SET_X11_ETC
|
||||
#define SET_X11 SET_X11_NOSERVERS, SET_X11_SERVERS
|
||||
|
||||
/* All machine dependant sets */
|
||||
/* All machine dependent sets */
|
||||
#define SET_MD SET_MD_1, SET_MD_2, SET_MD_3, SET_MD_4
|
||||
|
||||
/* Set list flags */
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: mbr.h,v 1.25 2011/04/04 08:30:12 mbalmer Exp $ */
|
||||
/* $NetBSD: mbr.h,v 1.26 2011/06/30 20:09:15 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997, 1988 Piermont Information Systems Inc.
|
||||
|
@ -125,7 +125,7 @@ void edit_bootsel_default_disk(int);
|
|||
void configure_bootsel(void);
|
||||
#endif
|
||||
|
||||
/* Machine dependant mbr functions */
|
||||
/* Machine dependent mbr functions */
|
||||
int md_mbr_use_wholedisk(mbr_info_t *mbri);
|
||||
int md_check_mbr(mbr_info_t *mbri);
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.99 $>
|
||||
LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.100 $>
|
||||
|
||||
|
||||
Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8:
|
||||
|
@ -675,10 +675,10 @@ Changes from NetBSD 0.9 to NetBSD 1.0:
|
|||
add bootpd to othersrc. Add bootp service nos to/etc/services. (brezak)
|
||||
add -x flag to strip. Removes local syms, stabs, and compiler idents
|
||||
symbols. (brezak)
|
||||
machine independant changes to VM to be able to handle machines with
|
||||
machine independent changes to VM to be able to handle machines with
|
||||
non-contiguous memory from Wolfgang Solfrank. Machines that
|
||||
need this use "option MACHINE_NONCONTIG". (brezak)
|
||||
i386: machine dependant changes for non-contiguous memory. WARNING-
|
||||
i386: machine dependent changes for non-contiguous memory. WARNING-
|
||||
you will need a new config for this. (brezak)
|
||||
i386: boot program changes to load the symbols table from the image,
|
||||
be able to boot omagic executables, pass a few more
|
||||
|
@ -1817,7 +1817,7 @@ Changes from NetBSD 1.0 to NetBSD 1.1:
|
|||
libsa: Added a machine-independent `twiddler' to libsa. Also made the
|
||||
libsa exec() more useful. [mycroft 19950220]
|
||||
yppasswd(1): Added yppasswd as a link to passwd. (phil)
|
||||
audio: Added new machine independant audio subsystem. Drivers for i386
|
||||
audio: Added new machine independent audio subsystem. Drivers for i386
|
||||
SoundBlaster (SB, SB16 and SBPRO), PAS (In SB emulation),
|
||||
and Windows Sound System. Thanx to John Kohl, Jeff Chilton,
|
||||
George Michaelson, and Havard Eidnes. (brezak)
|
||||
|
@ -2791,7 +2791,7 @@ Changes from NetBSD 1.2 to NetBSD 1.3:
|
|||
options PFIL_HOOKS. [mrg 19960905]
|
||||
getpgid(2): added getpgid(2) system call, as per SVR4. [mrg 19960905]
|
||||
reboot(2): changed reboot(2) system call to take a string of boot
|
||||
commands, to be handled by the machine dependant boot()
|
||||
commands, to be handled by the machine dependent boot()
|
||||
function. current only the sparc and sun3 ports use
|
||||
this. [mrg 19960905]
|
||||
poll(2): added poll(2) system call. [mycroft 19960907]
|
||||
|
@ -4840,7 +4840,7 @@ Changes from NetBSD 1.4 to NetBSD 1.5:
|
|||
These routines now expect the protocol header to be included
|
||||
with the packet, not stripped off. [thorpej 19990518]
|
||||
kernel: make the kernel buffer allocation routine allocsys() machine
|
||||
independant; all ports now support the BUFCACHE option.
|
||||
independent; all ports now support the BUFCACHE option.
|
||||
[lukem 19990519].
|
||||
sparc: finally NetBSD works Ok on HyperSPARC machines [pk 19990521]
|
||||
mips: reduce extraneous kernel space TLB exceptions by preserving
|
||||
|
@ -7793,7 +7793,7 @@ Changes from NetBSD 2.0 to NetBSD 3.0:
|
|||
/etc/postinstall: check for obsolete minor/teeny shared libraries.
|
||||
[lukem 20040812]
|
||||
kernel: Add extensions to the autoconf(9) framework to allow device
|
||||
detachment and bus rescans in a bus independant way, and
|
||||
detachment and bus rescans in a bus independent way, and
|
||||
for better support of driver LKMs. [drochner 20040819]
|
||||
libc: Add optimized ffs(3) implementation for ARM architecture 5.
|
||||
[rearnsha 20040821]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.inc,v 1.33 2011/06/20 06:52:36 mrg Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.34 2011/06/30 20:09:15 wiz Exp $
|
||||
|
||||
.if !defined(ELFSIZE)
|
||||
ELFSIZE=32
|
||||
|
@ -39,7 +39,7 @@ crt0.o: crt0.c
|
|||
${OBJCOPY} -R .ident ${.TARGET}
|
||||
.endif
|
||||
|
||||
# dependant on crt0.o to pick up header dependencies
|
||||
# dependent on crt0.o to pick up header dependencies
|
||||
gcrt0.o: ${.CURDIR}/crt0.c crt0.o
|
||||
${_MKTARGET_COMPILE}
|
||||
${COMPILE.c} -DMCRT0 ${.CURDIR}/crt0.c -o ${.TARGET}.o
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: module.7,v 1.2 2010/12/14 18:51:56 pgoyette Exp $
|
||||
.\" $NetBSD: module.7,v 1.3 2011/06/30 20:09:15 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -47,7 +47,7 @@ module can be loaded automatically when an
|
|||
attempt is made to mount an
|
||||
.Dq xyzfs
|
||||
file system.
|
||||
Modules can also depend on other modules, and dependant modules are
|
||||
Modules can also depend on other modules, and dependent modules are
|
||||
automatically loaded.
|
||||
When a module is no longer needed, it can be automatically unloaded.
|
||||
.Pp
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: softintr.9,v 1.20 2009/08/03 23:29:19 rmind Exp $
|
||||
.\" $NetBSD: softintr.9,v 1.21 2011/06/30 20:09:16 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2007, 2008 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -215,5 +215,5 @@ Between
|
|||
.Nx 4.0
|
||||
and
|
||||
.Nx 5.0
|
||||
the framework was re-implemented in a machine-independant way to
|
||||
the framework was re-implemented in a machine-independent way to
|
||||
provide software interrupts with thread context.
|
||||
|
|
|
@ -1102,7 +1102,7 @@ Zone Pacific/Wallis 12:15:20 - LMT 1901
|
|||
# Lord Howe Island Board (controlling authority for the Island) is
|
||||
# seeking the community's views on various options for summer time
|
||||
# arrangements on the Island, e.g. advance clocks by 1 full hour
|
||||
# instead of only 30 minutes. Dependant on the wishes of residents
|
||||
# instead of only 30 minutes. Dependent on the wishes of residents
|
||||
# the Board may approach the NSW government to change the existing
|
||||
# arrangements. The starting date for summer time on the Island will
|
||||
# however always coincide with the rest of NSW.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: sys_machdep.c,v 1.4 2007/12/20 23:02:38 dsl Exp $ */
|
||||
/* $NetBSD: sys_machdep.c,v 1.5 2011/06/30 20:09:16 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995-1997 Mark Brinicombe.
|
||||
|
@ -35,14 +35,14 @@
|
|||
*
|
||||
* sys_machdep.c
|
||||
*
|
||||
* Machine dependant syscalls
|
||||
* Machine dependent syscalls
|
||||
*
|
||||
* Created : 10/01/96
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
|
||||
__KERNEL_RCSID(0, "$NetBSD: sys_machdep.c,v 1.4 2007/12/20 23:02:38 dsl Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: sys_machdep.c,v 1.5 2011/06/30 20:09:16 wiz Exp $");
|
||||
|
||||
#include <sys/systm.h>
|
||||
#include <sys/mount.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: majors.acorn26,v 1.20 2008/11/12 12:35:55 ad Exp $
|
||||
# $NetBSD: majors.acorn26,v 1.21 2011/06/30 20:09:16 wiz Exp $
|
||||
#
|
||||
# Device majors for acorn26
|
||||
#
|
||||
|
@ -37,6 +37,6 @@ device-major wsfont char 32 wsfont
|
|||
|
||||
device-major nsmb char 98 nsmb
|
||||
|
||||
# Majors up to 143 are reserved for machine-dependant drivers.
|
||||
# Majors up to 143 are reserved for machine-dependent drivers.
|
||||
# New machine-independent driver majors are assigned in
|
||||
# sys/conf/majors.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: rpc_machdep.c,v 1.80 2009/12/28 03:22:19 uebayasi Exp $ */
|
||||
/* $NetBSD: rpc_machdep.c,v 1.81 2011/06/30 20:09:16 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2000-2002 Reinoud Zandijk.
|
||||
|
@ -39,7 +39,7 @@
|
|||
*
|
||||
* machdep.c
|
||||
*
|
||||
* Machine dependant functions for kernel setup
|
||||
* Machine dependent functions for kernel setup
|
||||
*
|
||||
* This file still needs a lot of work
|
||||
*
|
||||
|
@ -55,7 +55,7 @@
|
|||
|
||||
#include <sys/param.h>
|
||||
|
||||
__KERNEL_RCSID(0, "$NetBSD: rpc_machdep.c,v 1.80 2009/12/28 03:22:19 uebayasi Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: rpc_machdep.c,v 1.81 2011/06/30 20:09:16 wiz Exp $");
|
||||
|
||||
#include <sys/systm.h>
|
||||
#include <sys/kernel.h>
|
||||
|
@ -116,7 +116,7 @@ static i2c_tag_t acorn32_i2c_tag;
|
|||
|
||||
/*
|
||||
* Address to call from cpu_reset() to reset the machine.
|
||||
* This is machine architecture dependant as it varies depending
|
||||
* This is machine architecture dependent as it varies depending
|
||||
* on where the ROM appears when you turn the MMU off.
|
||||
*/
|
||||
u_int cpu_reset_address = 0x0; /* XXX 0x3800000 too for rev0 RiscPC 600 */
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: EB7500ATX,v 1.43 2011/06/03 07:35:37 matt Exp $
|
||||
# $NetBSD: EB7500ATX,v 1.44 2011/06/30 20:09:17 wiz Exp $
|
||||
#
|
||||
# EB7500ATX --- NetBSD/acorn32 complete configuration
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "EB7500ATX-$Revision: 1.43 $"
|
||||
#ident "EB7500ATX-$Revision: 1.44 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
|
@ -64,7 +64,7 @@ file-system PTYFS # /dev/pts/N support
|
|||
# File system options
|
||||
options QUOTA # legacy UFS quotas
|
||||
options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
options NFSSERVER
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.98 2011/03/06 17:08:18 bouyer Exp $
|
||||
# $NetBSD: GENERIC,v 1.99 2011/06/30 20:09:17 wiz Exp $
|
||||
#
|
||||
# GENERIC --- NetBSD/acorn32 complete configuration
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.98 $"
|
||||
#ident "GENERIC-$Revision: 1.99 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
|
@ -71,7 +71,7 @@ file-system TMPFS # Efficient memory file-system
|
|||
# File system options
|
||||
options QUOTA # legacy UFS quotas
|
||||
options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
|
||||
options NFSSERVER
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.59 2011/03/06 17:08:18 bouyer Exp $
|
||||
# $NetBSD: INSTALL,v 1.60 2011/06/30 20:09:17 wiz Exp $
|
||||
#
|
||||
# INSTALL -- NetBSD/acorn32 install configuration
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "INSTALL-$Revision: 1.59 $"
|
||||
#ident "INSTALL-$Revision: 1.60 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
|
@ -68,7 +68,7 @@ file-system PTYFS # /dev/pts/N support
|
|||
# File system options
|
||||
#options QUOTA # legacy UFS quotas
|
||||
#options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
#options NFSSERVER
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: majors.acorn32,v 1.24 2008/11/12 12:35:55 ad Exp $
|
||||
# $NetBSD: majors.acorn32,v 1.25 2011/06/30 20:09:17 wiz Exp $
|
||||
#
|
||||
# Device majors for acorn32
|
||||
#
|
||||
|
@ -62,6 +62,6 @@ device-major ksyms char 86 ksyms
|
|||
device-major wsfont char 87 wsfont
|
||||
device-major nsmb char 88 nsmb
|
||||
|
||||
# Majors up to 143 are reserved for machine-dependant drivers.
|
||||
# Majors up to 143 are reserved for machine-dependent drivers.
|
||||
# New machine-independent driver majors are assigned in
|
||||
# sys/conf/majors.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: history,v 1.4 2006/02/25 02:28:56 wiz Exp $
|
||||
# $NetBSD: history,v 1.5 2011/06/30 20:09:17 wiz Exp $
|
||||
---------------------------------------------------------------------------
|
||||
This document is more included as a historical reference and nostalgia :)
|
||||
rather than a still worked on list.
|
||||
|
@ -360,7 +360,7 @@ rather than a still worked on list.
|
|||
- merged in new wd driver from NetBSD-current
|
||||
- merged in new com driver from NetBSD-current
|
||||
- merged in new fd driver from NetBSD-current
|
||||
- created new file sys_machdep.c for machine dependant syscall stuff
|
||||
- created new file sys_machdep.c for machine dependent syscall stuff
|
||||
- moved sys_sysctl from machdep.c to sys_machdep.c
|
||||
- fixed nested comments in iic.S
|
||||
- removed old bug tracing code from cpuswitch.S
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: eb7500atx_machdep.c,v 1.19 2009/12/28 03:22:19 uebayasi Exp $ */
|
||||
/* $NetBSD: eb7500atx_machdep.c,v 1.20 2011/06/30 20:09:17 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2000-2002 Reinoud Zandijk.
|
||||
|
@ -39,7 +39,7 @@
|
|||
*
|
||||
* machdep.c
|
||||
*
|
||||
* Machine dependant functions for kernel setup
|
||||
* Machine dependent functions for kernel setup
|
||||
*
|
||||
* This file still needs a lot of work
|
||||
*
|
||||
|
@ -55,7 +55,7 @@
|
|||
|
||||
#include <sys/param.h>
|
||||
|
||||
__KERNEL_RCSID(0, "$NetBSD: eb7500atx_machdep.c,v 1.19 2009/12/28 03:22:19 uebayasi Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: eb7500atx_machdep.c,v 1.20 2011/06/30 20:09:17 wiz Exp $");
|
||||
|
||||
#include <sys/systm.h>
|
||||
#include <sys/kernel.h>
|
||||
|
@ -116,7 +116,7 @@ __KERNEL_RCSID(0, "$NetBSD: eb7500atx_machdep.c,v 1.19 2009/12/28 03:22:19 uebay
|
|||
|
||||
/*
|
||||
* Address to call from cpu_reset() to reset the machine.
|
||||
* This is machine architecture dependant as it varies depending
|
||||
* This is machine architecture dependent as it varies depending
|
||||
* on where the ROM appears when you turn the MMU off.
|
||||
*/
|
||||
u_int cpu_reset_address = 0x0; /* XXX 0x3800000 too for rev0 RiscPC 600 */
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: fdreg.h,v 1.4 2005/12/11 12:16:05 christos Exp $ */
|
||||
/* $NetBSD: fdreg.h,v 1.5 2011/06/30 20:09:17 wiz Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991 The Regents of the University of California.
|
||||
|
@ -102,7 +102,7 @@ struct ne7_fd_formb {
|
|||
struct fd_form_data {
|
||||
/*
|
||||
* DO NOT CHANGE THE LAYOUT OF THIS STRUCTS
|
||||
* it is hardware-dependant since it exactly
|
||||
* it is hardware-dependent since it exactly
|
||||
* matches the byte sequence to write to FDC
|
||||
* during its `format track' operation
|
||||
*/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: P4032,v 1.56 2011/02/20 07:51:21 matt Exp $
|
||||
# $NetBSD: P4032,v 1.57 2011/06/30 20:09:17 wiz Exp $
|
||||
#
|
||||
# Algorithmics P-4032 kernel.
|
||||
#
|
||||
|
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "P4032-$Revision: 1.56 $"
|
||||
#ident "P4032-$Revision: 1.57 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -46,7 +46,7 @@ file-system PTYFS # /dev/pts/N support
|
|||
|
||||
# File system options
|
||||
options NFSSERVER # Sun NFS-compatible file system server
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: P5064,v 1.64 2011/05/25 22:32:18 dyoung Exp $
|
||||
# $NetBSD: P5064,v 1.65 2011/06/30 20:09:17 wiz Exp $
|
||||
#
|
||||
# Algorithmics P-5064 kernel.
|
||||
#
|
||||
|
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "P5064-$Revision: 1.64 $"
|
||||
#ident "P5064-$Revision: 1.65 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -41,7 +41,7 @@ file-system PTYFS # /dev/pts/N support
|
|||
|
||||
# File system options
|
||||
options NFSSERVER # Sun NFS-compatible file system server
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: P6032,v 1.57 2011/05/17 22:19:37 dyoung Exp $
|
||||
# $NetBSD: P6032,v 1.58 2011/06/30 20:09:17 wiz Exp $
|
||||
#
|
||||
# Algorithmics P-6032 kernel.
|
||||
#
|
||||
|
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "P6032-$Revision: 1.57 $"
|
||||
#ident "P6032-$Revision: 1.58 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -41,7 +41,7 @@ file-system PTYFS # /dev/pts/N support
|
|||
|
||||
# File system options
|
||||
options NFSSERVER # Sun NFS-compatible file system server
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: majors.algor,v 1.21 2010/03/06 23:45:38 plunky Exp $
|
||||
# $NetBSD: majors.algor,v 1.22 2011/06/30 20:09:17 wiz Exp $
|
||||
#
|
||||
# Device majors for algor
|
||||
#
|
||||
|
@ -68,6 +68,6 @@ device-major ksyms char 69 ksyms
|
|||
device-major wsfont char 70 wsfont
|
||||
device-major nsmb char 71 nsmb
|
||||
|
||||
# Majors up to 143 are reserved for machine-dependant drivers.
|
||||
# Majors up to 143 are reserved for machine-dependent drivers.
|
||||
# New machine-independent driver majors are assigned in
|
||||
# sys/conf/majors.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.339 2011/03/06 17:08:18 bouyer Exp $
|
||||
# $NetBSD: GENERIC,v 1.340 2011/06/30 20:09:18 wiz Exp $
|
||||
#
|
||||
# This machine description file is used to generate the default NetBSD
|
||||
# kernel.
|
||||
|
@ -19,7 +19,7 @@ include "arch/alpha/conf/std.alpha"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
ident "GENERIC-$Revision: 1.339 $"
|
||||
ident "GENERIC-$Revision: 1.340 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -93,7 +93,7 @@ file-system TMPFS # Efficient memory file-system
|
|||
# File system options
|
||||
options QUOTA # legacy UFS quotas
|
||||
options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
|
||||
options NFSSERVER # Sun NFS-compatible file system server
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: majors.alpha,v 1.26 2011/06/17 03:55:57 matt Exp $
|
||||
# $NetBSD: majors.alpha,v 1.27 2011/06/30 20:09:18 wiz Exp $
|
||||
#
|
||||
# Device majors for alpha
|
||||
#
|
||||
|
@ -77,6 +77,6 @@ device-major nsmb char 77 nsmb
|
|||
device-major joy char 78 joy
|
||||
device-major twe char 79 twe
|
||||
|
||||
# Majors up to 143 are reserved for machine-dependant drivers.
|
||||
# Majors up to 143 are reserved for machine-dependent drivers.
|
||||
# New machine-independent driver majors are assigned in
|
||||
# sys/conf/majors.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: majors.amd64,v 1.23 2010/03/06 23:45:39 plunky Exp $
|
||||
# $NetBSD: majors.amd64,v 1.24 2011/06/30 20:09:18 wiz Exp $
|
||||
#
|
||||
# Device majors for amd64
|
||||
#
|
||||
|
@ -100,6 +100,6 @@ device-major xenevt char 141 xenevt
|
|||
device-major xbd char 142 block 142 xbd
|
||||
device-major xencons char 143 xencons
|
||||
|
||||
# Majors up to 143 are reserved for machine-dependant drivers.
|
||||
# Majors up to 143 are reserved for machine-dependent drivers.
|
||||
# New machine-independent driver majors are assigned in
|
||||
# sys/conf/majors.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: DRACO,v 1.137 2011/03/06 17:08:19 bouyer Exp $
|
||||
# $NetBSD: DRACO,v 1.138 2011/06/30 20:09:18 wiz Exp $
|
||||
#
|
||||
# This file was automatically created.
|
||||
# Changes will be lost when make is run in this directory.
|
||||
|
@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.137 $"
|
||||
#ident "GENERIC-$Revision: 1.138 $"
|
||||
|
||||
|
||||
maxusers 8
|
||||
|
@ -112,7 +112,7 @@ file-system TMPFS # Efficient memory file-system
|
|||
|
||||
# Filesystem options
|
||||
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
|
||||
options QUOTA # legacy UFS quotas
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.266 2011/03/06 17:08:19 bouyer Exp $
|
||||
# $NetBSD: GENERIC,v 1.267 2011/06/30 20:09:18 wiz Exp $
|
||||
#
|
||||
# This file was automatically created.
|
||||
# Changes will be lost when make is run in this directory.
|
||||
|
@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.266 $"
|
||||
#ident "GENERIC-$Revision: 1.267 $"
|
||||
|
||||
|
||||
maxusers 8
|
||||
|
@ -124,7 +124,7 @@ file-system TMPFS # Efficient memory file-system
|
|||
|
||||
# Filesystem options
|
||||
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
|
||||
options QUOTA # legacy UFS quotas
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC.in,v 1.78 2011/03/06 17:08:19 bouyer Exp $
|
||||
# $NetBSD: GENERIC.in,v 1.79 2011/06/30 20:09:18 wiz Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -56,7 +56,7 @@ include "arch/amiga/conf/std.amiga"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.78 $"
|
||||
#ident "GENERIC-$Revision: 1.79 $"
|
||||
|
||||
m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
|
||||
makeoptions COPTS="-Os"
|
||||
|
@ -167,7 +167,7 @@ file-system TMPFS # Efficient memory file-system
|
|||
|
||||
# Filesystem options
|
||||
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
|
||||
m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.89 2011/01/14 10:03:44 phx Exp $
|
||||
# $NetBSD: INSTALL,v 1.90 2011/06/30 20:09:18 wiz Exp $
|
||||
#
|
||||
# This file was automatically created.
|
||||
# Changes will be lost when make is run in this directory.
|
||||
|
@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.89 $"
|
||||
#ident "GENERIC-$Revision: 1.90 $"
|
||||
|
||||
makeoptions COPTS="-Os"
|
||||
|
||||
|
@ -108,7 +108,7 @@ file-system KERNFS # kernel data-structure filesystem
|
|||
|
||||
# Filesystem options
|
||||
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: majors.amiga,v 1.21 2008/11/12 12:35:56 ad Exp $
|
||||
# $NetBSD: majors.amiga,v 1.22 2011/06/30 20:09:18 wiz Exp $
|
||||
#
|
||||
# Device majors for amiga
|
||||
#
|
||||
|
@ -60,6 +60,6 @@ device-major wsmouse char 61 wsmouse
|
|||
device-major wsfont char 62 wsfont
|
||||
device-major wsmux char 63 wsmux
|
||||
|
||||
# Majors up to 143 are reserved for machine-dependant drivers.
|
||||
# Majors up to 143 are reserved for machine-dependent drivers.
|
||||
# New machine-independent driver majors are assigned in
|
||||
# sys/conf/majors.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: grf.c,v 1.55 2011/06/03 00:52:22 matt Exp $ */
|
||||
/* $NetBSD: grf.c,v 1.56 2011/06/30 20:09:19 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988 University of Utah.
|
||||
|
@ -39,7 +39,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: grf.c,v 1.55 2011/06/03 00:52:22 matt Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: grf.c,v 1.56 2011/06/30 20:09:19 wiz Exp $");
|
||||
|
||||
/*
|
||||
* Graphics display driver for the Amiga
|
||||
|
@ -232,7 +232,7 @@ grfioctl(dev_t dev, u_long cmd, void *data, int flag, struct lwp *l)
|
|||
case GRFGETNUMVM:
|
||||
return(gp->g_mode(gp, GM_GRFGETNUMVM, data, 0, 0));
|
||||
/*
|
||||
* these are all hardware dependant, and have to be resolved
|
||||
* these are all hardware dependent, and have to be resolved
|
||||
* in the respective driver.
|
||||
*/
|
||||
case GRFIOCPUTCMAP:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: grf_cv.c,v 1.51 2010/02/05 12:13:36 phx Exp $ */
|
||||
/* $NetBSD: grf_cv.c,v 1.52 2011/06/30 20:09:19 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995 Michael Teske
|
||||
|
@ -33,7 +33,7 @@
|
|||
#include "opt_amigacons.h"
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: grf_cv.c,v 1.51 2010/02/05 12:13:36 phx Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: grf_cv.c,v 1.52 2011/06/30 20:09:19 wiz Exp $");
|
||||
|
||||
#include "grfcv.h"
|
||||
#if NGRFCV > 0
|
||||
|
@ -1519,7 +1519,7 @@ cv_load_mon(struct grf_softc *gp, struct grfcvtext_mode *md)
|
|||
|
||||
/*
|
||||
* M-Parameter of Display FIFO
|
||||
* This is dependant on the pixel clock and the memory clock.
|
||||
* This is dependent on the pixel clock and the memory clock.
|
||||
* The FIFO filling bandwidth is 240 MHz and the FIFO is 96 Byte wide.
|
||||
* Then the time to fill the FIFO is tfill = (96/240000000) sec, the time
|
||||
* to empty the FIFO is tempty = (96/pixelclock) sec.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.7 2011/03/06 17:08:20 bouyer Exp $
|
||||
# $NetBSD: GENERIC,v 1.8 2011/06/30 20:09:19 wiz Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/amigappc/conf/std.amigappc"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.7 $"
|
||||
#ident "GENERIC-$Revision: 1.8 $"
|
||||
|
||||
maxusers 8
|
||||
|
||||
|
@ -120,7 +120,7 @@ file-system TMPFS # Efficient memory file-system
|
|||
#file-system UDF # experimental - OSTA UDF CD/DVD file-system
|
||||
|
||||
# File system options
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
|
||||
options QUOTA # legacy UFS quotas
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: NULL,v 1.30 2011/03/06 17:08:20 bouyer Exp $
|
||||
# $NetBSD: NULL,v 1.31 2011/06/30 20:09:19 wiz Exp $
|
||||
#
|
||||
# NULL machine description file
|
||||
#
|
||||
|
@ -7,7 +7,7 @@ include "arch/amigappc/conf/std.amigappc"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.30 $"
|
||||
#ident "GENERIC-$Revision: 1.31 $"
|
||||
|
||||
maxusers 8
|
||||
|
||||
|
@ -104,7 +104,7 @@ file-system TMPFS # Efficient memory file-system
|
|||
#file-system UDF # experimental - OSTA UDF CD/DVD file-system
|
||||
|
||||
# File system options
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
#options WAPBL # File system journaling support - Experimental
|
||||
|
||||
#options QUOTA # legacy UFS quotas
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: majors.amigappc,v 1.4 2010/01/24 12:17:05 phx Exp $
|
||||
# $NetBSD: majors.amigappc,v 1.5 2011/06/30 20:09:19 wiz Exp $
|
||||
#
|
||||
# Device majors for amigappc
|
||||
#
|
||||
|
@ -60,6 +60,6 @@ device-major wsmouse char 61 wsmouse
|
|||
device-major wsfont char 62 wsfont
|
||||
device-major wsmux char 63 wsmux
|
||||
|
||||
# Majors up to 143 are reserved for machine-dependant drivers.
|
||||
# Majors up to 143 are reserved for machine-dependent drivers.
|
||||
# New machine-independent driver majors are assigned in
|
||||
# sys/conf/majors.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: majors.arc,v 1.23 2011/03/06 14:58:43 tsutsui Exp $
|
||||
# $NetBSD: majors.arc,v 1.24 2011/06/30 20:09:19 wiz Exp $
|
||||
#
|
||||
# Device majors for arc
|
||||
#
|
||||
|
@ -56,6 +56,6 @@ device-major twe char 60 twe
|
|||
|
||||
device-major nsmb char 98 nsmb
|
||||
|
||||
# Majors up to 143 are reserved for machine-dependant drivers.
|
||||
# Majors up to 143 are reserved for machine-dependent drivers.
|
||||
# New machine-independent driver majors are assigned in
|
||||
# sys/conf/majors.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: compat_16_machdep.c,v 1.12 2009/11/21 20:32:17 rmind Exp $ */
|
||||
/* $NetBSD: compat_16_machdep.c,v 1.13 2011/06/30 20:09:19 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994-1998 Mark Brinicombe.
|
||||
|
@ -35,14 +35,14 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* Machine dependant functions for kernel setup
|
||||
* Machine dependent functions for kernel setup
|
||||
*
|
||||
* Created : 17/09/94
|
||||
*/
|
||||
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: compat_16_machdep.c,v 1.12 2009/11/21 20:32:17 rmind Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: compat_16_machdep.c,v 1.13 2011/06/30 20:09:19 wiz Exp $");
|
||||
|
||||
#ifdef _KERNEL_OPT
|
||||
#include "opt_compat_netbsd.h"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: sig_machdep.c,v 1.39 2011/02/24 04:28:45 joerg Exp $ */
|
||||
/* $NetBSD: sig_machdep.c,v 1.40 2011/06/30 20:09:19 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994-1998 Mark Brinicombe.
|
||||
|
@ -35,7 +35,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* Machine dependant functions for kernel setup
|
||||
* Machine dependent functions for kernel setup
|
||||
*
|
||||
* Created : 17/09/94
|
||||
*/
|
||||
|
@ -44,7 +44,7 @@
|
|||
|
||||
#include <sys/param.h>
|
||||
|
||||
__KERNEL_RCSID(0, "$NetBSD: sig_machdep.c,v 1.39 2011/02/24 04:28:45 joerg Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: sig_machdep.c,v 1.40 2011/06/30 20:09:19 wiz Exp $");
|
||||
|
||||
#include <sys/mount.h> /* XXX only needed by syscallargs.h */
|
||||
#include <sys/proc.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: arm32_machdep.c,v 1.75 2011/06/12 03:35:39 rmind Exp $ */
|
||||
/* $NetBSD: arm32_machdep.c,v 1.76 2011/06/30 20:09:19 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994-1998 Mark Brinicombe.
|
||||
|
@ -35,14 +35,14 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* Machine dependant functions for kernel setup
|
||||
* Machine dependent functions for kernel setup
|
||||
*
|
||||
* Created : 17/09/94
|
||||
* Updated : 18/04/01 updated for new wscons
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: arm32_machdep.c,v 1.75 2011/06/12 03:35:39 rmind Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: arm32_machdep.c,v 1.76 2011/06/30 20:09:19 wiz Exp $");
|
||||
|
||||
#include "opt_modular.h"
|
||||
#include "opt_md.h"
|
||||
|
@ -191,7 +191,7 @@ bootsync(void)
|
|||
/*
|
||||
* void cpu_startup(void)
|
||||
*
|
||||
* Machine dependant startup code.
|
||||
* Machine dependent startup code.
|
||||
*
|
||||
*/
|
||||
void
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: pmap.c,v 1.222 2011/06/12 03:35:39 rmind Exp $ */
|
||||
/* $NetBSD: pmap.c,v 1.223 2011/06/30 20:09:19 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 2003 Wasabi Systems, Inc.
|
||||
|
@ -127,7 +127,7 @@
|
|||
*
|
||||
* pmap.c
|
||||
*
|
||||
* Machine dependant vm stuff
|
||||
* Machine dependent vm stuff
|
||||
*
|
||||
* Created : 20/09/94
|
||||
*/
|
||||
|
@ -211,7 +211,7 @@
|
|||
#include <machine/param.h>
|
||||
#include <arm/arm32/katelib.h>
|
||||
|
||||
__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.222 2011/06/12 03:35:39 rmind Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.223 2011/06/30 20:09:19 wiz Exp $");
|
||||
|
||||
#ifdef PMAP_DEBUG
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: sys_machdep.c,v 1.12 2011/04/07 10:07:11 matt Exp $ */
|
||||
/* $NetBSD: sys_machdep.c,v 1.13 2011/06/30 20:09:20 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995-1997 Mark Brinicombe.
|
||||
|
@ -35,13 +35,13 @@
|
|||
*
|
||||
* sys_machdep.c
|
||||
*
|
||||
* Machine dependant syscalls
|
||||
* Machine dependent syscalls
|
||||
*
|
||||
* Created : 10/01/96
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: sys_machdep.c,v 1.12 2011/04/07 10:07:11 matt Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: sys_machdep.c,v 1.13 2011/06/30 20:09:20 wiz Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: majors.arm32,v 1.32 2010/11/30 12:42:48 bsh Exp $
|
||||
# $NetBSD: majors.arm32,v 1.33 2011/06/30 20:09:20 wiz Exp $
|
||||
#
|
||||
# Device majors for arm32
|
||||
#
|
||||
|
@ -105,6 +105,6 @@ device-major tslcd char 108 tslcd
|
|||
device-major twe char 109 twe
|
||||
device-major nsmb char 110 nsmb
|
||||
|
||||
# Majors up to 143 are reserved for machine-dependant drivers.
|
||||
# Majors up to 143 are reserved for machine-dependent drivers.
|
||||
# New machine-independent driver majors are assigned in
|
||||
# sys/conf/majors.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: footbridge_pci.c,v 1.19 2011/04/04 20:37:45 dyoung Exp $ */
|
||||
/* $NetBSD: footbridge_pci.c,v 1.20 2011/06/30 20:09:20 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997,1998 Mark Brinicombe.
|
||||
|
@ -35,7 +35,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: footbridge_pci.c,v 1.19 2011/04/04 20:37:45 dyoung Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: footbridge_pci.c,v 1.20 2011/06/30 20:09:20 wiz Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
@ -270,7 +270,7 @@ footbridge_pci_intr_map(const struct pci_attach_args *pa,
|
|||
return(1);
|
||||
break;
|
||||
#ifdef cats
|
||||
/* This is machine dependant and needs to be moved */
|
||||
/* This is machine dependent and needs to be moved */
|
||||
case PCI_INTERRUPT_PIN_A:
|
||||
intr = IRQ_PCI;
|
||||
break;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: armreg.h,v 1.47 2011/03/10 07:47:14 bsh Exp $ */
|
||||
/* $NetBSD: armreg.h,v 1.48 2011/06/30 20:09:20 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1998, 2001 Ben Harris
|
||||
|
@ -421,7 +421,7 @@
|
|||
* 3 3 2 2 2
|
||||
* 1 0 9 8 7 0
|
||||
* +-------+-------------------------------------------------------+
|
||||
* | cond | instruction dependant |
|
||||
* | cond | instruction dependent |
|
||||
* |c c c c| |
|
||||
* +-------+-------------------------------------------------------+
|
||||
*/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: asm.h,v 1.13 2010/12/20 21:11:24 joerg Exp $ */
|
||||
/* $NetBSD: asm.h,v 1.14 2011/06/30 20:09:20 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1990 The Regents of the University of California.
|
||||
|
@ -57,7 +57,7 @@
|
|||
/*
|
||||
* gas/arm uses @ as a single comment character and thus cannot be used here
|
||||
* Instead it recognised the # instead of an @ symbols in .type directives
|
||||
* We define a couple of macros so that assembly code will not be dependant
|
||||
* We define a couple of macros so that assembly code will not be dependent
|
||||
* on one or the other.
|
||||
*/
|
||||
#define _ASM_TYPE_FUNCTION %function
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: setjmp.h,v 1.3 2008/08/29 19:08:29 matt Exp $ */
|
||||
/* $NetBSD: setjmp.h,v 1.4 2011/06/30 20:09:20 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* machine/setjmp.h: machine dependent setjmp-related information.
|
||||
|
@ -14,7 +14,7 @@
|
|||
*
|
||||
* Description of the setjmp buffer
|
||||
*
|
||||
* word 0 magic number (dependant on creator)
|
||||
* word 0 magic number (dependent on creator)
|
||||
* 1 - 3 f4 fp register 4
|
||||
* 4 - 6 f5 fp register 5
|
||||
* 7 - 9 f6 fp register 6
|
||||
|
@ -31,7 +31,7 @@
|
|||
* 22 r12 register 12 (ip)
|
||||
* 23 r13 register 13 (sp)
|
||||
* 24 r14 register 14 (lr)
|
||||
* 25 signal mask (dependant on magic)
|
||||
* 25 signal mask (dependent on magic)
|
||||
* 26 (con't)
|
||||
* 27 (con't)
|
||||
* 28 (con't)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: signal.h,v 1.11 2008/11/19 18:35:58 ad Exp $ */
|
||||
/* $NetBSD: signal.h,v 1.12 2011/06/30 20:09:20 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994-1996 Mark Brinicombe.
|
||||
|
@ -38,7 +38,7 @@
|
|||
*
|
||||
* signal.h
|
||||
*
|
||||
* Architecture dependant signal types and structures
|
||||
* Architecture dependent signal types and structures
|
||||
*
|
||||
* Created : 30/09/94
|
||||
*/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: iomd.c,v 1.15 2006/08/05 18:22:57 bjh21 Exp $ */
|
||||
/* $NetBSD: iomd.c,v 1.16 2011/06/30 20:09:20 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1996-1997 Mark Brinicombe.
|
||||
|
@ -43,7 +43,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: iomd.c,v 1.15 2006/08/05 18:22:57 bjh21 Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: iomd.c,v 1.16 2011/06/30 20:09:20 wiz Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
@ -236,7 +236,7 @@ iomdattach(struct device *parent, struct device *self, void *aux)
|
|||
#endif
|
||||
|
||||
/* Set up the external DMA channels */
|
||||
/* XXX - this should be machine dependant not IOMD dependant */
|
||||
/* XXX - this should be machine dependent not IOMD dependent */
|
||||
switch (sc->sc_id) {
|
||||
case ARM7500_IOC_ID:
|
||||
case ARM7500FE_IOC_ID:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* $NetBSD: omap_start.S,v 1.3 2009/10/21 14:15:50 rmind Exp $ */
|
||||
/* $NetBSD: omap_start.S,v 1.4 2011/06/30 20:09:20 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Machine dependant startup code for OMAP boards.
|
||||
* Machine dependent startup code for OMAP boards.
|
||||
* Based on lubbock_start.S and tsarm_start.S
|
||||
*
|
||||
* Copyright (c) 2002, 2003 Genetec Corporation. All rights reserved.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $NetBSD: GENERIC.in,v 1.93 2011/03/06 17:08:20 bouyer Exp $
|
||||
# $NetBSD: GENERIC.in,v 1.94 2011/06/30 20:09:20 wiz Exp $
|
||||
#
|
||||
# Generic atari
|
||||
#
|
||||
|
@ -136,7 +136,7 @@ options WAPBL # File system journaling support - Experimental
|
|||
#if !defined(SMALL030_KERNEL)
|
||||
#options QUOTA # legacy UFS quotas
|
||||
#options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
|
||||
options NFSSERVER # Network File System server side code
|
||||
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: majors.atari,v 1.21 2008/11/12 12:35:57 ad Exp $
|
||||
# $NetBSD: majors.atari,v 1.22 2011/06/30 20:09:20 wiz Exp $
|
||||
#
|
||||
# Device majors for atari
|
||||
#
|
||||
|
@ -60,6 +60,6 @@ device-major wsmouse char 59 wsmouse
|
|||
|
||||
device-major nsmb char 98 nsmb
|
||||
|
||||
# Majors up to 143 are reserved for machine-dependant drivers.
|
||||
# Majors up to 143 are reserved for machine-dependent drivers.
|
||||
# New machine-independent driver majors are assigned in
|
||||
# sys/conf/majors.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: grf.c,v 1.46 2011/06/05 17:09:18 matt Exp $ */
|
||||
/* $NetBSD: grf.c,v 1.47 2011/06/30 20:09:21 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995 Leo Weppelman
|
||||
|
@ -46,7 +46,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: grf.c,v 1.46 2011/06/05 17:09:18 matt Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: grf.c,v 1.47 2011/06/30 20:09:21 wiz Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/proc.h>
|
||||
|
@ -227,7 +227,7 @@ grfioctl(dev_t dev, u_long cmd, void * data, int flag, struct lwp *l)
|
|||
case GRFGETNUMVM:
|
||||
return gp->g_mode(gp, GM_GRFGETNUMVM, data, 0, 0);
|
||||
/*
|
||||
* these are all hardware dependant, and have to be resolved
|
||||
* these are all hardware dependent, and have to be resolved
|
||||
* in the respective driver.
|
||||
*/
|
||||
case GRFIOCPUTCMAP:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: hdfdreg.h,v 1.6 2005/12/11 12:16:54 christos Exp $ */
|
||||
/* $NetBSD: hdfdreg.h,v 1.7 2011/06/30 20:09:21 wiz Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991 The Regents of the University of California.
|
||||
|
@ -115,7 +115,7 @@ struct ne7_fd_formb {
|
|||
struct fd_form_data {
|
||||
/*
|
||||
* DO NOT CHANGE THE LAYOUT OF THIS STRUCTS
|
||||
* it is hardware-dependant since it exactly
|
||||
* it is hardware-dependent since it exactly
|
||||
* matches the byte sequence to write to FDC
|
||||
* during its `format track' operation
|
||||
*/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: zs.c,v 1.73 2011/04/24 16:26:55 rmind Exp $ */
|
||||
/* $NetBSD: zs.c,v 1.74 2011/06/30 20:09:21 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992, 1993
|
||||
|
@ -79,7 +79,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: zs.c,v 1.73 2011/04/24 16:26:55 rmind Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: zs.c,v 1.74 2011/06/30 20:09:21 wiz Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
@ -152,7 +152,7 @@ static uint8_t zs_init_regs[16] = {
|
|||
};
|
||||
|
||||
/*
|
||||
* Define the machine dependant clock frequencies
|
||||
* Define the machine dependent clock frequencies
|
||||
* If BRgen feeds sender/receiver we always use a
|
||||
* divisor 16, therefor the division by 16 can as
|
||||
* well be done here.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile.inc,v 1.1 2009/03/31 11:42:07 tsutsui Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.2 2011/06/30 20:09:21 wiz Exp $
|
||||
|
||||
.PATH.c: ${SA_EXTRADIR}
|
||||
.PATH.S: ${SA_EXTRADIR}
|
||||
|
||||
# NetBSD/atari specific replacements: dev.c
|
||||
|
||||
# machine dependant routines
|
||||
# machine dependent routines
|
||||
SRCS+= consio.S dev.c diskio.c
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.126 2011/03/06 17:08:20 bouyer Exp $
|
||||
# $NetBSD: GENERIC,v 1.127 2011/06/30 20:09:21 wiz Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/bebox/conf/std.bebox"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.126 $"
|
||||
#ident "GENERIC-$Revision: 1.127 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -99,7 +99,7 @@ file-system TMPFS # Efficient memory file-system
|
|||
# File system options
|
||||
options QUOTA # legacy UFS quotas
|
||||
options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
|
||||
#options NFSSERVER # Network File System server
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: majors.bebox,v 1.24 2010/10/17 10:48:24 kiyohara Exp $
|
||||
# $NetBSD: majors.bebox,v 1.25 2011/06/30 20:09:21 wiz Exp $
|
||||
#
|
||||
# Device majors for bebox
|
||||
#
|
||||
|
@ -64,6 +64,6 @@ device-major bktr char 71 bktr
|
|||
|
||||
device-major nsmb char 98 nsmb
|
||||
|
||||
# Majors up to 143 are reserved for machine-dependant drivers.
|
||||
# Majors up to 143 are reserved for machine-dependent drivers.
|
||||
# New machine-independent driver majors are assigned in
|
||||
# sys/conf/majors.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: cats_machdep.c,v 1.69 2009/12/28 03:22:19 uebayasi Exp $ */
|
||||
/* $NetBSD: cats_machdep.c,v 1.70 2011/06/30 20:09:21 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997,1998 Mark Brinicombe.
|
||||
|
@ -33,14 +33,14 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* Machine dependant functions for kernel setup for EBSA285 core architecture
|
||||
* Machine dependent functions for kernel setup for EBSA285 core architecture
|
||||
* using cyclone firmware
|
||||
*
|
||||
* Created : 24/11/97
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: cats_machdep.c,v 1.69 2009/12/28 03:22:19 uebayasi Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: cats_machdep.c,v 1.70 2011/06/30 20:09:21 wiz Exp $");
|
||||
|
||||
#include "opt_ddb.h"
|
||||
#include "opt_modular.h"
|
||||
|
@ -104,7 +104,7 @@ __KERNEL_RCSID(0, "$NetBSD: cats_machdep.c,v 1.69 2009/12/28 03:22:19 uebayasi E
|
|||
|
||||
/*
|
||||
* Address to call from cpu_reset() to reset the machine.
|
||||
* This is machine architecture dependant as it varies depending
|
||||
* This is machine architecture dependent as it varies depending
|
||||
* on where the ROM appears when you turn the MMU off.
|
||||
*/
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.134 2011/03/06 17:08:21 bouyer Exp $
|
||||
# $NetBSD: GENERIC,v 1.135 2011/06/30 20:09:21 wiz Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -78,7 +78,7 @@ file-system TMPFS # Efficient memory file-system
|
|||
# File system options
|
||||
options QUOTA # legacy UFS quotas
|
||||
options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
options NFSSERVER
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.78 2011/03/06 17:08:21 bouyer Exp $
|
||||
# $NetBSD: INSTALL,v 1.79 2011/06/30 20:09:21 wiz Exp $
|
||||
#
|
||||
# CATSINST -- CHALTECH CATS Install kernel
|
||||
#
|
||||
|
@ -51,7 +51,7 @@ file-system PTYFS # /dev/pts/N support
|
|||
# File system options
|
||||
#options QUOTA # legacy UFS quotas
|
||||
#options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
#options NFSSERVER
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: majors.cesfic,v 1.20 2008/11/12 12:35:58 ad Exp $
|
||||
# $NetBSD: majors.cesfic,v 1.21 2011/06/30 20:09:21 wiz Exp $
|
||||
#
|
||||
# Device majors for cesfic
|
||||
#
|
||||
|
@ -28,6 +28,6 @@ device-major ksyms char 25 ksyms
|
|||
|
||||
device-major nsmb char 98 nsmb
|
||||
|
||||
# Majors up to 143 are reserved for machine-dependant drivers.
|
||||
# Majors up to 143 are reserved for machine-dependent drivers.
|
||||
# New machine-independent driver majors are assigned in
|
||||
# sys/conf/majors.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.130 2011/05/03 09:15:20 tsutsui Exp $
|
||||
# $NetBSD: GENERIC,v 1.131 2011/06/30 20:09:22 wiz Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/cobalt/conf/std.cobalt"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.130 $"
|
||||
#ident "GENERIC-$Revision: 1.131 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -95,7 +95,7 @@ file-system TMPFS # Efficient memory file-system
|
|||
options NFSSERVER # Sun NFS-compatible filesystem server
|
||||
options QUOTA # legacy UFS quotas
|
||||
options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.44 2011/05/03 09:15:20 tsutsui Exp $
|
||||
# $NetBSD: INSTALL,v 1.45 2011/06/30 20:09:22 wiz Exp $
|
||||
#
|
||||
# INSTALL -- installation and rescue kernel.
|
||||
#
|
||||
|
@ -10,7 +10,7 @@ include "arch/cobalt/conf/std.cobalt"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "INSTALL-$Revision: 1.44 $"
|
||||
#ident "INSTALL-$Revision: 1.45 $"
|
||||
|
||||
makeoptions COPTS="-Os -mmemcpy"
|
||||
makeoptions CPUFLAGS="-march=vr5000 -mabi=32"
|
||||
|
@ -85,7 +85,7 @@ file-system MFS # memory-based filesystem
|
|||
#options NFSSERVER # Sun NFS-compatible filesystem server
|
||||
#options QUOTA # legacy UFS quotas
|
||||
#options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: majors.cobalt,v 1.29 2011/05/03 09:15:20 tsutsui Exp $
|
||||
# $NetBSD: majors.cobalt,v 1.30 2011/06/30 20:09:22 wiz Exp $
|
||||
#
|
||||
# Device majors for cobalt
|
||||
#
|
||||
|
@ -62,6 +62,6 @@ device-major altq char 77 altq
|
|||
|
||||
device-major nsmb char 98 nsmb
|
||||
|
||||
# Majors up to 143 are reserved for machine-dependant drivers.
|
||||
# Majors up to 143 are reserved for machine-dependent drivers.
|
||||
# New machine-independent driver majors are assigned in
|
||||
# sys/conf/majors.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: majors.dreamcast,v 1.21 2008/11/12 12:35:58 ad Exp $
|
||||
# $NetBSD: majors.dreamcast,v 1.22 2011/06/30 20:09:22 wiz Exp $
|
||||
#
|
||||
# Device majors for dreamcast
|
||||
#
|
||||
|
@ -58,6 +58,6 @@ device-major wsfont char 65 wsfont
|
|||
|
||||
device-major nsmb char 98 nsmb
|
||||
|
||||
# Majors up to 143 are reserved for machine-dependant drivers.
|
||||
# Majors up to 143 are reserved for machine-dependent drivers.
|
||||
# New machine-independent driver majors are assigned in
|
||||
# sys/conf/majors.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.2 2011/03/06 17:08:22 bouyer Exp $
|
||||
# $NetBSD: GENERIC,v 1.3 2011/06/30 20:09:22 wiz Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/emips/conf/std.emips"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.2 $"
|
||||
#ident "GENERIC-$Revision: 1.3 $"
|
||||
|
||||
maxusers 64
|
||||
|
||||
|
@ -92,7 +92,7 @@ file-system UDF # experimental - OSTA UDF CD/DVD file-system
|
|||
options NFSSERVER # Sun NFS-compatible filesystem (server)
|
||||
options QUOTA # legacy UFS quotas
|
||||
options QUOTA2 # new, in-filesystem UFS quotas
|
||||
options FFS_EI # FFS Endian Independant support
|
||||
options FFS_EI # FFS Endian Independent support
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: majors.emips,v 1.1 2011/01/26 01:18:50 pooka Exp $
|
||||
# $NetBSD: majors.emips,v 1.2 2011/06/30 20:09:22 wiz Exp $
|
||||
#
|
||||
# Device majors for emips
|
||||
#
|
||||
|
@ -45,6 +45,6 @@ device-major cgd char 104 block 33 cgd
|
|||
device-major ksyms char 105 ksyms
|
||||
device-major nsmb char 106 nsmb
|
||||
|
||||
# Majors up to 143 are reserved for machine-dependant drivers.
|
||||
# Majors up to 143 are reserved for machine-dependent drivers.
|
||||
# New machine-independent driver majors are assigned in
|
||||
# sys/conf/majors.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: brh_machdep.c,v 1.36 2009/12/26 16:01:23 uebayasi Exp $ */
|
||||
/* $NetBSD: brh_machdep.c,v 1.37 2011/06/30 20:09:22 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
|
||||
|
@ -68,12 +68,12 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* Machine dependant functions for kernel setup for the ADI Engineering
|
||||
* Machine dependent functions for kernel setup for the ADI Engineering
|
||||
* BRH i80200 evaluation platform.
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: brh_machdep.c,v 1.36 2009/12/26 16:01:23 uebayasi Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: brh_machdep.c,v 1.37 2011/06/30 20:09:22 wiz Exp $");
|
||||
|
||||
#include "opt_ddb.h"
|
||||
#include "opt_pmap_debug.h"
|
||||
|
@ -131,7 +131,7 @@ __KERNEL_RCSID(0, "$NetBSD: brh_machdep.c,v 1.36 2009/12/26 16:01:23 uebayasi Ex
|
|||
|
||||
/*
|
||||
* Address to call from cpu_reset() to reset the machine.
|
||||
* This is machine architecture dependant as it varies depending
|
||||
* This is machine architecture dependent as it varies depending
|
||||
* on where the ROM appears when you turn the MMU off.
|
||||
*/
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: armadillo9_machdep.c,v 1.19 2010/01/22 08:56:04 martin Exp $ */
|
||||
/* $NetBSD: armadillo9_machdep.c,v 1.20 2011/06/30 20:09:22 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
|
||||
|
@ -69,7 +69,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* Machine dependant functions for kernel setup for Armadillo.
|
||||
* Machine dependent functions for kernel setup for Armadillo.
|
||||
*/
|
||||
|
||||
/* Armadillo-9 physical memory map
|
||||
|
@ -110,7 +110,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: armadillo9_machdep.c,v 1.19 2010/01/22 08:56:04 martin Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: armadillo9_machdep.c,v 1.20 2011/06/30 20:09:22 wiz Exp $");
|
||||
|
||||
#include "opt_ddb.h"
|
||||
#include "opt_kgdb.h"
|
||||
|
@ -196,7 +196,7 @@ static struct armadillo_model_t armadillo_model_table[] = {
|
|||
|
||||
/*
|
||||
* Address to call from cpu_reset() to reset the machine.
|
||||
* This is machine architecture dependant as it varies depending
|
||||
* This is machine architecture dependent as it varies depending
|
||||
* on where the ROM appears when you turn the MMU off.
|
||||
*/
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: beagle_machdep.c,v 1.11 2010/11/28 08:23:22 hannken Exp $ */
|
||||
/* $NetBSD: beagle_machdep.c,v 1.12 2011/06/30 20:09:22 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Machine dependent functions for kernel setup for TI OSK5912 board.
|
||||
|
@ -125,7 +125,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: beagle_machdep.c,v 1.11 2010/11/28 08:23:22 hannken Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: beagle_machdep.c,v 1.12 2011/06/30 20:09:22 wiz Exp $");
|
||||
|
||||
#include "opt_machdep.h"
|
||||
#include "opt_ddb.h"
|
||||
|
@ -180,7 +180,7 @@ __KERNEL_RCSID(0, "$NetBSD: beagle_machdep.c,v 1.11 2010/11/28 08:23:22 hannken
|
|||
|
||||
/*
|
||||
* Address to call from cpu_reset() to reset the machine.
|
||||
* This is machine architecture dependant as it varies depending
|
||||
* This is machine architecture dependent as it varies depending
|
||||
* on where the ROM appears when you turn the MMU off.
|
||||
*/
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Machine dependant startup code for BEAGLEBOARD boards.
|
||||
* Machine dependent startup code for BEAGLEBOARD boards.
|
||||
* Based on omap_start.S
|
||||
*
|
||||
* Copyright (c) 2002, 2003 Genetec Corporation. All rights reserved.
|
||||
|
@ -92,7 +92,7 @@
|
|||
#include <arm/omap/omap2_obioreg.h>
|
||||
#include <evbarm/beagle/beagle.h>
|
||||
|
||||
RCSID("$NetBSD: beagle_start.S,v 1.5 2011/01/31 06:28:02 matt Exp $")
|
||||
RCSID("$NetBSD: beagle_start.S,v 1.6 2011/06/30 20:09:23 wiz Exp $")
|
||||
|
||||
#define Invalidate_I_cache(reg) \
|
||||
mcr p15, 0, reg, c7, c5, 0 /* Invalidate Entire I cache */
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: ADI_BRH,v 1.53 2011/03/06 17:08:22 bouyer Exp $
|
||||
# $NetBSD: ADI_BRH,v 1.54 2011/06/30 20:09:23 wiz Exp $
|
||||
#
|
||||
# ADI_BRH -- ADI Engineering "Big Red Head" i80200 Evaluation Board
|
||||
#
|
||||
|
@ -47,7 +47,7 @@ file-system PTYFS # /dev/pts/N support
|
|||
# File system options
|
||||
#options QUOTA # legacy UFS quotas
|
||||
#options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
options NFSSERVER
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: ARMADILLO210,v 1.17 2011/03/06 17:08:22 bouyer Exp $
|
||||
# $NetBSD: ARMADILLO210,v 1.18 2011/06/30 20:09:23 wiz Exp $
|
||||
#
|
||||
# ARMADILLO210 -- Atmark Techno, Armadillo-210
|
||||
#
|
||||
|
@ -40,7 +40,7 @@ file-system NFS # Network file system
|
|||
# File system options
|
||||
#options QUOTA # legacy UFS quotas
|
||||
#options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
|
||||
#options NFSSERVER # Network File System server
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: ARMADILLO9,v 1.29 2011/03/06 17:08:22 bouyer Exp $
|
||||
# $NetBSD: ARMADILLO9,v 1.30 2011/06/30 20:09:23 wiz Exp $
|
||||
#
|
||||
# ARMADILLO9 -- Atmark Techno, Armadillo-9
|
||||
#
|
||||
|
@ -40,7 +40,7 @@ file-system PTYFS # /dev/pts/N support
|
|||
# File system options
|
||||
#options QUOTA # legacy UFS quotas
|
||||
#options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
|
||||
options NFSSERVER # Network File System server
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $NetBSD: BEAGLEBOARD,v 1.20 2011/06/15 17:17:37 ober Exp $
|
||||
# $NetBSD: BEAGLEBOARD,v 1.21 2011/06/30 20:09:23 wiz Exp $
|
||||
#
|
||||
# BEAGLEBOARD -- TI OMAP 3530 Eval Board Kernel
|
||||
#
|
||||
|
@ -45,7 +45,7 @@ file-system PTYFS # /dev/pts/N support
|
|||
# File system options
|
||||
#options QUOTA # legacy UFS quotas
|
||||
#options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
#options NFSSERVER
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: CP3100,v 1.21 2011/03/06 17:08:22 bouyer Exp $
|
||||
# $NetBSD: CP3100,v 1.22 2011/06/30 20:09:23 wiz Exp $
|
||||
#
|
||||
# CP3100 -- Certance CP3100 Kernel
|
||||
#
|
||||
|
@ -47,7 +47,7 @@ file-system PTYFS # /dev/pts/N support
|
|||
# File system options
|
||||
#options QUOTA # legacy UFS quotas
|
||||
#options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
options NFSSERVER
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
|
|
@ -42,7 +42,7 @@ file-system PTYFS # /dev/pts/N support
|
|||
# File system options
|
||||
#options QUOTA # legacy UFS quotas
|
||||
#options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
#options NFSSERVER
|
||||
#options WAPBL # File system journaling support - Experimental
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
|
|
@ -43,7 +43,7 @@ file-system PTYFS # /dev/pts/N support
|
|||
# File system options
|
||||
#options QUOTA # legacy UFS quotas
|
||||
#options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
#options NFSSERVER
|
||||
#options WAPBL # File system journaling support - Experimental
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
|
|
@ -42,7 +42,7 @@ file-system PTYFS # /dev/pts/N support
|
|||
# File system options
|
||||
#options QUOTA # legacy UFS quotas
|
||||
#options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
#options NFSSERVER
|
||||
#options WAPBL # File system journaling support - Experimental
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: HDL_G,v 1.22 2011/03/06 17:08:22 bouyer Exp $
|
||||
# $NetBSD: HDL_G,v 1.23 2011/06/30 20:09:23 wiz Exp $
|
||||
#
|
||||
# HDL_G -- I-O DATA HDL-G Kernel
|
||||
#
|
||||
|
@ -50,7 +50,7 @@ file-system UNION # union file system
|
|||
# File system options
|
||||
#options QUOTA # legacy UFS quotas
|
||||
#options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
options NFSSERVER
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $NetBSD: IGEPV2,v 1.5 2011/03/06 17:08:22 bouyer Exp $
|
||||
# $NetBSD: IGEPV2,v 1.6 2011/06/30 20:09:23 wiz Exp $
|
||||
#
|
||||
# IGEPv2 -- TI OMAP 3530 Eval Board Kernel
|
||||
#
|
||||
|
@ -46,7 +46,7 @@ file-system PTYFS # /dev/pts/N support
|
|||
# File system options
|
||||
#options QUOTA # legacy UFS quotas
|
||||
#options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
#options NFSSERVER
|
||||
#options SOFTDEP
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: IMX31LITE,v 1.13 2011/03/06 17:08:22 bouyer Exp $
|
||||
# $NetBSD: IMX31LITE,v 1.14 2011/06/30 20:09:23 wiz Exp $
|
||||
#
|
||||
# IMX31LITE -- Freescale IMX31LITE Evaluation Board Kernel
|
||||
#
|
||||
|
@ -46,7 +46,7 @@ file-system PTYFS # /dev/pts/N support
|
|||
# File system options
|
||||
#options QUOTA # legacy UFS quotas
|
||||
#options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
options NFSSERVER
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INTEGRATOR,v 1.61 2011/03/06 17:08:22 bouyer Exp $
|
||||
# $NetBSD: INTEGRATOR,v 1.62 2011/06/30 20:09:23 wiz Exp $
|
||||
#
|
||||
# GENERIC -- ARM Integrator board Generic kernel
|
||||
#
|
||||
|
@ -47,7 +47,7 @@ file-system PTYFS # /dev/pts/N support
|
|||
# File system options
|
||||
#options QUOTA # legacy UFS quotas
|
||||
#options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
#options NFSSERVER
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: IQ31244,v 1.52 2011/03/06 17:08:22 bouyer Exp $
|
||||
# $NetBSD: IQ31244,v 1.53 2011/06/30 20:09:23 wiz Exp $
|
||||
#
|
||||
# IQ31244 -- Intel IQ31244 Evaluation Board Kernel
|
||||
#
|
||||
|
@ -47,7 +47,7 @@ file-system PTYFS # /dev/pts/N support
|
|||
# File system options
|
||||
#options QUOTA # legacy UFS quotas
|
||||
#options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
options NFSSERVER
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: IQ80310,v 1.71 2011/03/06 17:08:22 bouyer Exp $
|
||||
# $NetBSD: IQ80310,v 1.72 2011/06/30 20:09:23 wiz Exp $
|
||||
#
|
||||
# IQ80310 -- Intel IQ80310 Evaluation Board Kernel
|
||||
#
|
||||
|
@ -47,7 +47,7 @@ file-system PTYFS # /dev/pts/N support
|
|||
# File system options
|
||||
#options QUOTA # legacy UFS quotas
|
||||
#options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
options NFSSERVER
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: IQ80321,v 1.67 2011/03/06 17:08:22 bouyer Exp $
|
||||
# $NetBSD: IQ80321,v 1.68 2011/06/30 20:09:23 wiz Exp $
|
||||
#
|
||||
# IQ80321 -- Intel IQ80321 Evaluation Board Kernel
|
||||
#
|
||||
|
@ -47,7 +47,7 @@ file-system PTYFS # /dev/pts/N support
|
|||
# File system options
|
||||
#options QUOTA # legacy UFS quotas
|
||||
#options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
options NFSSERVER
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: IXDP425,v 1.32 2011/03/06 17:08:22 bouyer Exp $
|
||||
# $NetBSD: IXDP425,v 1.33 2011/06/30 20:09:23 wiz Exp $
|
||||
#
|
||||
# IXDP425 -- Intel IXDP425/IXCDP1100 Development Platform
|
||||
#
|
||||
|
@ -51,7 +51,7 @@ file-system PTYFS # /dev/pts/N support
|
|||
# File system options
|
||||
#options QUOTA # legacy UFS quotas
|
||||
#options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
options NFSSERVER
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: IXM1200,v 1.44 2011/03/06 17:08:22 bouyer Exp $
|
||||
# $NetBSD: IXM1200,v 1.45 2011/06/30 20:09:23 wiz Exp $
|
||||
#
|
||||
# IXM1200 -- Intel IXM1200 Evaluation Board Kernel
|
||||
#
|
||||
|
@ -46,7 +46,7 @@ file-system PTYFS # /dev/pts/N support
|
|||
# File system options
|
||||
#options QUOTA # legacy UFS quotas
|
||||
#options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
options NFSSERVER
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
|
|
@ -45,7 +45,7 @@ file-system PTYFS # /dev/pts/N support
|
|||
# File system options
|
||||
#options QUOTA # legacy UFS quotas
|
||||
#options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
#options NFSSERVER
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: NAPPI,v 1.40 2011/03/06 17:08:22 bouyer Exp $
|
||||
# $NetBSD: NAPPI,v 1.41 2011/06/30 20:09:23 wiz Exp $
|
||||
#
|
||||
# NAPPI -- Netwise APlication Platform Board Kernel
|
||||
#
|
||||
|
@ -46,7 +46,7 @@ file-system PTYFS # /dev/pts/N support
|
|||
# File system options
|
||||
#options QUOTA # legacy UFS quotas
|
||||
#options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
options NFSSERVER
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: NETWALKER,v 1.4 2011/03/06 17:08:22 bouyer Exp $
|
||||
# $NetBSD: NETWALKER,v 1.5 2011/06/30 20:09:23 wiz Exp $
|
||||
#
|
||||
# NETWALKER -- Sharp
|
||||
#
|
||||
|
@ -48,7 +48,7 @@ file-system PTYFS # /dev/pts/N support
|
|||
# File system options
|
||||
#options QUOTA # legacy UFS quotas
|
||||
#options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
#options NFSSERVER
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: NSLU2,v 1.19 2011/05/17 22:19:37 dyoung Exp $
|
||||
# $NetBSD: NSLU2,v 1.20 2011/06/30 20:09:23 wiz Exp $
|
||||
#
|
||||
# Linksys NSLU2 "Slug" NAS Device
|
||||
#
|
||||
|
@ -52,7 +52,7 @@ file-system NFS # Network file system
|
|||
# File system options
|
||||
#options QUOTA # legacy UFS quotas
|
||||
#options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
#options NFSSERVER
|
||||
|
||||
# Networking options
|
||||
|
|
|
@ -40,7 +40,7 @@ file-system PTYFS # /dev/pts/N support
|
|||
# File system options
|
||||
#options QUOTA # legacy UFS quotas
|
||||
#options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
#options NFSSERVER
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $NetBSD: OVERO,v 1.8 2011/03/06 17:08:22 bouyer Exp $
|
||||
# $NetBSD: OVERO,v 1.9 2011/06/30 20:09:23 wiz Exp $
|
||||
#
|
||||
# OVERO -- Gumstix. Inc. Overo platforms kernel
|
||||
#
|
||||
|
@ -60,7 +60,7 @@ file-system PTYFS # /dev/pts/N support
|
|||
# File system options
|
||||
#options QUOTA # legacy UFS quotas
|
||||
#options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
|
||||
#options NFSSERVER
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: SMDK2410,v 1.43 2011/03/06 17:08:22 bouyer Exp $
|
||||
# $NetBSD: SMDK2410,v 1.44 2011/06/30 20:09:23 wiz Exp $
|
||||
#
|
||||
# SMDK2410 -- Samsung's S3C2410 evaluation board.
|
||||
#
|
||||
|
@ -58,7 +58,7 @@ file-system PTYFS # /dev/pts/N support
|
|||
# File system options
|
||||
#options QUOTA # legacy UFS quotas
|
||||
#options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
#options NFSSERVER
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: SMDK2800,v 1.43 2011/03/06 17:08:23 bouyer Exp $
|
||||
# $NetBSD: SMDK2800,v 1.44 2011/06/30 20:09:23 wiz Exp $
|
||||
#
|
||||
# SMDK2800 -- Samsung's S3C2800 evaluation board.
|
||||
#
|
||||
|
@ -54,7 +54,7 @@ file-system PTYFS # /dev/pts/N support
|
|||
# File system options
|
||||
#options QUOTA # legacy UFS quotas
|
||||
#options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
#options NFSSERVER
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: TEAMASA_NPWR,v 1.68 2011/03/06 17:08:23 bouyer Exp $
|
||||
# $NetBSD: TEAMASA_NPWR,v 1.69 2011/06/30 20:09:23 wiz Exp $
|
||||
#
|
||||
# TEAMASA_NPWR -- Team ASA, Inc. Npwr -- XScale/IOP310-based
|
||||
# server appliance.
|
||||
|
@ -50,7 +50,7 @@ file-system PTYFS # /dev/pts/N support
|
|||
# File system options
|
||||
#options QUOTA # legacy UFS quotas
|
||||
#options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
options NFSSERVER
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: TEAMASA_NPWR_FC,v 1.32 2011/03/06 17:08:23 bouyer Exp $
|
||||
# $NetBSD: TEAMASA_NPWR_FC,v 1.33 2011/06/30 20:09:23 wiz Exp $
|
||||
#
|
||||
# TeamASA NPWR-FC, i80321-based SBC
|
||||
#
|
||||
|
@ -48,7 +48,7 @@ file-system PTYFS # /dev/pts/N support
|
|||
# File system options
|
||||
#options QUOTA # legacy UFS quotas
|
||||
#options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
options NFSSERVER
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $NetBSD: TISDP2420,v 1.16 2011/03/06 17:08:23 bouyer Exp $
|
||||
# $NetBSD: TISDP2420,v 1.17 2011/06/30 20:09:23 wiz Exp $
|
||||
#
|
||||
# TISDP2420 -- TI OMAP 2420 Eval Board Kernel
|
||||
#
|
||||
|
@ -45,7 +45,7 @@ file-system PTYFS # /dev/pts/N support
|
|||
# File system options
|
||||
#options QUOTA # legacy UFS quotas
|
||||
#options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
#options NFSSERVER
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $NetBSD: TISDP2430,v 1.16 2011/03/06 17:08:23 bouyer Exp $
|
||||
# $NetBSD: TISDP2430,v 1.17 2011/06/30 20:09:23 wiz Exp $
|
||||
#
|
||||
# TISDP2430 -- TI OMAP 2430 Eval Board Kernel
|
||||
#
|
||||
|
@ -44,7 +44,7 @@ file-system PTYFS # /dev/pts/N support
|
|||
# File system options
|
||||
#options QUOTA # legacy UFS quotas
|
||||
#options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
#options NFSSERVER
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: TS7200,v 1.44 2011/03/06 17:08:23 bouyer Exp $
|
||||
# $NetBSD: TS7200,v 1.45 2011/06/30 20:09:23 wiz Exp $
|
||||
#
|
||||
# TS7200 - Kernel for Technologic Systems TS7200 ARM hardware
|
||||
#
|
||||
|
@ -53,7 +53,7 @@ file-system PTYFS # /dev/pts/N support
|
|||
# File system options
|
||||
#options QUOTA # legacy UFS quotas
|
||||
#options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
options NFSSERVER
|
||||
options WAPBL # File system journaling support - Experimental
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue