Module Name: src Committed By: skrll Date: Fri Jan 29 06:00:08 UTC 2021
Modified Files: src/sys/dev/pci: pci.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.157 -r1.158 src/sys/dev/pci/pci.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/dev/pci/pci.c diff -u src/sys/dev/pci/pci.c:1.157 src/sys/dev/pci/pci.c:1.158 --- src/sys/dev/pci/pci.c:1.157 Sun Feb 2 16:30:31 2020 +++ src/sys/dev/pci/pci.c Fri Jan 29 06:00:08 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: pci.c,v 1.157 2020/02/02 16:30:31 jmcneill Exp $ */ +/* $NetBSD: pci.c,v 1.158 2021/01/29 06:00:08 skrll Exp $ */ /* * Copyright (c) 1995, 1996, 1997, 1998 @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: pci.c,v 1.157 2020/02/02 16:30:31 jmcneill Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pci.c,v 1.158 2021/01/29 06:00:08 skrll Exp $"); #ifdef _KERNEL_OPT #include "opt_pci.h" @@ -935,7 +935,7 @@ pci_conf_capture(pci_chipset_tag_t pc, p /* For MSI */ if (pci_get_capability(pc, tag, PCI_CAP_MSI, &off, NULL) != 0) { bool bit64, pvmask; - + pcs->msi_ctl = pci_conf_read(pc, tag, off + PCI_MSI_CTL); bit64 = pcs->msi_ctl & PCI_MSI_CTL_64BIT_ADDR;