summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |\
| * | 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
| | | | | | | | | | | | inside gPXE.
| * | Started fixing up compilation warnings.Michael Brown2007-08-179-38/+33Star
| | |
| * | Imported latest versions from Etherboot 5.4Michael Brown2007-08-1711-103/+122
| | |
* | | Add a missing PCI ID that is tested as working.Michael Brown2007-10-101-0/+1
| | |
* | | Quick and very dirty hack to get r8169 driver working again, prior toMichael Brown2007-09-261-5/+15
| | | | | | | | | | | | any rewrite.
* | | Standardise DBG_PRINTF()->DBG(), and remove custom definitions forMichael Brown2007-09-261-28/+9Star
| |/ |/| | | | | DBG_PRINTF() and assert().
* | Add sis900 variant (patch from Vampyre)Marty Connor2007-08-301-0/+1
|/
* 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
| | | | iSCSI hack.
* 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
| | | | | | | | | This driver really needs to be rewritten. It tries to build both ISA and PCI images, and makes life diffifult for the build system and rom-o-matic.net. The warning was just a reminder that it needs to be cleaned up and re-factored to split the PCI and ISA drivers.
* Change #warning to FIXME for depcaMarty Connor2007-07-231-1/+1
| | | | | | | | This ancient ISA driver should probably be removed. It is hard to get a card to test it with, and there are comments to the effect that it cannot work with relocation. I would be quite interested to get a bug report by someone who actually has this card.
* 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
|
* natsemiUdayan Kumar2007-07-151-2/+2
|
* interrupt in natsemiUdayan Kumar2007-07-151-3/+15
|
* enabled interrupt in natsemi.cUdayan Kumar2007-07-151-0/+16
|
* added change log to natsemi.cUdayan Kumar2007-07-151-48/+72
|
* added netdev_tx_complete to natsemi.cUdayan Kumar2007-07-151-0/+6
|