aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpr/mpr_mapping.c
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2017-08-27 06:24:06 +0000
committerScott Long <scottl@FreeBSD.org>2017-08-27 06:24:06 +0000
commit757ff642169adb670993476297f25ada8c5646cf (patch)
treeb6fc0ed40a0ea569a2f216084d8479285d5c5cfa /sys/dev/mpr/mpr_mapping.c
parenteee87314d302a0d99aef4517738bd13f4e6eb56d (diff)
downloadsrc-757ff642169adb670993476297f25ada8c5646cf.tar.gz
src-757ff642169adb670993476297f25ada8c5646cf.zip
Start overhauling debug printing in the MPS and MPR drivers. The focus of this
commit it to make initiazation less chatty in the normal case, and more useful and informative when real debugging is turned on. Reviewed by: ken (earlier version) Sponsored by: Netflix
Notes
Notes: svn path=/head/; revision=322943
Diffstat (limited to 'sys/dev/mpr/mpr_mapping.c')
-rw-r--r--sys/dev/mpr/mpr_mapping.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/mpr/mpr_mapping.c b/sys/dev/mpr/mpr_mapping.c
index 379f7e084b93..8154bfd6c916 100644
--- a/sys/dev/mpr/mpr_mapping.c
+++ b/sys/dev/mpr/mpr_mapping.c
@@ -1188,9 +1188,6 @@ _mapping_get_dev_info(struct mpr_softc *sc,
"disk type (SSD or HDD) and SAS Address "
"for SATA device with handle 0x%04x\n",
__func__, phy_change->dev_handle);
- } else {
- mpr_dprint(sc, MPR_INFO, "SAS Address for SATA "
- "device = %jx\n", sas_address);
}
}