aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/bce.4
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-231-2/+0
| | | | | | | Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/ Similar commit in main: (cherry picked from commit fa9896e082a1)
* use .Mt to mark up email addresses consistently (final part)Baptiste Daroussin2014-06-261-2/+2
| | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de> Notes: svn path=/head/; revision=267938
* Modify Copyright information and other strings to reflect Qlogic ↵David C Somayajulu2014-05-081-18/+16
| | | | | | | | | | | | Corporation's purchase of Broadcom's NetXtreme business. Added clean option to Makefile Submitted by:David C Somayajulu (davidcs@freebsd.org) QLogic Corporation MFC after:5 days Notes: svn path=/head/; revision=265703
* s/recieve/receiveJens Schweikhardt2013-05-261-1/+1
| | | | Notes: svn path=/head/; revision=251012
* Remove end of line whitespace.Joel Dahl2012-06-051-13/+13
| | | | Notes: svn path=/head/; revision=236624
* Lines were a bit too long. Wrap some of them to 60 columns.Sean Bruno2012-06-041-14/+27
| | | | | | | | Suggested by: bjk@ MFC after: 3 days Notes: svn path=/head/; revision=236591
* mdoc: terminate quoted string and remove unneeded paragraph macro.Joel Dahl2012-06-011-2/+1
| | | | Notes: svn path=/head/; revision=236420
* Doh! Bump the date as I touched it!Sean Bruno2012-06-011-1/+1
| | | | | | | | Noted by: gjb@ MFC after: 3 days Notes: svn path=/head/; revision=236418
* Add notes and information for exposed tuneables in bce(4).Sean Bruno2012-06-011-3/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add source of documentation for this driver. Thanks to Warren Block for the suggestions for readability. Note that strict_rx_mtu in inverted in stable/7/8/9 and is named loose_rx_mtu. Ensure that this is converted over when MFC'd hw.bce.rx_ticks hw.bce.rx_ticks_int hw.bce.rx_quick_cons_trip hw.bce.rx_quick_cons_trip_int hw.bce.tx_ticks hw.bce.tx_ticks_int hw.bce.tx_quick_cons_trip hw.bce.tx_quick_cons_trip_int hw.bce.strict_rx_mtu hw.bce.hdr_split hw.bce.tx_pages hw.bce.rx_pages hw.bce.tso_enable hw.bce.verbose Reviewed by: Warren Block <wblock@wonkity.com> MFC after: 3 days Notes: svn path=/head/; revision=236412
* mdoc: terminate quoted strings.Joel Dahl2012-03-261-1/+1
| | | | | | | Reviewed by: brueffer Notes: svn path=/head/; revision=233510
* Fix typo.Christian Brueffer2012-01-051-1/+1
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=229585
* - Document that 'Dell PowerEdge R710' has bce(4) supported NIC.Simon L. B. Nielsen2009-10-071-1/+3
| | | | | | | | | - Bump document date. MFC after: 3 days Notes: svn path=/head/; revision=197835
* Add the following media types as supported by bce(4):Xin LI2009-04-071-3/+13
| | | | | | | | | | | | - 1000BaseSX - 2500BaseSX While I'm there, correct 1000BaseTX as more standard 1000BaseT. MFC after: 3 days Notes: svn path=/head/; revision=190832
* Reflect newly added PCI IDs to bce(4).Xin LI2009-01-151-1/+21
| | | | | | | MFC after: 2 months Notes: svn path=/head/; revision=187318
* Update bce(4)'s hardware list to reflect the recent update to driver.Xin LI2008-12-031-3/+20
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=185574
* Document that the bce(4) driver works with Dell PowerEdge 1950/2950Simon L. B. Nielsen2008-10-061-0/+4
| | | | | | | | | NIC's. MFC after: 3 days Notes: svn path=/head/; revision=183648
* Document hw.bce.msi_enable tunable.Christian Brueffer2007-06-241-1/+12
| | | | | | | Approved by: re (blanket) Notes: svn path=/head/; revision=171018
* Remove an obsolete error message.Christian Brueffer2007-02-091-4/+1
| | | | Notes: svn path=/head/; revision=166603
* Xref altq(4).Christian Brueffer2007-02-031-0/+1
| | | | Notes: svn path=/head/; revision=166474
* Spelling fixes.Mike Pritchard2006-12-141-1/+1
| | | | Notes: svn path=/head/; revision=165216
* bce(4) does not work correctly in polling(4) mode for now.Christian Brueffer2006-12-021-2/+1
| | | | Notes: svn path=/head/; revision=164819
* Revise markup.Ruslan Ermilov2006-09-301-36/+44
| | | | Notes: svn path=/head/; revision=162871
* - Correct some typosChristian Brueffer2006-04-101-8/+12
| | | | | | | - New sentence, new line Notes: svn path=/head/; revision=157644
* Add a driver for the Broadcom NetXtreme II (BCM5706/BCM5708)Paul Saab2006-04-101-0/+293
PCI/PCIe Gigabit Ethernet adapeter. Submitted by: David Christensen Notes: svn path=/head/; revision=157642