Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/dev/pci
Module Name: syssrc
Committed By: itojun
Date: Thu Jul 19 15:38:18 UTC 2001
Modified Files:
syssrc/sys/dev/pci: if_lmc.c if_lmc_media.c if_lmc_nbsd.c
Log Message:
- on IFF_UP change, inform sys/net/if_spppsubr.c of the change so that
we can run LCP and subsequent PPP negotiation.
- suppress too noisy printf() for about AIS event (if you remove the cable,
it will bark forever).
- sppp_dequeue() can return NULL even when sppp_isempty() is false, so check
it and do not deref NULL pointer.
- sppp_flush() on LMC interface shutdown.
- prepare to change BPF type on the fly (bpf_change_type).
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 syssrc/sys/dev/pci/if_lmc.c
cvs rdiff -r1.6 -r1.7 syssrc/sys/dev/pci/if_lmc_media.c
cvs rdiff -r1.10 -r1.11 syssrc/sys/dev/pci/if_lmc_nbsd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index