david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src
Michael Brown 6997d3c2fa [undi] Clean up driver and device name information
Fix the <NULL> driver name reported by "ifstat" when using the undipci
driver (due to the unnecessary extra device node inserted as a child
of the PCI device).

Remove the "UNDI-" prefix from device names since the driver name is
also now visible via "ifstat", and tidy up the device name to match
the format used by standard PCI devices.

The output from "ifstat" now resembles:

  iPXE> ifstat
  net0: 52:54:00:12:34:56 using undipci on 0000:00:03.0

  iPXE> ifstat
  net0: 52:54:00:12:34:56 using undionly on 0000:00:03.0

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2016-12-05 15:48:37 +00:00
..
arch [undi] Clean up driver and device name information 2016-12-05 15:48:37 +00:00
bin Rename .cvsignore files to .gitignore 2007-06-09 22:57:00 +01:00
config [efi] Add basic EFI SAN booting capability 2016-11-16 23:03:37 +00:00
core [interface] Provide intf_reinit() to reinitialise nullified interfaces 2016-11-16 22:22:13 +00:00
crypto [crypto] Mark permanent certificates as permanent 2016-08-31 17:23:42 +01:00
doc [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
drivers [intel] Remove duplicate intelvf_mbox_queues() function 2016-07-14 13:51:07 +01:00
hci [cmdline] Add certificate management commands 2016-08-31 17:11:14 +01:00
image [crypto] Add PEM image format 2016-07-29 01:13:27 +01:00
include [efi] Add basic EFI SAN booting capability 2016-11-16 23:03:37 +00:00
interface [efi] Add basic EFI SAN booting capability 2016-11-16 23:03:37 +00:00
libgcc [libgcc] Provide __divmoddi4() 2016-05-05 23:42:57 +01:00
net [iscsi] Avoid potential infinite loops during shutdown 2016-11-16 23:03:37 +00:00
scripts [efi] Centralise architecture-independent EFI Makefile and linker script 2016-03-12 21:47:13 +00:00
tests [list] Add list_next_entry() and list_prev_entry() 2016-08-31 15:06:36 +01:00
usr [crypto] Add certstat() to display basic certificate information 2016-08-31 15:41:15 +01:00
util [build] Remove nested "my" declaration 2016-06-03 18:09:54 +01:00
.gitignore [build] Add support for local configuration files 2010-03-26 19:07:22 +00:00
doxygen.cfg [build] Remove PACKED macro 2010-05-29 23:49:47 +01:00
Makefile [build] Remove unnecessary dependency on zlib 2016-05-02 23:09:49 +01:00
Makefile.efi [efi] Centralise architecture-independent EFI Makefile and linker script 2016-03-12 21:47:13 +00:00
Makefile.housekeeping [profile] Allow profiling to be globally enabled or disabled 2016-07-05 13:49:51 +01:00