index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
drivers
/
net
/
natsemi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[natsemi] Check for ioremap() failures
Michael Brown
2014-07-16
1
-0
/
+5
*
[natsemi] Add missing iounmap()
Michael Brown
2012-07-19
1
-0
/
+2
*
[natsemi] Replace driver for National Semicondutor NICs
Michael Brown
2012-04-26
1
-481
/
+804
*
[pci] Make driver PCI ID a property of the PCI device
Michael Brown
2011-02-17
1
-3
/
+2
*
[nvo] Allow resizing of non-volatile stored option blocks
Michael Brown
2011-01-19
1
-1
/
+1
*
[nvo] Remove the non-volatile options fragment list
Michael Brown
2011-01-11
1
-11
/
+7
*
[netdevice] Call netdev_link_[up|down|err]() only while registered
Michael Brown
2010-09-05
1
-3
/
+3
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-11
/
+11
*
[natsemi] Convert stray mmio readl() to pio inl()
Stefan Hajnoczi
2010-01-25
1
-1
/
+1
*
[netdevice] Separate out the concept of hardware and link-layer addresses
Michael Brown
2009-08-12
1
-1
/
+1
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[pci] Add driver_data field to struct pci_device_id
Thomas Miletich
2009-03-26
1
-1
/
+1
*
[i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long
Michael Brown
2008-11-19
1
-4
/
+4
*
[natsemi] Add missing #include <string.h>
Michael Brown
2008-10-12
1
-0
/
+1
*
[ioapi] Remove old io.h file and switch all users over to <gpxe/io.h>
Michael Brown
2008-10-12
1
-1
/
+1
*
[NETDEV] Add notion of link state
Michael Brown
2008-04-22
1
-0
/
+3
*
Modify gPXE core and drivers to work with the new timer subsystem
Alexey Zaytsev
2008-03-02
1
-1
/
+1
*
Various warnings fixups for OpenBSD with gcc-3.3.5.
Michael Brown
2007-12-07
1
-1
/
+1
*
Added netdev_nullify to natsemi_remove()
Marty Connor
2007-11-21
1
-0
/
+1
*
Remove unnecessary variable.
Marty Connor
2007-11-18
1
-2
/
+1
*
removed type casting from DBG statements.
Udayan Kumar
2007-07-14
1
-19
/
+16
*
replaces printf with dbg
Udayan Kumar
2007-07-14
1
-1
/
+1
*
mdc's+nvs
Udayan Kumar
2007-07-14
1
-683
/
+336
*
more debugging
Udayan Kumar
2007-07-14
1
-4
/
+8
*
more debugging
Udayan Kumar
2007-07-14
1
-0
/
+6
*
added silicon revision number
Udayan Kumar
2007-07-14
1
-1
/
+2
*
init_fix_up
Udayan Kumar
2007-07-14
1
-0
/
+161
*
added cable magic for 100Mps in natsemi
Udayan Kumar
2007-07-14
1
-6
/
+70
*
duplex setting added to natsemi.c
Udayan Kumar
2007-07-14
1
-4
/
+6
*
more indentation and styling done
Udayan Kumar
2007-07-14
1
-98
/
+114
*
:x
Udayan Kumar
2007-07-14
1
-3
/
+5
*
no changes
Udayan Kumar
2007-07-14
1
-1
/
+0
*
added nat_irq to natsemi.c
Udayan Kumar
2007-07-14
1
-22
/
+25
*
stopped memory leak in natsemi::nat_open()
Udayan Kumar
2007-07-14
1
-12
/
+15
*
Natsemi commented and almost done
Udayan Kumar
2007-07-14
1
-78
/
+106
*
natsemi.c is workin
Udayan Kumar
2007-07-14
1
-155
/
+102
*
irq still not working will have to remove it
Udayan Kumar
2007-07-14
1
-0
/
+10
*
natsemi
Udayan Kumar
2007-07-14
1
-2
/
+2
*
interrupt in natsemi
Udayan Kumar
2007-07-14
1
-3
/
+15
*
enabled interrupt in natsemi.c
Udayan Kumar
2007-07-14
1
-0
/
+16
*
added change log to natsemi.c
Udayan Kumar
2007-07-14
1
-48
/
+72
*
added netdev_tx_complete to natsemi.c
Udayan Kumar
2007-07-14
1
-0
/
+6
*
added endianness to natsemi.
Udayan Kumar
2007-07-14
1
-0
/
+1
*
free_netdev -> netdev_put
Udayan Kumar
2007-07-14
1
-2
/
+2
*
debugging natsemi.c
Udayan Kumar
2007-07-14
1
-26
/
+44
*
added eeprom from rtl8139 but not working
Udayan Kumar
2007-07-14
1
-56
/
+54
*
natsemi now needs eeprom access
Udayan Kumar
2007-07-14
1
-5
/
+10
*
same as before, but now compiling natsemi
Udayan Kumar
2007-07-14
1
-25
/
+28
*
added polling and transmit. eeprom access still remaining
Udayan Kumar
2007-07-14
1
-134
/
+167
*
skel of new natsemi driver (still in developments)
Udayan Kumar
2007-07-14
1
-628
/
+438
[next]