kill vax code, at ragge's requeust.
This commit is contained in:
parent
302e9ebd74
commit
04753d13bf
18
sys/net/if.c
18
sys/net/if.c
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if.c,v 1.16 1994/06/29 06:36:01 cgd Exp $ */
|
||||
/* $NetBSD: if.c,v 1.17 1994/07/26 18:56:57 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1980, 1986, 1993
|
||||
@ -69,22 +69,6 @@ ifinit()
|
||||
if_slowtimo(NULL);
|
||||
}
|
||||
|
||||
#ifdef vax
|
||||
/*
|
||||
* Call each interface on a Unibus reset.
|
||||
*/
|
||||
void
|
||||
ifubareset(uban)
|
||||
int uban;
|
||||
{
|
||||
register struct ifnet *ifp;
|
||||
|
||||
for (ifp = ifnet; ifp; ifp = ifp->if_next)
|
||||
if (ifp->if_reset)
|
||||
(*ifp->if_reset)(ifp->if_unit, uban);
|
||||
}
|
||||
#endif
|
||||
|
||||
int if_index = 0;
|
||||
struct ifaddr **ifnet_addrs;
|
||||
static char *sprint_d __P((u_int, char *, int));
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if.h,v 1.10 1994/06/29 06:36:04 cgd Exp $ */
|
||||
/* $NetBSD: if.h,v 1.11 1994/07/26 18:57:00 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1982, 1986, 1989, 1993
|
||||
@ -321,9 +321,6 @@ void if_down __P((struct ifnet *));
|
||||
void if_qflush __P((struct ifqueue *));
|
||||
void if_slowtimo __P((void *));
|
||||
void if_up __P((struct ifnet *));
|
||||
#ifdef vax
|
||||
void ifubareset __P((int));
|
||||
#endif
|
||||
int ifconf __P((int, caddr_t));
|
||||
void ifinit __P((void));
|
||||
int ifioctl __P((struct socket *, int, caddr_t, struct proc *));
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: netisr.h,v 1.8 1994/06/29 06:36:31 cgd Exp $ */
|
||||
/* $NetBSD: netisr.h,v 1.9 1994/07/26 18:57:02 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1980, 1986, 1989, 1993
|
||||
@ -42,10 +42,10 @@
|
||||
* The software interrupt level for the network is higher than the software
|
||||
* level for the clock (so you can enter the network in routines called
|
||||
* at timeout time).
|
||||
*
|
||||
* The routine to request a network software interrupt, setsoftnet(),
|
||||
* is defined in the machine-specific include files.
|
||||
*/
|
||||
#if defined(vax) || defined(tahoe)
|
||||
#define setsoftnet() mtpr(SIRR, 12)
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Each ``pup-level-1'' input queue has a bit in a ``netisr'' status
|
||||
|
Loading…
Reference in New Issue
Block a user