summaryrefslogtreecommitdiffstats
path: root/share/man/man4/bge.4
Commit message (Collapse)AuthorAgeFilesLines
* Reflect tunable name change made in r230337.yongari2012-01-191-4/+4
|
* Document dev.bge.%d.msi_disable tunable.yongari2012-01-171-2/+5
|
* Add more controllers that support jumbo frame.yongari2011-12-021-4/+4
|
* Remove the description of the link0 link option, since r215297 the mastermarius2010-11-231-22/+1
| | | | | | | | | | | media option generally should be used instead. Actually I think the lists of media types should be removed from the manual pages of MAC drivers altogether and users just pointed to the output of `ifconfig -m` instead; even before r215297 there were several outdated descriptions, technically it's wrong most of the time as not the MAC drivers support these media types but actually the PHY drivers do and it generally doesn't make sense to maintain these lists in every manual page of a driver as the media is auto-detected.
* Use shorten model name instead of showing all controller modelyongari2010-11-081-5/+5
| | | | | | | | | | | | numbers. bge(4) supports too many models such that it's unreasonable to list all these controllers in one line description of name. While I'm here mention that BCM590x/BCM5779x is Fast Ethernet controller. bge(4) still lacks support for some controllers but supporting these controllers should be easy now and adding new controllers do not require touching .Nd any more. Obtained from: OpenBSD
* Document newly introduced tunable dev.bge.%d.forced_udpcsum.yongari2010-08-221-1/+21
| | | | While I'm here also mention tunable dev.bge.%d.forced_collapse.
* Spell out the name of the month.brueffer2009-10-251-1/+1
|
* - Document new revisions of chips supported.stas2009-10-071-4/+4
|
* Add Dell PowerEdge R200 and R300 to the hardware section.joel2009-05-191-1/+5
|
* Sync the description of jumbo frame support with reality as of r185812;marius2009-01-151-2/+2
| | | | | | | | it's also supported with BCM5702 (matched by BGE_ASICREV_BCM5703) but bge(4) currently doesn't with neither BCM5714 nor BCM5780. Prodded by: scf MFC after: 3 days
* Mention support for the 5722 driver in bge.4 as well.remko2007-12-251-3/+3
|
* Remove BCM5704S specific tunable (hw.bge.fake_autoneg) andjkim2007-05-221-5/+2
| | | | auto-detect the condition.
* Add the 3Com 3c996-SX.brueffer2007-01-301-1/+3
| | | | | Submitted by: Johan Ström MFC after: 3 days
* Xref altq(4) for drivers that support it according to altq(4).brueffer2007-01-301-0/+1
|
* Spelling.ru2006-09-291-1/+1
|
* Add documentation on the new bge tunable. Also put the tunable docs into ascottl2006-09-231-7/+15
| | | | separate section.
* Be explicit about which chips support jumbo frames.brueffer2006-06-101-1/+2
| | | | | | Suggested by: Brad Smith Obtained from: OpenBSD MFC after: 3 days
* document the new tunable.mr2006-04-251-0/+6
|
* Add the HP NC7771 adapter to the list of known products.thompsa2006-01-141-0/+2
|
* Mention BCM5752 support in two more places.brueffer2005-11-171-2/+3
|
* Add BCM5752 to HARDWARE section.glebius2005-11-151-1/+3
|
* Xref polling(4).brueffer2005-10-251-1/+2
|
* Work around an apparent mdoc(7) bug.trhodes2005-10-071-6/+4
| | | | | Spotted by: marius Discussed with: ru
* Break long lines and kill a few instances of EOL whitespace.trhodes2005-07-211-2/+2
| | | | Noticed by: ru
* Add a "Load module on start up" comment, similar to mac_*.4 pages[1].trhodes2005-07-191-1/+15
| | | | | | | | Quote .Cd and .Nd text. Bump doc date. Requested by: some user through ru Supported by: ru, dwmalone, brueffer
* BCM5789 support.brueffer2005-05-221-3/+3
| | | | MFC after: 3 days
* Document support for the 5714.brueffer2005-05-201-3/+3
| | | | MFC after: 3 days
* BCM5721 is supported as well.brueffer2004-12-171-3/+3
|
* First update for the 5750/5751 chips.brueffer2004-12-151-4/+4
| | | | MFC after: 3 days
* Properly capitalize Gigabit Ethernetbrueffer2004-09-041-5/+5
| | | | MFC after: 3 days
* Add a HARDWARE section which lists supported devices. The actualsimon2004-07-041-28/+33
| | | | | | | | | | | | device listings has been moved (and in some cases more or less rewritten) from the DESCRIPTION section. This will be used later for automatically generating device listings in the Hardware Notes, by parsing the manual pages. Reviewed in principle by: ru, hrs, trhodes No objections: -doc, re Section name inspired by: NetBSD
* s/mbps/Mbps/cperciva2004-06-121-1/+1
| | | | | | | | We don't support any 10 millibit-per-second network cards. PR: docs/67719 Submitted by: Linh Pham MFC after: 1 week
* Fix typobrueffer2004-06-081-1/+1
| | | | | Obtained from: DragonFly BSD MFC after: 3 days
* Add the integrated NICs on the Dell PowerEdge 1750 and 2650 to the listsimon2004-05-281-0/+4
| | | | of supported devices.
* Get rid of duplicates.ru2003-09-141-1/+1
|
* Removed hard sentence break.ru2003-05-201-1/+2
|
* Add some HP cards to the supported list of cards. Also mentionps2003-03-251-4/+8
| | | | | | that 1000BaseTX only supports full-duplex. Submitted by: John Cagle <john.cagle@hp.com>
* Xref miibus(4).trhodes2003-02-151-0/+1
|
* Mention support for the on-board NICs on IBM x235 servers.jdp2002-09-081-2/+4
| | | | | | | Be more precise when referring to the chip family (BCM570x) vs. specific models (e.g., BCM5700). MFC after: 1 month
* Add support for the Netgear GA302T 10/100/1000 adapter. Given thatjdp2002-01-271-0/+2
| | | | | | it's a 32-bit card, it's quite nice for $75. MFC after: 3 days
* Ispell sweep of share/man/man4.mpp2002-01-211-1/+1
|
* mdoc(7) police:ru2001-10-261-9/+11
| | | | | - Minor markup nits. - Arrange for appearance in 4.5.
* Add device driver support for the Broadcom BCM570x family of gigabitwpaul2001-09-271-0/+204
ethernet controllers. This adds support for the 3Com 3c996-T, the SysKonnect SK-9D21 and SK-9D41, and the built-in gigE NICs on Dell PowerEdge 2550 servers. The latter configuration hauls ass: preliminary measurements show TCP speeds of over 900Mbps using only normal size frames. TCP/IP checksum offload, jumbo frames and VLAN tag insertion/stripping are supported, as well as interrupt moderation. Still need to fix autonegotiation support for 1000baseSX NICs, but beyond that, driver is pretty solid.
OpenPOWER on IntegriCloud