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
*
New strategy: always stop both base code and UNDI. Always free base code
Michael Brown
2007-01-08
2
-72
/
+89
*
Checking in obsolete but working memory-scanning code just for the record
Michael Brown
2007-01-08
1
-193
/
+70
*
Neaten up debug messages
Michael Brown
2007-01-08
1
-3
/
+3
*
Remove spurious debug message
Michael Brown
2007-01-08
1
-1
/
+0
*
Now split out into undirom.c and undiload.c
Michael Brown
2007-01-08
1
-324
/
+0
*
Added any-PCI-device UNDI driver
Michael Brown
2007-01-08
1
-0
/
+119
*
Tidied up debug messages
Michael Brown
2007-01-08
1
-1
/
+2
*
Added PCI_BASE_CLASS() macro
Michael Brown
2007-01-08
1
-0
/
+2
*
Added support for wildcard device/vendor ID matches
Michael Brown
2007-01-08
2
-1
/
+7
*
Remove types and prototypes now provided in the undi*.h headers.
Michael Brown
2007-01-08
1
-90
/
+2
*
Added debugging statements
Michael Brown
2007-01-08
1
-1
/
+19
*
Added missing includes
Michael Brown
2007-01-08
1
-0
/
+3
*
Added missing declarations
Michael Brown
2007-01-08
1
-0
/
+3
*
Added missing include
Michael Brown
2007-01-08
1
-0
/
+2
*
Split UNDI load/unload out into undiload.c.
Michael Brown
2007-01-08
2
-0
/
+203
*
Remove obsolete includes
Michael Brown
2007-01-08
1
-3
/
+0
*
Separated out UNDI ROM location code into undirom.c, and use struct
Michael Brown
2007-01-08
2
-0
/
+285
*
Use "struct undi_device" instead of "struct pxe_device", and use the
Michael Brown
2007-01-08
3
-151
/
+208
*
Renamed undi.c to undinet.c. (undi.c will become the UNDI PCI driver)
Michael Brown
2007-01-08
1
-0
/
+0
*
Obsolete
Michael Brown
2007-01-08
1
-178
/
+0
*
Add device to hierarchy before calling the driver's probe() function; this
Michael Brown
2007-01-08
2
-36
/
+34
*
Remove accidentally checked-in code
Michael Brown
2007-01-07
1
-5
/
+0
*
Move START_UNDI, UNDI_STARTUP, UNDI_INITIALIZE and
Michael Brown
2007-01-07
1
-58
/
+324
*
Remember to enable/disable the interrupt at the PIC.
Michael Brown
2007-01-07
1
-13
/
+27
*
Remove redundant debug message
Michael Brown
2007-01-05
1
-1
/
+0
*
UNDI loader routine now works
Michael Brown
2007-01-05
1
-5
/
+22
*
Added PnP BIOS scanning code, separated out from the UNDI driver
Michael Brown
2007-01-05
2
-0
/
+122
*
Fixed typo
Marty Connor
2007-01-05
1
-1
/
+1
*
Avoid creating implicit memcpy()s
Michael Brown
2007-01-05
2
-9
/
+8
*
Partial implementation of UNDI loader caller.
Michael Brown
2007-01-05
4
-55
/
+107
*
Add PXE driver-scanning code, capable of locating all PXE ROMs in a system
Michael Brown
2007-01-05
2
-2
/
+336
*
Renamed undi_net.c to undi.c.
Michael Brown
2007-01-04
1
-0
/
+0
*
Obsolete; net driver functionality is now in undi_net.c and bus driver
Michael Brown
2007-01-04
1
-1453
/
+0
*
Added PXE bus driver (with support only for using PXE structures found
Michael Brown
2007-01-04
3
-27
/
+735
*
Obsolete
Michael Brown
2007-01-04
1
-93
/
+0
*
Currently unusable; do not attempt to compile
Michael Brown
2007-01-04
1
-0
/
+3
*
This file is no longer used
Michael Brown
2007-01-04
1
-22
/
+0
*
Ripped out everything except the ability to send EOI to the PIC.
Michael Brown
2007-01-04
2
-360
/
+71
*
Add as a separate file so that we can do "make bin/xxxx.kpxe" rather than
Michael Brown
2007-01-04
1
-0
/
+7
*
Don't include __FUNCTION__ in assert() messages; it was causing the
Michael Brown
2007-01-04
1
-7
/
+6
*
Allow empty checksums on received packets
Michael Brown
2007-01-04
1
-6
/
+8
*
Don't automatically call gateA20_set() when returning from a real-mode
Michael Brown
2007-01-04
1
-5
/
+7
*
Make open() and close() an official part of the netdevice API.
Michael Brown
2007-01-04
6
-18
/
+137
*
We *should* use the persistent reference API for our netdev reference,
Michael Brown
2007-01-04
1
-0
/
+1
*
A DHCP session holds a persistent reference to a network device
Michael Brown
2007-01-04
2
-0
/
+27
*
Added missing #include
Michael Brown
2007-01-04
1
-0
/
+1
*
IPv6 minirouting table entries hold persistent references to net devices.
Michael Brown
2007-01-04
2
-17
/
+83
*
An AoE session holds a persistent reference to a net device.
Michael Brown
2007-01-04
2
-0
/
+26
*
Minirouting table entries hold a persistent reference to a net_device.
Michael Brown
2007-01-04
1
-16
/
+91
*
Use hotplug support to notify persistent reference holders when a
Michael Brown
2007-01-04
2
-0
/
+9
[next]