summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_tlreg.h
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1999-07-23 02:18:01 +0000
committerwpaul <wpaul@FreeBSD.org>1999-07-23 02:18:01 +0000
commit189697389c078af82881d71a12e75254b97350fc (patch)
tree076db7761f18bc6f5a24901d866419c48d9d16ef /sys/pci/if_tlreg.h
parentbc1ae7010ec578b684499f819bcdcb1ee3b6619b (diff)
downloadFreeBSD-src-189697389c078af82881d71a12e75254b97350fc.zip
FreeBSD-src-189697389c078af82881d71a12e75254b97350fc.tar.gz
Dangit. Somehow the pmap_kextract hack for alpha snuck back into these
files. Change them back to alpha_XXX_dmamap(). Pointed out by: Andrew Gallatin
Diffstat (limited to 'sys/pci/if_tlreg.h')
-rw-r--r--sys/pci/if_tlreg.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/pci/if_tlreg.h b/sys/pci/if_tlreg.h
index 33fd834..6047dfc 100644
--- a/sys/pci/if_tlreg.h
+++ b/sys/pci/if_tlreg.h
@@ -29,7 +29,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: if_tlreg.h,v 1.9 1999/03/31 04:04:14 wpaul Exp $
+ * $Id: if_tlreg.h,v 1.11 1999/07/23 02:06:57 wpaul Exp $
*/
@@ -812,6 +812,5 @@ struct tl_stats {
#ifdef __alpha__
#undef vtophys
-#define vtophys(va) (pmap_kextract(((vm_offset_t) (va))) \
- + 1*1024*1024*1024)
+#define vtophys(va) alpha_XXX_dmamap((vm_offset_t)va)
#endif
OpenPOWER on IntegriCloud