diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2021-11-02 08:25:48 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2021-11-02 08:25:48 +0000 |
commit | 561f5b53216258602c3f24a998673aa04425349c (patch) | |
tree | d040594a424c8deb42442484dff2b1b01365aa8d /sys/arch | |
parent | 33a3cd13731b498f4f2e410cc6726c4281a123f0 (diff) |
Enable igc(4).
Tested by kevlo@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index da35acabe69..ecccd1323d9 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.504 2021/10/25 14:53:15 sthen Exp $ +# $OpenBSD: GENERIC,v 1.505 2021/11/02 08:25:47 patrick Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -545,6 +545,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 # Wireless network cards acx* at pci? # TI ACX100/ACX111 (802.11b/g) |