jakllsch
528da415e4
Add cxdtv(4), a dtv(4) driver for Conexant CX23880-series DTV interface chips.
...
Initially supports digital reception on ATI HDTV Wonder card.
2011-07-11 00:46:03 +00:00
jakllsch
ea0121eb6e
Add subdriver for Nextwave (subsequently acquired by ATI, then AMD, and
...
finally Broadcom) NXT200x series of 8VSB/QAM demodulator.
Still a bit crude and only supports the NXT2004 at this point.
2011-07-11 00:30:23 +00:00
jakllsch
fca353163e
Add subdriver for generic PLL-based TV tuners.
2011-07-11 00:01:51 +00:00
matt
573c9331e5
Add more links for evbmips
...
Add ${MACHINE} link
2011-07-10 23:50:24 +00:00
matt
adf6b492c9
Add algor kernels
2011-07-10 23:49:31 +00:00
matt
7eada770df
Use TOOL_GZIP
2011-07-10 23:35:12 +00:00
matt
aba5b85460
Enable a few more devices (not all work).
2011-07-10 23:34:37 +00:00
matt
e2e564dead
Enhance NEED_UBOOTIMAGE so that NEED_UBOOTIMAGE=gz inserts a gzipp'ed image.
2011-07-10 23:33:59 +00:00
matt
d1cae3a2f6
cleanup <machine/*.h> includes
2011-07-10 23:32:03 +00:00
matt
9636e80449
More <machine/ include cleanup
2011-07-10 23:21:58 +00:00
matt
b6185cbde2
Fix machine/ includes
2011-07-10 23:13:22 +00:00
matt
85f1d6f3df
Don't use "f" with non-fp types. Use a union to go between
...
double and uint64_t. Makes clang happy.
2011-07-10 21:18:47 +00:00
mhitch
3f201ebbb2
Add a serial console flag passed from the boot loader to the kernel to
...
allow enabling the serial console with the boot command. Loadbsd has
the option added, but I am not able to buid a new loadbsd binary at this
time, so only the bootxx loader can set the option.
2011-07-10 21:02:37 +00:00
jakllsch
23144ead82
Add complete support for all channels on VT6421A SATA/PATA controller to
...
viaide(4).
2011-07-10 20:01:37 +00:00
matt
d9b63c046a
Fix set lists for COMPAT + GCC=45
2011-07-10 16:54:04 +00:00
jmcneill
04ce1b4880
add DMX_PES_foo -> DMX_PES_foo0 aliases for dmx_pes_type_t types
2011-07-10 15:50:48 +00:00
mrg
fd2a48532a
force HAVE_AS_SPARC_GOTDATA_OP to false, since those relocs seem
...
busted with our binutils. now sparc64 seems to work fine.
2011-07-10 15:28:26 +00:00
pgoyette
0537bed9f4
Initialize sensor state. (Missed the commit for this in my last
...
roto-till.)
2011-07-10 14:41:34 +00:00
apb
404ff31a48
Allow quoting of embedded shell metacharacters in locate.conf(5).
...
The shell_quote function here is identical to that in postinstall
and etcupdate.
This should fix PR 45130 from Greg Woods.
2011-07-10 13:42:49 +00:00
uch
a2917fcf47
fix freeblock count bug.
2011-07-10 12:14:01 +00:00
blymn
83d6403d6e
Set the background attributes when erasing.
2011-07-10 12:11:49 +00:00
wiz
b537ebe5b6
tmux-1.5 out.
2011-07-10 08:52:18 +00:00
mrg
3e0afb42a3
sparc64 with GCC 4.5 has about a 2% code bloat, unfortunately.
...
bump the instfs size to 9MB.
2011-07-10 08:51:24 +00:00
mrg
29bf026bea
install elf2ecoff for all mips64 systems. it's needed for stand.
2011-07-10 08:43:50 +00:00
mrg
e296792cca
don't set MACHINE_ARCH. the CPUFLAGS/etc. is enough, and otherwise this
...
doesn't work with an isolated $TOOLDIR from the mipse[lb] toolchain.
2011-07-10 08:42:55 +00:00
dholland
2a4f285a6d
Minor cosmetic fixes, no semantic changes. (object file diffs have been
...
checked)
2011-07-10 07:54:49 +00:00
dholland
edda69b9c3
tsort contents of file.
2011-07-10 07:31:48 +00:00
dholland
a958ceefc8
use __dead
2011-07-10 07:19:24 +00:00
matt
31586d2cd5
Add athers_get_uart_freq() (since AR7240 uses the ref_clk, not the bus_clk).
...
Add little endian bus_space_tag for arbus.
Add EHCI attachment for arbus.
2011-07-10 06:26:02 +00:00
matt
fa40faf65a
Cleanup machine includes
2011-07-10 06:24:18 +00:00
tsutsui
b578f76170
Make this cross-tool ready. Mostly taken from elf2ecoff(1).
...
XXX: assume no LP64 a.out binaries
2011-07-10 05:07:48 +00:00
tsutsui
da8589ed6d
Set a_midmag MAGIC in a.out header properly for more possible a.out ports
...
in the past per ex.e_machine in ELF header.
2011-07-10 04:56:31 +00:00
matt
23282762ff
Fix so that float128_to_uint64_round_to_zero is defined for sparc64.
...
(isn't tha a namespace violation?)
2011-07-10 04:52:23 +00:00
matt
7555545545
Add defines for extu_frac[ln]m
2011-07-10 04:49:37 +00:00
tsutsui
b0f0b58563
Use common ${OBJCOPY_ELF2AOUT_FLAGS}.
2011-07-10 04:37:56 +00:00
tsutsui
0684fd552b
Add OBJCOPY_ELF2AOUT_FLAGS for some arm ports to create a.out binaries
...
using objcopy(1) for old firmware, shared among src/distrib and
src/sys/arch/${MACHIHNE}/conf/Makefile.${MACHINE}.inc.
Discussed with mrg@ and matt@ on source-changes-d@.
2011-07-10 04:36:13 +00:00
mrg
c590ede942
make mips64 builds of gmp and mpfr work including compat libs.
2011-07-10 03:05:33 +00:00
mrg
1b7b730ff0
make these look more like the sparc/powerpc ones.
...
XXX: a big chunk of these Makefile.inc's should promoted to the
XXX: main Makefile.
2011-07-10 02:41:50 +00:00
mrg
ef65ebf1e0
add a hack for emips libgcc (32 bit mips with softfloat.)
2011-07-10 02:39:57 +00:00
jmcneill
d51188154b
add auvitek_dtv.c
2011-07-10 02:25:52 +00:00
jmcneill
fdcf111d68
add snr reporting
2011-07-10 00:47:34 +00:00
matt
51b4b9f717
CLeanup machine includes
2011-07-10 00:03:52 +00:00
matt
0868afa877
Increase allowed COM_TOLERANCE to 5%
2011-07-10 00:03:12 +00:00
matt
e91d567fbb
Add uboot.h which contains global_data and board_data structures.
2011-07-10 00:00:13 +00:00
christos
047570cb9a
make obvious what we are trying to do...
2011-07-09 23:54:39 +00:00
christos
2284e7a4b7
revert accidental commit from unrelated change. no custom linux fork.
2011-07-09 23:46:32 +00:00
christos
fcc471f547
- add a routine to get the name of the card.
2011-07-09 23:18:05 +00:00
matt
cb0342e0ad
Add NEED_MDSETIMAGE, NEED_BINARY, NEED_UBOOTIMAGE
2011-07-09 21:46:19 +00:00
matt
efe50c0ddf
Pull in matt-nb5-mips64.
...
Add common clauses to make SREC, BINARY, UBOOT images.
2011-07-09 21:45:45 +00:00
tron
adbafa8a2b
Add entry for directory "./usr/include/dev/dtv".
2011-07-09 21:24:29 +00:00