Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci defflag XHCI_DISABLE_MSIX



details:   https://anonhg.NetBSD.org/src/rev/2bcffdd88121
branches:  trunk
changeset: 445830:2bcffdd88121
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Nov 14 06:56:30 2018 +0000

description:
defflag XHCI_DISABLE_MSIX

diffstat:

 sys/dev/pci/files.pci |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c327d33bf31b -r 2bcffdd88121 sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Wed Nov 14 05:07:48 2018 +0000
+++ b/sys/dev/pci/files.pci     Wed Nov 14 06:56:30 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.407 2018/09/22 16:22:23 maxv Exp $
+#      $NetBSD: files.pci,v 1.408 2018/11/14 06:56:30 skrll Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -634,6 +634,7 @@
 attach xhci at pci with xhci_pci
 file   dev/pci/xhci_pci.c              xhci_pci
 defflag        opt_xhci_pci.h                  XHCI_DISABLE_MSI
+defflag        opt_xhci_pci.h                  XHCI_DISABLE_MSIX
 
 # OHCI IEEE 1394 controller
 attach fwohci at pci with fwohci_pci



Home | Main Index | Thread Index | Old Index