Module Name: src
Committed By: knakahara
Date: Wed Mar 4 05:35:50 UTC 2015
Modified Files:
src/sys/arch/x86/include: pci_machdep.h
Log Message:
add a comment for pci_intr_handle_t.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/x86/include/pci_machdep.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.h
diff -u src/sys/arch/x86/include/pci_machdep.h:1.14 src/sys/arch/x86/include/pci_machdep.h:1.15
--- src/sys/arch/x86/include/pci_machdep.h:1.14 Sun Mar 14 20:19:06 2010
+++ src/sys/arch/x86/include/pci_machdep.h Wed Mar 4 05:35:50 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: pci_machdep.h,v 1.14 2010/03/14 20:19:06 dyoung Exp $ */
+/* $NetBSD: pci_machdep.h,v 1.15 2015/03/04 05:35:50 knakahara Exp $ */
/*
* Copyright (c) 1996 Christopher G. Demetriou. All rights reserved.
@@ -35,6 +35,7 @@
/*
* Types provided to machine-independent PCI code
+ * See also i82093var.h to find out pci_intr_handle_t's bitfield.
*/
typedef int pci_intr_handle_t;