Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Fix comment



details:   https://anonhg.NetBSD.org/src/rev/a449070a1641
branches:  trunk
changeset: 781473:a449070a1641
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Sep 08 05:02:41 2012 +0000

description:
Fix comment

diffstat:

 sys/dev/pci/pciconf.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3f02f7bc4d5b -r a449070a1641 sys/dev/pci/pciconf.h
--- a/sys/dev/pci/pciconf.h     Sat Sep 08 02:58:13 2012 +0000
+++ b/sys/dev/pci/pciconf.h     Sat Sep 08 05:02:41 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pciconf.h,v 1.11 2006/02/10 20:52:57 gdamore Exp $     */
+/*     $NetBSD: pciconf.h,v 1.12 2012/09/08 05:02:41 matt Exp $        */
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -44,7 +44,7 @@
            struct extent *, struct extent *, int, int);
 
 /* Defined in machdep code.  Returns the interrupt line to set */
-/* args: chipset_tag, bus, dev, ipin, ptr to interrupt line */
+/* args: chipset_tag, bus, dev, ipin, swiz, ptr to interrupt line */
 #ifndef pci_conf_interrupt
 void   pci_conf_interrupt(pci_chipset_tag_t, int, int, int, int, int *);
 #endif



Home | Main Index | Thread Index | Old Index