summaryrefslogtreecommitdiffstats
path: root/src/usr/aoeboot.c
Commit message (Collapse)AuthorAgeFilesLines
* [i386] Move iSCSI and AoE boot code to arch/i386/interface/pcbiosMichael Brown2008-11-191-79/+0Star
|
* [hacks] Improve the guess_boot_netdev() logicMichael Brown2008-10-311-3/+4
| | | | | | This function is a major kludge, but can be made slightly more accurate by ignoring net devices that aren't open. Eventually it needs to be removed entirely.
* [sanboot] Quick and dirty hack to make SAN boot protocols selectableMichael Brown2008-10-131-2/+7
|
* [Settings] Remove assumption that all settings have DHCP tag valuesMichael Brown2008-03-251-2/+0Star
| | | | | | | | | | | | Allow for settings to be described by something other than a DHCP option tag if desirable. Currently used only for the MAC address setting. Separate out fake DHCP packet creation code from dhcp.c to fakedhcp.c. Remove notion of settings from dhcppkt.c. Rationalise dhcp.c to use settings API only for final registration of the DHCP options, rather than using {store,fetch}_setting throughout.
* [Settings] Convert code in src/usr to use settings API.Michael Brown2008-03-211-1/+2
|
* Remove the obsolete pre-aBFT AoE boot table.Michael Brown2007-12-121-30/+0Star
|
* Added support for draft version of the AoE Boot Firmware Table.Michael Brown2007-07-311-0/+3
|
* Fix endianness of "shelf" fieldMichael Brown2007-07-311-1/+2
|
* Added the AoE boot information table as used by Vampyre's AoEMichael Brown2007-07-311-0/+33
| | | | | | initiator. This table needs to be replaced by something similar to iBFT (i.e. scanned for and identified by signature, rather than being at a fixed address), but it works for now.
* Quick hack to get AoE back in to the tree, on a par with the currentMichael Brown2007-07-291-0/+67
iSCSI hack.