diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2016-11-16 14:23:11 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2016-11-16 14:23:11 +0000 |
commit | 3d0e10ce18f5ab22c81077982b4926c5684c2746 (patch) | |
tree | 3760560e73f9614f3624fed999069cc4decb2ecc /sys | |
parent | 54cbd0ec98dff5dbd7d614be8b8a72b8597b5f09 (diff) |
Kill outdated comment talking about sofnet.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/net/if_ppp.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/net/if_ppp.c b/sys/net/if_ppp.c index 0abe679ae6f..303192b5625 100644 --- a/sys/net/if_ppp.c +++ b/sys/net/if_ppp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ppp.c,v 1.101 2016/10/06 19:09:08 bluhm Exp $ */ +/* $OpenBSD: if_ppp.c,v 1.102 2016/11/16 14:23:10 mpi Exp $ */ /* $NetBSD: if_ppp.c,v 1.39 1997/05/17 21:11:59 christos Exp $ */ /* @@ -851,7 +851,6 @@ ppp_requeue(struct ppp_softc *sc) /* * Transmitter has finished outputting some stuff; - * remember to call sc->sc_start later at splsoftnet. */ void ppp_restart(struct ppp_softc *sc) @@ -864,10 +863,7 @@ ppp_restart(struct ppp_softc *sc) } /* - * Get a packet to send. This procedure is intended to be called at - * splsoftnet, since it may involve time-consuming operations such as - * applying VJ compression, packet compression, address/control and/or - * protocol field compression to the packet. + * Get a packet to send. */ struct mbuf * ppp_dequeue(struct ppp_softc *sc) |