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