Commit Graph

269 Commits

Author SHA1 Message Date
jmcneill
e04c7348d5 lg3303 depends on dtv_math, not xc3028 2011-08-13 18:31:38 +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
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
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
752c6db679 add QAM64/256 support 2011-08-05 20:32:22 +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
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
pgoyette
aca9ef1449 Prevent multiple attachments at the same i2c address.
OK jmcneill@
2011-08-02 18:46:35 +00:00
pgoyette
5304bf6b4c When detaching the device, tear down its sysctl tree. 2011-08-02 14:06:15 +00:00
macallan
65d8c9c17f appease gcc 4.5 2011-08-01 22:42:57 +00:00
pgoyette
e3bc45f1ac Modularize the spdmem(4) driver 2011-08-01 03:49:52 +00:00
jmcneill
b27acdaa88 modularize 2011-07-31 16:05:01 +00:00
jmcneill
4fc96f8387 add detach support, modularize, build with WARNS=4 2011-07-31 15:59:45 +00:00
jmcneill
6a11e87299 add rescan support 2011-07-31 15:58:25 +00:00
njoly
fc562f149a Fix printf format 2011-07-22 18:21:10 +00:00
jmcneill
8b8276a7ab add lg3303_get_snr, lg3303_get_signal_strength, lg3303_get_ucblocks 2011-07-15 20:28:38 +00:00
jmcneill
13e60a5238 lg3303_set_modulation: program the requested modulation on every request 2011-07-15 10:10:35 +00:00
jmcneill
389f86dedb add LG TDVS-H06xF support 2011-07-15 03:31:37 +00:00
jmcneill
f26b5f8df4 struct tvpll_data foo -> extern struct tvpll_data foo 2011-07-15 03:30:08 +00:00
jmcneill
e9f578b3d5 if no carrier, other status fields are invalid 2011-07-15 03:29:23 +00:00
jmcneill
412242eb53 add a flags argument to lg3303, and use it for the caller to request
serial mpeg mode
2011-07-14 23:46:52 +00:00
jmcneill
860478e64f add module support 2011-07-14 23:45:43 +00:00
jmcneill
b3a7bca7bf correct pll entries for TDVS-H06xF 2011-07-14 23:45:26 +00:00
jmcneill
a0f539c07b add module support 2011-07-14 23:44:34 +00:00
jmcneill
3915ab4db7 nxt2k depends on firmload 2011-07-14 23:43:37 +00:00
jmcneill
9c53d3c419 add LGDT3303 tuner and XC3028L demod drivers 2011-07-11 18:00:06 +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
jmcneill
fdcf111d68 add snr reporting 2011-07-10 00:47:34 +00:00
jmcneill
ce779416c5 add digital capture support 2011-07-09 15:00:43 +00:00
hannken
19e20982bb Make sure sensor state is valid before calling sysmon_envsys_sensor_attach().
Ok: Paul Goyette <pgoyette@netbsd.org>
2011-06-21 12:38:27 +00:00
pgoyette
1ad6aeb32e Initialize sensor state before registering.
XXX Still need to fix i2c/ibmhawk.c
2011-06-20 20:16:19 +00:00
martin
af2af432ae Initialize sensor states to SINVALID 2011-06-19 11:44:03 +00:00
phx
fbc9e96bfd Add direct config support for all devices used by sandpoint. 2011-05-28 13:59:31 +00:00
jmcneill
d82153063e add a function to mute/unmute the audio input 2011-05-26 23:42:05 +00:00
phx
ee119a47a6 Suppressing the ACK after the last byte read must not depend on
I2C_OP_STOP_P(), but all read-transfers have to be finished that way.
Otherwise a chip might hang after a read-operation without stop.

Removed sc_start from the softc structure, which is unused.
2011-04-17 15:14:59 +00:00
phx
a492cb9f47 Do not print "M41ST84 Real-time Clock/NVRAM", but "M41T8x Real-time Clock"
when STRTC_NO_USERRAM is defined. This driver should work for all M41T8x
compatible chips (tested on my DSM-G600 with M41T80).
2011-04-17 14:58:26 +00:00
phx
44fd19e5d2 s390rtc(4), an RTC driver for the Seiko Instruments S-35390A chip. 2011-04-04 17:58:40 +00:00
mbalmer
1571556be6 Fix misplaced parenthesis. From henning.petersen@t-online.de, thanks. 2011-04-02 08:11:31 +00:00
pgoyette
833ae64433 Fix another instance of the same typo in the same comment! dosn't -->
doesn't

Thanks again, Jukka!
2011-03-12 13:33:18 +00:00
pgoyette
8207a57f9b Fix typo in previous - dosn't --> doesn't
Thanks, Jukka!
2011-03-11 19:12:46 +00:00
pgoyette
778be5985f Add support for SMSC EMC6D103S
From jasper@pointless.net in PR kern/44685
2011-03-11 18:38:51 +00:00
pgoyette
ce5b760014 Set DBCOOL_DEBUG if global DEBUG is set 2011-03-11 17:12:43 +00:00
hannken
4005d75059 ibmhawk_set: No need to set states ENVSYS_SWARNxxx, sysmon will do it. 2011-02-14 14:15:25 +00:00
hannken
48c7d44313 Initial implementation of ibmhawk(4) driver for sensors behind the IBM Hawk
on-board Integrated Systems Management Processor found on some eServers.

Tested on an IBM eServer x335.
2011-02-14 08:50:38 +00:00
jakllsch
b3a8e9810d Per suggestion from tsutsui, convert to todr_[gs]ettime_ymdhms flavor. 2011-01-21 22:42:16 +00:00