summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [linux] Remove Linux-specific code from default (non-Linux) buildMichael Brown2011-02-252-2/+3
* [iscsi] Clarify support for NOP-InMichael Brown2011-02-251-24/+9Star
* [iscsi] Verify the correct tag in NOP-In PDUsMichael Brown2011-02-251-4/+4
* [iscsi] Fix minor typo in ibft_set_ipaddr()Michael Brown2011-02-251-1/+1
* [iscsi] Accept NOP-In PDUs sent by the targetMichael Brown2011-02-242-0/+84
* [build] Use unique entry symbols for each prefixMichael Brown2011-02-2317-34/+26Star
* [build] Ensure an entry point symbol exists in all buildsMichael Brown2011-02-237-3/+16
* [iscsi] Disambiguate the expected target errors in the login responseMichael Brown2011-02-232-1/+22
* [build] Eliminate unused sections at link-timeMichael Brown2011-02-226-10/+37
* [int13] Add missing "static" modifierMichael Brown2011-02-221-2/+2
* [efi] Provide space for storing the EFI driver nameMichael Brown2011-02-221-1/+1
* [efi] Allow EFI to control PCI bus enumerationMichael Brown2011-02-177-288/+685
* [efi] Rename efi_pci.h to efi_pci_api.hMichael Brown2011-02-172-6/+6
* [pci] Modularise PCI device supportMichael Brown2011-02-172-47/+107
* [pci] Make driver PCI ID a property of the PCI deviceMichael Brown2011-02-1745-107/+77Star
* [pci] Replace pci_max_bus() with pci_num_bus()Michael Brown2011-02-177-19/+19
* [pci] Use single "busdevfn" field in struct pci_deviceMichael Brown2011-02-1710-101/+97Star
* [bitops] Add missing __attribute__ (( packed ))Michael Brown2011-02-171-1/+1
* [hermon] Add missing __attribute__ (( packed ))Michael Brown2011-02-171-2/+2
* [hermon] Force link speed to SDRItay Gazit2011-02-173-5/+62
* [hermon] Use circular event queueItay Gazit2011-02-172-4/+10
* [hermon] Update PRM file with latest changesItay Gazit2011-02-171-20/+18Star
* [hermon] Fix hermon_cmd_sense_port() to use inline outputItay Gazit2011-02-171-3/+3
* [pcbios] Merge adjacent memory regions of same typeEduardo Habkost2011-02-171-2/+10
* [3c90x] Clean up reset codeThomas Miletich2011-02-082-15/+16
* [3c90x] More fine-grained debugging levelsThomas Miletich2011-02-081-23/+23
* [autoboot] Cope properly with empty DHCP filenamesMichael Brown2011-02-011-3/+3
* [uri] Add uri_has_path()Michael Brown2011-02-011-0/+10
* [autoboot] Avoid using uri_dup() for constructed TFTP URIMichael Brown2011-02-011-6/+6
* [autoboot] Allow setting expansions in filename and root-pathMichael Brown2011-01-281-10/+32
* [settings] Generalise expand_command() to expand_settings()Michael Brown2011-01-283-75/+83
* [autoboot] Connect SAN disk during a filename boot, if applicableMichael Brown2011-01-277-159/+257
* [init] Remove concept of "shutdown exit flags"Michael Brown2011-01-2717-37/+64
* [xfer] Expose xfer_uri_opener()Michael Brown2011-01-272-14/+40
* [vxge] Add support for new function mode "multi-function 8 Direct IO"Masroor Vettuparambil2011-01-274-25/+55
* [liba20] Rename libflat to liba20Michael Brown2011-01-271-0/+0
* [libflat] Remove now-obsolete flatten_real_mode callMichael Brown2011-01-272-122/+5Star
* [prefix] Use 16-bit protected mode for access to high memoryMichael Brown2011-01-272-42/+195
* [contrib] Specify boot order in bochsrc.txtMichael Brown2011-01-271-0/+1
* [hermon] Indicate that device does not support interruptsMichael Brown2011-01-251-12/+0Star
* [infiniband] Indicate that device does not support interruptsMichael Brown2011-01-251-12/+0Star
* [pxe] Report SUPPORTED_IRQ only if device supports interruptsMichael Brown2011-01-251-1/+3
* [netdevice] Allow devices to indicate that interrupts are not supportedMichael Brown2011-01-252-0/+18
* [pci] Auto-resize VPD fields used for non-volatile storageMichael Brown2011-01-193-40/+151
* [pci] Add ability to resize a VPD fieldMichael Brown2011-01-192-0/+166
* [pci] Allow pci_vpd_init() return status to be ignoredMichael Brown2011-01-192-0/+19
* [nvo] Allow resizing of non-volatile stored option blocksMichael Brown2011-01-198-54/+120
* [nvo] Remove the non-volatile options fragment listMichael Brown2011-01-116-111/+50Star
* [nvs] Allow for non-volatile storage devices without block boundariesMichael Brown2011-01-112-17/+32
* [dhcp] Allow use of custom reallocation functions for DHCP option blocksMichael Brown2011-01-114-62/+74