diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-06-27 04:46:00 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-06-27 04:46:00 +0000 |
commit | 33c5053a3b68247342e963b6b0bf7e5a02533658 (patch) | |
tree | d583cdb9dad31d57f79662d6d1ffb12531b99f5a /sys/dev/tc/if_le_ioasic.c | |
parent | 5735641be7d63cc0eda40d031cada993a637808e (diff) |
zap old vm
Diffstat (limited to 'sys/dev/tc/if_le_ioasic.c')
-rw-r--r-- | sys/dev/tc/if_le_ioasic.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/dev/tc/if_le_ioasic.c b/sys/dev/tc/if_le_ioasic.c index 6940925fe52..9bc5f56deb8 100644 --- a/sys/dev/tc/if_le_ioasic.c +++ b/sys/dev/tc/if_le_ioasic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_le_ioasic.c,v 1.5 2000/11/08 14:39:42 art Exp $ */ +/* $OpenBSD: if_le_ioasic.c,v 1.6 2001/06/27 04:45:59 art Exp $ */ /* $NetBSD: if_le_ioasic.c,v 1.2 1996/05/07 02:24:56 thorpej Exp $ */ /* @@ -43,9 +43,7 @@ #include <net/if_media.h> #include <vm/vm.h> -#ifdef UVM #include <uvm/uvm_extern.h> -#endif #ifdef INET #include <netinet/in.h> @@ -102,15 +100,9 @@ le_ioasic_attach(parent, self, aux) struct ioasicdev_attach_args *d = aux; register struct le_softc *lesc = (void *)self; register struct am7990_softc *sc = &lesc->sc_am7990; -#ifdef UVM caddr_t le_iomem; -#else - extern caddr_t le_iomem; -#endif -#ifdef UVM le_iomem = (caddr_t)uvm_pagealloc_contig(LE_IOASIC_MEMSIZE, 0, 0, LE_IOASIC_MEMALIGN); -#endif lesc->sc_r1 = (struct lereg1 *) TC_DENSE_TO_SPARSE(TC_PHYS_TO_UNCACHED(d->iada_addr)); |