summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2021-01-26 08:01:10 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2021-01-26 08:01:10 +0000
commit52d3b8e52c870256bd16f75255f80a59b49537ed (patch)
tree960b531bba5fbff6c5a70818af99b723e23af240 /sys
parent5e277ba65753bc147a8249726320f3005043700d (diff)
intrmap attribute missing from mcx; ok dlg
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/files.pci6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci
index c3ebbf1b431..ab36c9e264a 100644
--- a/sys/dev/pci/files.pci
+++ b/sys/dev/pci/files.pci
@@ -1,4 +1,4 @@
-# $OpenBSD: files.pci,v 1.352 2020/07/17 06:33:07 dlg Exp $
+# $OpenBSD: files.pci,v 1.353 2021/01/26 08:01:09 deraadt Exp $
# $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $
#
# Config file and device description for machine-independent PCI code.
@@ -718,7 +718,7 @@ attach vic at pci
file dev/pci/if_vic.c vic
# VMware VMXNET3 virtual interface
-device vmx: ether, ifnet, ifmedia, stoeplitz, intrmap
+device vmx: ether, ifnet, ifmedia, intrmap, stoeplitz
attach vmx at pci
file dev/pci/if_vmx.c vmx
@@ -831,7 +831,7 @@ attach bnxt at pci
file dev/pci/if_bnxt.c bnxt
# Mellanox ConnectX-4 and later
-device mcx: ether, ifnet, ifmedia, stoeplitz
+device mcx: ether, ifnet, ifmedia, intrmap, stoeplitz
attach mcx at pci
file dev/pci/if_mcx.c mcx