HomeFreeBSD

Move some code around and rename a couple variables; no functional changes.

Description

Move some code around and rename a couple variables; no functional changes.

The static atrtc_set() function was called only from clock_settime(), so
just move its contents entirely into clock_settime() and delete atrtc_set().

Rename the struct bcd_clocktime variables from 'ct' to 'bct'. I had
originally wanted to emphasize how identical the clocktime and bcd_clocktime
structs were, but things evolved to the point where the structs are not at
all identical anymore, so now emphasizing the difference seems better.

Details

Provenance
ianAuthored on
Parents
rS328067: scsi_ch.c: Small cleanups to the comments.
Branches
Unknown
Tags
Unknown