summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-08-01 12:10:27 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-08-01 12:10:27 +0000
commit94289471080ce51c22df6c03edf82eb90c3ee4f3 (patch)
treedf5b260374f5ba6aae58c8f705241331ca00949d /sys/arch/sparc64
parent2322dbd71985ae72dc74f0a6d5c3bc144b564e95 (diff)
I'm Positive these are Type-O.
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r--sys/arch/sparc64/conf/GENERIC4
-rw-r--r--sys/arch/sparc64/dev/fd.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC
index d39ebe7eba5..6f3e79e25b5 100644
--- a/sys/arch/sparc64/conf/GENERIC
+++ b/sys/arch/sparc64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.131 2005/06/30 01:37:33 brad Exp $
+# $OpenBSD: GENERIC,v 1.132 2005/08/01 12:10:25 miod Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -274,7 +274,7 @@ ch* at scsibus? # SCSI changer devices
ss* at scsibus? # SCSI scanners
uk* at scsibus? # unknown SCSI devices
-# Media Independent Interface (mii) drivers)
+# Media Independent Interface (mii) drivers
acphy* at mii? # Altima AC101 PHYs
exphy* at mii? # 3Com internal PHYs
bmtphy* at mii? # Broadcom 10/100 PHYs
diff --git a/sys/arch/sparc64/dev/fd.c b/sys/arch/sparc64/dev/fd.c
index 278427b0b08..a52f156a50c 100644
--- a/sys/arch/sparc64/dev/fd.c
+++ b/sys/arch/sparc64/dev/fd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fd.c,v 1.3 2005/03/17 22:26:22 miod Exp $ */
+/* $OpenBSD: fd.c,v 1.4 2005/08/01 12:10:25 miod Exp $ */
/* $NetBSD: fd.c,v 1.112 2003/08/07 16:29:35 agc Exp $ */
/*-
@@ -394,7 +394,7 @@ fdcattach_ebus(parent, self, aux)
}
if (ea->ea_nregs < 3) {
- printf(": expected 3 register, got only %d\n",
+ printf(": expected 3 registers, only got %d\n",
ea->ea_nregs);
return;
}