aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/net/natsemi.c
Commit message (Expand)AuthorAgeFilesLines
* [natsemi] Convert stray mmio readl() to pio inl()Stefan Hajnoczi2010-01-251-1/+1
* [netdevice] Separate out the concept of hardware and link-layer addressesMichael Brown2009-08-121-1/+1
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [pci] Add driver_data field to struct pci_device_idThomas Miletich2009-03-261-1/+1
* [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown2008-11-191-4/+4
* [natsemi] Add missing #include <string.h>Michael Brown2008-10-121-0/+1
* [ioapi] Remove old io.h file and switch all users over to <gpxe/io.h>Michael Brown2008-10-121-1/+1
* [NETDEV] Add notion of link stateMichael Brown2008-04-221-0/+3
* Modify gPXE core and drivers to work with the new timer subsystemAlexey Zaytsev2008-03-021-1/+1
* Various warnings fixups for OpenBSD with gcc-3.3.5.Michael Brown2007-12-071-1/+1
* Added netdev_nullify to natsemi_remove()Marty Connor2007-11-211-0/+1
* Remove unnecessary variable.Marty Connor2007-11-181-2/+1
* removed type casting from DBG statements.Udayan Kumar2007-07-141-19/+16
* replaces printf with dbgUdayan Kumar2007-07-141-1/+1
* mdc's+nvsUdayan Kumar2007-07-141-683/+336
* more debuggingUdayan Kumar2007-07-141-4/+8
* more debuggingUdayan Kumar2007-07-141-0/+6
* added silicon revision numberUdayan Kumar2007-07-141-1/+2
* init_fix_upUdayan Kumar2007-07-141-0/+161
* added cable magic for 100Mps in natsemiUdayan Kumar2007-07-141-6/+70
* duplex setting added to natsemi.cUdayan Kumar2007-07-141-4/+6
* more indentation and styling doneUdayan Kumar2007-07-141-98/+114
* :xUdayan Kumar2007-07-141-3/+5
* no changesUdayan Kumar2007-07-141-1/+0
* added nat_irq to natsemi.cUdayan Kumar2007-07-141-22/+25
* stopped memory leak in natsemi::nat_open()Udayan Kumar2007-07-141-12/+15
* Natsemi commented and almost doneUdayan Kumar2007-07-141-78/+106
* natsemi.c is workinUdayan Kumar2007-07-141-155/+102
* irq still not working will have to remove itUdayan Kumar2007-07-141-0/+10
* natsemiUdayan Kumar2007-07-141-2/+2
* interrupt in natsemiUdayan Kumar2007-07-141-3/+15
* enabled interrupt in natsemi.cUdayan Kumar2007-07-141-0/+16
* added change log to natsemi.cUdayan Kumar2007-07-141-48/+72
* added netdev_tx_complete to natsemi.cUdayan Kumar2007-07-141-0/+6
* added endianness to natsemi.Udayan Kumar2007-07-141-0/+1
* free_netdev -> netdev_putUdayan Kumar2007-07-141-2/+2
* debugging natsemi.cUdayan Kumar2007-07-141-26/+44
* added eeprom from rtl8139 but not workingUdayan Kumar2007-07-141-56/+54
* natsemi now needs eeprom accessUdayan Kumar2007-07-141-5/+10
* same as before, but now compiling natsemiUdayan Kumar2007-07-141-25/+28
* added polling and transmit. eeprom access still remainingUdayan Kumar2007-07-141-134/+167
* skel of new natsemi driver (still in developments)Udayan Kumar2007-07-141-628/+438
* testing if it worksUdayan Kumar2007-07-141-0/+1
* Revert mdc's warnings purge on natsemi.c, to allow for a clean rebase.Michael Brown2007-07-141-7/+6
* Revert "Replace natsemi driver with Indolent's updated one that uses the gPXE...Michael Brown2007-07-071-507/+571
* Replace natsemi driver with Indolent's updated one that uses the gPXE APIMarty Connor2007-07-051-571/+507
* Warnings purge of drivers (continued)Marty Connor2007-07-041-6/+7
* Updated email mdc's email addressMarty Connor2007-06-081-1/+1
* Add "name" field to struct device to allow human-readable hardware deviceMichael Brown2007-01-101-1/+1
* eth_ntoa and warnings fixupsMarty Connor2006-09-251-11/+13