CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/11/10 20:08:20
Modified files:
sys/dev/ic : athn.c
sys/dev/pci : if_sandrv.c
sys/dev/pci/drm/radeon: radeon_pm.c
Log message:
replace things like "start + interval > ticks" with
"ticks - start > interval" because the latter copes with ticks wrapping.
pointed out by guenther@
