summaryrefslogtreecommitdiffstats
path: root/share/man/man4/re.4
Commit message (Collapse)AuthorAgeFilesLines
* 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