Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: dyoung
Date: Tue Mar 11 23:58:06 UTC 2008
Modified Files:
src/sys/arch/mips/atheros/dev: if_ae.c
src/sys/dev/ic: atw.c gem.c tulip.c
src/sys/dev/pci: if_bce.c if_dge.c if_kse.c if_pcn.c if_ste.c if_stge.c
if_vr.c if_wm.c
Log Message:
Prepare for PMF self-suspension: in the if_stop() methods, clear
IFF_UP and IFF_RUNNING before running the 'disable' step, instead
of after. Soon I will handle the 'disable' step by calling into
PMF, which may call if_stop(, 0). Ordinarily, that is harmless.
This change lets the if_stop() routines exit early when they find
on entry that IFF_RUNNING is not set.
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/arch/mips/atheros/dev/if_ae.c
cvs rdiff -r1.135 -r1.136 src/sys/dev/ic/atw.c
cvs rdiff -r1.74 -r1.75 src/sys/dev/ic/gem.c
cvs rdiff -r1.158 -r1.159 src/sys/dev/ic/tulip.c
cvs rdiff -r1.22 -r1.23 src/sys/dev/pci/if_bce.c
cvs rdiff -r1.19 -r1.20 src/sys/dev/pci/if_dge.c
cvs rdiff -r1.12 -r1.13 src/sys/dev/pci/if_kse.c
cvs rdiff -r1.43 -r1.44 src/sys/dev/pci/if_pcn.c
cvs rdiff -r1.32 -r1.33 src/sys/dev/pci/if_ste.c
cvs rdiff -r1.41 -r1.42 src/sys/dev/pci/if_stge.c
cvs rdiff -r1.89 -r1.90 src/sys/dev/pci/if_vr.c
cvs rdiff -r1.155 -r1.156 src/sys/dev/pci/if_wm.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