Deleted Added
full compact
36c36
< * $FreeBSD: head/sys/sparc64/include/iommureg.h 139825 2005-01-07 02:29:27Z imp $
---
> * $FreeBSD: head/sys/sparc64/include/iommureg.h 167308 2007-03-07 21:13:51Z marius $
43c43
< * UltraSPARC IOMMU registers, common to both the sbus and PCI
---
> * UltraSPARC IOMMU registers, common to both the PCI and SBus
68c68
< #define IOMMU_MAXADDR (1UL << IOMMU_BITS)
---
> #define IOMMU_MAXADDR ((1UL << IOMMU_BITS) - 1)
143c143
< * On sun4u each bus controller has a separate IOMMU. The IOMMU has
---
> * On sun4u each bus controller has a separate IOMMU. The IOMMU has
171c171
< #define IOTSB_VSTART(sz) (u_int)(IOTSB_VEND << ((sz) + 10))
---
> #define IOTSB_VSTART(sz) (u_int)(IOTSB_VEND << ((sz) + 10))