diff options
-rw-r--r-- | usr/src/cmd/mdb/intel/modules/qede/qede_mdb.c | 41 | ||||
-rw-r--r-- | usr/src/man/man7d/qede.7d | 28 |
2 files changed, 0 insertions, 69 deletions
diff --git a/usr/src/cmd/mdb/intel/modules/qede/qede_mdb.c b/usr/src/cmd/mdb/intel/modules/qede/qede_mdb.c deleted file mode 100644 index e8a34bf064..0000000000 --- a/usr/src/cmd/mdb/intel/modules/qede/qede_mdb.c +++ /dev/null @@ -1,41 +0,0 @@ -/* - * Copyright 2015 QLogic Corporation - * The contents of this file are subject to the terms of the - * QLogic End User License (the "License"). - * You may not use this file except in compliance with the License. - * - * You can obtain a copy of the License at - * http://www.qlogic.com/Resources/Documents/DriverDownloadHelp/ - * QLogic_End_User_Software_License.txt - * See the License for the specific language governing permissions - * and limitations under the License. - */ -#include "qede.h" -#include <sys/mdb_modapi.h> - -static const mdb_dcmd_t qede_mdb_dcmds[] = -{ - NULL -}; - -static const mdb_walker_t qede_mdb_walkers[] = -{ - NULL -}; - -static mdb_modinfo_t qede_mdb = -{ - MDB_API_VERSION, - qede_mdb_dcmds, - qede_mdb_walkers -}; - -mdb_modinfo_t * _mdb_init(void) -{ - return (&qede_mdb); -} - -void _mdb_fini(void) -{ - return; -} diff --git a/usr/src/man/man7d/qede.7d b/usr/src/man/man7d/qede.7d index 235d1c7543..28472dbf8f 100644 --- a/usr/src/man/man7d/qede.7d +++ b/usr/src/man/man7d/qede.7d @@ -93,34 +93,6 @@ To get a list of all the individual statistics in these goups run: .Bd -literal -offset indent # kstat -m qede -i 0 -l .Ed -.Ss mdb -There is an MDB module for -.Nm -that offers a much deeper level of debugging information in comparison -to kstat. -Depending on how -.Xr mdb 1 -is initiated the qede module might or might not be automatically loaded. -If not then is must be loaded manually. -.Bd -literal -offset indent -> ::load /kernel/kmdb/amd64/qede -> ::help qede - -NAME - qede - qede driver status - -SYNOPSIS - [ addr ] ::qede [ -i # ] [ -a | -b | -r | -l | -c # | -f ] - -DESCRIPTION - addr:: dev_info address ('::devbindings -q qede') - -i # driver instance # (instead of 'addr::') - -a show all (basic, interrupts, all chains) - -b basic status (default) - -r interrupt status - -l mutex locks status - -c # status for chain # (-1 for all chains) -.Ed .Sh SEE ALSO .Xr dladm 1M , .Xr ifconfig 1M , |