Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/include Reflect that this file is now for the x...



details:   https://anonhg.NetBSD.org/src/rev/f3f858dc2cc7
branches:  trunk
changeset: 783170:f3f858dc2cc7
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sun Dec 09 21:30:02 2012 +0000

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

diffstat:

 sys/arch/x86/include/pci_machdep_common.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f18099972c57 -r f3f858dc2cc7 sys/arch/x86/include/pci_machdep_common.h
--- a/sys/arch/x86/include/pci_machdep_common.h Sun Dec 09 20:43:54 2012 +0000
+++ b/sys/arch/x86/include/pci_machdep_common.h Sun Dec 09 21:30:02 2012 +0000
@@ -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 @@
 };
 
 /*
- * 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);



Home | Main Index | Thread Index | Old Index