aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/net/natsemi.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-16[natsemi] Check for ioremap() failuresMichael Brown1-0/+5
2012-07-19[natsemi] Add missing iounmap()Michael Brown1-0/+2
2012-04-26[natsemi] Replace driver for National Semicondutor NICsMichael Brown1-481/+804
2011-02-17[pci] Make driver PCI ID a property of the PCI deviceMichael Brown1-3/+2
2011-01-19[nvo] Allow resizing of non-volatile stored option blocksMichael Brown1-1/+1
2011-01-11[nvo] Remove the non-volatile options fragment listMichael Brown1-11/+7
2010-09-05[netdevice] Call netdev_link_[up|down|err]() only while registeredMichael Brown1-3/+3
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-11/+11
2010-01-25[natsemi] Convert stray mmio readl() to pio inl()Stefan Hajnoczi1-1/+1
2009-08-12[netdevice] Separate out the concept of hardware and link-layer addressesMichael Brown1-1/+1
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2009-03-26[pci] Add driver_data field to struct pci_device_idThomas Miletich1-1/+1
2008-11-19[i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown1-4/+4
2008-10-12[natsemi] Add missing #include <string.h>Michael Brown1-0/+1
2008-10-12[ioapi] Remove old io.h file and switch all users over to <gpxe/io.h>Michael Brown1-1/+1
2008-04-22[NETDEV] Add notion of link stateMichael Brown1-0/+3
2008-03-02Modify gPXE core and drivers to work with the new timer subsystemAlexey Zaytsev1-1/+1
2007-12-07Various warnings fixups for OpenBSD with gcc-3.3.5.Michael Brown1-1/+1
2007-11-21Added netdev_nullify to natsemi_remove()Marty Connor1-0/+1
2007-11-18Remove unnecessary variable.Marty Connor1-2/+1
2007-07-14removed type casting from DBG statements.Udayan Kumar1-19/+16
2007-07-14replaces printf with dbgUdayan Kumar1-1/+1
2007-07-14mdc's+nvsUdayan Kumar1-683/+336
2007-07-14more debuggingUdayan Kumar1-4/+8
2007-07-14more debuggingUdayan Kumar1-0/+6
2007-07-14added silicon revision numberUdayan Kumar1-1/+2
2007-07-14init_fix_upUdayan Kumar1-0/+161
2007-07-14added cable magic for 100Mps in natsemiUdayan Kumar1-6/+70
2007-07-14duplex setting added to natsemi.cUdayan Kumar1-4/+6
2007-07-14more indentation and styling doneUdayan Kumar1-98/+114
2007-07-14:xUdayan Kumar1-3/+5
2007-07-14no changesUdayan Kumar1-1/+0
2007-07-14added nat_irq to natsemi.cUdayan Kumar1-22/+25
2007-07-14stopped memory leak in natsemi::nat_open()Udayan Kumar1-12/+15
2007-07-14Natsemi commented and almost doneUdayan Kumar1-78/+106
2007-07-14natsemi.c is workinUdayan Kumar1-155/+102
2007-07-14irq still not working will have to remove itUdayan Kumar1-0/+10
2007-07-14natsemiUdayan Kumar1-2/+2
2007-07-14interrupt in natsemiUdayan Kumar1-3/+15
2007-07-14enabled interrupt in natsemi.cUdayan Kumar1-0/+16
2007-07-14added change log to natsemi.cUdayan Kumar1-48/+72
2007-07-14added netdev_tx_complete to natsemi.cUdayan Kumar1-0/+6
2007-07-14added endianness to natsemi.Udayan Kumar1-0/+1
2007-07-14free_netdev -> netdev_putUdayan Kumar1-2/+2
2007-07-14debugging natsemi.cUdayan Kumar1-26/+44
2007-07-14added eeprom from rtl8139 but not workingUdayan Kumar1-56/+54
2007-07-14natsemi now needs eeprom accessUdayan Kumar1-5/+10
2007-07-14same as before, but now compiling natsemiUdayan Kumar1-25/+28
2007-07-14added polling and transmit. eeprom access still remainingUdayan Kumar1-134/+167
2007-07-14skel of new natsemi driver (still in developments)Udayan Kumar1-628/+438