From 4674dad527e098e67d75cc31e7d53776b25cc495 Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 16 Dec 1998 18:42:38 +0000 Subject: Straigthen out the use of the tls and tlf callbacks. Not tested on the if_sr, if_cx and if_ar drivers, but expected to work just the same as it used to. Any users of these drivers (or even better: donors of hardware for them) please contact phk@freebsd.org so we can test the next batch of changes to if_sppp. --- sys/i386/isa/if_cx.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sys/i386/isa/if_cx.c') diff --git a/sys/i386/isa/if_cx.c b/sys/i386/isa/if_cx.c index 26ff1bc..d8e5999 100644 --- a/sys/i386/isa/if_cx.c +++ b/sys/i386/isa/if_cx.c @@ -284,13 +284,7 @@ cxattach (struct isa_device *id) /* Init routine is never called by upper level? */ sppp_attach (c->ifp); if_attach (c->ifp); - /* - * Shortcut the sppp tls/tlf actions to up/down - * events since our lower layer is always ready. - */ sp = (struct sppp*) c->ifp; - sp->pp_tls = sp->pp_up; - sp->pp_tlf = sp->pp_down; #if NBPFILTER > 0 /* If BPF is in the kernel, call the attach for it. */ bpfattach (c->ifp, DLT_PPP, PPP_HEADER_LEN); -- cgit v1.1