Commit Graph

212000 Commits

Author SHA1 Message Date
matt
84b1adeab7 Add code to protect the ptree from multiple insertions of the same node. 2012-07-14 18:16:54 +00:00
wiz
ecdcf3a9e9 Bump date for previous. 2012-07-14 17:12:27 +00:00
spz
67d12f6407 more MKCRYPTO_IDEA and MKCRYPTO_MDC2 removal (resp, adjustment to IDEA and
MBC2 now always being included)
MKCRYPTO_RC5 now builds shared libs, add the missing files to sets
2012-07-14 16:04:04 +00:00
darrenr
3ec957d580 bin/46703: BSD r-commands use wrong source address for stderr
http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=46703
Bump libc minor for the addition of rresvport_af_addr()
2012-07-14 15:06:26 +00:00
christos
046cd0a870 no more CRYPTO_{IDEA,MDC2} 2012-07-14 14:13:03 +00:00
hans
6ba952cb41 Support cpu_sleep() on Sheeva CPUs. 2012-07-14 12:59:55 +00:00
rkujawa
1c781ae3a9 s/Jukly/July/ 2012-07-14 10:24:59 +00:00
wiz
87c4be511f Bump date for previous. 2012-07-14 09:24:51 +00:00
matt
41b2c64496 Add gic for arm 2012-07-14 07:59:48 +00:00
matt
a08758835a Add intrbase locator to mainbus. 2012-07-14 07:57:26 +00:00
matt
e07e1443a1 Refresh cortex cpus 2012-07-14 07:55:28 +00:00
matt
3a3f70c6ee Fix CPU_ID_CORTEX_P and add CPU_ID_CORTEX_A8_P 2012-07-14 07:54:29 +00:00
matt
1ca677e576 Add hooks for __HAVE_PIC_SET_PRIORITY which allows updating of a hardware
(PIC) priority based on current IPL.
2012-07-14 07:52:53 +00:00
matt
9db3ad34c1 omap4430 irq definitions 2012-07-14 07:43:15 +00:00
matt
4cf804873e Move omap2430/3530 definitions into their own header file.
(so that other omap processor can more easily be supported).
2012-07-14 07:42:57 +00:00
matt
a06c2d85ca Use -march=armv6k -mtune=arm1136jf-s so that gas will believe there are
{ldr,str}ex{b,h,d} instruction available.  This is for the use of
ldrexb/strexb instead of swpb for __cpu_simple_lock_t.
2012-07-14 07:32:50 +00:00
matt
5fed5d1763 gcc4.5 does support cortex-a8 so use it. 2012-07-14 06:55:18 +00:00
rkujawa
dc69ac0939 Adapt extent(9) page to not so recent changes in extent code. Argument
mtype to extent_create() was removed.
2012-07-14 05:36:56 +00:00
rkujawa
25275ac605 extent_create does not take storage type argument anymore. 2012-07-14 05:32:17 +00:00
christos
e2d5622544 MKCRYPTO_{IDEA,MDC2} is no more 2012-07-14 04:06:17 +00:00
christos
550109f835 MKCRYPTO_IDEA is no more 2012-07-14 04:03:44 +00:00
christos
bdb2cc007b MKCRYPTO_{IDEA,MDC2} is no more 2012-07-14 04:01:11 +00:00
wiz
5cf8de2bb6 Play with articles, this time indefinite ones.
Use more markup.
New sentence, new line.
Remove trailing whitespace.
2012-07-13 23:16:13 +00:00
abs
6d3bbab488 Adjust some wording based on suggestion from Snader_LB, plus install a link to wedge.4 2012-07-13 22:58:44 +00:00
macallan
b94d298539 wait for the blitter to go idle before trying to send another command
Apparently on some CG6 the GX_FULL bit is not a reliable indication wether the
engine is ready to accept another command ( LX onboard for example ) - might
be a hardware bug.
2012-07-13 19:48:45 +00:00
christos
443e5cbbb2 remove mdc2 and idea handling 2012-07-13 19:32:51 +00:00
christos
c35446cdef regen 2012-07-13 18:21:45 +00:00
christos
643208810c add xattr stubs 2012-07-13 18:21:33 +00:00
christos
e2f77d882c fix the comparison to determine if a biosdev is a cdrom (from mhitch) 2012-07-13 16:31:49 +00:00
rkujawa
ad9a028358 Add voodoofb man page to distribution list. 2012-07-13 16:21:38 +00:00
rkujawa
6b0e8038bd Add voodoofb man page. This time trying to use the "the" word more. 2012-07-13 16:19:42 +00:00
christos
1250ff8f6a revert previous; the problem was off by one in the bios device comparison
in x86_autoconf.c
2012-07-13 16:15:48 +00:00
wiz
0521a8ddd2 Remove trailing whitespace, add a few articles.
XXX: voodoofb(4) is dangling
2012-07-13 13:51:09 +00:00
rkujawa
129edf1b5f Add info on P5PB_CONSOLE and link to reverse engineered docs. 2012-07-13 13:38:44 +00:00
rkujawa
3d8ca501bb Clean up p5pb console glue a bit. 2012-07-13 08:47:07 +00:00
skrll
544eaccb25 Remove commented out lines. sys/arch/evbarm/dev/plcom* exists. 2012-07-13 06:09:18 +00:00
skrll
5f77eb272b Fix a KASSERT. From/OK'ed by matt@ 2012-07-13 06:02:58 +00:00
matt
15c59d8b13 Begin support for Cortex A5, A7, A15 and expand A8 and A9 definitions.
Instead of testing all possible CPUids for a cortex, we know what range
a cortex will be so mask out the insignificant parts and do a single test.
2012-07-13 05:23:29 +00:00
matt
87ed7965fb Don't bother testing 0 length keys since they can only have one possible value. 2012-07-13 01:15:27 +00:00
jakllsch
eff06f78af bus_space_*_stream_N() functions are not universally available.
Provite alternate implementation for when they are unavailable.
2012-07-12 23:07:06 +00:00
christos
b48e242cbc depend on more libraries 2012-07-12 22:15:29 +00:00
matt
78f8b0d60f Enable bus_stream options. 2012-07-12 21:29:51 +00:00
matt
d641e7631c Add more arm7 and arm6 variants. 2012-07-12 21:29:04 +00:00
wiz
812e4b05dd Remove reachover files for xkbdata, unused since June 2009, when
it was replaced with xkeyboard-config.

Ok mrg@
2012-07-12 20:32:31 +00:00
christos
30afd8c6c5 don't mention the indirect libm dependency. 2012-07-12 20:14:44 +00:00
christos
1520387754 move atf down to fix the build 2012-07-12 19:11:06 +00:00
christos
c046613e5b PR/46678: Ian Wienand: Add stub implementation for rl_free_line_state() 2012-07-12 18:46:20 +00:00
christos
0909c5ab7c oops, add all the files 2012-07-12 18:44:49 +00:00
dsl
7edc3ee711 Fix previous - syscall_fancy() didn't contain the check for p_trace_anabled. 2012-07-12 18:13:08 +00:00
jakllsch
de363c8707 Ricoh R5C822 has working DMA, but does not advertise support for it, use force. 2012-07-12 17:37:24 +00:00