Remove "UNMAPPED" messages printed on da periph attach.

I think this message is not very useful for end user.  Also its formatting
does not match other messages printed at that time.  Those who really need
this information can always find it in `camcontrol negotiate daX -v`.

MFC after:	2 weeks
This commit is contained in:
Alexander Motin 2017-03-23 10:50:45 +00:00
parent e9db3df254
commit 62df0949fd

View File

@ -2546,7 +2546,6 @@ daregister(struct cam_periph *periph, void *arg)
if ((cpi.hba_misc & PIM_UNMAPPED) != 0) {
softc->unmappedio = 1;
softc->disk->d_flags |= DISKFLAG_UNMAPPED_BIO;
xpt_print(periph->path, "UNMAPPED\n");
}
cam_strvis(softc->disk->d_descr, cgd->inq_data.vendor,
sizeof(cgd->inq_data.vendor), sizeof(softc->disk->d_descr));