summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-menu-pci.c
Commit message (Collapse)AuthorAgeFilesLines
* hdt: Running NindentErwan Velu2009-11-241-153/+159
| | | | | | Impact: Visual cleanup HDT now uses the same indent as syslinux
* hdt: remove extra LFPierre-Alexandre Meyer2009-09-071-1/+1
| | | | | | | In a few places, extra LFs cause the menu to scroll ('\n' in the status bar). Remove them (they are not needed anyway). Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
* hdt: preventing mac address to be shown of all pci devicesErwan Velu2009-04-271-6/+7
| | | | | | | Impact: Fixing wrong display of MAC Address This commit fix a wrong behavior where the MAC address was displaying for every pci device instead of only for the related pci device.
* hdt: fix wrong kernel module display in menu modeErwan Velu2009-04-271-0/+2
| | | | | | | Impact: prevent wrong module display for some pci devices The buffer wasn't clean and could contain some previous kernel modules. This bug leads to display too many kernel modules for a single pci device
* hdt: Fixing latency indentationErwan Velu2009-04-141-1/+1
| | | | | | Impact: Improving display Removing useless space
* hdt: Adding PXE information on the booted pci deviceErwan Velu2009-03-271-2/+18
| | | | | | Impact: Display which pci device is the one used for PXE Sync with cli's behavior
* hdt: Make compute_pci_device staticPierre-Alexandre Meyer2009-03-141-2/+3
| | | | | | | | Impact: None. compute_pci_device is only used in hdt-menu-pci.c. Let's make it static. Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
* hdt: Fix indentation in source filesPierre-Alexandre Meyer2009-03-141-89/+128
| | | | | | | | | | | Impact: Cleanups. Fix indentation in all *.c files by sticking to the Linux style (indent -linux), using 2 spaces for indentation. Misc.: Corrected typos in comments, wrapped to 80 characters. Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
* hdt: Adding PCI latencyErwan Velu2009-03-141-2/+7
| | | | Adding the pci latency information
* hdt: irq have to be in dev_infoErwan Velu2009-03-141-3/+3
| | | | Moving irq stuff to the dev_info structure to keep coherent
* hdt: Adding legacy IRQ stuffErwan Velu2009-03-131-0/+8
| | | | | | | | In the cli mode, the pci context feature the following : pci> show irq Under cli, "pci> show device <x>" display the IRQ when device features one. The menu mode behave the same way.
* hdt: Adding more dmi/pci support in cli modeErwan Velu2009-02-251-3/+3
|
* hdt: Using more struct s_hardware to remove static variables POC for the cli ↵Erwan Velu2009-02-251-3/+3
| | | | mode
* hdt: Moving hdt to com32/modulesErwan Velu2009-02-251-0/+125