Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/booke/pci Oops, forget to commit local chan...
details: https://anonhg.NetBSD.org/src/rev/0fea7f1f3498
branches: trunk
changeset: 956953:0fea7f1f3498
user: rin <rin%NetBSD.org@localhost>
date: Thu Nov 12 00:37:51 2020 +0000
description:
Oops, forget to commit local change necessary to support nvme(4) on RB800;
provide pci_intr_setattr(9) (no-op).
diffstat:
sys/arch/powerpc/booke/pci/pq3pci.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r fc3ab81a3816 -r 0fea7f1f3498 sys/arch/powerpc/booke/pci/pq3pci.c
--- a/sys/arch/powerpc/booke/pci/pq3pci.c Thu Nov 12 00:29:55 2020 +0000
+++ b/sys/arch/powerpc/booke/pci/pq3pci.c Thu Nov 12 00:37:51 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pq3pci.c,v 1.25 2020/07/07 03:38:48 thorpej Exp $ */
+/* $NetBSD: pq3pci.c,v 1.26 2020/11/12 00:37:51 rin Exp $ */
/*-
* Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -39,7 +39,7 @@
#define __INTR_PRIVATE
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pq3pci.c,v 1.25 2020/07/07 03:38:48 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pq3pci.c,v 1.26 2020/11/12 00:37:51 rin Exp $");
#include "locators.h"
@@ -1753,6 +1753,7 @@
pc->pc_intr_type = pq3pci_intr_type;
pc->pc_intr_alloc = pq3pci_intr_alloc;
pc->pc_intr_release = pq3pci_intr_release;
+ pc->pc_intr_setattr = genppc_pci_intr_setattr;
pc->pc_intx_alloc = genppc_pci_intx_alloc;
pc->pc_msi_v = sc;
Home |
Main Index |
Thread Index |
Old Index