diff options
author | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2024-11-13 15:03:03 +0000 |
---|---|---|
committer | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2024-11-13 15:03:03 +0000 |
commit | 1e96135bf02fa09bfea70902ee67907535e91a67 (patch) | |
tree | 21bdabd3ca32e551a83381414ae6e7e1a0f58c66 /sys/arch/amd64 | |
parent | 895dbf0f3cc5cbd0db102482914cbdacc10a2582 (diff) |
Enable ixv(4) in RAMDISK_CD
ok stu deraadt
Diffstat (limited to 'sys/arch/amd64')
-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 f91780aadd5..62fbb813495 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.207 2024/08/14 14:40:45 patrick Exp $ +# $OpenBSD: RAMDISK_CD,v 1.208 2024/11/13 15:03:02 yasuoka Exp $ machine amd64 maxusers 4 @@ -235,6 +235,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 sf* at pci? # Adaptec AIC-6915 ethernet |