aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/re
Commit message (Expand)AuthorAgeFilesLines
* Unbreak build with POLLING. I should really listen and test with NOTESMax Laier2005-03-131-1/+1
* ALTQ support for re(4).Max Laier2005-03-121-6/+14
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inWarner Losh2005-03-011-1/+1
* Bring in support for SUGOI LAN GIGA NIC made by System TALKS, Inc fromWarner Losh2005-01-221-0/+3
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Disable checksum offloading by default. It seems to produce corrupted packetsOlivier Houchard2005-01-051-2/+2
* In re_detach(), remove an extra call to ether_ifdetach().Olivier Houchard2005-01-021-1/+0
* fix jumbo frames as much as they can be fixed for re. We now cap the MTUJohn-Mark Gurney2004-09-281-16/+54
* trim trailing white space..John-Mark Gurney2004-09-201-2/+2
* spell RX correctlyJohn-Mark Gurney2004-09-191-16/+10
* pass in pointer to m_head to re_encap because m_defrag could free theJohn-Mark Gurney2004-09-181-13/+13
* Fixed build with DEVICE_POLLING defined.Ruslan Ermilov2004-09-041-2/+2
* merge in if_rl locking because if_re was originally based upon if_rl.John-Mark Gurney2004-09-031-84/+135
* Add support Corega CG-LAPCIGT Gigabit Ethernet(8169S)MIHIRA Sanpei Yoshiro2004-08-281-0/+2
* Eliminate unneeded return keywords.Bruce M Simpson2004-07-061-34/+1
* Whitespace passBruce M Simpson2004-07-061-54/+54
* Remove code to slam the config space on transition to d0.Warner Losh2004-06-281-56/+0
* Replace handrolled CRC calculation with ether_crc32_[lb]e().Christian Weisgerber2004-06-091-29/+2
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Wrap the code to save/restore PCI config registers on suspend/resume inJohn Baldwin2004-05-241-0/+8
* A handler for ioctl(SIOCSIFCAP) should not alter a bit inYaroslav Tykhiy2004-05-231-1/+3
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* Implemented per-interface polling(4) control.Ruslan Ermilov2004-04-111-1/+9
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-5/+5
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-141-5/+0
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.David E. O'Brien2003-12-081-6/+6
* Sometimes cardbus attachments don't attach, so while we track downWarner Losh2003-11-281-0/+1
* Drop the driver lock around calls to if_input to avoid a LOR whenSam Leffler2003-11-141-0/+4
* Remove duplicate FBSDID's, move others to their right place.David E. O'Brien2003-11-141-3/+3
* Try to create some sort of consistency in how the routings to find theDavid E. O'Brien2003-11-131-13/+11
* Remove explicit cardbus attachments from drivers where this is identicalDoug Rabson2003-11-031-1/+0
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+1
* Remove the dual-address cycle stuff. DAC is used to allow a bus masterBill Paul2003-09-201-4/+2
* Remove jumbo buffer #defines that I ended up not needing.Bill Paul2003-09-191-1/+1
* In re_diag(), there's no need for us to call re_start() ourselves:Bill Paul2003-09-181-4/+8
* Teach the re(4) driver about the CFG2 register, which tells us whetherBill Paul2003-09-131-7/+14
* Toggle the interface on and off before starting the diag test. ThisBill Paul2003-09-111-0/+3
* - For the 8169 chips, read the station address by forcing an EEPROMBill Paul2003-09-111-27/+59
* Add a PHY driver to support the built-in gigE PHY in the 8169S/8110SBill Paul2003-09-111-1/+16
* Fix bug in re_gmii_writewreg(): we don't need to be screening out certainBill Paul2003-09-101-3/+0
* Update hardware revision table. 0x04000000 appears to be the revisionBill Paul2003-09-101-3/+6
* Take the support for the 8139C+/8169/8169S/8110S chips out of theBill Paul2003-09-081-0/+2430