index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
added cable magic for 100Mps in natsemi
Udayan Kumar
2007-07-15
1
-6
/
+70
*
duplex setting added to natsemi.c
Udayan Kumar
2007-07-15
1
-4
/
+6
*
more indentation and styling done
Udayan Kumar
2007-07-15
1
-98
/
+114
*
:x
Udayan Kumar
2007-07-15
1
-3
/
+5
*
no changes
Udayan Kumar
2007-07-15
1
-1
/
+0
*
added nat_irq to natsemi.c
Udayan Kumar
2007-07-15
1
-22
/
+25
*
stopped memory leak in natsemi::nat_open()
Udayan Kumar
2007-07-15
1
-12
/
+15
*
Natsemi commented and almost done
Udayan Kumar
2007-07-15
1
-78
/
+106
*
natsemi.c is workin
Udayan Kumar
2007-07-15
1
-155
/
+102
*
irq still not working will have to remove it
Udayan Kumar
2007-07-15
1
-0
/
+10
*
natsemi
Udayan Kumar
2007-07-15
1
-2
/
+2
*
interrupt in natsemi
Udayan Kumar
2007-07-15
1
-3
/
+15
*
enabled interrupt in natsemi.c
Udayan Kumar
2007-07-15
1
-0
/
+16
*
added change log to natsemi.c
Udayan Kumar
2007-07-15
1
-48
/
+72
*
added netdev_tx_complete to natsemi.c
Udayan Kumar
2007-07-15
1
-0
/
+6
*
added endianness to natsemi.
Udayan Kumar
2007-07-15
2
-6
/
+2
*
free_netdev -> netdev_put
Udayan Kumar
2007-07-15
1
-2
/
+2
*
debugging natsemi.c
Udayan Kumar
2007-07-15
3
-28
/
+51
*
added eeprom from rtl8139 but not working
Udayan Kumar
2007-07-15
1
-56
/
+54
*
natsemi now needs eeprom access
Udayan Kumar
2007-07-15
1
-5
/
+10
*
same as before, but now compiling natsemi
Udayan Kumar
2007-07-15
1
-25
/
+28
*
added polling and transmit. eeprom access still remaining
Udayan Kumar
2007-07-15
1
-134
/
+167
*
skel of new natsemi driver (still in developments)
Udayan Kumar
2007-07-15
1
-628
/
+438
*
testing if it works
Udayan Kumar
2007-07-15
1
-0
/
+1
*
Revert mdc's warnings purge on natsemi.c, to allow for a clean rebase.
Michael Brown
2007-07-15
1
-7
/
+6
*
Remove more obsolete files
Michael Brown
2007-07-15
2
-101
/
+0
*
On advice of hpa: be more patient with the KBC and SCPA methods; retry
Michael Brown
2007-07-14
1
-47
/
+71
*
Shrink cpu.c and render it useful for our purposes.
Michael Brown
2007-07-14
2
-276
/
+104
*
Reduced etherboot.h dependencies to avoid unnecessary rebuilds.
Michael Brown
2007-07-14
2
-312
/
+10
*
Dead code removal.
Michael Brown
2007-07-14
20
-1321
/
+30
*
Be more aggressive in attempts to enable A20, now that we have the
Michael Brown
2007-07-14
2
-37
/
+50
*
Kill off the enforced RX quota; it only seems to hurt on real hardware.
Michael Brown
2007-07-14
1
-3
/
+1
*
Use fast in-situ test for gate A20 being set, to cut down on the
Michael Brown
2007-07-13
1
-19
/
+55
*
Add support for TCP timestamps
Michael Brown
2007-07-13
2
-6
/
+115
*
Adjust received length to take into account any already-received data
Michael Brown
2007-07-13
1
-2
/
+3
*
Avoid reusing auto-allocated ports after connection close.
Michael Brown
2007-07-13
1
-2
/
+3
*
Improve error reporting for strange length combinations reported by
Michael Brown
2007-07-10
1
-6
/
+21
*
Set up %ds *before* testing a value in our data segment (d'oh!).
Michael Brown
2007-07-10
1
-6
/
+11
*
Report RX errors via netdev_rx_err()
Michael Brown
2007-07-10
1
-1
/
+2
*
Dump first 64 bytes of chained ISR when debugging is enabled.
Michael Brown
2007-07-10
1
-0
/
+6
*
May be required in some disconnect scenarios
Michael Brown
2007-07-10
1
-0
/
+1
*
Unplug before sending close() message, to avoid screwing up interfaces
Michael Brown
2007-07-10
3
-4
/
+4
*
Add debug messages to process.c
Michael Brown
2007-07-10
1
-0
/
+4
*
Protect ISR against failure to unhook.
Michael Brown
2007-07-10
2
-34
/
+19
*
Master IRQ should be EOIed first, I think.
Michael Brown
2007-07-10
1
-1
/
+1
*
We probably ought not to call INT13 with interrupts disabled.
Michael Brown
2007-07-10
1
-0
/
+1
*
Working code to call the PXE stack from within the ISR.
Michael Brown
2007-07-10
2
-19
/
+92
*
Hopefully solve the problem requiring the occasional "rm -rf bin/deps".
Michael Brown
2007-07-10
1
-1
/
+2
*
Always increase number of BIOS drives when registering
Michael Brown
2007-07-09
1
-3
/
+5
*
Change %dl fixup rules for INT13:
Michael Brown
2007-07-09
1
-11
/
+16
[next]