History log of /freebsd-10-stable/share/man/man4/cue.4
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 291844 05-Dec-2015 kevlo

MFC r291238:
Add dependency to uether.

Reviewed by: hselasky


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 151046 07-Oct-2005 trhodes

Work around an apparent mdoc(7) bug.

Spotted by: marius
Discussed with: ru


# 148220 21-Jul-2005 trhodes

Break long lines and kill a few instances of EOL whitespace.

Noticed by: ru


# 148145 18-Jul-2005 trhodes

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


# 134339 26-Aug-2004 brueffer

- 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


# 130392 12-Jun-2004 cperciva

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


# 126339 28-Feb-2004 brueffer

Remove reference to miibus.4, cue(4) does not use it.

MFC after: 3 days


# 119201 21-Aug-2003 simon

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


# 110946 15-Feb-2003 trhodes

Xref miibus(4).


# 79727 14-Jul-2001 schweikh

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


# 79538 10-Jul-2001 ru

mdoc(7) police: removed HISTORY info from the .Os call.


# 75670 18-Apr-2001 ru

mdoc(7) police: normalize .Nd.


# 72768 20-Feb-2001 ru

These pages are not i386-specific.


# 63322 17-Jul-2000 wpaul

kue(4) and cue(4) do not need miibus.


# 59974 04-May-2000 archie

Move netgraph node type man pages from section 8 to section 4.


# 58135 16-Mar-2000 n_hibma

Update the list of supported devices.


# 57676 01-Mar-2000 sheldonh

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.


# 57359 20-Feb-2000 n_hibma

Update the documentation to reflect Bill Paul's latest changes.


# 56612 25-Jan-2000 archie

Add a reference to ng_ether(8).


# 56460 23-Jan-2000 asmodai

First round of config related changes to the manpages.

device blah0 -> device blah for PCI devices and busses.


# 56199 17-Jan-2000 wpaul

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*


# 56139 17-Jan-2000 wpaul

Change 'controller uhci0' and friends in the SYNOPSIS sections to
'device uhci0' and so on.


# 55944 14-Jan-2000 wpaul

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.