Commit Graph

13671 Commits

Author SHA1 Message Date
mbalmer
a356035768 Also mention gpioiic(4). 2011-08-30 07:44:37 +00:00
jruoho
1a007af9ac Clarify that the ATI USB dongle uses XC3028L (and not XC3028). 2011-08-30 07:27:59 +00:00
jruoho
44d221d650 Remove trailing comma. 2011-08-30 07:24:01 +00:00
jruoho
d9f0aab6fe Xref au8522(4) and xc5k(4) in the list of supported cards. 2011-08-30 07:23:05 +00:00
jruoho
7559e70f68 Note emdtv(4). 2011-08-30 07:08:47 +00:00
jruoho
82f9e3ab66 Install the emdtv(4) manual page, based on earlier feedback from jmcneill@
(includes some XXX comments; should be updated alongside with the driver).
Also use the new dtviic(4) links to build a list of supported cards.
2011-08-30 07:07:04 +00:00
jruoho
6cc2dbf4e8 Fix bug (also analog tuners are included in the group). 2011-08-30 06:51:27 +00:00
wiz
75e227598a Sort SEE ALSO. 2011-08-30 06:27:17 +00:00
jruoho
bd1a818de3 Deprecate the tuner(4) page (link to bktr(4)), as the name is too general
and nowadays misleading.
2011-08-30 05:59:44 +00:00
jruoho
d479d073dc Note that bktr(4) is not part of the dtv(4) infrastructure.
XXX: This driver should be converted (or even bluntly removed, given the
     lack of general third-party software support).
2011-08-30 05:58:02 +00:00
jruoho
64e115ab33 Xref dtviic(4). 2011-08-30 05:43:30 +00:00
jruoho
d70d1fad57 Fix .Nm. 2011-08-30 05:41:04 +00:00
jruoho
b6256a2ee9 As discussed with wiz@ and jmcneill@, move the dtvi2c(4) page to dtviic(4)
(to match iic(4)) and install it by default. Also, and in particular, build
and install MLINKS for all supported demodulators and tuners.
2011-08-30 05:40:38 +00:00
jym
040d653091 Be more precise for Xen dom0: either Ctrl + Alt + Esc, or +++++ when on
serial console.

Thanks to Christoph and Manuel for pointing that out.
2011-08-29 22:01:47 +00:00
njoly
e5ce0ad0c8 Fix prologue macros order. 2011-08-29 16:56:32 +00:00
jruoho
9ef26ccc23 Add few. 2011-08-29 16:28:38 +00:00
jruoho
eedc15b4ff Some improvements. 2011-08-29 15:35:29 +00:00
wiz
b3638dac15 Some fixes from Jared, add zl10353, update AUTHORS. 2011-08-29 13:42:53 +00:00
jruoho
389b587089 Xref auvitek(4) also in SEE ALSO (and the others as comments). 2011-08-29 11:23:53 +00:00
jruoho
4384aaccea Install the dtv(4) manual page. (The stub man-pages are commented out ATM.) 2011-08-29 10:48:57 +00:00
jruoho
607caaa5f0 Fix xref-typo in the previous. 2011-08-29 10:43:52 +00:00
jruoho
b6d372f02c Various improvements; e.g. primarily speak about DTV (i.e. DVB is just a
standard), split out SUPPORTED DEVICES from SEE ALSO, improve grammar, fix
references, speak about interface instead of device, fix AUTHORS, etc.
2011-08-29 10:41:10 +00:00
jym
1751c709ef Be more precise for Xen: +++++ is only valid for Xen domUs. dom0 uses
the same key sequences as i386/amd64.
2011-08-28 22:09:36 +00:00
jnemeth
7c99820106 add TINLA -> this is not legal advice 2011-08-28 08:41:01 +00:00
mbalmer
92ced822d1 Add a new ioctl, GPIOPULSE to gpio(4) to allow for pulsing a pin.
If a pin can pulse in hardware, that will be used, else it will
be pulsed in software.  There is no way yet to set the pulse frequency
for pins that pulse in hardware.  While here, make the code mpsafe and
allow more than one thread in the driver (access to ioctl is serialized).
2011-08-28 07:48:50 +00:00
joerg
ba5a5a1119 Add new "analyze" command to run clang's static analyzer in a directory
on all C/C++ files.
2011-08-27 18:35:19 +00:00
joerg
65a805f7d1 Prototyping main is silly and shouldn't be encouraged. 2011-08-27 17:48:11 +00:00
christos
0aa57dbb94 add new arp logging sysctls 2011-08-27 09:06:58 +00:00
plunky
9c77eacafa add some info re use of Modem and Network ports 2011-08-26 07:56:00 +00:00
dyoung
7d12941ccd Describe pci_bus_devorder(9).
TBD: symbolic link pci_bus_devorder.9 -> pci.9.
2011-08-25 02:01:32 +00:00
uwe
d4eba6a9b8 Switch sh3 to GCC 4.5. Tested on landisk (including doing build.sh on it). 2011-08-25 00:01:25 +00:00
wiz
098681c432 Bump date for previous. 2011-08-23 22:14:51 +00:00
dyoung
64311e1f9d Introduce a couple of new constants, VMEM_ADDR_MIN (the least possible
address in a vmem(9) arena, 0) and VMEM_ADDR_MAX (the maximum possible
address, currently 0xFFFFFFFF).  Modify several boundary conditions so
that a vmem(9) arena can allocate ranges including VMEM_ADDR_MAX.
Update documentation and tests.

