summaryrefslogtreecommitdiffstats
path: root/share/man/man4/re.4
Commit message (Collapse)AuthorAgeFilesLines
* use .Mt to mark up email addresses consistently (final part)bapt2014-06-261-1/+1
| | | | | PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de>
* Document newly added tunables.yongari2011-01-261-1/+25
| | | | | | hw.re.intr_filter hw.re.msix_disable dev.re.%d.int_rx_mod
* Fix my fix to nfe.4, and also fix re.4dougb2011-01-261-1/+1
| | | | So just when I thought my pointy hat collection was going down ...
* Add a manual page for rgephy(4) and reference it as appropriate. Themarius2011-01-151-1/+2
| | | | | | | motivation for having rgephy.4 is to document the special media option add in r217415. MFC after: 3 days
* Document loader tunable hw.re.prefer_iomap.yongari2010-12-021-1/+6
|
* Use shorten model name and add RTL8168, RTL8111 to the list ofyongari2010-10-271-10/+10
| | | | | | | | supported device. re(4) had been supported all variants of RTL8168, RTL8111 and RTL810x. I think this change will cover all controllers supported by re(4). MFC after: 1 week
* Fix incorrect usage of 'assure' and 'insure'.brucec2010-08-281-1/+1
| | | | Approved by: rrs (mentor)
* Use the newly brought %U macro.ru2010-01-151-1/+1
|
* Document loader tunable hw.re.msi_disable.yongari2009-02-091-1/+11
| | | | Bump .Dd
* Xref altq(4) for drivers that support it according to altq(4).brueffer2007-01-301-0/+1
|
* Add USR997902 to the list of devices supported by re(4).yongari2006-11-231-0/+2
|
* Add support for the RealTek 8169SC/8110SC and RTL8101E devices. Thewpaul2006-06-261-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | latter is a PCIe 10/100 chip. Finally fix the EEPROM reading code so that we can access the EEPROMs on all devices. In order to access the EEPROM, we must select 'EEPROM programming' mode, and then set the EEPROM chip select bit. Previously, we were setting both bits simultaneously, which doesn't work: they must be set in the right sequence. Always obtain the station address from the EEPROM, now that EEPROM reading works correctly. Make the TX interrupt moderation code based on the internal timer optional and turned off by default. Make the re_diag() routine conditional and off by default. When it is on, only use it for the original 8169, which was the only device that that really needed it. Modify interrupt handling to use a fast interrupt handler and fast taskqeueue. Correct the rgephy driver so that it only applies the DSP fixup for PHY revs 0 and 1. Later chips are fixed and don't need the fixup. Make the rgephy driver advertise both 1000_FD and 1000_HD bits in autoneg mode. A couple of the devices don't autoneg correctly unless configured this way.
* The LinkSys EG1032 is supported by re(4) not nge(4) [1].bz2006-01-141-1/+3
| | | | | | | | I couldn't find the ID for the EG1064 anywhere in our sources so I removed the reference for now. Pointed out by: Robert Huff <roberthuffi at rcn dot com> [1] Reviewed by: simon
* Work around an apparent mdoc(7) bug.trhodes2005-10-071-6/+4
| | | | | Spotted by: marius Discussed with: ru
* Mention D-Link DGE-528(T) Gigabit Ethernet.tobez2005-08-051-0/+2
| | | | Reminded by: sem, simon
* Break long lines and kill a few instances of EOL whitespace.trhodes2005-07-211-1/+2
| | | | Noticed by: ru
* Add a "Load module on start up" comment, similar to mac_*.4 pages[1].trhodes2005-07-191-1/+14
| | | | | | | | Quote .Cd and .Nd text. Bump doc date. Requested by: some user through ru Supported by: ru, dwmalone, brueffer
* Xref polling.4 and bump .Ddbrueffer2004-11-241-1/+2
| | | | MFC after: 3 days
* List the LevelOne GNC-0105T (8169S) as supported and bump .Ddbrueffer2004-11-171-1/+3
| | | | MFC after: 3 days
* update document datejmg2004-10-121-1/+1
| | | | Reminded by: ru (a few weeks ago)
* document the limit on jumbo frame size..jmg2004-09-281-0/+1
| | | | MFC after: 5 days
* - move list of supported devices into a HARDWARE sectionbrueffer2004-09-041-18/+22
| | | | | | | - fix spacing in the Corega entry - bump document date MFC after: 3 days
* Add support Corega CG-LAPCIGT Gigabit Ethernet(8169S)sanpei2004-08-281-0/+2
| | | | | | PR: [FreeBSD-users-jp 80667] Submitted by: FUJIMOTO Kou <fujimoto@j.dendai.ac.jp> MFC after: 1 week
* Slight markup fixes.ru2004-07-081-9/+9
|
* Mechanically kill hard sentence breaks and double whitespaces.ru2004-07-031-11/+21
|
* Add support PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S)sanpei2004-03-041-0/+2
|
* Add reference to miibus.4brueffer2004-01-091-0/+1
| | | | MFC after: 5 days
* Fix copyright (Wind River has no rights to this file).wpaul2003-09-201-2/+4
| | | | | Add Gigabyte 7N400 Pro2 motherboard integrated gigE to list of supported devices.
* Add the re.4 man page, which I forgot to do last night.wpaul2003-09-091-0/+200
OpenPOWER on IntegriCloud