summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/amd64/stand/installboot/nlist.c6
-rw-r--r--sys/arch/aviion/dev/nvramreg.h4
-rw-r--r--sys/arch/aviion/stand/libsa/nvramreg.h4
-rw-r--r--sys/arch/hppa/dev/viper.h4
-rw-r--r--sys/arch/i386/i386/via.c4
-rw-r--r--sys/arch/i386/isa/ahc_isa.c4
-rw-r--r--sys/arch/m68k/060sp/fpsp.s8
-rw-r--r--sys/arch/m68k/060sp/ilsp.doc4
-rw-r--r--sys/arch/m68k/060sp/isp.s4
-rw-r--r--sys/arch/m68k/060sp/pfpsp.s8
-rw-r--r--sys/arch/m68k/fpsp/l_fpsp.h4
-rw-r--r--sys/arch/mac68k/dev/adb.c4
-rw-r--r--sys/arch/mac68k/dev/ncr5380.c4
-rw-r--r--sys/arch/mac68k/dev/nubus.c4
-rw-r--r--sys/arch/macppc/dev/adb.c4
-rw-r--r--sys/arch/mvme88k/dev/nvramreg.h4
-rw-r--r--sys/arch/mvmeppc/dev/nvramreg.h4
-rw-r--r--sys/arch/sparc/dev/dma.c4
-rw-r--r--sys/arch/sparc/include/eeprom.h4
-rw-r--r--sys/arch/sparc/sparc/clockreg.h4
-rw-r--r--sys/arch/sparc64/dev/ebus.c6
-rw-r--r--sys/arch/sparc64/dev/psycho.c6
-rw-r--r--sys/arch/sparc64/include/eeprom.h4
-rw-r--r--sys/arch/sparc64/sparc64/in4_cksum.c6
-rw-r--r--sys/arch/vax/boot/boot/version4
-rw-r--r--sys/arch/vax/qbus/qd.c6
-rw-r--r--sys/arch/vax/stand/boot/version4
27 files changed, 63 insertions, 63 deletions
diff --git a/sys/arch/amd64/stand/installboot/nlist.c b/sys/arch/amd64/stand/installboot/nlist.c
index b528070ff42..f23600dc9d1 100644
--- a/sys/arch/amd64/stand/installboot/nlist.c
+++ b/sys/arch/amd64/stand/installboot/nlist.c
@@ -28,7 +28,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: nlist.c,v 1.2 2004/02/09 20:59:52 mickey Exp $";
+static char rcsid[] = "$OpenBSD: nlist.c,v 1.3 2007/04/10 17:47:54 miod Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
@@ -277,7 +277,7 @@ out:
* is ELF and valid for the target platform.
*
* WARNING: This is NOT a ELF ABI function and
- * as such it's use should be restricted.
+ * as such its use should be restricted.
*/
int
__elf_is_okay__(ehdr)
@@ -344,7 +344,7 @@ __elf_fdnlist(fd, list)
}
/*
- * Find the symbol table entry and it's corresponding
+ * Find the symbol table entry and its corresponding
* string table entry. Version 1.1 of the ABI states
* that there is only one symbol table but that this
* could change in the future.
diff --git a/sys/arch/aviion/dev/nvramreg.h b/sys/arch/aviion/dev/nvramreg.h
index 4d9e804a53f..4950663c896 100644
--- a/sys/arch/aviion/dev/nvramreg.h
+++ b/sys/arch/aviion/dev/nvramreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: nvramreg.h,v 1.2 2006/05/21 12:22:02 miod Exp $ */
+/* $OpenBSD: nvramreg.h,v 1.3 2007/04/10 17:47:54 miod Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -49,7 +49,7 @@
*
* This chip is 8k in size.
* The first TOD clock starts at offset 0x1FF8. The following structure
- * describes last 2K of it's 8K address space. The first 6K of the NVRAM
+ * describes last 2K of its 8K address space. The first 6K of the NVRAM
* space is used for various things as follows:
* 0000-0fff User Area
* 1000-10ff Networking Area
diff --git a/sys/arch/aviion/stand/libsa/nvramreg.h b/sys/arch/aviion/stand/libsa/nvramreg.h
index b7a2472bdb4..bbce5c66a4c 100644
--- a/sys/arch/aviion/stand/libsa/nvramreg.h
+++ b/sys/arch/aviion/stand/libsa/nvramreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: nvramreg.h,v 1.1 2006/05/16 22:48:18 miod Exp $ */
+/* $OpenBSD: nvramreg.h,v 1.2 2007/04/10 17:47:54 miod Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -49,7 +49,7 @@
*
* This chip is 8k in size.
* The first TOD clock starts at offset 0x1FF8. The following structure
- * describes last 2K of it's 8K address space. The first 6K of the NVRAM
+ * describes last 2K of its 8K address space. The first 6K of the NVRAM
* space is used for various things as follows:
* 0000-0fff User Area
* 1000-10ff Networking Area
diff --git a/sys/arch/hppa/dev/viper.h b/sys/arch/hppa/dev/viper.h
index 9c29f5d30b6..99fb65c8a99 100644
--- a/sys/arch/hppa/dev/viper.h
+++ b/sys/arch/hppa/dev/viper.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: viper.h,v 1.5 2003/04/07 17:24:09 mickey Exp $ */
+/* $OpenBSD: viper.h,v 1.6 2007/04/10 17:47:54 miod Exp $ */
/*
* Copyright (c) 1991,1994 The University of Utah and
@@ -76,7 +76,7 @@ struct vi_stat { /* (RO) */
*
* vi_intrwd (WO)
* If a high to low transition of the interrupt line occurs,
- * Viper will send this to the CPU to be or'd into it's EIR.
+ * Viper will send this to the CPU to be or'd into its EIR.
* In general, this is an ASP interrupt request.
*
* vi_mem_ctrl (WO)
diff --git a/sys/arch/i386/i386/via.c b/sys/arch/i386/i386/via.c
index 103be2d3c54..d56607badfb 100644
--- a/sys/arch/i386/i386/via.c
+++ b/sys/arch/i386/i386/via.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: via.c,v 1.8 2006/11/17 07:47:56 tom Exp $ */
+/* $OpenBSD: via.c,v 1.9 2007/04/10 17:47:54 miod Exp $ */
/* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */
/*-
@@ -510,7 +510,7 @@ out:
* store random data, and can be accessed a lot quicker than waiting
* for new data to be generated. As we are using every 8th bit only
* due to whitening. Since the RNG generates in excess of 21KB/s at
- * it's worst, collecting 64 bytes worth of entropy should not affect
+ * its worst, collecting 64 bytes worth of entropy should not affect
* things significantly.
*
* Note, due to some weirdness in the RNG, we need at least 7 bytes
diff --git a/sys/arch/i386/isa/ahc_isa.c b/sys/arch/i386/isa/ahc_isa.c
index 75237730d07..29ec6e7765f 100644
--- a/sys/arch/i386/isa/ahc_isa.c
+++ b/sys/arch/i386/isa/ahc_isa.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ahc_isa.c,v 1.15 2006/09/19 11:06:33 jsg Exp $ */
+/* $OpenBSD: ahc_isa.c,v 1.16 2007/04/10 17:47:54 miod Exp $ */
/* $NetBSD: ahc_isa.c,v 1.5 1996/10/21 22:27:39 thorpej Exp $ */
/*
@@ -279,7 +279,7 @@ ahc_isa_match(struct isa_attach_args *ia, bus_addr_t iobase)
/*
* Check the slots looking for a board we recognise
- * If we find one, note it's address (slot) and call
+ * If we find one, note its address (slot) and call
* the actual probe routine to check it out.
*/
int
diff --git a/sys/arch/m68k/060sp/fpsp.s b/sys/arch/m68k/060sp/fpsp.s
index f1c98d47060..39e5029c157 100644
--- a/sys/arch/m68k/060sp/fpsp.s
+++ b/sys/arch/m68k/060sp/fpsp.s
@@ -1,5 +1,5 @@
#
-# $OpenBSD: fpsp.s,v 1.8 2005/02/17 18:07:36 jfb Exp $
+# $OpenBSD: fpsp.s,v 1.9 2007/04/10 17:47:54 miod Exp $
# $NetBSD: fpsp.s,v 1.2 1996/05/15 19:48:03 is Exp $
#
@@ -2211,7 +2211,7 @@ fu_snan_s_p:
mov.l LOCAL_SIZE+2+EXC_PC(%sp),LOCAL_SIZE+2+EXC_PC-0xc(%sp)
mov.l LOCAL_SIZE+EXC_EA(%sp),LOCAL_SIZE+EXC_EA-0xc(%sp)
-# now, we copy the default result to it's proper location
+# now, we copy the default result to its proper location
mov.l LOCAL_SIZE+FP_DST_EX(%sp),LOCAL_SIZE+0x4(%sp)
mov.l LOCAL_SIZE+FP_DST_HI(%sp),LOCAL_SIZE+0x8(%sp)
mov.l LOCAL_SIZE+FP_DST_LO(%sp),LOCAL_SIZE+0xc(%sp)
@@ -2251,7 +2251,7 @@ fu_operr_p_s:
mov.l LOCAL_SIZE+2+EXC_PC(%sp),LOCAL_SIZE+2+EXC_PC-0xc(%sp)
mov.l LOCAL_SIZE+EXC_EA(%sp),LOCAL_SIZE+EXC_EA-0xc(%sp)
-# now, we copy the default result to it's proper location
+# now, we copy the default result to its proper location
mov.l LOCAL_SIZE+FP_DST_EX(%sp),LOCAL_SIZE+0x4(%sp)
mov.l LOCAL_SIZE+FP_DST_HI(%sp),LOCAL_SIZE+0x8(%sp)
mov.l LOCAL_SIZE+FP_DST_LO(%sp),LOCAL_SIZE+0xc(%sp)
@@ -2291,7 +2291,7 @@ fu_inex_s_p2:
mov.l LOCAL_SIZE+2+EXC_PC(%sp),LOCAL_SIZE+2+EXC_PC-0xc(%sp)
mov.l LOCAL_SIZE+EXC_EA(%sp),LOCAL_SIZE+EXC_EA-0xc(%sp)
-# now, we copy the default result to it's proper location
+# now, we copy the default result to its proper location
mov.l LOCAL_SIZE+FP_DST_EX(%sp),LOCAL_SIZE+0x4(%sp)
mov.l LOCAL_SIZE+FP_DST_HI(%sp),LOCAL_SIZE+0x8(%sp)
mov.l LOCAL_SIZE+FP_DST_LO(%sp),LOCAL_SIZE+0xc(%sp)
diff --git a/sys/arch/m68k/060sp/ilsp.doc b/sys/arch/m68k/060sp/ilsp.doc
index 8f98b8631c7..6eeb51328a6 100644
--- a/sys/arch/m68k/060sp/ilsp.doc
+++ b/sys/arch/m68k/060sp/ilsp.doc
@@ -1,5 +1,5 @@
#
-# $OpenBSD: ilsp.doc,v 1.2 1996/05/30 22:14:37 niklas Exp $
+# $OpenBSD: ilsp.doc,v 1.3 2007/04/10 17:47:54 miod Exp $
# $NetBSD: ilsp.doc,v 1.2 1996/05/15 19:48:36 is Exp $
#
@@ -136,7 +136,7 @@ An example of using the "cmp2" instruction is as follows:
Exception reporting:
--------------------
If the instruction being emulated is a divide and the source
-operand is a zero, then the library routine, as it's last
+operand is a zero, then the library routine, as its last
instruction, executes an implemented divide using a zero
source operand so that an "Integer Divide-by-Zero" exception
will be taken. Although the exception stack frame will not
diff --git a/sys/arch/m68k/060sp/isp.s b/sys/arch/m68k/060sp/isp.s
index 8830e2f6f4a..fde538c49e4 100644
--- a/sys/arch/m68k/060sp/isp.s
+++ b/sys/arch/m68k/060sp/isp.s
@@ -1,5 +1,5 @@
#
-# $OpenBSD: isp.s,v 1.5 2004/01/09 21:16:06 deraadt Exp $
+# $OpenBSD: isp.s,v 1.6 2007/04/10 17:47:54 miod Exp $
# $NetBSD: isp.s,v 1.2 1996/05/15 19:48:48 is Exp $
#
@@ -854,7 +854,7 @@ isp_acc_exit2:
bra.l _real_access
# if the addressing mode was (an)+ or -(an), the address register must
-# be restored to it's pre-exception value before entering _real_access.
+# be restored to its pre-exception value before entering _real_access.
isp_restore:
cmpi.b SPCOND_FLG(%a6),&restore_flg # do we need a restore?
bne.b isp_restore_done # no
diff --git a/sys/arch/m68k/060sp/pfpsp.s b/sys/arch/m68k/060sp/pfpsp.s
index 9e9186f910a..850164cbe47 100644
--- a/sys/arch/m68k/060sp/pfpsp.s
+++ b/sys/arch/m68k/060sp/pfpsp.s
@@ -1,5 +1,5 @@
#
-# $OpenBSD: pfpsp.s,v 1.7 2005/02/17 18:07:36 jfb Exp $
+# $OpenBSD: pfpsp.s,v 1.8 2007/04/10 17:47:54 miod Exp $
# $NetBSD: pfpsp.s,v 1.2 1996/05/15 19:49:12 is Exp $
#
@@ -2211,7 +2211,7 @@ fu_snan_s_p:
mov.l LOCAL_SIZE+2+EXC_PC(%sp),LOCAL_SIZE+2+EXC_PC-0xc(%sp)
mov.l LOCAL_SIZE+EXC_EA(%sp),LOCAL_SIZE+EXC_EA-0xc(%sp)
-# now, we copy the default result to it's proper location
+# now, we copy the default result to its proper location
mov.l LOCAL_SIZE+FP_DST_EX(%sp),LOCAL_SIZE+0x4(%sp)
mov.l LOCAL_SIZE+FP_DST_HI(%sp),LOCAL_SIZE+0x8(%sp)
mov.l LOCAL_SIZE+FP_DST_LO(%sp),LOCAL_SIZE+0xc(%sp)
@@ -2251,7 +2251,7 @@ fu_operr_p_s:
mov.l LOCAL_SIZE+2+EXC_PC(%sp),LOCAL_SIZE+2+EXC_PC-0xc(%sp)
mov.l LOCAL_SIZE+EXC_EA(%sp),LOCAL_SIZE+EXC_EA-0xc(%sp)
-# now, we copy the default result to it's proper location
+# now, we copy the default result to its proper location
mov.l LOCAL_SIZE+FP_DST_EX(%sp),LOCAL_SIZE+0x4(%sp)
mov.l LOCAL_SIZE+FP_DST_HI(%sp),LOCAL_SIZE+0x8(%sp)
mov.l LOCAL_SIZE+FP_DST_LO(%sp),LOCAL_SIZE+0xc(%sp)
@@ -2291,7 +2291,7 @@ fu_inex_s_p2:
mov.l LOCAL_SIZE+2+EXC_PC(%sp),LOCAL_SIZE+2+EXC_PC-0xc(%sp)
mov.l LOCAL_SIZE+EXC_EA(%sp),LOCAL_SIZE+EXC_EA-0xc(%sp)
-# now, we copy the default result to it's proper location
+# now, we copy the default result to its proper location
mov.l LOCAL_SIZE+FP_DST_EX(%sp),LOCAL_SIZE+0x4(%sp)
mov.l LOCAL_SIZE+FP_DST_HI(%sp),LOCAL_SIZE+0x8(%sp)
mov.l LOCAL_SIZE+FP_DST_LO(%sp),LOCAL_SIZE+0xc(%sp)
diff --git a/sys/arch/m68k/fpsp/l_fpsp.h b/sys/arch/m68k/fpsp/l_fpsp.h
index 0485fe7236b..a92c798fe1d 100644
--- a/sys/arch/m68k/fpsp/l_fpsp.h
+++ b/sys/arch/m68k/fpsp/l_fpsp.h
@@ -1,4 +1,4 @@
-* $OpenBSD: l_fpsp.h,v 1.2 1996/05/29 21:05:30 niklas Exp $
+* $OpenBSD: l_fpsp.h,v 1.3 2007/04/10 17:47:54 miod Exp $
* $NetBSD: l_fpsp.h,v 1.2 1994/10/26 07:49:14 cgd Exp $
* MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP
@@ -38,7 +38,7 @@
* l_fpsp.h --- stack frame offsets for library version of FPSP
*
* This file is derived from fpsp.h. All equates that refer
-* to the fsave frame and it's bits are removed with the
+* to the fsave frame and its bits are removed with the
* exception of ETEMP, WBTEMP, DTAG and STAG which are simulated
* in the library version. Equates for the exception frame are
* also not needed. Some of the equates that are only used in
diff --git a/sys/arch/mac68k/dev/adb.c b/sys/arch/mac68k/dev/adb.c
index 0f2dfc9055a..0792b3b3e34 100644
--- a/sys/arch/mac68k/dev/adb.c
+++ b/sys/arch/mac68k/dev/adb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: adb.c,v 1.25 2007/03/13 20:56:54 miod Exp $ */
+/* $OpenBSD: adb.c,v 1.26 2007/04/10 17:47:54 miod Exp $ */
/* $NetBSD: adb.c,v 1.47 2005/06/16 22:43:36 jmc Exp $ */
/* $NetBSD: adb_direct.c,v 1.51 2005/06/16 22:43:36 jmc Exp $ */
@@ -1533,7 +1533,7 @@ send_adb_IIsi(u_char *in, u_char *buffer, void *compRout, void *data, int
*
* If in->unsol is 1, then this packet was unsolicited and
* so we look up the device in the ADB device table to determine
- * what it's default service routine is.
+ * what its default service routine is.
*
* If in->ack_only is 1, then we really only need to call
* the completion routine, so don't do any other stuff.
diff --git a/sys/arch/mac68k/dev/ncr5380.c b/sys/arch/mac68k/dev/ncr5380.c
index cf6280fd0b8..32d2ff1f9cb 100644
--- a/sys/arch/mac68k/dev/ncr5380.c
+++ b/sys/arch/mac68k/dev/ncr5380.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ncr5380.c,v 1.29 2006/11/28 23:59:45 dlg Exp $ */
+/* $OpenBSD: ncr5380.c,v 1.30 2007/04/10 17:47:54 miod Exp $ */
/* $NetBSD: ncr5380.c,v 1.38 1996/12/19 21:48:18 scottr Exp $ */
/*
@@ -950,7 +950,7 @@ struct ncr_softc *sc;
* loosing it means we lost the target...
* Also REQ needs to be asserted here to indicate that the bus-phase
* is valid. When the target does not supply REQ within a 'reasonable'
- * amount of time, it's probably lost in it's own maze of twisting
+ * amount of time, it's probably lost in its own maze of twisting
* passages, we have to reset the bus to free it.
*/
if (GET_5380_REG(NCR5380_IDSTAT) & SC_S_BSY)
diff --git a/sys/arch/mac68k/dev/nubus.c b/sys/arch/mac68k/dev/nubus.c
index 6ff0fe41313..6ca3c5c3b09 100644
--- a/sys/arch/mac68k/dev/nubus.c
+++ b/sys/arch/mac68k/dev/nubus.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nubus.c,v 1.32 2006/04/14 09:36:49 martin Exp $ */
+/* $OpenBSD: nubus.c,v 1.33 2007/04/10 17:47:54 miod Exp $ */
/* $NetBSD: nubus.c,v 1.53 2002/04/13 17:49:41 briggs Exp $ */
/*
@@ -308,7 +308,7 @@ nubus_video_resource(slot)
/*
* Probe a given nubus slot. If a card is there and we can get the
- * format block from it's clutching decl. ROMs, fill the format block
+ * format block from its clutching decl. ROMs, fill the format block
* and return non-zero. If we can't find a card there with a valid
* decl. ROM, return 0.
*
diff --git a/sys/arch/macppc/dev/adb.c b/sys/arch/macppc/dev/adb.c
index 1c0e690066e..557c8916935 100644
--- a/sys/arch/macppc/dev/adb.c
+++ b/sys/arch/macppc/dev/adb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: adb.c,v 1.24 2007/03/13 20:56:55 miod Exp $ */
+/* $OpenBSD: adb.c,v 1.25 2007/04/10 17:47:54 miod Exp $ */
/* $NetBSD: adb.c,v 1.6 1999/08/16 06:28:09 tsubai Exp $ */
/* $NetBSD: adb_direct.c,v 1.14 2000/06/08 22:10:45 tsubai Exp $ */
@@ -688,7 +688,7 @@ adb_intr(void *arg)
*
* If in->unsol is 1, then this packet was unsolicited and
* so we look up the device in the ADB device table to determine
- * what it's default service routine is.
+ * what its default service routine is.
*
* If in->ack_only is 1, then we really only need to call
* the completion routine, so don't do any other stuff.
diff --git a/sys/arch/mvme88k/dev/nvramreg.h b/sys/arch/mvme88k/dev/nvramreg.h
index 9e024408555..dad0dd2f8a1 100644
--- a/sys/arch/mvme88k/dev/nvramreg.h
+++ b/sys/arch/mvme88k/dev/nvramreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: nvramreg.h,v 1.7 2004/04/24 19:51:48 miod Exp $ */
+/* $OpenBSD: nvramreg.h,v 1.8 2007/04/10 17:47:54 miod Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -49,7 +49,7 @@
*
* This chip is 8k in size.
* The first TOD clock starts at offset 0x1FF8. The following structure
- * describes last 2K of it's 8K address space. The first 6K of the NVRAM
+ * describes last 2K of its 8K address space. The first 6K of the NVRAM
* space is used for various things as follows:
* 0000-0fff User Area
* 1000-10ff Networking Area
diff --git a/sys/arch/mvmeppc/dev/nvramreg.h b/sys/arch/mvmeppc/dev/nvramreg.h
index 4b5a427628b..59e8fb9e5d6 100644
--- a/sys/arch/mvmeppc/dev/nvramreg.h
+++ b/sys/arch/mvmeppc/dev/nvramreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: nvramreg.h,v 1.4 2004/01/29 10:58:06 miod Exp $ */
+/* $OpenBSD: nvramreg.h,v 1.5 2007/04/10 17:47:54 miod Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -49,7 +49,7 @@
*
* This chip is 8k in size.
* The first TOD clock starts at offset 0x1FF8. The following structure
- * describes last 2K of it's 8K address space. The first 6K of the NVRAM
+ * describes last 2K of its 8K address space. The first 6K of the NVRAM
* space is used for various things as follows:
* 0000-0fff User Area
* 1000-10ff Networking Area
diff --git a/sys/arch/sparc/dev/dma.c b/sys/arch/sparc/dev/dma.c
index 0425dc025ed..b39a1b4f6cf 100644
--- a/sys/arch/sparc/dev/dma.c
+++ b/sys/arch/sparc/dev/dma.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dma.c,v 1.22 2006/06/02 20:00:54 miod Exp $ */
+/* $OpenBSD: dma.c,v 1.23 2007/04/10 17:47:54 miod Exp $ */
/* $NetBSD: dma.c,v 1.46 1997/08/27 11:24:16 bouyer Exp $ */
/*
@@ -247,7 +247,7 @@ espsearch:
* What happens here is that if the esp driver has not been
* configured, then this returns a NULL pointer. Then when the
* esp actually gets configured, it does the opposing test, and
- * if the sc->sc_dma field in it's softc is NULL, then tries to
+ * if the sc->sc_dma field in its softc is NULL, then tries to
* find the matching dma driver.
*
*/
diff --git a/sys/arch/sparc/include/eeprom.h b/sys/arch/sparc/include/eeprom.h
index e49d4f12cb2..162f40bb4c4 100644
--- a/sys/arch/sparc/include/eeprom.h
+++ b/sys/arch/sparc/include/eeprom.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: eeprom.h,v 1.10 2003/06/02 18:17:36 deraadt Exp $ */
+/* $OpenBSD: eeprom.h,v 1.11 2007/04/10 17:47:54 miod Exp $ */
/*
* Copyright (c) 1995 Theo de Raadt
@@ -349,7 +349,7 @@ struct eeprom {
* The size of the eeprom on machines with the old clock is 2k. However,
* on machines with the new clock (and the `eeprom' in the nvram area)
* there are only 2040 bytes available. (???). Since we really only
- * care about the `diagnostic' area, we'll use it's size when dealing
+ * care about the `diagnostic' area, we'll use its size when dealing
* with the eeprom in general.
*/
#define EEPROM_SIZE 0x500
diff --git a/sys/arch/sparc/sparc/clockreg.h b/sys/arch/sparc/sparc/clockreg.h
index db71c4304e7..fae947b6b5e 100644
--- a/sys/arch/sparc/sparc/clockreg.h
+++ b/sys/arch/sparc/sparc/clockreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: clockreg.h,v 1.4 2006/06/23 19:54:30 kettenis Exp $ */
+/* $OpenBSD: clockreg.h,v 1.5 2007/04/10 17:47:55 miod Exp $ */
/* $NetBSD: clockreg.h,v 1.5 1994/11/20 20:54:07 deraadt Exp $ */
/*
@@ -57,7 +57,7 @@
*
* This is used in the Sun 4m machines. It is identical to the MK48T02,
* except for being 8K in size. The following structure, then, describes
- * the last 2K of it's 8K address space. We simply ignore the first 6K..
+ * the last 2K of its 8K address space. We simply ignore the first 6K..
*/
struct clockreg {
char cl_nvram[2008]; /* `free' nonvolatile memory */
diff --git a/sys/arch/sparc64/dev/ebus.c b/sys/arch/sparc64/dev/ebus.c
index 7d65356b0c9..2ce0e709bc9 100644
--- a/sys/arch/sparc64/dev/ebus.c
+++ b/sys/arch/sparc64/dev/ebus.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ebus.c,v 1.16 2007/04/04 18:38:54 kettenis Exp $ */
+/* $OpenBSD: ebus.c,v 1.17 2007/04/10 17:47:55 miod Exp $ */
/* $NetBSD: ebus.c,v 1.24 2001/07/25 03:49:54 eeh Exp $ */
/*
@@ -141,7 +141,7 @@ ebus_match(struct device *parent, void *match, void *aux)
}
/*
- * attach an ebus and all it's children. this code is modeled
+ * attach an ebus and all its children. this code is modeled
* after the sbus code which does similar things.
*/
void
@@ -292,7 +292,7 @@ ebus_print(void *aux, const char *p)
/*
* find the INO values for each interrupt and fill them in.
*
- * for each "reg" property of this device, mask it's hi and lo
+ * for each "reg" property of this device, mask its hi and lo
* values with the "interrupt-map-mask"'s hi/lo values, and also
* mask the interrupt number with the interrupt mask. search the
* "interrupt-map" list for matching values of hi, lo and interrupt
diff --git a/sys/arch/sparc64/dev/psycho.c b/sys/arch/sparc64/dev/psycho.c
index ac0a2b42383..b99f089c15c 100644
--- a/sys/arch/sparc64/dev/psycho.c
+++ b/sys/arch/sparc64/dev/psycho.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: psycho.c,v 1.50 2007/01/26 16:53:28 tsi Exp $ */
+/* $OpenBSD: psycho.c,v 1.51 2007/04/10 17:47:55 miod Exp $ */
/* $NetBSD: psycho.c,v 1.39 2001/10/07 20:30:41 eeh Exp $ */
/*
@@ -215,7 +215,7 @@ psycho_match(struct device *parent, void *match, void *aux)
* - get interrupt-map and interrupt-map-mask
* - setup the chipsets.
* - if we're the first of the pair, initialise the IOMMU, otherwise
- * just copy it's tags and addresses.
+ * just copy its tags and addresses.
*/
void
psycho_attach(struct device *parent, struct device *self, void *aux)
@@ -643,7 +643,7 @@ psycho_set_intr(struct psycho_softc *sc, int ipl, void *handler,
*/
/*
- * allocate a PCI chipset tag and set it's cookie.
+ * allocate a PCI chipset tag and set its cookie.
*/
pci_chipset_tag_t
psycho_alloc_chipset(struct psycho_pbm *pp, int node, pci_chipset_tag_t pc)
diff --git a/sys/arch/sparc64/include/eeprom.h b/sys/arch/sparc64/include/eeprom.h
index ae4bcf1d4a6..e13fcd49f09 100644
--- a/sys/arch/sparc64/include/eeprom.h
+++ b/sys/arch/sparc64/include/eeprom.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: eeprom.h,v 1.3 2002/03/14 01:26:45 millert Exp $ */
+/* $OpenBSD: eeprom.h,v 1.4 2007/04/10 17:47:55 miod Exp $ */
/* $NetBSD: eeprom.h,v 1.2 1999/12/30 16:25:17 eeh Exp $ */
/*
@@ -172,7 +172,7 @@ struct eeprom {
* The size of the eeprom on machines with the old clock is 2k. However,
* on machines with the new clock (and the `eeprom' in the nvram area)
* there are only 2040 bytes available. (???). Since we really only
- * care about the `diagnostic' area, we'll use it's size when dealing
+ * care about the `diagnostic' area, we'll use its size when dealing
* with the eeprom in general.
*/
#define EEPROM_SIZE 0x500
diff --git a/sys/arch/sparc64/sparc64/in4_cksum.c b/sys/arch/sparc64/sparc64/in4_cksum.c
index b3e4186c31e..44f20247678 100644
--- a/sys/arch/sparc64/sparc64/in4_cksum.c
+++ b/sys/arch/sparc64/sparc64/in4_cksum.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: in4_cksum.c,v 1.1 2005/05/02 03:22:10 brad Exp $ */
+/* $OpenBSD: in4_cksum.c,v 1.2 2007/04/10 17:47:55 miod Exp $ */
/* $NetBSD: in4_cksum.c,v 1.5 2003/10/13 14:22:20 agc Exp $ */
/*
@@ -9,7 +9,7 @@
* All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
* This product includes software developed by the University of
- * California, and it's contributors.
+ * California, and its contributors.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -46,7 +46,7 @@
* All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
* This product includes software developed by the University of
- * California, and it's contributors.
+ * California, and its contributors.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/sys/arch/vax/boot/boot/version b/sys/arch/vax/boot/boot/version
index 0ac6dfd5468..443b36fcdcd 100644
--- a/sys/arch/vax/boot/boot/version
+++ b/sys/arch/vax/boot/boot/version
@@ -1,4 +1,4 @@
-$OpenBSD: version,v 1.3 2006/08/30 20:02:13 miod Exp $
+$OpenBSD: version,v 1.4 2007/04/10 17:47:55 miod Exp $
$NetBSD: version,v 1.4 2001/11/09 19:53:15 scw Exp $
NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
@@ -21,7 +21,7 @@ is taken as the current.
Create a fake RPB if either netbooted (on machine without RPB) or
loaded from console storage (without VMB intervention).
1.7: Add support for loading a 2nd stage boot in either a.out or ELF.
- Add support for loading a 2nd stage boot directly to it's desired
+ Add support for loading a 2nd stage boot directly to its desired
address if possible.
Cleanup use of u_int/size_t.
1.8: Switch to loadfile instead of exec. Now we can load a.out or ELF
diff --git a/sys/arch/vax/qbus/qd.c b/sys/arch/vax/qbus/qd.c
index 431e0e614ba..a23f23aa80b 100644
--- a/sys/arch/vax/qbus/qd.c
+++ b/sys/arch/vax/qbus/qd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: qd.c,v 1.11 2006/01/01 11:59:39 miod Exp $ */
+/* $OpenBSD: qd.c,v 1.12 2007/04/10 17:47:55 miod Exp $ */
/* $NetBSD: qd.c,v 1.17 2000/01/24 02:40:29 matt Exp $ */
/*-
@@ -199,7 +199,7 @@ struct DMAreq_header *DMAheader[NQD]; /* DMA buffer header pntrs */
/*
* The driver assists a client in scroll operations by loading dragon
* registers from an interrupt service routine. The loading is done using
- * parameters found in memory shrade between the driver and it's client.
+ * parameters found in memory shrade between the driver and its client.
* The scroll parameter structures are ALL loacted in the same memory page
* for reasons of memory economy.
*/
@@ -576,7 +576,7 @@ qd_match(parent, match, aux)
* is found via an array of pte ptrs called "QVmap[]" (ubavar.h)
* which is also loaded at config time. These are the
* variables used below to find a vacant 64kb boundary in
- * Qbus memory, and load it's corresponding physical adrs
+ * Qbus memory, and load its corresponding physical adrs
* into the QDSS's I/O page CSR.
*/
diff --git a/sys/arch/vax/stand/boot/version b/sys/arch/vax/stand/boot/version
index 0ac6dfd5468..443b36fcdcd 100644
--- a/sys/arch/vax/stand/boot/version
+++ b/sys/arch/vax/stand/boot/version
@@ -1,4 +1,4 @@
-$OpenBSD: version,v 1.3 2006/08/30 20:02:13 miod Exp $
+$OpenBSD: version,v 1.4 2007/04/10 17:47:55 miod Exp $
$NetBSD: version,v 1.4 2001/11/09 19:53:15 scw Exp $
NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
@@ -21,7 +21,7 @@ is taken as the current.
Create a fake RPB if either netbooted (on machine without RPB) or
loaded from console storage (without VMB intervention).
1.7: Add support for loading a 2nd stage boot in either a.out or ELF.
- Add support for loading a 2nd stage boot directly to it's desired
+ Add support for loading a 2nd stage boot directly to its desired
address if possible.
Cleanup use of u_int/size_t.
1.8: Switch to loadfile instead of exec. Now we can load a.out or ELF