jmcneill
013a9fdd5f
hide debug messages under CX24227_DEBUG
2011-08-05 21:19:23 +00:00
jakllsch
97ec23c032
Various cleanup, mostly reducing debugging spew.
2011-08-05 20:51:09 +00:00
jmcneill
b2d4c3bb58
return status from demod instead of 0, and don't ignore errors when setting
...
demod parameters
2011-08-05 20:33:17 +00:00
jmcneill
752c6db679
add QAM64/256 support
2011-08-05 20:32:22 +00:00
jakllsch
704e16c17e
Turns out all we need is AcpiClearEvent in the right place,
...
and we don't really care if it fails. Pointed out by jmcneill.
2011-08-05 18:59:44 +00:00
jakllsch
aff0a6a01c
As we add a handler for the ACPI fixed feature button events,
...
ensure they aren't going to trigger as soon as we enable interrupts,
furthermore ensure that the event is unmasked.
2011-08-05 18:27:48 +00:00
jmmv
bbf950e188
Rename the _atf user to _tests. The _atf name will get obsoleted if/when
...
we migrate to Kyua (atf v2), so it's better to use a generic name that does
not depend on the specific implementation. Also, this user has not gone
out yet into any stable release, so we can easily rename it.
Suggested by jruoho@.
2011-08-05 14:43:41 +00:00
plunky
67e53d37bc
NOPATH the lib we are making, rather than HOSTPROG which is irrelevant
2011-08-05 09:36:28 +00:00
hannken
efc3d2ec25
When union_lookup() creates a shadow directory and nameiop is not LOOKUP
...
it has to restart the lookup to get the componentname right.
Fixes PR #44383 (an endless stream of whiteout and opaque dir problems ...)
2011-08-05 08:17:47 +00:00
hannken
40cf7e4cfa
Make whiteouts work on rumpfs:
...
- On lookup it is ok to create if the name exists and is a whiteout
- When replacing a whiteout directory entry remove the whiteout first.
- Set UF_OPAQUE when creating a node in place of a whiteout.
2011-08-05 08:13:59 +00:00
lukem
eca6fe7e73
fix spello in comment
2011-08-05 03:55:31 +00:00
mrg
59919ed806
relax an assert slightly, from jmcneill.
2011-08-05 02:29:53 +00:00
uwe
89e9839f44
Reword the comment about "millicode" nature of these functions and add
...
it to sdivsi3_i4i.S too.
2011-08-05 02:00:25 +00:00
uwe
41f19aa9d6
Reword the comment about "millicode" nature of these functions and add
...
it to sdivsi3.S too.
Remove !_KERNEL code left over from the days when we shared these
files with userland.
Use .L prefix for local label.
2011-08-05 01:59:39 +00:00
matt
c74d0fafd6
Note switch of mips and powerpc to GCC 4.5
2011-08-05 00:26:16 +00:00
matt
c3bb2a6aa0
Switch mips and powerpc to GCC 4.5
2011-08-05 00:24:12 +00:00
jmcneill
a1ac6a0eda
Don't treat C2 states as C1 if the _CST package doesn't have an entry
...
for C1. ACPI mandates C1 so if it's not present in the _CST package use
the HLT method. Fixes all sorts of performance regressions on AMD CPUs.
2011-08-04 23:22:30 +00:00
jmcneill
9ee20799ca
add mt2131, cx24227, and coram module glue
2011-08-04 22:26:07 +00:00
jmcneill
20accb5e39
modularize coram and add detach + childdet methods
2011-08-04 22:25:08 +00:00
jmcneill
22ade8bbb4
modularize cx24227
2011-08-04 22:24:45 +00:00
jmcneill
bc4ac1aee2
modularize mt2131
2011-08-04 22:24:29 +00:00
riz
15f4ca5d83
Typo fix: p5pb.0, not p5pbc.0
2011-08-04 21:59:35 +00:00
rkujawa
331d05a691
Add missing .0 and .html for p5pb.
2011-08-04 21:17:19 +00:00
rkujawa
03208da2c0
Add p5pb man page to setlist.
2011-08-04 21:09:53 +00:00
wiz
a4ba190ce7
Remove trailing whitespace. Comment out pm2fb(4) link (page does not exist yet)
...
Merge two one-element lists into one list.
2011-08-04 20:40:52 +00:00
rkujawa
e498244d6e
Mention Amiga PCI support in CHANGES and installation notes. Approved by phx.
2011-08-04 20:24:36 +00:00
phx
fbcc784d3a
Drop into ddb, when requested by ofwboot (-d option).
2011-08-04 20:02:48 +00:00
martin
1c0b6eb724
no space after \ for continuation lines, please
2011-08-04 19:30:11 +00:00
bouyer
0ef67b2899
Make sure to call xbdback_trampoline() at splbio()
2011-08-04 18:01:49 +00:00
rkujawa
f02273fb5e
Add basic PCI support for amiga port.
...
Add missing bus_space(9) methods needed for MI PCI.
Add p5pb(4) - Phase5 PCI bridge driver (and the man page).
Add quirks table to zbus(4) - needed for p5pb.
Change approved by phx.
2011-08-04 17:48:50 +00:00
matt
8919910c3e
wd includes SATA as well.
2011-08-04 15:40:20 +00:00
phx
6c25389836
Do not overwrite ukbd.h with NO_UKBD_DEVICE.
2011-08-04 15:07:04 +00:00
jakllsch
244c700761
Add coram(4).
2011-08-04 14:45:54 +00:00
jakllsch
733caf396e
Add coram(4).
...
A driver for CX23885-based TV cards, such as the
Hauppauge WinTV HVR-1250 "Coram" board.
Currently only supports ATSC 8VSB reception.
2011-08-04 14:43:55 +00:00
christos
436299cdac
need err.h now
2011-08-04 14:33:05 +00:00
matt
8fa5ea82ed
Add O_TRUNC to the open of the image file (in case the size decreases).
2011-08-04 04:47:59 +00:00
matt
6da5e72aff
Note changes to xz require cleaning of a directory by hand.
2011-08-04 03:48:11 +00:00
matt
e021bc9048
Add new xz program links and man pages.
2011-08-04 03:38:54 +00:00
matt
f766f2f08f
Build lzmainfo
...
Add links to xz (lzma, unxz, etc) that are in the manpage.
Add manpage links as well.
2011-08-04 03:38:06 +00:00
uwe
ab79e8db68
For unsignad integer division gcc used to emit a call to __udivsi3
...
"millicode" function that uses compiler-private ABI. Newer gcc uses
heavily tuned __udivsi3_i4i that is NOT compatible with __udivsi3
because it's expected to clobber different registers. We don't want
to link the kernel against libgcc and we don't have resources to write
heavily tuned version ourselves, so clone __udivsi3 but adjust it to
conform to the __udivsi3_i4i clobber spec.
Ditto for signed division.
You can make gcc use old routines with -mdiv=call-div1 to avoid few
extra instructions to save/restore the right registers in the signed
division funcion.
2011-08-04 03:20:09 +00:00
mrg
b9477da802
add --disable-werror. GCC 4.6 doesn't like some of the code here and
...
rather than patching code to fix it (and one case isn't trivially fixable)
simply turn off -Werror by default here. should fix PR#45140.
2011-08-04 02:38:41 +00:00
jakllsch
28ae806329
regen
2011-08-04 02:32:58 +00:00
jakllsch
6734496fe7
Add Conexant CX23885
2011-08-04 02:31:37 +00:00
jakllsch
07f38b106d
Add Conexant/Samsung CX24227/S5H1409 demodulator subroutines.
2011-08-04 01:48:34 +00:00
jakllsch
e3196c5439
Add subroutines to support Microtune MT2131 silicon tuner.
2011-08-04 01:45:37 +00:00
jakllsch
bd5bcd64f7
Fix machfb build on ports not based on powerpc or sparc.
2011-08-04 00:57:33 +00:00
mrg
7941c10dff
switch sparc64 to GCC 4.5.3.
2011-08-04 00:52:49 +00:00
he
469cff01d3
Bump SYMTAB_SPACE so that the contents fits again.
2011-08-03 22:19:31 +00:00
wiz
b12bebbd56
Re-add intro(4) removed by accident.
2011-08-03 21:16:04 +00:00
mrg
9c4d605d23
include pixman-noop.c. oops.
2011-08-03 18:22:29 +00:00