From 269473047d747f7815af570197e4ef7322d3632c Mon Sep 17 00:00:00 2001 From: Evan Yan Date: Mon, 2 Nov 2009 15:58:28 +0800 Subject: PSARC/2008/181 Solaris Hotplug Framework 6837240 Solaris Hotplug Framework 6783012 Add support for PCIe Alternate Routing-ID Interpretation 6638136 remove obsolete ndi_ra_xxx logic from px_msi code 6695081 Race condition between pciehpc_intr() and pciehpc_init() --HG-- rename : usr/src/uts/common/io/hotplug/pciehpc/pciehpc.c => usr/src/uts/common/io/pciex/hotplug/pciehpc.c rename : usr/src/uts/common/io/hotplug/pcishpc/pcishpc.c => usr/src/uts/common/io/pciex/hotplug/pcishpc.c rename : usr/src/uts/intel/io/hotplug/pciehpc/pciehpc_acpi.c => usr/src/uts/intel/io/pciex/hotplug/pciehpc_acpi.c rename : usr/src/uts/intel/io/hotplug/pciehpc/pciehpc_acpi.h => usr/src/uts/intel/sys/hotplug/pci/pciehpc_acpi.h rename : usr/src/uts/sparc/pcicfg.e/Makefile => usr/src/uts/sparc/pcicfg/Makefile rename : usr/src/uts/sun4/io/pcicfg.e.c => usr/src/uts/sun4/io/pcicfg.c --- usr/src/cmd/mdb/common/modules/genunix/genunix.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'usr/src/cmd/mdb/common/modules/genunix/genunix.c') diff --git a/usr/src/cmd/mdb/common/modules/genunix/genunix.c b/usr/src/cmd/mdb/common/modules/genunix/genunix.c index f27684baf6..3e49d9a99c 100644 --- a/usr/src/cmd/mdb/common/modules/genunix/genunix.c +++ b/usr/src/cmd/mdb/common/modules/genunix/genunix.c @@ -106,6 +106,7 @@ #include "typegraph.h" #include "vfs.h" #include "zone.h" +#include "hotplug.h" /* * Surely this is defined somewhere... @@ -4503,6 +4504,10 @@ static const mdb_dcmd_t dcmds[] = { { "zsd", ":[-v] [zsd_key]", "display zone-specific-data entries for " "selected zones", zsd }, + /* from hotplug.c */ + { "hotplug", "?[-p]", "display a registered hotplug attachment", + hotplug, hotplug_help }, + { NULL } }; -- cgit v1.2.3