summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/natsemi.c
Commit message (Expand)AuthorAgeFilesLines
* [natsemi] Check for ioremap() failuresMichael Brown2014-07-161-0/+5
* [natsemi] Add missing iounmap()Michael Brown2012-07-191-0/+2
* [natsemi] Replace driver for National Semicondutor NICsMichael Brown2012-04-261-481/+804
* [pci] Make driver PCI ID a property of the PCI deviceMichael Brown2011-02-171-3/+2Star
* [nvo] Allow resizing of non-volatile stored option blocksMichael Brown2011-01-191-1/+1
* [nvo] Remove the non-volatile options fragment listMichael Brown2011-01-111-11/+7Star
* [netdevice] Call netdev_link_[up|down|err]() only while registeredMichael Brown2010-09-051-3/+3
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-11/+11
* [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/+1Star
* removed type casting from DBG statements.Udayan Kumar2007-07-151-19/+16Star
* replaces printf with dbgUdayan Kumar2007-07-151-1/+1
* 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
* added endianness to natsemi.Udayan Kumar2007-07-151-0/+1
* free_netdev -> netdev_putUdayan Kumar2007-07-151-2/+2
* debugging natsemi.cUdayan Kumar2007-07-151-26/+44
* added eeprom from rtl8139 but not workingUdayan Kumar2007-07-151-56/+54Star
* natsemi now needs eeprom accessUdayan Kumar2007-07-151-5/+10
* same as before, but now compiling natsemiUdayan Kumar2007-07-151-25/+28
* added polling and transmit. eeprom access still remainingUdayan Kumar2007-07-151-134/+167
* skel of new natsemi driver (still in developments)Udayan Kumar2007-07-151-628/+438Star