Module Name:    src
Committed By:   skrll
Date:           Wed Nov 14 06:56:31 UTC 2018

Modified Files:
        src/sys/dev/pci: files.pci

Log Message:
defflag XHCI_DISABLE_MSIX


To generate a diff of this commit:
cvs rdiff -u -r1.407 -r1.408 src/sys/dev/pci/files.pci

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/files.pci
diff -u src/sys/dev/pci/files.pci:1.407 src/sys/dev/pci/files.pci:1.408
--- src/sys/dev/pci/files.pci:1.407	Sat Sep 22 16:22:23 2018
+++ src/sys/dev/pci/files.pci	Wed Nov 14 06:56:30 2018
@@ -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 @@ file	dev/pci/usb_pci.c		ehci_pci | ehci_
 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

Reply via email to