CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/04/14 20:18:39
Modified files:
sys/dev/ic : wd33c93.c ncr53c9x.c
Log message:
wdsc(4), ncr53c9x: timestamp LUNs with time_uptime(9), not time_second(9)
Use a monotonic clock for timestamping LUNs to avoid problems when the
UTC clock jumps.
ok krw@
