diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2021-11-07 16:06:32 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2021-11-07 16:06:32 +0000 |
commit | 399f504303d10fac6102aeb756d712bf5ddd68c8 (patch) | |
tree | 6bd0d568398d137499ac582cd43b4f89e0b2edab /sys/arch | |
parent | b170445b85b676b4d30d29653932988eaa8a91c3 (diff) |
Enable igc(4).
ok deraadt@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 3 |
1 files changed, 2 insertions, 1 deletions
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) |