diff options
author | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2024-11-02 04:37:21 +0000 |
---|---|---|
committer | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2024-11-02 04:37:21 +0000 |
commit | 4f7f276494e2f0894ee5b8a73031df85e0d65474 (patch) | |
tree | 5f0a1af6f8ec65e68f194e2794f3253e581e5126 /sys/arch/amd64/conf/GENERIC | |
parent | 8b888e6b8fba8f91bf27465970f5c209a57c333d (diff) |
Add ixv(4), a driver for virtual functions of Intel 82598EB, 82559,
and X540. The driver was originally written by Intel and released as
ixv driver version 1.5.32 and ported to OpenBSD by Yuichiro NAITO,
naito.yuichiro at gmail.com. tested by henson at acm.org and many
others.
ok jmatthew
Diffstat (limited to 'sys/arch/amd64/conf/GENERIC')
-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 b78703c62c1..f376faf9541 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.526 2024/09/04 07:45:08 jsg Exp $ +# $OpenBSD: GENERIC,v 1.527 2024/11/02 04:37:20 yasuoka Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -529,6 +529,7 @@ msk* at mskc? # each port of above em* at pci? # Intel Pro/1000 ethernet ixgb* at pci? # Intel Pro/10Gb ethernet ix* at pci? # Intel 82598EB 10Gb ethernet +#ixv* at pci? # Virtual Function of Intel 82599 myx* at pci? # Myricom Myri-10G 10Gb ethernet oce* at pci? # Emulex OneConnect 10Gb ethernet txp* at pci? # 3com 3CR990 |