Module Name:    src
Committed By:   jakllsch
Date:           Sun Dec  9 21:30:02 UTC 2012

Modified Files:
        src/sys/arch/x86/include: pci_machdep_common.h

Log Message:
Reflect that this file is now for the x86 ports and not just i386 in comments.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/x86/include/pci_machdep_common.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/x86/include/pci_machdep_common.h
diff -u src/sys/arch/x86/include/pci_machdep_common.h:1.10 src/sys/arch/x86/include/pci_machdep_common.h:1.11
--- src/sys/arch/x86/include/pci_machdep_common.h:1.10	Sun Dec  9 20:43:54 2012
+++ src/sys/arch/x86/include/pci_machdep_common.h	Sun Dec  9 21:30:02 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: pci_machdep_common.h,v 1.10 2012/12/09 20:43:54 jakllsch Exp $	*/
+/*	$NetBSD: pci_machdep_common.h,v 1.11 2012/12/09 21:30:02 jakllsch Exp $	*/
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou.  All rights reserved.
@@ -42,7 +42,7 @@
 #endif
 
 /*
- * i386-specific PCI structure and type definitions.
+ * x86-specific PCI structure and type definitions.
  * NOT TO BE USED DIRECTLY BY MACHINE INDEPENDENT CODE.
  *
  * Configuration tag; created from a {bus,device,function} triplet by
@@ -90,7 +90,7 @@ struct pci_chipset_tag {
 };
 
 /*
- * i386-specific PCI variables and functions.
+ * x86-specific PCI variables and functions.
  * NOT TO BE USED DIRECTLY BY MACHINE INDEPENDENT CODE.
  */
 int		pci_bus_flags(void);

Reply via email to