From 98ebdfa667718660185c7a35c49ab1a875b542b5 Mon Sep 17 00:00:00 2001 From: gallatin Date: Wed, 26 May 1999 23:08:04 +0000 Subject: [PATCH] Remove redundant redefinition of vtophys(). This is already in if_pnreg.h --- sys/pci/if_pn.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/sys/pci/if_pn.c b/sys/pci/if_pn.c index 5e83489b48a3..1dea3206e810 100644 --- a/sys/pci/if_pn.c +++ b/sys/pci/if_pn.c @@ -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_pn.c,v 1.18 1999/04/24 20:14:00 peter Exp $ + * $Id: if_pn.c,v 1.19 1999/05/09 17:06:57 peter Exp $ */ /* @@ -97,14 +97,9 @@ #ifndef lint static const char rcsid[] = - "$Id: if_pn.c,v 1.18 1999/04/24 20:14:00 peter Exp $"; + "$Id: if_pn.c,v 1.19 1999/05/09 17:06:57 peter Exp $"; #endif -#ifdef __alpha__ -#undef vtophys -#define vtophys(va) (pmap_kextract(((vm_offset_t) (va))) \ - + 1*1024*1024*1024) -#endif /* * Various supported device vendors/types and their names.