[cmdline] Add "pciscan" command to allow iteration over PCI devices

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2013-08-01 16:53:17 +01:00
parent 6d910559b3
commit b76885165e
3 changed files with 118 additions and 0 deletions
+3
View File
@@ -260,6 +260,9 @@ REQUIRE_OBJECT ( sync_cmd );
#ifdef NSLOOKUP_CMD
REQUIRE_OBJECT ( nslookup_cmd );
#endif
#ifdef PCI_CMD
REQUIRE_OBJECT ( pci_cmd );
#endif
/*
* Drag in miscellaneous objects
+1
View File
@@ -129,6 +129,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
//#define REBOOT_CMD /* Reboot command */
//#define POWEROFF_CMD /* Power off command */
//#define IMAGE_TRUST_CMD /* Image trust management commands */
//#define PCI_CMD /* PCI commands */
/*
* ROM-specific options