diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2019-06-11 01:35:56 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2019-06-11 01:35:56 +0000 |
commit | 63de3f3634601f1f03ecdfdac1a81adf19145058 (patch) | |
tree | b070d03b4b6c82d172b24c134cc5d0f283644848 /sys | |
parent | 945344d5a97c29634ac6335bc542245c1770d614 (diff) |
add mcx now that pyro and sparc64 can do msi-x
ok jmatthew@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 4177d787ccc..7a920d59d07 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.311 2019/05/08 23:54:39 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.312 2019/06/11 01:35:55 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -86,6 +86,7 @@ em* at pci? # Intel Pro/1000 ethernet ix* at pci? # Intel 82598EB 10Gb ethernet ixl* at pci? # Intel 700 Series Ethernet myx* at pci? # Myricom Myri-10G 10Gb ethernet +mcx* at pci? # Mellanox 5th Generation Ethernet oce* at pci? # Emulex OneConnect 10Gb ethernet bge* at pci? # Broadcom BCM570x (aka Tigon3) bnx* at pci? # Broadcom BCM5706/5708 GigE |