summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/sata/impl/sata.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/io/sata/impl/sata.c')
-rw-r--r--usr/src/uts/common/io/sata/impl/sata.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/io/sata/impl/sata.c b/usr/src/uts/common/io/sata/impl/sata.c
index 8ee71ce192..9228b470ec 100644
--- a/usr/src/uts/common/io/sata/impl/sata.c
+++ b/usr/src/uts/common/io/sata/impl/sata.c
@@ -2221,7 +2221,7 @@ sata_scsi_tgt_free(dev_info_t *hba_dip, dev_info_t *tgt_dip,
/*
* If devid was previously created but not freed up from
- * sd(7D) driver (i.e during detach(9F)) then do it here.
+ * sd(4D) driver (i.e during detach(9F)) then do it here.
*/
if ((sdinfo->satadrv_type == SATA_DTYPE_ATADISK) &&
(ddi_getprop(DDI_DEV_T_ANY, hba_dip, DDI_PROP_DONTPASS,
@@ -11588,7 +11588,7 @@ sata_reprobe_pmult(sata_hba_inst_t *sata_hba_inst, sata_device_t *sata_device,
* after which the port multiplier is not correct initialized and
* recognized. In that case the new device will be marked as unknown
* and will not be automatically probed in this routine. Instead
- * system administrator could manually restart it via cfgadm(1M).
+ * system administrator could manually restart it via cfgadm(8).
*/
if (sata_device->satadev_type != SATA_DTYPE_PMULT) {
cportinfo->cport_dev_type = SATA_DTYPE_UNKNOWN;