Commit Graph

5931 Commits

Author SHA1 Message Date
xtraeme
5c429f92b9 Add missing .Pp, bump date. 2005-07-29 19:11:16 +00:00
wiz
85de2d6607 Remove COMMON VARIABLES section, moved to guide. 2005-07-28 13:08:09 +00:00
augustss
c1a19f89d8 Document 'uhci at cardbus'. From FUKAUMI Naoki. 2005-07-24 08:44:59 +00:00
peter
c9b40229dd 3com -> 3Com. from OpenBSD. 2005-07-22 14:18:21 +00:00
wiz
418e12ffb2 Bump date for v. 2005-07-20 12:55:14 +00:00
pooka
4a04e27c9d statfs -> statvfs
(better late than never)
2005-07-20 11:35:48 +00:00
gdt
918f9be889 Note that once a tag is attached to an mbuf with m_tag_prepend,
freeing the mbuf will free the tag.
2005-07-19 12:44:02 +00:00
wiz
7da36539c0 Bump date for uipaq. 2005-07-18 15:33:14 +00:00
wiz
a55750f505 Drop trailing space. 2005-07-18 15:32:25 +00:00
wiz
839d8caeb0 Add missing .Re 2005-07-18 14:59:06 +00:00
wiz
610e0d6575 New sentence, new line. 2005-07-18 14:55:06 +00:00
wiz
db27d6b43f Minor fixes. 2005-07-18 14:53:58 +00:00
wiz
c5541497ba Drop trailing whitespace. 2005-07-18 14:06:05 +00:00
wiz
4a1c381386 Sort SEE ALSO. 2005-07-18 14:03:40 +00:00
augustss
028353b945 Add uipaq(4). From OpenBSD. 2005-07-18 11:36:46 +00:00
rpaulo
f90b533f0a Remove the sentence in parenthesis about WSDISPLAY_SCROLLSUPPORT that
might confuse readers on which framebuffers support that option.
2005-07-18 00:21:58 +00:00
rpaulo
404ec27cd6 Add rtw.4 2005-07-17 22:04:07 +00:00
rpaulo
5188e9d01d Add man page for Realtek RTL8180L IEEE 802.11b wireless network driver (rtw).
By Jonathan Gray <jsg@openbsd.org>.
This solves part of PR#29733.

ok David Young.
2005-07-17 22:02:32 +00:00
macallan
440d58aac9 added tslot.4 and dbri.4 2005-07-17 01:27:15 +00:00
macallan
1039a142ea add manpages for tslot and dbri, update tctrl 2005-07-17 01:00:31 +00:00
hubertf
673730506c Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.
2005-07-17 00:08:27 +00:00
rtr
f44fd3e324 not -> no typo 2005-07-16 14:45:18 +00:00
rtr
599cc15c8c forward.5 from FreeBSD
resolves pr#20179
2005-07-16 09:10:02 +00:00
rpaulo
cb3370b308 Mention WSDISPLAY_SCROLLSUPPORT and bump date.
Reviewed by Thomas Klausner and ok'ed by Hubert Feyrer.
2005-07-15 01:00:52 +00:00
wiz
a4c1884902 & -> \*[Am]; comment out Xref to non-existing hostapd(8). 2005-07-14 12:54:23 +00:00
drochner
fed189aea6 add a manpage for the ral (at pci/cardbus/uhub) wlan driver,
mostly from OpenBSD
2005-07-14 12:46:45 +00:00
wiz
4cc011a622 Point to PCI_*_FIXUP instead of PCIBIOS_*_FIXUP. 2005-07-13 14:28:12 +00:00
wiz
f98aecc19a Remove documentation for obsolete ACPI_PCI_FIXUP option. CLoses PR 30736 by Nicolas Joly. 2005-07-13 14:27:48 +00:00
dyoung
1273a75e1f Be explicit about the requirement that capture fields be naturally
aligned to comply with the radiotap standard.

Assert David Young's maintainership of the radiotap capture format.
2005-07-12 21:26:33 +00:00
wiz
e55fafbcd6 Bump date for last but one. 2005-07-12 08:51:11 +00:00
wiz
bbcf1c57e6 Use more markup. 2005-07-12 08:50:49 +00:00
wiz
8a067178c8 Long month name in Dd, grammar improvements, formatting improvement, sort
SEE ALSO, end sentence with a dot.
2005-07-12 07:33:39 +00:00
wiz
2c0333bc3b Long month in Dd, sort SEE ALSO, punctuation fixes. 2005-07-12 07:31:57 +00:00
wiz
eaa97e942f Long month in Dd, sort SEE ALSO, grammar fix, punctuation nits. 2005-07-12 07:30:41 +00:00
wiz
27d3306b6a Long month name in Dd, drop trailing space, end sentence with a dot. 2005-07-12 07:28:46 +00:00
wiz
112e36f255 regen (+fw#, fwmem#). 2005-07-12 07:26:19 +00:00
dyoung
1dd028fbc1 Explain how the extension bit works in the bitmap that tells which
fields are present.
2005-07-11 21:59:12 +00:00
kiyohara
c1a84a4d12 ieee1394 import from FreeBSD. 2005-07-11 15:29:05 +00:00
xtraeme
a8b011d03a Mention BUFQ_PRIOCSCAN as a valid flag for the bq_flags argument,
ok'ed by yamt.
2005-07-09 15:25:17 +00:00
abs
ff3ec262da remove reference to ncr(4) 2005-07-08 13:21:48 +00:00
snj
944f9952e1 config lives in src/usr.bin/config these days. 2005-07-07 20:57:27 +00:00
thorpej
d379332a27 Document the new @emul magic symlink var as well as the new @{var} syntax. 2005-07-06 19:05:09 +00:00
wiz
d19171ad7d Drop trailing whitespace. Bump date fore previous. 2005-07-06 07:47:45 +00:00
dyoung
f8e6fb9af1 Update the list of supported cards for wi(4). Add cross-references.
Addresses PR 30141, PR 30162, PR 30164, and PR 30231.
2005-07-06 07:30:59 +00:00
fair
5b701efaa2 Document that misaligned transfers will be done with PIO rather than DMA. 2005-07-06 06:36:10 +00:00
kleink
f811c80a93 Document LOGNAME; from Pavel Cahyna in PR misc/30671. 2005-07-05 19:46:02 +00:00
augustss
002fc8d619 Add a list of the supported ATI chips. 2005-07-04 13:01:54 +00:00
wiz
3b8ef989f3 Sort SEE ALSO. 2005-07-02 10:59:10 +00:00
wiz
f7cc9825ae New sentence, new line; use more markup. 2005-07-01 17:13:32 +00:00
kleink
e02a83a82d Xref m_tag(9); suggested by Peter Postma for closure of kern/20170. 2005-07-01 15:19:16 +00:00