mrg
8fb03546dc
- add some comments for post-usbmp
...
- basic documentation for:
usbd_clear_endpoint_toggle()
usbd_device2interface_handle()
usbd_interface2device_handle()
usbd_pipe2device_handle()
usbd_interface2endpoint_descriptor()
usbd_endpoint_count()
- usbd_close_pipe() has documentation already
- bump date
2012-06-01 00:16:28 +00:00
nonaka
cebb6f33a6
Add .An -nosplit.
2012-05-31 12:10:10 +00:00
wiz
91c0be261d
Mention first NetBSD release; use Lk; simplify SYNOPSIS; bump date.
2012-05-30 20:15:56 +00:00
wiz
2edebd0d8a
Install urtw(4).
2012-05-30 20:13:10 +00:00
christos
1994e3b9e7
add man page from FreeBSD
2012-05-30 18:34:24 +00:00
wiz
4850558775
Fix date and add .An -nosplit.
2012-05-30 15:17:00 +00:00
wiz
7b2454adb4
Bump date for previous.
2012-05-30 15:16:24 +00:00
nonaka
9cdb1c70e5
Add a driver for Ralink Technology RT2700U/RT2800U/RT3000U USB IEEE
...
802.11a/b/g/n wireless network devices, ported from OpenBSD by FUKAUMI Naoki,
arranged by me.
2012-05-30 14:30:32 +00:00
wiz
73e3c12ff8
New sentence, new line. Use more markup. Bump date for previous.
2012-05-27 12:05:40 +00:00
abs
90d8a3742b
Document WSDISPLAYIO_SETVERSION, WSKBDIO_SETVERSION and WSMOUSEIO_SETVERSION
...
ioctls(). Also at least enumerate the WSKBDIO_ ioctls().
2012-05-27 10:45:49 +00:00
wiz
9bcb54194e
Bump date for previous.
2012-05-26 06:56:18 +00:00
msaitoh
87f3b34aa5
Add support Intel I350 Ethernet.
2012-05-25 23:37:37 +00:00
tsutsui
0d7551e23d
Add dumb description about options NFS_BOOT_BOOTSTATIC. Noticed by ryo@.
2012-05-25 15:54:02 +00:00
wiz
f6eeb323a5
Document MKREPRO here as well.
2012-05-25 10:48:48 +00:00
dholland
6667ace95b
+wimp
2012-05-25 03:18:00 +00:00
wiz
44bdf20c29
Typos, capitalization, and file systems.
...
(Not reviewed at the content level.)
2012-05-21 06:30:18 +00:00
dholland
f55f861ea1
Update. comments/suggestions/edits please.
...
This should be pulled up to netbsd-6 once the dust (if any) settles.
2012-05-21 05:53:28 +00:00
wiz
144042a0cd
Remove trailing whitespace.
2012-05-17 07:28:29 +00:00
mrg
c344fad04f
clarify some descriptions. document a couple more functions.
...
make a big commented list of the functions that are lacking real
descriptions.
2012-05-17 02:58:14 +00:00
wiz
8f2bae7f86
Remove trailing whitespace.
2012-05-16 08:09:12 +00:00
wiz
e9c39d0f97
Remove trailing comma.
2012-05-16 08:08:39 +00:00
rkujawa
763a7468f2
Add man page for xsurf(4). Mention gencp(4) in clockport(4) synopsis.
2012-05-15 17:46:26 +00:00
wiz
2b51330b2f
Bump date for previous.
2012-05-14 04:55:07 +00:00
erh
cbdf2c288c
Implement USB_GET_DEVICE_DESC for uhid devices so there's a way to get the
...
product and vendor information.
2012-05-14 04:28:27 +00:00
mrg
47006ff476
fix a broken sentence. bump date.
2012-05-13 19:29:59 +00:00
wiz
088ed78a34
New sentence, new line; serial comma; remove extra space.
...
From Bug Hunting.
2012-05-13 15:49:43 +00:00
wiz
67809b1c3f
Various improvements.
...
- better macro usage;
- new sentence, new line;
- mention correct file in `FILES' section again;
- use consistent spelling.
From Bug Hunting.
2012-05-13 15:48:50 +00:00
mlelstv
ec681a5cfa
Fix tag for usbd_get_buffer
2012-05-13 12:10:18 +00:00
wiz
35ade9d47a
Move DESCRIPTION below SYNOPSIS.
...
Remove function descriptions from SYNOPSIS.
Some cleanup while here.
XXX: most functions lack descriptions.
2012-05-13 11:57:39 +00:00
wiz
ce85630baa
Fix typo and remove superfluous Pp.
2012-05-13 11:57:05 +00:00
mrg
11f0cb34e4
convert the ugly .Bl/.El list of functions to a real one inside the
...
.Sh SYNOPSIS section.
XXX, the .Sh DESCRIPTION needs to move under the .Sh SYNOPSIS.
2012-05-13 10:57:09 +00:00
mrg
3f86678fb0
document a large chunk of the USB interface. some of this is kind of
...
generic and depends upon understanding USB itself (and since i don't
really that well, i might have gotten some wrong.)
2012-05-13 09:00:51 +00:00
wiz
d4a2bd08b2
Remove trailing whitespace.
2012-05-02 22:38:31 +00:00
gendalia
7591311640
Add the ability for staticroute to evaluate lines from /etc/route.conf
...
as shell script fragments, add example to the route.conf man page of
evaluating variables.
Remove route.conf man page statement that staticroute is enabled in
rc.conf since that's incorrect.
Wrap the staticroute while in parens, per <apb> & <christos>, and
quote all the arguments for the evals.
2012-05-02 15:57:15 +00:00
njoly
c865ac5294
Adjust xref for capability database file format.
2012-04-30 11:07:28 +00:00
tsutsui
f51be08dcd
Add x68k's com(4) attachments to SYNOPSIS.
...
XXX: needs more MD ones
2012-04-29 07:27:19 +00:00
nakayama
d514e44714
Now we have cardbus fornt-end driver for bwi(4).
2012-04-25 04:14:03 +00:00
nakayama
95dc33f5f9
Note missing driver descriptions and xrefs.
2012-04-25 03:48:55 +00:00
jym
e1a27e5df5
Note that si_addr may be inaccurate on certain architectures.
...
Example: i386/amd64 alignement fault can drive to SIGBUS (when configured
so by process), however the faulty address returned by the CPU is not
reliable.
Bump date.
2012-04-23 17:44:39 +00:00
dholland
91ee0b0011
Update NAME (to include msk, mskc) and clarify checksum offload statements
...
based on PR 36580.
2012-04-22 19:42:23 +00:00
rkujawa
ac50450e2c
Fix typo
2012-04-22 12:23:22 +00:00
wiz
c090f09873
Sort SEE ALSO; new sentence, new line.
2012-04-22 10:19:15 +00:00
wiz
c5308616ec
Sort sections, sort SEE ALSO.
2012-04-22 10:19:00 +00:00
wiz
1cc71411f8
Sort SEE ALSO.
2012-04-22 10:13:52 +00:00
roy
258cf0abec
Add capfile(5) to describe the termcap format.
...
Adjust various man pages and other documentation to point to capfile(5)
instead of termcap(5).
Remove getcap(3) as curses hasn't been building it for a long time.
Punt wrterm.c as tset no longer uses it.
2012-04-21 12:27:24 +00:00
wiz
d136758f88
Correct option name for hdaudio debugging.
...
Reported by Dave Tyson in PR 46357.
2012-04-19 20:20:34 +00:00
wiz
9317462bbf
Remove trailing whitespace.
2012-04-19 20:13:48 +00:00
bouyer
24a7abc690
Add mpii(4), a driver for LSI Logic Fusion-MPT Message Passing Interface II
...
SAS controllers. Ported from OpenBSD.
2012-04-19 17:50:49 +00:00
wiz
71d8b73682
Bump date for previous.
2012-04-17 11:00:43 +00:00
rkujawa
e1a7307087
Note that com(4) is now also supported on top of clockport(4).
2012-04-17 10:55:41 +00:00