summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_skreg.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_skreg.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_skreg.h')
-rw-r--r--sys/pci/if_skreg.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/pci/if_skreg.h b/sys/pci/if_skreg.h
index eebffcd..f03aeff 100644
--- a/sys/pci/if_skreg.h
+++ b/sys/pci/if_skreg.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_skreg.h,v 1.33 1999/07/14 21:48:19 wpaul Exp $
+ * $Id: if_skreg.h,v 1.5 1999/07/23 02:06:56 wpaul Exp $
*/
/*
@@ -1167,6 +1167,5 @@ struct sk_if_softc {
#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