n_hibma 2007-03-27 21:03:37 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 at91_st.c
sys/arm/xscale/i80321 i80321_wdog.c
sys/arm/xscale/ixp425 ixp425_wdog.c
sys/dev/ichwdichwd.c
sys/dev/ipmi ipmi.c
sys/dev/mk48txx mk48txx.
ticso 2007-01-05 02:52:06 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 at91_st.c
Log:
MFp4: Use the next possible value for hz instead of defaulting to 128
Update tick value after modifying hz.
Revision ChangesPath
1.7 +6 -3
imp 2006-08-09 20:58:56 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 at91_st.c
Log:
Hook into the watchdog device, if present. Also, turn off the
watchdog timer stuff when we boot because the boot blocks are turning
it on...
Revision ChangesP
imp 2006-07-18 21:55:36 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/arm/at91 at91_st.c
Log:
MFC: The SCK is a little better than 0
Revision ChangesPath
1.3.2.2 +1 -1 src/sys/arm/at91/at91_st.c
___
imp 2006-07-14 22:31:12 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 at91_st.c
Log:
MFp4: elevate quality of slow clock a little
Revision ChangesPath
1.4 +1 -1 src/sys/arm/at91/at91_st.c
___
imp 2006-03-18 01:30:31 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 at91_st.c
Log:
MFp4:
o Disable all interrupts that the ST can generate until we have an ISR
to service them.
o Correct clock calculation to make DELAY the right length...
S