Module Name:    src
Committed By:   matt
Date:           Sat Sep  8 05:02:42 UTC 2012

Modified Files:
        src/sys/dev/pci: pciconf.h

Log Message:
Fix comment


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/pci/pciconf.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/dev/pci/pciconf.h
diff -u src/sys/dev/pci/pciconf.h:1.11 src/sys/dev/pci/pciconf.h:1.12
--- src/sys/dev/pci/pciconf.h:1.11	Fri Feb 10 20:52:57 2006
+++ src/sys/dev/pci/pciconf.h	Sat Sep  8 05:02:41 2012
@@ -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 @@ int	pci_configure_bus(pci_chipset_tag_t,
 	    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

Reply via email to