3601 Commits

Author SHA1 Message Date
mav
fb7a9f1bb7 Text reformatting.
Approved by:	glebius (mentor)
2007-05-16 12:00:22 +00:00
mav
0ee8884ca6 Add ng_car.4
Approved by:	glebius (mentor)
2007-05-15 16:28:54 +00:00
mav
9e706cd017 A node that implements various traffic shaping and rate limiting algorithms.
Approved by:	glebius (mentor)
2007-05-15 16:16:06 +00:00
kevlo
d2db4318e7 Update wlan_amrr supported to match the driver. 2007-05-14 03:42:11 +00:00
pav
3d3739b1a4 Talk more about swap backing
PR:		docs/78041 (inspired by)
Submitted by:	Lars Kristiansen <lars+lister.freebsd@adventuras.no>
MFC after:	1 week
2007-05-12 15:33:18 +00:00
brueffer
1766b236a5 Add missing .El.
Found by:	man2hwnotes.pl
2007-05-12 06:41:41 +00:00
brueffer
ef87577b40 Add missing .El.
Found by:	man2hwnotes.pl
2007-05-12 06:33:52 +00:00
brueffer
3785bba0c5 axe(4) supports altq now. 2007-05-12 05:59:15 +00:00
brueffer
937298488c Connect hptiop(4) to the build. Only install hptmv(4) on i386 and amd64. 2007-05-11 22:53:09 +00:00
brueffer
ff16554f78 Manpage for the hptiop(4) driver. Could use a little more content. 2007-05-11 22:52:19 +00:00
brueffer
56622eb054 Add some newly supported controllers. 2007-05-09 20:05:43 +00:00
yar
987f730185 tl(4) appears to support long frames.
Tested by:	Peter Jeremy <peterjeremy at optushome dot com dot au>
2007-05-09 09:02:11 +00:00
brueffer
88ff56465c Add rum(4). 2007-05-09 05:18:04 +00:00
maxim
1b8de9281a o Add AnyData ADU-E100H modem. Sort a list of ubsa(4) supported devices.
PR:		usb/95803
Submitted by:	Jindrich Fucik
Tested by:	R.Mahmatkhanov
MFC after:	2 weeks
2007-05-08 18:51:40 +00:00
yar
edde22f288 Tell that nve(4) has got support for VLAN_MTU.
Touch Dd.
2007-05-07 09:52:39 +00:00
kevlo
8cb9fa237e Add support for Ralink Technology RT2501USB/RT2601USB devices.
Reviewed by: sam, sephe
Obtained from: OpenBSD
2007-05-06 10:07:21 +00:00
joel
cc8e9e1d5e Forgot to bump .Dd 2007-05-05 10:36:57 +00:00
joel
0f48173b69 Document more quirks and supported codecs. 2007-05-05 10:33:28 +00:00
phk
f4793dc542 Add Prologix GPIB-USB Controller (Highly recommended btw) 2007-05-05 08:23:05 +00:00
takawata
d978123e81 Document devices that can drivea
.
Obtained from: [FreeBSD-users-jp 90628](uftdi.c rev 1.25 also)
2007-05-05 08:10:37 +00:00
yar
c48f91f092 Update info on VLAN support in hardware:
- bce(4) and cxgb(4) can do hardware acceleration;
- fwe(4) and nfe(4) can handle long frames.
2007-05-02 10:51:48 +00:00
yar
d36c1f8546 Having finished with vlan(4) for today, touch .Dd. 2007-04-24 11:48:49 +00:00
yar
36d1315ab8 We shouldn't say that most Ethernet drivers don't support long frames,
as it's no longer true.
2007-04-24 11:40:52 +00:00
yar
3a3608ddab "Long frame" is the well-known term found in h/w documentation
from several vendors, so prefer it over other synonyms.
2007-04-24 11:35:47 +00:00
yar
f64dce605e Now that we list hardware that supports vlan(4) natively,
we don't need to repeat that for each device listed.
2007-04-24 11:22:27 +00:00
yar
1edfd06b2c xl(4) can support long frames on all chip revisions now. 2007-04-24 11:06:35 +00:00
yar
e9be8ccaeb de(4) ceased to support the BIG_PACKET hack. 2007-04-24 11:03:53 +00:00
yar
67b5103f29 tl(4) in fact has no signs of long frame support. 2007-04-24 10:51:48 +00:00
yar
d20c01926b vr(4) gained VLAN_MTU support. 2007-04-24 10:49:56 +00:00
phk
a38896f0e6 Bump .Dd
(which seems to have been redefined by the doc-mafia while I wasn't
paying attention :-)
2007-04-24 07:10:10 +00:00
phk
f4e7ffb595 Manpage update for extended led(4) api 2007-04-24 06:30:23 +00:00
yar
edda503ffe Add a missing link: if_edsc.4 -> edsc.4 .
Network interface manpages should have such links.
2007-04-21 03:00:19 +00:00
brueffer
9efc16eab1 Remove useless FILES section.
MFC after:	3 days
2007-04-21 00:05:35 +00:00
brueffer
2df123e4e2 Spring cleaning: Remove worm(4) manpage, the driver was removed pre-3.0. 2007-04-20 23:47:30 +00:00
brueffer
2e34524b6f Bump date for the previous revision and the driver renaming. 2007-04-17 07:09:23 +00:00
brueffer
2c580427a2 To avoid confusion, mention that the driver was originally called trunk
in OpenBSD.
2007-04-17 07:08:18 +00:00
thompsa
376a2df29a Link trunk(4) to lagg(4) 2007-04-17 00:57:54 +00:00
thompsa
5fc175b7b4 Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking.
The name trunk is misused as the networking term trunk means carrying multiple
VLANs over a single connection. The IEEE standard for link aggregation (802.3
section 3) does not talk about 'trunk' at all while it is used throughout IEEE
802.1Q in describing vlans.

