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/iommuvar.h | |
parent | bcb3268578407a26457b1d59dc793c1486c7024f (diff) |
use the right capitalization for `SBus'
ok jmc@
Diffstat (limited to 'sys/arch/sparc64/dev/iommuvar.h')
-rw-r--r-- | sys/arch/sparc64/dev/iommuvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/iommuvar.h b/sys/arch/sparc64/dev/iommuvar.h index d64d35b8c32..40151a65ffb 100644 --- a/sys/arch/sparc64/dev/iommuvar.h +++ b/sys/arch/sparc64/dev/iommuvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: iommuvar.h,v 1.9 2003/06/11 03:16:12 henric Exp $ */ +/* $OpenBSD: iommuvar.h,v 1.10 2007/05/29 09:53:59 sobrado Exp $ */ /* $NetBSD: iommuvar.h,v 1.9 2001/10/07 20:30:41 eeh Exp $ */ /* @@ -111,7 +111,7 @@ struct iommu_state { bus_space_handle_t is_iommu; /* IOMMU registers */ }; -/* interfaces for PCI/SBUS code */ +/* interfaces for PCI/SBus code */ void iommu_init(char *, struct iommu_state *, int, u_int32_t); void iommu_reset(struct iommu_state *); paddr_t iommu_extract(struct iommu_state *, vaddr_t); |