Subject: CVS commit: syssrc/sys/dev/pci
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 07/19/2001 18:38:19
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.