These changes pass the tests in sys/kern/subr_vmem.c.  To compile the
and run the test program, run "cd sys/kern/ && gcc -DVMEM_SANITY -o
subr_vmem ./subr_vmem.c && ./subr_vmem".
2011-08-23 22:00:57 +00:00
christos
875018bf8a add -Wformat=2 2011-08-23 05:22:25 +00:00
dholland
ce24bfd93f Until someone figures out a fix for PR 40599, document that MKKERBEROS=no
will break the system without either MKPAM=no or a customized PAM config.
As suggested by Ian D. Leroux on current-users and in PR 45263, but with
different text.
2011-08-22 02:37:15 +00:00
wiz
7b18fe3c86 New sentence, new line. 2011-08-21 13:27:45 +00:00
plunky
70f971ae4d SEE ALSO resolvconf(8) 2011-08-21 11:04:21 +00:00
jakllsch
844442797e Attach amdtemp(4) at pchb(4) instead of in place of pchb(4).
Should fix PR#45268.
2011-08-18 20:55:20 +00:00
mrg
8188255310 switch sparc to GCC 4.5.3. 2011-08-17 09:18:37 +00:00
wiz
b426708f05 Mention two packages making use of the API. From jmcneill. 2011-08-14 20:42:09 +00:00
wiz
1e58891abf Install irmce(4) after review by jmcneill.
Sort set lists while there.
2011-08-14 16:11:15 +00:00
wiz
7bdb95632e Add very preliminary dtvi2c(4) man page for describing the dtv(4) support
modules connected via i2c.
Needs heavy reviewing before it can be installed :)
2011-08-14 16:04:12 +00:00
wiz
3f109f954a Very basic dtv(4) man page for review (not hooked in yet). 2011-08-14 15:36:35 +00:00
wiz
8e8649fda9 Add AUTHORS section. 2011-08-14 15:21:46 +00:00
wiz
4c8535b2e4 emdtv was written by jmcneill. 2011-08-14 15:21:01 +00:00
wiz
753ff12090 Correct BUGS, from Jared. 2011-08-13 22:35:27 +00:00
wiz
61f150adbe Add irmce(4) man page.
Not hooked into the build; waiting for review.
2011-08-13 22:34:14 +00:00
wiz
2c079e1e05 Remove iic references, also based on comments by Jared. 2011-08-13 22:22:00 +00:00
wiz
d4089cdf45 Improvements based on comments by Jared. 2011-08-13 22:21:28 +00:00
wiz
62cbcac379 Add basic man page for emdtv(4).
Not hooked to the build yet so that the driver authors can verify and
improve it.
2011-08-13 22:18:31 +00:00