lukem
|
a418360342
|
__KERNEL_RCSID()
|
2003-07-15 00:04:39 +00:00 |
uwe
|
23c0293ee7
|
The chip treats weekday 1 == Sunday, correct dt_wday adjustment logic
appropriately. NB: the old code would never write weekday zero that,
I've been told, might cause the RTC to reset.
Pointed out by kenh.
|
2002-12-03 17:54:54 +00:00 |
thorpej
|
4bf871a755
|
Add trailing ; to CFATTACH_DECL.
|
2002-10-02 16:02:08 +00:00 |
thorpej
|
c1077f220d
|
Use CFATTACH_DECL().
|
2002-10-01 18:57:48 +00:00 |
thorpej
|
f818766afe
|
Declare all cfattach structures const.
|
2002-09-27 20:31:45 +00:00 |
thorpej
|
d1ad2ac4f2
|
Rather than referencing the cfdriver directly in the cfdata entries,
instead use a string naming the driver. The cfdriver is then looked
up in a list which is built at run-time.
|
2002-09-27 02:24:06 +00:00 |
uwe
|
118ae09c44
|
Fix error message.
|
2002-04-04 17:45:24 +00:00 |
uwe
|
40a8bc1d34
|
Drop ebus_bus_map(), use plain bus_space_map() instead.
|
2002-03-12 00:32:30 +00:00 |
uwe
|
e158bed889
|
Switch to shared EBus headers in dev/ebus.
|
2002-02-18 04:52:26 +00:00 |
uwe
|
81f0e10ca5
|
rtc (ds1287a) time of day clock at ebus.
|
2001-12-11 00:29:21 +00:00 |