Source-Changes archive

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

CVS commit: [netbsd-8] src/sys/dev



Module Name:    src
Committed By:   snj
Date:           Tue Aug  1 23:10:00 UTC 2017

Modified Files:
        src/sys/dev/ic [netbsd-8]: rt2860.c rt2860var.h
        src/sys/dev/pci [netbsd-8]: if_ral_pci.c

Log Message:
Pull up following revision(s) (requested by maya in ticket #162):
        sys/dev/pci/if_ral_pci.c: revision 1.24
        sys/dev/ic/rt2860.c: revision 1.28
        sys/dev/ic/rt2860var.h: revision 1.5
enable rt2860 power management code
adjust to fit netbsd:
make suspend,resume functions match desired pmf* prototypes
remove wakeup/activate wrapper functions
avoid jumping to NULL on resume by initializing if_stop
the problem machine has other issues on resume, so there might be further
issues, but it's an improvement over a jump to NULL.
tested by Riccardo Mottola


To generate a diff of this commit:
cvs rdiff -u -r1.26.2.1 -r1.26.2.2 src/sys/dev/ic/rt2860.c
cvs rdiff -u -r1.4 -r1.4.6.1 src/sys/dev/ic/rt2860var.h
cvs rdiff -u -r1.23 -r1.23.10.1 src/sys/dev/pci/if_ral_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