summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2003-07-04 10:15:16 +0000
committermux <mux@FreeBSD.org>2003-07-04 10:15:16 +0000
commit61c2e7df34d093c235cabb2181b9ba6318220a94 (patch)
tree8850330e02c457f546afc11b0364c145ad6fce6e /sys
parentedda82731592c62ca2ff35f6f3318e8af60cbbac (diff)
downloadFreeBSD-src-61c2e7df34d093c235cabb2181b9ba6318220a94.zip
FreeBSD-src-61c2e7df34d093c235cabb2181b9ba6318220a94.tar.gz
The em(4) driver has been converted to busdma and doesn't use
vtophys() anymore, so remove the alpha hack which defines vtophys() to alpha_XXX_dmamap().
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/em/if_em.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/em/if_em.h b/sys/dev/em/if_em.h
index 57a6195..960e2f6 100644
--- a/sys/dev/em/if_em.h
+++ b/sys/dev/em/if_em.h
@@ -247,11 +247,6 @@ POSSIBILITY OF SUCH DAMAGE.
#define EM_MAX_SCATTER 64
-#ifdef __alpha__
- #undef vtophys
- #define vtophys(va) alpha_XXX_dmamap((vm_offset_t)(va))
-#endif /* __alpha__ */
-
/* ******************************************************************************
* vendor_info_array
*
OpenPOWER on IntegriCloud