summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_le_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/if_le_pci.c')
-rw-r--r--sys/dev/pci/if_le_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_le_pci.c b/sys/dev/pci/if_le_pci.c
index 6818f5bc9a8..98e00e115a7 100644
--- a/sys/dev/pci/if_le_pci.c
+++ b/sys/dev/pci/if_le_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_le_pci.c,v 1.24 2005/11/23 11:30:14 mickey Exp $ */
+/* $OpenBSD: if_le_pci.c,v 1.25 2005/12/17 07:31:27 miod Exp $ */
/* $NetBSD: if_le_pci.c,v 1.13 1996/10/25 21:33:32 cgd Exp $ */
/*-
@@ -71,7 +71,7 @@
#ifdef __alpha__ /* XXX */
/* XXX XXX NEED REAL DMA MAPPING SUPPORT XXX XXX */
#undef vtophys
-#define vtophys(va) alpha_XXX_dmamap((vm_offset_t)(va))
+#define vtophys(va) alpha_XXX_dmamap((vaddr_t)(va))
#endif
int le_pci_match(struct device *, void *, void *);