aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1999-03-30 13:28:23 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1999-03-30 13:28:23 +0000
commit4738ca443ee82e406d78296a3b53a8ca396ec9b4 (patch)
treeb9ecf06523443dc2692fb7ee3fef1bc5fc4ea7b8 /sys
parent74fa06c7172f426ab673a260fd4a89197f993618 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ar/if_ar.c9
-rw-r--r--sys/dev/ar/if_ar_isa.c9
-rw-r--r--sys/dev/sr/if_sr.c9
-rw-r--r--sys/dev/sr/if_sr_isa.c9
-rw-r--r--sys/i386/isa/if_ar.c9
-rw-r--r--sys/i386/isa/if_cx.c20
-rw-r--r--sys/i386/isa/if_sr.c9
7 files changed, 6 insertions, 68 deletions
diff --git a/sys/dev/ar/if_ar.c b/sys/dev/ar/if_ar.c
index a3fa4a28b37de..043ad4c89ce32 100644
--- a/sys/dev/ar/if_ar.c
+++ b/sys/dev/ar/if_ar.c
@@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_ar.c,v 1.23 1998/10/22 05:58:38 bde Exp $
+ * $Id: if_ar.c,v 1.24 1998/12/16 18:42:38 phk Exp $
*/
/*
@@ -600,13 +600,6 @@ arioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
TRC(printf("ar%d: arioctl.\n", ifp->if_unit);)
- if(cmd == SIOCSIFFLAGS) {
- if(ifp->if_flags & IFF_LINK2)
- sp->pp_flags |= PP_CISCO;
- else
- sp->pp_flags &= ~PP_CISCO;
- }
-
was_up = ifp->if_flags & IFF_RUNNING;
error = sppp_ioctl(ifp, cmd, data);
diff --git a/sys/dev/ar/if_ar_isa.c b/sys/dev/ar/if_ar_isa.c
index a3fa4a28b37de..043ad4c89ce32 100644
--- a/sys/dev/ar/if_ar_isa.c
+++ b/sys/dev/ar/if_ar_isa.c
@@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_ar.c,v 1.23 1998/10/22 05:58:38 bde Exp $
+ * $Id: if_ar.c,v 1.24 1998/12/16 18:42:38 phk Exp $
*/
/*
@@ -600,13 +600,6 @@ arioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
TRC(printf("ar%d: arioctl.\n", ifp->if_unit);)
- if(cmd == SIOCSIFFLAGS) {
- if(ifp->if_flags & IFF_LINK2)
- sp->pp_flags |= PP_CISCO;
- else
- sp->pp_flags &= ~PP_CISCO;
- }
-
was_up = ifp->if_flags & IFF_RUNNING;
error = sppp_ioctl(ifp, cmd, data);
diff --git a/sys/dev/sr/if_sr.c b/sys/dev/sr/if_sr.c
index b37e5633f387b..57e131b49eda8 100644
--- a/sys/dev/sr/if_sr.c
+++ b/sys/dev/sr/if_sr.c
@@ -27,7 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_sr.c,v 1.20 1999/01/18 21:23:47 julian Exp $
+ * $Id: if_sr.c,v 1.21 1999/01/18 21:27:03 julian Exp $
*/
/*
@@ -1275,13 +1275,6 @@ srioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
ifp->if_flags &= ~IFF_LINK1;
#endif
- /*
- * Next we can handle minor protocol point(s)
- */
- if (ifp->if_flags & IFF_LINK2)
- sp->pp_flags |= PP_CISCO;
- else
- sp->pp_flags &= ~PP_CISCO;
}
/*
* Next, we'll allow the network service layer we've called process
diff --git a/sys/dev/sr/if_sr_isa.c b/sys/dev/sr/if_sr_isa.c
index b37e5633f387b..57e131b49eda8 100644
--- a/sys/dev/sr/if_sr_isa.c
+++ b/sys/dev/sr/if_sr_isa.c
@@ -27,7 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_sr.c,v 1.20 1999/01/18 21:23:47 julian Exp $
+ * $Id: if_sr.c,v 1.21 1999/01/18 21:27:03 julian Exp $
*/
/*
@@ -1275,13 +1275,6 @@ srioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
ifp->if_flags &= ~IFF_LINK1;
#endif
- /*
- * Next we can handle minor protocol point(s)
- */
- if (ifp->if_flags & IFF_LINK2)
- sp->pp_flags |= PP_CISCO;
- else
- sp->pp_flags &= ~PP_CISCO;
}
/*
* Next, we'll allow the network service layer we've called process
diff --git a/sys/i386/isa/if_ar.c b/sys/i386/isa/if_ar.c
index a3fa4a28b37de..043ad4c89ce32 100644
--- a/sys/i386/isa/if_ar.c
+++ b/sys/i386/isa/if_ar.c
@@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_ar.c,v 1.23 1998/10/22 05:58:38 bde Exp $
+ * $Id: if_ar.c,v 1.24 1998/12/16 18:42:38 phk Exp $
*/
/*
@@ -600,13 +600,6 @@ arioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
TRC(printf("ar%d: arioctl.\n", ifp->if_unit);)
- if(cmd == SIOCSIFFLAGS) {
- if(ifp->if_flags & IFF_LINK2)
- sp->pp_flags |= PP_CISCO;
- else
- sp->pp_flags &= ~PP_CISCO;
- }
-
was_up = ifp->if_flags & IFF_RUNNING;
error = sppp_ioctl(ifp, cmd, data);
diff --git a/sys/i386/isa/if_cx.c b/sys/i386/isa/if_cx.c
index d8e5999b97d5d..0b3b6d7c8331f 100644
--- a/sys/i386/isa/if_cx.c
+++ b/sys/i386/isa/if_cx.c
@@ -54,9 +54,6 @@ extern struct cdevsw cx_cdevsw;
#include <machine/cronyx.h>
#include <i386/isa/cxreg.h>
-/* XXX exported. */
-void cxswitch (cx_chan_t *c, cx_soft_opt_t new);
-
static int cxprobe __P((struct isa_device *id));
static int cxattach __P((struct isa_device *id));
static void cxput __P((cx_chan_t *c, char b));
@@ -821,20 +818,3 @@ cxinput (cx_chan_t *c, void *buf, unsigned len)
sppp_input (c->master, m);
}
-void cxswitch (cx_chan_t *c, cx_soft_opt_t new)
-{
- new.ext = 0;
- if (! new.ext) {
- struct sppp *sp = (struct sppp*) c->ifp;
-
- if (new.cisco)
- sp->pp_flags |= PP_CISCO;
- else
- sp->pp_flags &= ~PP_CISCO;
- if (new.keepalive)
- sp->pp_flags |= PP_KEEPALIVE;
- else
- sp->pp_flags &= ~PP_KEEPALIVE;
- }
- c->sopt = new;
-}
diff --git a/sys/i386/isa/if_sr.c b/sys/i386/isa/if_sr.c
index b37e5633f387b..57e131b49eda8 100644
--- a/sys/i386/isa/if_sr.c
+++ b/sys/i386/isa/if_sr.c
@@ -27,7 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_sr.c,v 1.20 1999/01/18 21:23:47 julian Exp $
+ * $Id: if_sr.c,v 1.21 1999/01/18 21:27:03 julian Exp $
*/
/*
@@ -1275,13 +1275,6 @@ srioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
ifp->if_flags &= ~IFF_LINK1;
#endif
- /*
- * Next we can handle minor protocol point(s)
- */
- if (ifp->if_flags & IFF_LINK2)
- sp->pp_flags |= PP_CISCO;
- else
- sp->pp_flags &= ~PP_CISCO;
}
/*
* Next, we'll allow the network service layer we've called process