Tom Rhodes
16d78bb878
Work around an apparent mdoc(7) bug.
...
Spotted by: marius
Discussed with: ru
2005-10-07 02:32:16 +00:00
Tom Rhodes
90296834d9
Break long lines and kill a few instances of EOL whitespace.
...
Noticed by: ru
2005-07-21 05:02:39 +00:00
Tom Rhodes
86e3186efa
Add a "Load module on start up" comment, similar to mac_*.4 pages[1].
...
Quote .Cd and .Nd text.
Bump doc date.
Requested by: some user through ru
Supported by: ru, dwmalone, brueffer
2005-07-19 00:26:30 +00:00
Christian Brueffer
93b1d47264
- move the list of supported adapters into a HARDWARE section
...
- properly capitalize Ethernet
- replace a misleading 'adapter' with 'chipset'
- bump document date
MFC after: 3 days
2004-08-26 08:34:09 +00:00
Colin Percival
1d705c5cf0
s/mbps/Mbps/
...
We don't support any 10 millibit-per-second network cards.
PR: docs/67719
Submitted by: Linh Pham
MFC after: 1 week
2004-06-12 21:41:41 +00:00
Christian Brueffer
e292d78b00
Remove reference to miibus.4, cue(4) does not use it.
...
MFC after: 3 days
2004-02-28 02:49:20 +00:00
Simon L. B. Nielsen
eb8b29cdcc
Add the SmartBridges SmartLink to the list of supported devices.
...
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
PR: docs/55644
Confirmed by: driver source code
MFC after: 3 days
2003-08-21 14:26:29 +00:00
Tom Rhodes
071d726d01
Xref miibus(4).
2003-02-15 17:12:53 +00:00
Jens Schweikhardt
c1f3e4bf21
Removed whitespace at end-of-line; no content changes. I simply did
...
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'
BTW, what editors are the culprits? I'm using vim and it shows
me whitespace at EOL in troff files with a thick blue block...
Reviewed by: Silence from cvs diff -b
MFC after: 7 days
2001-07-14 19:41:16 +00:00
Ruslan Ermilov
3d45e180f4
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 15:31:11 +00:00
Ruslan Ermilov
eb0838029f
mdoc(7) police: normalize .Nd.
2001-04-18 15:54:10 +00:00
Ruslan Ermilov
4c574bfd68
These pages are not i386-specific.
2001-02-20 12:13:29 +00:00
Bill Paul
5e59aa05b6
kue(4) and cue(4) do not need miibus.
2000-07-17 19:04:58 +00:00
Archie Cobbs
95d7878ce0
Move netgraph node type man pages from section 8 to section 4.
2000-05-04 17:40:13 +00:00
Nick Hibma
bede3d120f
Update the list of supported devices.
2000-03-16 09:22:46 +00:00
Sheldon Hearn
6d249eee27
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-01 14:50:24 +00:00
Nick Hibma
418a4537cf
Update the documentation to reflect Bill Paul's latest changes.
2000-02-20 14:41:54 +00:00
Archie Cobbs
5fbeb2a289
Add a reference to ng_ether(8).
2000-01-25 20:34:43 +00:00
Jeroen Ruigrok van der Werven
6b713d5806
First round of config related changes to the manpages.
...
device blah0 -> device blah for PCI devices and busses.
2000-01-23 15:04:20 +00:00
Bill Paul
4c10dd65ca
The correct part number for the CATC ASIC is USB-EL1210A, not
...
USB-EL1201A or even USB-EL1202A. Wonder what drugs I was on when
I made this mistake, and then propagated it to 6 different files.
*sigh*
2000-01-17 18:49:20 +00:00
Bill Paul
9972499a40
Change 'controller uhci0' and friends in the SYNOPSIS sections to
...
'device uhci0' and so on.
2000-01-17 02:17:55 +00:00
Bill Paul
0177987224
Add device driver support for USB ethernet adapters based on the CATC
...
USB-EL1202A chipset. Between this and the other two drivers, we should
have support for pretty much every USB ethernet adapter on the market.
The only other USB chip that I know of is the SMC USB97C196, and right
now I don't know of any adapters that use it (including the ones made
by SMC :/ ).
Note that the CATC chip supports a nifty feature: read and write combining.
This allows multiple ethernet packets to be transfered in a single USB
bulk in/out transaction. However I'm again having trouble with large
bulk in transfers like I did with the ADMtek chip, which leads me to
believe that our USB stack needs some work before we can really make
use of this feature. When/if things improve, I intend to revisit the
aue and cue drivers. For now, I've lost enough sanity points.
2000-01-14 03:14:49 +00:00