summaryrefslogtreecommitdiff
path: root/usr/src/man
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2017-08-28 23:54:21 +0000
committerRobert Mustacchi <rm@joyent.com>2017-08-29 16:49:50 +0000
commite32a86e57c27c0593003d0d69ec23b7d1541b270 (patch)
tree204aa18f32c4f20a3becc0eb62a54a0d624f2fde /usr/src/man
parent315f80eb71c98ba01aed724bb3a4327c58a28d5d (diff)
downloadillumos-joyent-dev-qede-illumos.tar.gz
Remove qede dmod as its emptydev-qede-illumos
Diffstat (limited to 'usr/src/man')
-rw-r--r--usr/src/man/man7d/qede.7d28
1 files changed, 0 insertions, 28 deletions
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 ,