diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-03-30 13:28:23 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-03-30 13:28:23 +0000 |
| commit | 4738ca443ee82e406d78296a3b53a8ca396ec9b4 (patch) | |
| tree | b9ecf06523443dc2692fb7ee3fef1bc5fc4ea7b8 /sys/dev/sr | |
| parent | 74fa06c7172f426ab673a260fd4a89197f993618 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sr')
| -rw-r--r-- | sys/dev/sr/if_sr.c | 9 | ||||
| -rw-r--r-- | sys/dev/sr/if_sr_isa.c | 9 |
2 files changed, 2 insertions, 16 deletions
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 |
