diff options
-rw-r--r-- | sys/arch/solbourne/solbourne/locore.s | 4 | ||||
-rw-r--r-- | sys/arch/sparc/dev/ts102reg.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/solbourne/solbourne/locore.s b/sys/arch/solbourne/solbourne/locore.s index 0cd70db34d8..9996e7997dc 100644 --- a/sys/arch/solbourne/solbourne/locore.s +++ b/sys/arch/solbourne/solbourne/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.1 2005/04/20 01:00:18 miod Exp $ */ +/* $OpenBSD: locore.s,v 1.2 2005/07/02 09:15:41 miod Exp $ */ /* OpenBSD: locore.s,v 1.64 2005/04/17 18:47:50 miod Exp */ /* @@ -2574,7 +2574,7 @@ dostart: * the adequate hardware... */ - /* disable external interrupts - this also disable soft interrupts */ + /* disable external interrupts - this also disables soft interrupts */ set GLU_ICR, %o0 mov GICR_DISABLE_ALL, %o1 sll %o1, 24, %o1 diff --git a/sys/arch/sparc/dev/ts102reg.h b/sys/arch/sparc/dev/ts102reg.h index 3cfeede9f92..4d47ee1d53f 100644 --- a/sys/arch/sparc/dev/ts102reg.h +++ b/sys/arch/sparc/dev/ts102reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ts102reg.h,v 1.5 2005/04/11 01:49:50 miod Exp $ */ +/* $OpenBSD: ts102reg.h,v 1.6 2005/07/02 09:15:42 miod Exp $ */ /* $NetBSD: ts102reg.h,v 1.7 2002/09/29 23:23:58 wiz Exp $ */ /*- @@ -272,7 +272,7 @@ enum ts102_opcode { /* Argument Returned */ #define TS102_BITPORT_SYNCINVA 0x04 /* ext. monitor sync (low) */ #define TS102_BITPORT_SYNCINVB 0x08 /* ext. monitor sync (low) */ #define TS102_BITPORT_BP_DIS 0x10 /* no bootprom from pcmcia (high) */ - /* boot from pcmcia (low */ + /* boot from pcmcia (low) */ #define TS102_BITPORT_ENCSYNC 0x20 /* enab composite sync (low) */ TS102_OP_CTL_DEV=0x22, /* mask ack + 1 byte */ #define TS102_DEVCTL_CHARGE_DISABLE 0x01 /* dis/en charging */ |