diff options
author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-08-27 07:42:38 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-08-27 07:42:38 +0200 |
commit | 9d28a94d083f8e918297a86e388c43ba78627c01 (patch) | |
tree | 332cf8e15b0ad2128c372f6537f75e8e38c9e369 /sys/man/4 | |
parent | c8168fd3bcd752264dd1a52c44c816bc9b22bf9d (diff) |
nusb(4): document usb/ether
Diffstat (limited to 'sys/man/4')
-rw-r--r-- | sys/man/4/nusb | 30 |
1 files changed, 26 insertions, 4 deletions
diff --git a/sys/man/4/nusb b/sys/man/4/nusb index bf38e9298..d802d0dd4 100644 --- a/sys/man/4/nusb +++ b/sys/man/4/nusb @@ -2,6 +2,7 @@ .SH NAME audio, disk, +ether, kb, serial, ptp, @@ -16,6 +17,12 @@ usbd - Universal Serial Bus drivers ] .I devid .PP +.B nusb/ether +[ +.B -dD +] +.I devid +.PP .B nusb/kb [ .B -d @@ -135,6 +142,21 @@ and The .B ctl file supplies the device geometry and partitions when read. +.SS Ethernet +.I Ether +handles USB ethernet devices. The file system provided is +compatible to +.IR ether (3) +and added to the share +.B usbnet +(see +.IR shr (3)) +wich is bound after +.B /net +by +.IR nusbrc (8) +so the device will appear as +.BI /net/etherU N . .SS Serial and JTAG ports .I Serial provides a file system (usually seen under @@ -175,13 +197,13 @@ and configures and manages a USB audio device. It implements a file system, (normally seen under .BI /dev ) -containing the files -.BR volume -and -.BR audio . +compatible to +.IR audio (3). .SH SOURCE .B /sys/src/cmd/nusb .SH "SEE ALSO" +.IR audio (3), +.IR ether (3), .IR mouse (3), .IR sd (3), .IR uart (3), |