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
jakllsch
2b7f084824
Completely rework (and enable) SDHC 1.0 DMA data transfer.
...
While without a large physically-contiguous buffer the performance
suffers severly, this should still be better than PIO.
2012-07-12 17:27:42 +00:00
dsl
0750f03f43
No point in having separate xxx_syscall_fancy() and xxx_syscall_plain().
...
Remove the 'plain' ones.
2012-07-12 17:26:42 +00:00
dsl
609d5cf3c1
Fix build - eg i386/ALL
2012-07-12 17:24:47 +00:00
matt
dd02d63d70
Use __builtin_constant_p so that we only emit asm when
...
the expression is not a constant.
2012-07-12 17:23:02 +00:00
matt
0fb1cbd21b
Add event counters for undefined instruction and cp15 instruction emulation.
2012-07-12 17:20:20 +00:00
jakllsch
6c3a659165
No need to panic on failure to find a divisor.
...
Additionally, add commented out calculation of actual clock frequency.
2012-07-12 17:15:27 +00:00
dsl
76fbf4d808
Neither i386 nor amd64 have had separate syscall_plain/fancy functions
...
for ages, so this code can't be correct in looking for them.
Change to compare against "syscall".
I don't know if this changes any behaviour anywhere.
2012-07-12 17:14:39 +00:00
jakllsch
d30654f776
SDHC can have multiple slots, note which slot a specific sdmmc(4) attaches to.
2012-07-12 16:58:50 +00:00
roy
53099a4d8a
Document import of dhcpcd-5.6.1
2012-07-12 16:55:57 +00:00
roy
88e1863871
Fix for dhcpcd-5.6.1
2012-07-12 16:54:14 +00:00
roy
b36ce22b1f
sync
2012-07-12 16:51:21 +00:00
roy
b2b2e70f68
Import dhcpcd-5.6.1 with the following changes:
...
Improve IPv6 RA support by allowing dhcpcd to manage addreses and
routes instead of the kernel. dhcpcd will only do this if RA has been
disabled in the kernel or instructed to do so via the dhcpcd.conf(5)
ipv6ra_own and/or ipv6ra_owndefault directives.
Send and process IPv6 Neighbor Solicitions and Adverts to prove router
reachability. If a router cannot be reached in this way then it is
expired.
2012-07-12 16:47:58 +00:00
jakllsch
5e33f0e797
SDHCI byte swaps the BE response on the wire into LE registers.
...
As we always want response data in LE, use bus_space_read_stream.
Additonally, read response data in 1 or 4 4-byte chunks, instead of
one 4-byte chunk or 15 1-byte chunks.
2012-07-12 16:46:48 +00:00
jakllsch
8a594cddf5
Add DMA boundary field shift and mask.
2012-07-12 16:34:30 +00:00
jakllsch
17d30e98ac
Always enable and set block count register. We never do infinite transfers.
...
The old way seemed to be causing issues on a R5C822, at least with DMA enabled.
2012-07-12 16:32:34 +00:00
christos
a931a66df8
Properly include dependent library, unbreaks objdir build.
2012-07-12 16:15:40 +00:00
jakllsch
edab446c67
Add SD_STATUS (ACMD13) opcode.
2012-07-12 16:03:13 +00:00
jakllsch
55591e4a3e
If necessary, unload and destroy dmamap upon detach.
2012-07-12 16:01:53 +00:00
jakllsch
9c9fcbaafe
Replace integer constant SDMMC_MAXNSEGS with the formula said value was
...
calculated from.
2012-07-12 15:59:32 +00:00
reinoud
44c0910807
Fix surplus ( that was forgotten to remove in the DRIVE_ to DRIVET_ rototol.
2012-07-12 14:17:03 +00:00
wiz
3fdf88b87a
Revert previous: tsutsui noted that this file is for X11R6.
...
The one for X11R7 already had HAVE_OPENPTY defined.
2012-07-12 12:43:06 +00:00
wiz
8b21675839
Define HAS_OPENPTY in CPPFLAGS (since this Makefile doesn't use a config.h).
2012-07-12 10:14:04 +00:00
kiyohara
ea897a5d7b
Add 88f6282.
2012-07-12 09:39:53 +00:00
kiyohara
fb170c9eb3
Regen.
2012-07-12 09:37:57 +00:00
kiyohara
fca3a771f9
Add Marvell SoC 88F6282.
2012-07-12 09:29:31 +00:00
matt
b4e11f46fe
Add sdhc
...
Add comment about flash usage
2012-07-12 03:48:54 +00:00
matt
cafc330d2d
First pass at an EHCI attachment. It does compile. Untested.
2012-07-12 03:38:50 +00:00
matt
45bbd9ece2
typo fix
2012-07-12 03:38:25 +00:00
matt
dde06857ad
Add OMAP_4430 and OMAP4
2012-07-12 03:30:29 +00:00
matt
4a2c8b91ca
Add EHCI/OHCI base addresses for 3530/4430
2012-07-12 03:28:45 +00:00
matt
04e75e611a
Add omap3 ehci and sdhc attachments
2012-07-12 03:08:48 +00:00
matt
8c965a3842
First pass at supporting the SD/MMC controllers on TI OMAP3/OMAP4 SoCs.
...
They are "mostly" SDHC.
2012-07-12 03:08:26 +00:00
matt
aa9f240255
Add a flag for the lack of LED_ON in HOST_CTL (ti omap3 doesn't do that).
2012-07-12 03:05:49 +00:00
matt
90d75190c4
Deal with a spare size of 32. XXX necc_offset is only a guess.
2012-07-12 03:05:01 +00:00
macallan
4de7bc18ac
deal with negative cache sizes
2012-07-12 01:21:08 +00:00
macallan
7daaf29c68
support anti-aliased fonts
2012-07-12 01:20:22 +00:00
pgoyette
7fb24e8746
More updates, since the structure name has changed from rndsourc_element_t
...
to krndsource_t. While here, add RND_TYPE_ENV to the list of source types.
2012-07-12 00:07:36 +00:00
jmmv
6fcfcc8cca
Note import of atf 0.16.
2012-07-11 22:43:19 +00:00