summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2002-01-13 01:54:49 +0000
committerJason Wright <jason@cvs.openbsd.org>2002-01-13 01:54:49 +0000
commitec9c6e9fcaa9decdd1cfe28c4a9575a1690d2bac (patch)
tree903d9fc4282b2b176776e55687f1e317af6ecfd5 /sys
parenta5d05738ae43e2e031020d624324a0c18fbb758b (diff)
comment typos
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sparc/dev/spifreg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sparc/dev/spifreg.h b/sys/arch/sparc/dev/spifreg.h
index 03bec953937..629cbd6536f 100644
--- a/sys/arch/sparc/dev/spifreg.h
+++ b/sys/arch/sparc/dev/spifreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: spifreg.h,v 1.6 2000/06/02 15:53:22 jason Exp $ */
+/* $OpenBSD: spifreg.h,v 1.7 2002/01/13 01:54:48 jason Exp $ */
/*
* Copyright (c) 1999 Jason L. Wright (jason@thought.net)
@@ -310,8 +310,8 @@ struct stcregs {
* The register map for the SUNW,spif looks something like:
* Offset: Function:
* 0000 - 03ff Boot ROM
- * 0400 - 0408 dtr latches (one per port)
- * 0409 - 07ff unused
+ * 0400 - 0407 dtr latches (one per port)
+ * 0408 - 07ff unused
* 0800 - 087f CD180 registers (normal mapping)
* 0880 - 0bff unused
* 0c00 - 0c7f CD180 registers (*iack mapping)
@@ -334,7 +334,7 @@ struct stcregs {
struct spifregs {
volatile u_int8_t _unused1[1024]; /* 0x000-0x3ff unused */
volatile u_int8_t dtrlatch[8]; /* per port dtr latch */
- volatile u_int8_t _unused2[1016]; /* 0x409-0x7ff unused */
+ volatile u_int8_t _unused2[1016]; /* 0x408-0x7ff unused */
struct stcregs stc; /* regular cd-180 regs */
volatile u_int8_t _unused3[896]; /* 0x880-0xbff unused */
struct stcregs istc; /* *iack cd-180 regs */