freebsd-dev/sys/arm
Marcel Moolenaar e4623c22fe Fix mv_gpio_in() for pin numbers that occupy bits 8-31 in GPIO registers.
The compiler will truncate the 32-bit return value of mv_gpio_value_get()
to match the 8-bit return value of mv_gpio_in(). A conditional expression
is used to have mv_gpio_in() always return 0 or 1 instead.
2011-03-16 00:42:15 +00:00
..
arm Extend struct sysvec with new method sv_schedtail, which is used for an 2011-03-08 19:01:45 +00:00
at91 Get myself a brain, move the call to init_param1() before the first use in 2011-02-21 13:11:05 +00:00
compile
conf Remove ancient simulation code. Skyeye simulation never really worked 2011-01-05 22:15:57 +00:00
econa Call init_param1() much earlier, so that msgbufsize is non-zero when we want 2011-02-13 20:02:46 +00:00
include Make get_cyclecount(9) little bit more useful where binuptime(9) is used. 2011-03-14 23:30:14 +00:00
mv Fix mv_gpio_in() for pin numbers that occupy bits 8-31 in GPIO registers. 2011-03-16 00:42:15 +00:00
s3c2xx0 Get myself a brain, move the call to init_param1() before the first use in 2011-02-21 13:11:05 +00:00
sa11x0 Call init_param1() much earlier, so that msgbufsize is non-zero when we want 2011-02-13 20:02:46 +00:00
xscale Add a real dependency on the microcode. 2011-02-25 09:07:17 +00:00