Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/landisk/landisk Fix signature of landisk_pci_intr_s...
details: https://anonhg.NetBSD.org/src/rev/d8ff2fa61e9c
branches: trunk
changeset: 372218:d8ff2fa61e9c
user: martin <martin%NetBSD.org@localhost>
date: Mon Oct 31 15:56:40 2022 +0000
description:
Fix signature of landisk_pci_intr_setattr
diffstat:
sys/arch/landisk/landisk/shpcic_machdep.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 155177e10c61 -r d8ff2fa61e9c sys/arch/landisk/landisk/shpcic_machdep.c
--- a/sys/arch/landisk/landisk/shpcic_machdep.c Mon Oct 31 13:24:58 2022 +0000
+++ b/sys/arch/landisk/landisk/shpcic_machdep.c Mon Oct 31 15:56:40 2022 +0000
@@ -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 @@
}
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)
{
Home |
Main Index |
Thread Index |
Old Index