The lagg(4) driver provides link aggregation, failover and fault tolerance.

Discussed on:	current@
2007-04-17 00:35:11 +00:00
blackend
5953cee02a Elexol USB MOD1 is supported by the uftdi driver. 2007-04-14 13:51:51 +00:00
brueffer
bda6bd3e38 Bump date to the day of the import. 2007-04-11 08:55:04 +00:00
thompsa
994b9b86e7 Hook trunk(4) up to the build. 2007-04-10 00:35:31 +00:00
thompsa
0f00c64853 Add the trunk(4) driver for providing link aggregation, failover and fault
tolerance.  This driver allows aggregation of multiple network interfaces as
one virtual interface using a number of different protocols/algorithms.

failover    - Sends traffic through the secondary port if the master becomes
              inactive.
fec         - Supports Cisco Fast EtherChannel.
lacp        - Supports the IEEE 802.3ad Link Aggregation Control Protocol
              (LACP) and the Marker Protocol.
loadbalance - Static loadbalancing using an outgoing hash.
roundrobin  - Distributes outgoing traffic using a round-robin scheduler
              through all active ports.

This code was obtained from OpenBSD and this also includes 802.3ad LACP support
from agr(4) in NetBSD.
2007-04-10 00:27:25 +00:00
brueffer
83cc973253 Remove empty section.
MFC after:	3 days
2007-04-07 14:36:18 +00:00
mjacob
c0871853c3 Update the man page a bit- also to reflect that testing
that Jun Kuriyama did to verify the PCI-Express (Apple
Fibre Channel) HBA.

MFC after:	3 days
2007-04-07 04:01:00 +00:00
brueffer
7ef6ebad15 nfe(4) supports polling. 2007-04-06 14:25:14 +00:00
ru
d6c8ea9c78 Kill whitespace at EOL. 2007-04-03 18:57:09 +00:00
rik
e743c75b95 s/if_vlan/vlan/
Noted by: brueffer
2007-04-03 14:36:18 +00:00
rik
006f27015b Add description how the filter works in case of multiple interfaces
with the same MAC.

PR:     kern/109815
MFC after:	7 days
Submitted by:	Eygene Ryabinkin
Glanced by:	rik (all pointy hats are mine)
Discussed with:	julian@, rik@
2007-04-02 22:04:21 +00:00
takawata
278c2f3a11 New line for new sentense.
Pointed out by: brueffer
2007-03-30 21:59:55 +00:00
takawata
c31b083e62 Hook acpi_aiboost man page and modify the man page a bit. 2007-03-30 21:19:10 +00:00