summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* Now at least compilesMichael Brown2007-09-153-58/+158
* Starting to introduce an Infiniband device abstractionMichael Brown2007-09-141-0/+138
* Remove some dead codeMichael Brown2007-09-141-245/+10Star
* Now handling TX completions in our poll loop.Michael Brown2007-09-141-49/+64
* Proof-of-concept to manually parse completion eventMichael Brown2007-09-141-2/+21
* Add EX_FLD_BE()Michael Brown2007-09-141-0/+10
* Start constructing a generic poll() routine.Michael Brown2007-09-132-35/+98
* Can now both send and receive packets. LL header format not yetMichael Brown2007-09-132-7/+12
* Dump received packet, including GRH.Michael Brown2007-09-131-0/+6
* Now sends IP packets correctly.Michael Brown2007-09-131-11/+4Star
* Started IB driver rewriteMichael Brown2007-09-122-5/+208
* Merge branch 'master' into 3leaf-rewriteMichael Brown2007-09-111-0/+1
|\
| * Add sis900 variant (patch from Vampyre)Marty Connor2007-08-301-0/+1
* | Force MAC address for testing purposesMichael Brown2007-08-291-0/+4
* | Very quick and very dirty hack to get the Mellanox code buildingMichael Brown2007-08-186-45/+71
* | Started fixing up compilation warnings.Michael Brown2007-08-179-38/+33Star
* | Imported latest versions from Etherboot 5.4Michael Brown2007-08-1711-103/+122
|/
* fix gcc 4.2.1 warning: discards qualifiers from pointer target typeHolger Lubitz2007-08-021-4/+4
* Quick hack to get AoE back in to the tree, on a par with the currentMichael Brown2007-07-291-55/+0Star
* Merge branch 'symcheck2'Michael Brown2007-07-285-7/+7
|\
| * make struct velocity_info vptx staticHolger Lubitz2007-07-271-1/+1
| * make struct velocity_info_tbl *info staticHolger Lubitz2007-07-271-1/+1
| * make struct nsx staticHolger Lubitz2007-07-271-1/+1
| * make struct bnx2 bnx2 staticHolger Lubitz2007-07-271-1/+1
| * make cards_found static and add missing initializationHolger Lubitz2007-07-271-1/+1
| * Merge branch 'master' into symcheck2Holger Lubitz2007-07-271-1/+2
| |\
| * | make RTL8169_READ_GMII_REG, RTL8169_WRITE_GMII_REG staticHolger Lubitz2007-07-271-2/+2
* | | Ensure clock line is in the idle state before asserting chip select.Michael Brown2007-07-281-0/+4
| |/ |/|
* | Inhibit a spurious warning on GCC 4.0.1Michael Brown2007-07-261-1/+2
|/
* Include errno.h in the few drivers which use it, rather than in nic.hMichael Brown2007-07-246-0/+6
* Change #warning to FIXME for ns8390.cMarty Connor2007-07-231-1/+2
* Change #warning to FIXME for depcaMarty Connor2007-07-231-1/+1
* removed type casting from DBG statements.Udayan Kumar2007-07-151-19/+16Star
* replaces printf with dbgUdayan Kumar2007-07-151-1/+1
* added natsemi.hUdayan Kumar2007-07-151-0/+232
* mdc's+nvsUdayan Kumar2007-07-151-683/+336Star
* more debuggingUdayan Kumar2007-07-151-4/+8
* more debuggingUdayan Kumar2007-07-151-0/+6
* added silicon revision numberUdayan Kumar2007-07-151-1/+2
* init_fix_upUdayan Kumar2007-07-151-0/+161
* added cable magic for 100Mps in natsemiUdayan Kumar2007-07-151-6/+70
* duplex setting added to natsemi.cUdayan Kumar2007-07-151-4/+6
* more indentation and styling doneUdayan Kumar2007-07-151-98/+114
* :xUdayan Kumar2007-07-151-3/+5
* no changesUdayan Kumar2007-07-151-1/+0Star
* added nat_irq to natsemi.cUdayan Kumar2007-07-151-22/+25
* stopped memory leak in natsemi::nat_open()Udayan Kumar2007-07-151-12/+15
* Natsemi commented and almost doneUdayan Kumar2007-07-151-78/+106
* natsemi.c is workinUdayan Kumar2007-07-151-155/+102Star
* irq still not working will have to remove itUdayan Kumar2007-07-151-0/+10