search for: is_pxe_valid

Displaying 1 result from an estimated 1 matches for "is_pxe_valid".

Did you mean: is_epte_valid
2009 Apr 12
0
[PATCH] hdt: only display MAC address for network cards
...=========================================== --- syslinux-3.74-20-g3b80c26.orig/com32/hdt/hdt-cli-pci.c +++ syslinux-3.74-20-g3b80c26/com32/hdt/hdt-cli-pci.c @@ -119,11 +119,11 @@ void show_pci_device(struct s_hardware * more_printf("PCI Func : %02d\n", func); if (hardware->is_pxe_valid == true) { - more_printf("Mac Address : %s\n", hardware->pxe.mac_addr); if ((hardware->pxe.pci_device != NULL) - && (hardware->pxe.pci_device == pci_device)) - more_printf("PXE : Current boot device\n", - func); +...