diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2021-03-08 20:56:11 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2021-03-08 20:56:11 +0000 |
commit | 52113b36a729e0ee64f6848331ff543136c825d5 (patch) | |
tree | e12bd081a6bdcc50836faf66c969d05210a016cc /sys/arch | |
parent | 9d9d25a6391032e62b0bcee03421ffcf0fd4978d (diff) |
Enable ixl(4).
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/arm64/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index ec02f9290dc..a2d67d712db 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.192 2021/02/28 21:41:07 patrick Exp $ +# $OpenBSD: GENERIC,v 1.193 2021/03/08 20:56:10 patrick Exp $ # # GENERIC machine description file # @@ -286,6 +286,7 @@ bnxt* at pci? # Broadcom BCM573xx, BCM574xx bge* at pci? # Broadcom BCM57xx em* at pci? # Intel Pro/1000 Ethernet ix* at pci? # Intel 82598EB 10Gb Ethernet +ixl* at pci? # Intel Ethernet 700 Series mcx* at pci? # Mellanox ConnectX-4/5 Ethernet mskc* at pci? # Marvell Yukon-2 msk* at mskc? # each port of above diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index dc582aa563b..361f9bf3e32 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.145 2021/02/28 21:41:07 patrick Exp $ +# $OpenBSD: RAMDISK,v 1.146 2021/03/08 20:56:10 patrick Exp $ # # GENERIC machine description file # @@ -243,6 +243,7 @@ bnxt* at pci? # Broadcom BCM573xx, BCM574xx bge* at pci? # Broadcom BCM57xx em* at pci? # Intel Pro/1000 Ethernet ix* at pci? # Intel 82598EB 10Gb Ethernet +ixl* at pci? # Intel Ethernet 700 Series mcx* at pci? # Mellanox ConnectX-4/5 Ethernet mskc* at pci? # Marvell Yukon-2 msk* at mskc? # each port of above |