svn commit: r193256 - head/sys/dev/pci

John Baldwin jhb at FreeBSD.org
Mon Jun 1 20:27:15 UTC 2009


Author: jhb
Date: Mon Jun  1 20:27:14 2009
New Revision: 193256
URL: http://svn.freebsd.org/changeset/base/193256

Log:
  Adjust some comments.

Modified:
  head/sys/dev/pci/pcivar.h

Modified: head/sys/dev/pci/pcivar.h
==============================================================================
--- head/sys/dev/pci/pcivar.h	Mon Jun  1 20:26:51 2009	(r193255)
+++ head/sys/dev/pci/pcivar.h	Mon Jun  1 20:27:14 2009	(r193256)
@@ -159,10 +159,10 @@ typedef struct pcicfg {
     uint8_t	slot;		/* config space slot address */
     uint8_t	func;		/* config space function number */
 
-    struct pcicfg_pp pp;	/* pci power management */
-    struct pcicfg_vpd vpd;	/* pci vital product data */
-    struct pcicfg_msi msi;	/* pci msi */
-    struct pcicfg_msix msix;	/* pci msi-x */
+    struct pcicfg_pp pp;	/* Power management */
+    struct pcicfg_vpd vpd;	/* Vital product data */
+    struct pcicfg_msi msi;	/* PCI MSI */
+    struct pcicfg_msix msix;	/* PCI MSI-X */
     struct pcicfg_ht ht;	/* HyperTransport */
 } pcicfgregs;
 


More information about the svn-src-head mailing list