Module Name: src Committed By: martin Date: Mon Oct 31 15:57:52 UTC 2022
Modified Files: src/sys/arch/landisk/include: pci_machdep.h Log Message: Remove declaration of landisk_pci_intr_setattr - macro magic later creates one from the MI declaration instead. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/landisk/include/pci_machdep.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/arch/landisk/include/pci_machdep.h diff -u src/sys/arch/landisk/include/pci_machdep.h:1.6 src/sys/arch/landisk/include/pci_machdep.h:1.7 --- src/sys/arch/landisk/include/pci_machdep.h:1.6 Sat Oct 29 11:04:23 2022 +++ src/sys/arch/landisk/include/pci_machdep.h Mon Oct 31 15:57:52 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: pci_machdep.h,v 1.6 2022/10/29 11:04:23 riastradh Exp $ */ +/* $NetBSD: pci_machdep.h,v 1.7 2022/10/31 15:57:52 martin Exp $ */ /* * Copyright (c) 1996 Christopher G. Demetriou. All rights reserved. @@ -58,8 +58,6 @@ struct pci_attach_args; void landisk_pci_attach_hook(device_t, device_t, struct pcibus_attach_args *); int landisk_pci_intr_map(const struct pci_attach_args *, pci_intr_handle_t *); -int landisk_pci_intr_setattr(const struct pci_attach_args *, - pci_intr_handle_t *, int, uint64_t); const char *landisk_pci_intr_string(pci_chipset_tag_t, pci_intr_handle_t, char *, size_t); const struct evcnt *landisk_pci_intr_evcnt(pci_chipset_tag_t,pci_intr_handle_t);