summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2022-04-07 20:23:44 +0000
committerandvar <andvar@NetBSD.org>2022-04-07 20:23:44 +0000
commit5e3d155bdcb63cf2ef2412c53bcdd46e21f2cc3d (patch)
tree206eeb47296f2a2e864194f88c7abdc960826d92 /sys
parent778f560056052e20dd2d2ef0679d8ff3697f63f2 (diff)
s/psuedo/pseudo/
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/acorn32/doc/majors+minors8
-rw-r--r--sys/arch/amiga/dev/scivar.h6
-rw-r--r--sys/arch/sandpoint/conf/SANDPOINT6
3 files changed, 10 insertions, 10 deletions
diff --git a/sys/arch/acorn32/doc/majors+minors b/sys/arch/acorn32/doc/majors+minors
index 4b49bade955..befc41a3faf 100644
--- a/sys/arch/acorn32/doc/majors+minors
+++ b/sys/arch/acorn32/doc/majors+minors
@@ -1,4 +1,4 @@
-/* $NetBSD: majors+minors,v 1.1 2001/10/18 00:05:01 reinoud Exp $ */
+/* $NetBSD: majors+minors,v 1.2 2022/04/07 20:23:44 andvar Exp $ */
/*
* Copyright (c) 19941198 Mark Brinicombe.
@@ -49,7 +49,7 @@ same device driver even if the driver does not require both.
minor = 2 - /dev/null
minor = 3 - /dev/zero
1 B - swap device
- 1 C - psuedo swap device
+ 1 C - pseudo swap device
minor = 0 - /dev/drum
2 B - reserved
2 C - console device
@@ -65,7 +65,7 @@ same device driver even if the driver does not require both.
5 C - kernel log device
minor = 0 - /dev/klog
6 B - reserved
- 6 C - psuedo tty master
+ 6 C - pseudo tty master
/dev/pty{class}{unit}
unit = minor % 16
minor / 16 = 0 - class = p
@@ -74,7 +74,7 @@ same device driver even if the driver does not require both.
minor / 16 = 3 - class = s
minor / 16 = 4 - class = t
7 B - reserved
- 7 C - psuedo tty slave
+ 7 C - pseudo tty slave
/dev/tty{class}{unit}
unit = minor % 16
minor / 16 = 0 - class = p
diff --git a/sys/arch/amiga/dev/scivar.h b/sys/arch/amiga/dev/scivar.h
index 121f1936541..2ca11ad4da7 100644
--- a/sys/arch/amiga/dev/scivar.h
+++ b/sys/arch/amiga/dev/scivar.h
@@ -1,4 +1,4 @@
-/* $NetBSD: scivar.h,v 1.18 2012/10/27 17:17:31 chs Exp $ */
+/* $NetBSD: scivar.h,v 1.19 2022/04/07 20:23:44 andvar Exp $ */
/*
* Copyright (c) 1990 The Regents of the University of California.
@@ -59,9 +59,9 @@ struct sci_softc {
volatile u_char *sci_iack; /* r: Interrupt Acknowledge */
volatile u_char *sci_irecv; /* w: Start DMA receive, initiator */
- /* psuedo DMA transfer */
+ /* pseudo DMA transfer */
int (*dma_xfer_in)(struct sci_softc *, int, u_char *, int);
- /* psuedo DMA transfer */
+ /* pseudo DMA transfer */
int (*dma_xfer_out)(struct sci_softc *, int, u_char *, int);
u_char sc_flags;
u_char sc_lun;
diff --git a/sys/arch/sandpoint/conf/SANDPOINT b/sys/arch/sandpoint/conf/SANDPOINT
index 8daea8dda0d..29e2190602d 100644
--- a/sys/arch/sandpoint/conf/SANDPOINT
+++ b/sys/arch/sandpoint/conf/SANDPOINT
@@ -1,4 +1,4 @@
-# $NetBSD: SANDPOINT,v 1.20 2021/01/21 06:51:56 nia Exp $
+# $NetBSD: SANDPOINT,v 1.21 2022/04/07 20:23:44 andvar Exp $
#
# Sandpoint X3/X2 machine description file
#
@@ -23,7 +23,7 @@ options PIC_I8259
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "SANDPOINT-$Revision: 1.20 $"
+#ident "SANDPOINT-$Revision: 1.21 $"
maxusers 32
@@ -87,7 +87,7 @@ options NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP
config netbsd root on ? type ?
-# network psuedo-devices
+# network pseudo-devices
pseudo-device bpfilter # packet filter
pseudo-device vlan # IEEE 802.1q encapsulation
#pseudo-device pppoe # PPP over Ethernet (RFC 2516)