Make the device attach output look more like the SPARC iommu.
This commit is contained in:
parent
d6034ecf66
commit
0b6a4ac7bb
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: iommu.c,v 1.2 1997/02/13 07:38:21 jeremy Exp $ */
|
||||
/* $NetBSD: iommu.c,v 1.3 1997/02/22 04:02:39 jeremy Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
|
@ -97,7 +97,7 @@ iommu_attach(parent, self, args)
|
|||
iommu_va = (iommu_pde_t *)
|
||||
obio_alloc(ca->ca_paddr, OBIO_IOMMU_SIZE);
|
||||
|
||||
printf("\n");
|
||||
printf(": range %dMB\n", IOMMU_NENT * IOMMU_PAGE_SIZE / (1024 * 1024));
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: iommu.c,v 1.2 1997/02/13 07:38:21 jeremy Exp $ */
|
||||
/* $NetBSD: iommu.c,v 1.3 1997/02/22 04:02:39 jeremy Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
|
@ -97,7 +97,7 @@ iommu_attach(parent, self, args)
|
|||
iommu_va = (iommu_pde_t *)
|
||||
obio_alloc(ca->ca_paddr, OBIO_IOMMU_SIZE);
|
||||
|
||||
printf("\n");
|
||||
printf(": range %dMB\n", IOMMU_NENT * IOMMU_PAGE_SIZE / (1024 * 1024));
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in New Issue