Module Name:    src
Committed By:   martin
Date:           Mon Oct 31 15:56:40 UTC 2022

Modified Files:
        src/sys/arch/landisk/landisk: shpcic_machdep.c

Log Message:
Fix signature of landisk_pci_intr_setattr


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/landisk/landisk/shpcic_machdep.c

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/landisk/landisk/shpcic_machdep.c
diff -u src/sys/arch/landisk/landisk/shpcic_machdep.c:1.8 src/sys/arch/landisk/landisk/shpcic_machdep.c:1.9
--- src/sys/arch/landisk/landisk/shpcic_machdep.c:1.8	Sat Oct 29 11:04:23 2022
+++ src/sys/arch/landisk/landisk/shpcic_machdep.c	Mon Oct 31 15:56:40 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: shpcic_machdep.c,v 1.8 2022/10/29 11:04:23 riastradh Exp $	*/
+/*	$NetBSD: shpcic_machdep.c,v 1.9 2022/10/31 15:56:40 martin Exp $	*/
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou.  All rights reserved.
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: shpcic_machdep.c,v 1.8 2022/10/29 11:04:23 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: shpcic_machdep.c,v 1.9 2022/10/31 15:56:40 martin Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -118,7 +118,7 @@ bad:
 }
 
 int
-landisk_pci_intr_setattr(const struct pci_attach_args *pa,
+landisk_pci_intr_setattr(pci_chipset_tag_t pc,
     pci_intr_handle_t *ihp, int attr, uint64_t data)
 {
 

Reply via email to