summaryrefslogtreecommitdiffstats
path: root/sys/dev/re
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Disable checksum offloading by default. It seems to produce corrupted packetscognet2005-01-051-2/+2
* In re_detach(), remove an extra call to ether_ifdetach().cognet2005-01-021-1/+0
* fix jumbo frames as much as they can be fixed for re. We now cap the MTUjmg2004-09-281-16/+54
* trim trailing white space..jmg2004-09-201-2/+2
* spell RX correctlyjmg2004-09-191-16/+10
* pass in pointer to m_head to re_encap because m_defrag could free thejmg2004-09-181-13/+13
* Fixed build with DEVICE_POLLING defined.ru2004-09-041-2/+2
* merge in if_rl locking because if_re was originally based upon if_rl.jmg2004-09-031-84/+135
* Add support Corega CG-LAPCIGT Gigabit Ethernet(8169S)sanpei2004-08-281-0/+2
* Eliminate unneeded return keywords.bms2004-07-061-34/+1
* Whitespace passbms2004-07-061-54/+54
* Remove code to slam the config space on transition to d0.imp2004-06-281-56/+0
* Replace handrolled CRC calculation with ether_crc32_[lb]e().naddy2004-06-091-29/+2
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Wrap the code to save/restore PCI config registers on suspend/resume injhb2004-05-241-0/+8
* A handler for ioctl(SIOCSIFCAP) should not alter a bit inyar2004-05-231-1/+3
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
* Implemented per-interface polling(4) control.ru2004-04-111-1/+9
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-5/+5
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-5/+0
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.obrien2003-12-081-6/+6
* Sometimes cardbus attachments don't attach, so while we track downimp2003-11-281-0/+1
* Drop the driver lock around calls to if_input to avoid a LOR whensam2003-11-141-0/+4
* Remove duplicate FBSDID's, move others to their right place.obrien2003-11-141-3/+3
* Try to create some sort of consistency in how the routings to find theobrien2003-11-131-13/+11
* Remove explicit cardbus attachments from drivers where this is identicaldfr2003-11-031-1/+0
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* Remove the dual-address cycle stuff. DAC is used to allow a bus masterwpaul2003-09-201-4/+2
* Remove jumbo buffer #defines that I ended up not needing.wpaul2003-09-191-1/+1
* In re_diag(), there's no need for us to call re_start() ourselves:wpaul2003-09-181-4/+8
* Teach the re(4) driver about the CFG2 register, which tells us whetherwpaul2003-09-131-7/+14
* Toggle the interface on and off before starting the diag test. Thiswpaul2003-09-111-0/+3
* - For the 8169 chips, read the station address by forcing an EEPROMwpaul2003-09-111-27/+59
* Add a PHY driver to support the built-in gigE PHY in the 8169S/8110Swpaul2003-09-111-1/+16
* Fix bug in re_gmii_writewreg(): we don't need to be screening out certainwpaul2003-09-101-3/+0
* Update hardware revision table. 0x04000000 appears to be the revisionwpaul2003-09-101-3/+6
* Take the support for the 8139C+/8169/8169S/8110S chips out of thewpaul2003-09-081-0/+2430
OpenPOWER on IntegriCloud