Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/pci



Module Name:    src
Committed By:   tsutsui
Date:           Sat Sep  5 14:13:50 UTC 2009

Modified Files:
        src/sys/dev/pci: if_an_pci.c if_ath_pci.c if_fxp_pci.c if_gem_pci.c
            if_rtk_pci.c if_rtw_pci.c if_wi_pci.c

Log Message:
Invert logic around nested pmf(9) registrations for readability.

XXX: should these pmf(9) calls be moved into MI attach functions
XXX: using function pointers for suspend and resume passed via softc?


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/pci/if_an_pci.c
cvs rdiff -u -r1.33 -r1.34 src/sys/dev/pci/if_ath_pci.c
cvs rdiff -u -r1.69 -r1.70 src/sys/dev/pci/if_fxp_pci.c
cvs rdiff -u -r1.36 -r1.37 src/sys/dev/pci/if_gem_pci.c
cvs rdiff -u -r1.38 -r1.39 src/sys/dev/pci/if_rtk_pci.c
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/pci/if_rtw_pci.c
cvs rdiff -u -r1.48 -r1.49 src/sys/dev/pci/if_wi_pci.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