Go to file
chris 6cdf1e4c64 PXA270 uses a 3.25Mhz clock for OS timers, not 3.6864Mhz.
Also while here fix the delay loop used before timers are enabled to
cause a delay, by using a volatile int to do a countdown.  gcc has become
intelligent enough to optimize an empty loop away.

For delay on PXA270 we should use one of the other counters, and a 1Mhz
clock, so that we don't have to computer the counter increment.

XXX: also looks like there's a bug if the counter wraps, as delay doesn't
look like it allows for that.
2008-04-20 10:21:13 +00:00
bin If SHELL_BUILTIN is defined (as will be the case when building external 2008-03-29 09:58:00 +00:00
common Use %xcc for 64-bit comparisons. 2008-04-09 12:49:05 +00:00
crypto Sync SCM_RIGHTS passing code with the version used in racoon (i.e. 2008-04-19 22:15:30 +00:00
dist Fix for "raid0 devices don't accept extents of different sizes" from 2008-04-11 08:22:37 +00:00
distrib bump libbfd major since its ABI changed 2 weeks ago. 2008-04-20 07:11:21 +00:00
doc add yamt-pf42 branch 2008-04-19 09:29:06 +00:00
etc some changes to serial bluetooth host controller interfaces 2008-04-15 11:17:47 +00:00
games Fix a tip: use pkg_info, not pkg_add to find out which executables 2008-03-25 10:50:34 +00:00
gnu bump libbfd major since its ABI changed 2 weeks ago. 2008-04-20 07:11:21 +00:00
include RANDOM_MAX: don't rely on integer overflow. 2008-04-07 12:24:52 +00:00
lib correct cut and paste error in uuid_dec_be(); le16dec -> be16dec 2008-04-19 18:21:38 +00:00
libexec '_' is functionally alphanumeric in many contexts, including login names. 2008-04-13 02:38:01 +00:00
regress test lockf deadlock detection. 2008-04-05 03:34:47 +00:00
rescue
sbin Straggler from last: call fewer protocol family-specific initialization 2008-04-15 22:26:58 +00:00
share some changes to serial bluetooth host controller interfaces 2008-04-15 11:17:47 +00:00
sys PXA270 uses a 3.25Mhz clock for OS timers, not 3.6864Mhz. 2008-04-20 10:21:13 +00:00
tests
tools
usr.bin ARP and IGMP stats are now available by sysctl. 2008-04-15 16:06:28 +00:00
usr.sbin Remove the 'dvnprinted' bool member of sensor_t, it's unused. 2008-04-17 21:19:12 +00:00
x11 Follow changes in xsrc to allow mmap()ing IO space on shark. 2008-04-19 20:53:36 +00:00
build.sh The phase of the build that -u prevents is "make cleandir", not merely 2008-03-28 04:24:18 +00:00
BUILDING Correct/clarify the default setting of USETOOLS in the previous version. 2008-03-29 05:22:42 +00:00
Makefile
Makefile.inc
UPDATING