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 add a comment for pci_intr_handle_t.
details: https://anonhg.NetBSD.org/src/rev/da6ebd58cf44
branches: trunk
changeset: 336504:da6ebd58cf44
user: knakahara <knakahara%NetBSD.org@localhost>
date: Wed Mar 04 05:35:50 2015 +0000
description:
add a comment for pci_intr_handle_t.
diffstat:
sys/arch/x86/include/pci_machdep.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r ca4439906d65 -r da6ebd58cf44 sys/arch/x86/include/pci_machdep.h
--- a/sys/arch/x86/include/pci_machdep.h Wed Mar 04 02:02:15 2015 +0000
+++ b/sys/arch/x86/include/pci_machdep.h Wed Mar 04 05:35:50 2015 +0000
@@ -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;
Home |
Main Index |
Thread Index |
Old Index