diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2007-05-29 09:54:28 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2007-05-29 09:54:28 +0000 |
commit | a02b0ab1d25f9bc09553560af9423058dc820a74 (patch) | |
tree | efe2654eb2693d51b404318228a63dfe427e48d9 /sys/arch/sparc/include | |
parent | bcb3268578407a26457b1d59dc793c1486c7024f (diff) |
use the right capitalization for `SBus'
ok jmc@
Diffstat (limited to 'sys/arch/sparc/include')
-rw-r--r-- | sys/arch/sparc/include/pte.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/include/pte.h b/sys/arch/sparc/include/pte.h index 41c1f23c9f4..112da7a5e47 100644 --- a/sys/arch/sparc/include/pte.h +++ b/sys/arch/sparc/include/pte.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pte.h,v 1.5 1999/09/07 08:30:52 art Exp $ */ +/* $OpenBSD: pte.h,v 1.6 2007/05/29 09:54:21 sobrado Exp $ */ /* $NetBSD: pte.h,v 1.19 1997/08/05 11:00:10 pk Exp $ */ /* @@ -269,7 +269,7 @@ extern int mmu_has_hole; #define PG_TYPE 0x0c000000 /* both type bits */ #define PG_OBMEM 0x00000000 /* on board memory */ -#define PG_OBIO 0x04000000 /* on board I/O (incl. Sbus on 4c) */ +#define PG_OBIO 0x04000000 /* on board I/O (incl. SBus on 4c) */ #define PG_VME16 0x08000000 /* 16-bit-data VME space */ #define PG_VME32 0x0c000000 /* 32-bit-data VME space */ #if defined(SUN4M) |