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/sparc64/dev/iommureg.h | |
parent | bcb3268578407a26457b1d59dc793c1486c7024f (diff) |
use the right capitalization for `SBus'
ok jmc@
Diffstat (limited to 'sys/arch/sparc64/dev/iommureg.h')
-rw-r--r-- | sys/arch/sparc64/dev/iommureg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/iommureg.h b/sys/arch/sparc64/dev/iommureg.h index e5c5ec86109..53cc1de104a 100644 --- a/sys/arch/sparc64/dev/iommureg.h +++ b/sys/arch/sparc64/dev/iommureg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: iommureg.h,v 1.14 2007/01/26 16:53:28 tsi Exp $ */ +/* $OpenBSD: iommureg.h,v 1.15 2007/05/29 09:53:59 sobrado Exp $ */ /* $NetBSD: iommureg.h,v 1.6 2001/07/20 00:07:13 eeh Exp $ */ /* @@ -145,7 +145,7 @@ struct iommu_strbuf { #define INTMAP_IGN_SHIFT 6 #define INTMAP_INO 0x00000003fLL /* Interrupt number */ #define INTMAP_INR (INTMAP_IGN|INTMAP_INO) -#define INTMAP_SBUSSLOT 0x000000018LL /* SBUS slot # */ +#define INTMAP_SBUSSLOT 0x000000018LL /* SBus slot # */ #define INTMAP_PCIBUS 0x000000010LL /* PCI bus number (A or B) */ #define INTMAP_PCISLOT 0x00000000cLL /* PCI slot # */ #define INTMAP_PCIINT 0x000000003LL /* PCI interrupt #A,#B,#C,#D */ |