mbalmer
352c784990
pwdog(4) is a device driver for QUANCOM Electronic PWDOG1 PCI
...
attached watchdog timers.
2011-08-11 07:33:24 +00:00
dyoung
e7e6ed352f
Add support for the Oxford Semiconductor OXPCIe952, a 2-port serial chip
...
with a PCI Express interface, in legacy mode. Cursorily tested with a
StarTech PEX2S952LP.
See the manual for your adapter to see how to put it into legacy mode.
There is also a "native" mode that uses a different clock multiplier
and (I think) provides a richer feature set, but also requires a bit of
additional initialization (see FreeBSD's puc(4)).
The native-mode PCI functions use different PCI Device IDs than the
legacy-mode functions.
2011-08-09 21:04:05 +00:00
jmcneill
46d3857954
add CLK_DELAY
2011-08-09 11:26:40 +00:00
jmcneill
9bd8d0664c
lg3303 should depend on dtv_math, not xc3028
2011-08-09 10:54:22 +00:00
jmcneill
707c764851
add dtv_math.h
2011-08-09 10:53:09 +00:00
mbalmer
5ade312f36
re-gen after PWDOG1 addition.
2011-08-09 08:27:12 +00:00
mbalmer
3a793722d2
Add the QUANCOM PWDOG1.
2011-08-09 08:26:18 +00:00
jmcneill
fb95eabd74
modify the dtv device api so hardware drivers can be loaded independently
...
of the dtv module
2011-08-09 01:42:24 +00:00
jmcneill
e08b9dc98f
The absence of USE_PLATFORM_CLOCK does not imply that the PM Timer is
...
unreliable; in fact, the PM Timer has to be reliable by definition! Remove
the incorrect warning message that was added in r1.19
2011-08-08 11:27:44 +00:00
jakllsch
7b43667cb9
Another instance of REG_OFFSET that needs to be consistent with the rest.
2011-08-07 20:14:42 +00:00
jakllsch
87cbce368d
Appease _LP64 build with GCC 4.5.
2011-08-07 20:05:08 +00:00
jakllsch
1d4d51395d
Appease _LP64 build with GCC 4.5.
2011-08-07 19:46:22 +00:00
jakllsch
c45b9d7c61
Make uhci_find_prev_qh() always 'static inline', just 'inline" leads to trouble.
2011-08-07 18:58:52 +00:00
rmind
a0ffc02ab8
Rename slightly misleading KTHREAD_JOINABLE to KTHREAD_MUSTJOIN.
2011-08-07 14:03:15 +00:00
jmcneill
438d436d20
PR# kern/30398: panic in ohci_softintr
...
If the host controller has a TD that the driver doesn't know about, ignore it
instead of calling panic. Patch from Karl Janmar.
2011-08-07 13:45:46 +00:00
rmind
1293cee4bd
Replace some wakeup_one(9) uses with mutex(9) or plain wakeup(9).
2011-08-07 13:39:23 +00:00
jmcneill
7b824e4df1
build fix: forgot to add sc_board to softc
2011-08-06 19:21:27 +00:00
jakllsch
ae79d560ec
Marvell 88SE9128 needs AHCI_PCI_QUIRK_FORCE.
2011-08-06 14:56:33 +00:00
jakllsch
8479ccf118
regen
2011-08-06 14:55:13 +00:00
jakllsch
ce733e83e0
Add Marvell 88SE9128.
2011-08-06 14:53:24 +00:00
jakllsch
ad5352fa2f
Adjust inconsistent whitespace in MARVELL products.
2011-08-06 14:51:53 +00:00
mbalmer
45572b8e3e
re-gen.
2011-08-06 14:18:24 +00:00
mbalmer
8b941cbbb9
It's QUANCOM Electronic GmbH, not Quancm.
2011-08-06 14:17:23 +00:00
jruoho
a25d4403d3
Improve a comment.
2011-08-06 13:19:46 +00:00
jmcneill
fb8181e23e
print devname not subdevname on attach, and report the board name to dtv
...
subsystem instead of generic CX23885
2011-08-06 11:51:11 +00:00
jmcneill
8f1ae23ff2
don't attach iic@coram unless CORAM_ATTACH_I2C is defined
2011-08-06 11:37:56 +00:00
jruoho
adb8c21493
If both the new and the old methods are available, prefer the old ones, as
...
the new ones may not be functional in this case.
2011-08-06 05:03:56 +00:00
kiyohara
587ef94054
Add support for PSIONTEKLOGIX NETBOOK PRO.
2011-08-06 03:53:40 +00:00
jmcneill
9e56001113
hide debug messages under CORAM_DEBUG
2011-08-05 21:20:27 +00:00
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
mrg
59919ed806
relax an assert slightly, from jmcneill.
2011-08-05 02:29:53 +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
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
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
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
oster
28c3372a95
Address part of PR kern/44972. From YAMAMOTO Takashi. Thanks!
2011-08-03 15:00:29 +00:00
oster
6f6c76259e
Remove unused 'struct lwp *' from rf_getdisksize. No functional changes.
2011-08-03 14:44:38 +00:00
macallan
e7215d9880
don't try to a 'better' vertical frequency, it's almost certainly wrong with
...
flat panels
2011-08-03 05:27:08 +00:00
cliff
1608a97858
add JEDEC Mfgr ID for Macronix
2011-08-02 20:44:09 +00:00