From 08275eee86493afb82b5297b2f958fa9eeaedf41 Mon Sep 17 00:00:00 2001 From: patrick Date: Sun, 7 Nov 2021 16:06:31 +0000 Subject: [PATCH] Enable igc(4). ok deraadt@ --- sys/arch/amd64/conf/RAMDISK_CD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index ccbdc9792b7..8bd646b4ea3 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.193 2021/09/13 09:57:48 jmatthew Exp $ +# $OpenBSD: RAMDISK_CD,v 1.194 2021/11/07 16:06:31 patrick Exp $ machine amd64 maxusers 4 @@ -256,6 +256,7 @@ ixl* at pci? # Intel Ethernet 700 Series mcx* at pci? # Mellanox ConnectX-4 iavf* at pci? # Intel Ethernet Adaptive VF aq* at pci? # Aquantia aQtion Ethernet +igc* at pci? # Intel I225 Ethernet acx* at pci? # TI ACX100/ACX111 (802.11b/g) acx* at cardbus? # TI ACX100/ACX111 (802.11b/g) -- 2.20.1