summaryrefslogtreecommitdiff
path: root/sys/dev/re
Commit message (Expand)AuthorAgeFilesLines
* 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