PERFORCE change 165576 for review

Alexander Motin mav at FreeBSD.org
Fri Jul 3 19:40:54 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=165576

Change 165576 by mav at 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,


More information about the p4-projects mailing list