Subject: Re: Supported CardBus 10/100 NICs?
To: Castor Fu <castor@geocast.net>
From: Nathan J. Williams <nathanw@MIT.EDU>
List: current-users
Date: 10/31/1999 16:16:09
<castor@geocast.net> (Castor Fu) writes:

> p.s. What's the incantation to using a windows-compatible date for the CMOS
> time of day clock instead of GMT?  I can't seem to find anything for it.

put 'options RTC_OFFSET=<minutes west of UTC>' in the kernel
config. It's documented in options(4), and maybe elsewhere as
well. You could also debugger-patch rtc_offset in the kernel, as
mentioned in that man page.

        - Nathan