Commit Graph

13633 Commits

Author SHA1 Message Date
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
wiz
1e267b8e15 Add basic man page for coram(4).
Not hooked to the build yet so that the driver authors can verify and
improve it.
2011-08-13 22:08:01 +00:00
wiz
81a75b11fe Add basic man page for cxdtv(4).
Not hooked to the build yet so that the driver authors can verify and
improve it.
2011-08-13 22:00:35 +00:00
wiz
24781c1704 Remove trailing whitespace, superfluous quotes, move RCS Id to top. 2011-08-12 23:40:00 +00:00
dyoung
508a6ddd68 Install the ixg(4) manual page. 2011-08-12 22:04:33 +00:00
dyoung
ae88eae8ca Add the manual page for the Intel 82599 10-gigabit ethernet driver,
ixg(4).
2011-08-12 22:00:12 +00:00
apb
7535058544 Allow "echo -n" to work as expected in rc.d scripts that are executed
by /etc/rc.  Similarly for printf with a format that does not end with
"\n".  Previously, the partial line would not be visible on the console
until a newline was printed, possibly after an annoying delay.

This is done by adding echo() and printf() shell functions to rc.subr,
so that naive use of the echo and printf commands in rc.d scripts will
call these functions instead of the underlying commands.  These shell
functions send a new "nop" metadata message after the partial line, and
the rc_postprocess function in /etc/rc disentangles the partial line of
plain output from the metadata "nop".

Also add a "-n" option to the print_rc_normal function in rc.subr,
and make some cosmetic changes.
2011-08-11 22:52:46 +00:00
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
jruoho
ea330d8d1a Xref limits(3). 2011-08-09 18:11:37 +00:00
jruoho
0557e6f5b0 Add a summary page for <limits.h>. 2011-08-09 17:58:27 +00:00
jruoho
f04d14923b Add the USENIX paper of Watanabe. 2011-08-09 07:33:01 +00:00
jruoho
4c16515591 Fix a typo. 2011-08-09 07:24:49 +00:00
jruoho
01d64743e1 Finally, add missing %D. 2011-08-09 07:18:54 +00:00
jruoho
a861b65c8e One more. 2011-08-09 07:16:27 +00:00
jruoho
4f0cc00144 Add few papers to SEE ALSO. Particularly the first one demonstrates
the diminishing value of P-states compared to C-states on new CPUs.
2011-08-09 07:09:33 +00:00
rmind
a0ffc02ab8 Rename slightly misleading KTHREAD_JOINABLE to KTHREAD_MUSTJOIN. 2011-08-07 14:03:15 +00:00
rmind
83fa217ed7 Fix .Xr to membar_ops(3), not membar(9). Spotted by wiz@. 2011-08-07 12:29:24 +00:00
mrg
f2baad49fd switch x86 to GCC 4.5. 2011-08-07 08:15:02 +00:00
jmcneill
fd3dad8d81 add -u flag 2011-08-06 12:32:29 +00:00
jruoho
4bd85b4353 Note also common bit rates. 2011-08-06 11:07:18 +00:00
wiz
d8256fc4eb Bump date for previous. 2011-08-06 08:49:04 +00:00
mbalmer
f07d935b68 Document MKKMOD, patch from PR 45216. 2011-08-06 07:36:20 +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
matt
c3bb2a6aa0 Switch mips and powerpc to GCC 4.5 2011-08-05 00:24:12 +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
martin
1c0b6eb724 no space after \ for continuation lines, please 2011-08-04 19:30:11 +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
mrg
7941c10dff switch sparc64 to GCC 4.5.3. 2011-08-04 00:52:49 +00:00
wiz
b12bebbd56 Re-add intro(4) removed by accident. 2011-08-03 21:16:04 +00:00
wiz
593a132961 Bump date for previous. 2011-08-02 10:23:33 +00:00
wiz
5303ff6102 Whitespace nits. 2011-08-02 10:17:35 +00:00
wiz
93ae3653cd New sentence, new line. 2011-08-02 10:04:07 +00:00
mrg
e740c47eb7 updates for xorg-server 1.10.3 2011-08-02 07:44:39 +00:00
mbalmer
631d5867a0 According to the Oxford Dictionary of Etymology, a wether is a male sheep
or ram.
2011-08-01 12:28:53 +00:00
rmind
d06d3e7845 Add pserialize(9) manual page. 2011-07-30 18:19:04 +00:00
jym
232e0a977a Reflect my change for Xen sysctl(7) nodes:
kern.xen.balloon -> machdep.xen.balloon.
2011-07-30 09:39:20 +00:00