Date: Fri, 3 Jul 2009 19:40:52 GMT From: Alexander Motin <mav@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 165576 for review Message-ID: <200907031940.n63Jeqcd030275@repoman.freebsd.org>
index | next in thread | raw e-mail
http://perforce.freebsd.org/chv.cgi?CH=165576 Change 165576 by mav@mav_mavbook on 2009/07/03 19:40:50 Avoid confusing PM abbreviatob. Affected files ... .. //depot/projects/scottl-camlock/src/sys/dev/ahci/ahci.c#43 edit Differences ... ==== //depot/projects/scottl-camlock/src/sys/dev/ahci/ahci.c#43 (text+ko) ==== @@ -163,7 +163,7 @@ caps = ATA_INL(ctlr->r_mem, AHCI_CAP); speed = (caps & AHCI_CAP_ISS) >> AHCI_CAP_ISS_SHIFT; device_printf(dev, - "AHCI v%x.%02x controller with %d %sGbps ports, PM %s\n", + "AHCI v%x.%02x with %d %sGbps ports, Port Multiplier %s\n", ((version >> 20) & 0xf0) + ((version >> 16) & 0x0f), ((version >> 4) & 0xf0) + (version & 0x0f), (caps & AHCI_CAP_NPMASK) + 1,help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907031940.n63Jeqcd030275>
