auxilliary -> auxiliary

This commit is contained in:
wiz 2001-07-26 22:53:13 +00:00
parent d2c504636c
commit 035b63a542
5 changed files with 15 additions and 15 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ahdilabel.8,v 1.3 2001/04/21 14:38:53 wiz Exp $
.\" $NetBSD: ahdilabel.8,v 1.4 2001/07/26 22:53:13 wiz Exp $
.\"
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -125,12 +125,12 @@ Make this partition extend to the end of the disk.
.Pp
The sector holding the primary AHDI partition table only has space for four
partitions. Thus, if a disk has more than four partitions, the extra
partition information is held in auxilliary root sectors. There is one
auxilliary root for each additional partition (and also for the fourth
partition information is held in auxiliary root sectors. There is one
auxiliary root for each additional partition (and also for the fourth
partition, if the disk has more than four partitions).
.It Ar r
Recalculate the root sectors. This will automatically assign auxilliary
root sectors if the disk has more than 4 partitions. The auxilliary root
Recalculate the root sectors. This will automatically assign auxiliary
root sectors if the disk has more than 4 partitions. The auxiliary root
sectors will be positioned in a default location preceeding the relevant
partition.
.It Ar s
@ -168,7 +168,7 @@ removed.
.Pp
Creating an AHDI partition table on a disk that previously did not have
one will almost certainly overwrite any existing partition information
and/or data on that disk. This is especially the case if auxilliary root
and/or data on that disk. This is especially the case if auxiliary root
sectors are needed for the AHDI partition table.
.Pp
As soon as a disk contains at least one NBD partition, you are allowed to

View File

@ -1,4 +1,4 @@
/* $NetBSD: i8042reg.h,v 1.3 2001/06/12 14:59:28 wiz Exp $ */
/* $NetBSD: i8042reg.h,v 1.4 2001/07/26 22:53:13 wiz Exp $ */
/*
* Copyright 1997
@ -119,7 +119,7 @@
#define I8042_ANY_DATA 0xff /* Wait for any input */
#define I8042_CMD 0 /* Command is for keyboard controller */
#define I8042_AUX_CMD 1 /* Command is for auxilliary port */
#define I8042_AUX_CMD 1 /* Command is for auxiliary port */
#define I8042_KBD_CMD 2 /* Write to keyboard device data area */
#define I8042_WRITE_CCB 3 /* Write Controller Command Byte */

View File

@ -1,4 +1,4 @@
/* $NetBSD: ahdilabel.c,v 1.3 2001/03/04 20:49:27 jdc Exp $ */
/* $NetBSD: ahdilabel.c,v 1.4 2001/07/26 22:53:13 wiz Exp $ */
/*
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -174,7 +174,7 @@ main (argc, argv)
if (rv == -6)
printf ("Partitions overlap!\n");
if (rv == -7)
printf ("Partition overlaps auxilliary root!\n");
printf ("Partition overlaps auxiliary root!\n");
if (rv == -8)
printf ("More than 4 partitions in root sector!\n");
if (rv == -9)

View File

@ -1,4 +1,4 @@
/* $NetBSD: powerpc_machdep.c,v 1.6 2001/07/22 11:29:46 wiz Exp $ */
/* $NetBSD: powerpc_machdep.c,v 1.7 2001/07/26 22:53:13 wiz Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@ -64,7 +64,7 @@ setregs(p, pack, stack)
* _start(argc, argv, envp, obj, cleanup, ps_strings);
*
* Notes:
* - obj and cleanup are the auxilliary and termination
* - obj and cleanup are the auxiliary and termination
* vectors. They are fixed up by ld.elf_so.
* - ps_strings is a NetBSD extension, and will be
* ignored by executables which are strictly

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_exec.h,v 1.2 2001/02/04 22:59:26 christos Exp $ */
/* $NetBSD: linux_exec.h,v 1.3 2001/07/26 22:53:14 wiz Exp $ */
/*-
* Copyright (c) 1998, 2001 The NetBSD Foundation, Inc.
@ -71,7 +71,7 @@
#define LINUX_ATEXIT_SIGNATURE 1
/*
* LINUX_SHIFT enable the 16 bytes shift for arguments and ELF auxilliary
* LINUX_SHIFT enable the 16 bytes shift for arguments and ELF auxiliary
* table. This is needed on the PowerPC
*/
#define LINUX_SHIFT 0x0000000FUL
@ -85,7 +85,7 @@
#define LINUX_SP_WRAP 0x30 /* Size of the stack pointer wrap code */
/*
* Entries in the ELF auxilliary table. This is counted from
* Entries in the ELF auxiliary table. This is counted from
* sys/compat/linux/arc/powerpc/linux_exec_powerpc.c
*/
#define LINUX_ELF_AUX_ENTRIES 14