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().
This commit is contained in:
Maxime Henrion 2003-07-04 10:15:16 +00:00
parent a1a9b0071e
commit dbe4792865

View File

@ -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
*