summaryrefslogtreecommitdiff
path: root/sys/arch/vax/if/if_uba.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/vax/if/if_uba.h')
-rw-r--r--sys/arch/vax/if/if_uba.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/vax/if/if_uba.h b/sys/arch/vax/if/if_uba.h
index a481a902f4e..5bf80ddd34b 100644
--- a/sys/arch/vax/if/if_uba.h
+++ b/sys/arch/vax/if/if_uba.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_uba.h,v 1.6 2003/06/02 23:27:57 millert Exp $ */
+/* $OpenBSD: if_uba.h,v 1.7 2003/11/10 21:05:04 miod Exp $ */
/* $NetBSD: if_uba.h,v 1.6 1996/08/20 14:07:50 ragge Exp $ */
/*
@@ -68,7 +68,7 @@ struct ifubinfo {
short iff_flags; /* used during uballoc's */
short iff_hlen; /* local net header length */
struct uba_regs *iff_uba; /* uba adaptor regs, in vm */
- struct pte *iff_ubamr; /* uba map regs, in vm */
+ pt_entry_t *iff_ubamr; /* uba map regs, in vm */
struct uba_softc *iff_softc; /* uba */
};
@@ -82,7 +82,7 @@ struct ifrw {
#define IFRW_W 0x01 /* is a transmit buffer */
int ifrw_info; /* value from ubaalloc */
int ifrw_proto; /* map register prototype */
- struct pte *ifrw_mr; /* base of map registers */
+ pt_entry_t *ifrw_mr; /* base of map registers */
};
/*
@@ -91,7 +91,7 @@ struct ifrw {
struct ifxmt {
struct ifrw ifrw;
caddr_t ifw_base; /* virt addr of buffer */
- struct pte ifw_wmap[IF_MAXNUBAMR]; /* base pages for output */
+ pt_entry_t ifw_wmap[IF_MAXNUBAMR]; /* base pages for output */
struct mbuf *ifw_xtofree; /* pages being dma'd out */
short ifw_xswapd; /* mask of clusters swapped */
short ifw_nmr; /* number of entries in wmap */