Module Name: src Committed By: rin Date: Wed Oct 4 07:48:55 UTC 2023
Modified Files: src/sys/arch/amd64/conf: ALL GENERIC XEN3_DOM0 src/sys/arch/evbarm/conf: GENERIC64 src/sys/arch/evbppc/conf: DHT Log Message: igc(4): Added to kernel config files for tested platforms I.e., aarch64, amd64, and evbppc/DHT, at the moment. Please feel free to add to other config files, and report us back if you find problems :) To generate a diff of this commit: cvs rdiff -u -r1.180 -r1.181 src/sys/arch/amd64/conf/ALL cvs rdiff -u -r1.605 -r1.606 src/sys/arch/amd64/conf/GENERIC cvs rdiff -u -r1.199 -r1.200 src/sys/arch/amd64/conf/XEN3_DOM0 cvs rdiff -u -r1.212 -r1.213 src/sys/arch/evbarm/conf/GENERIC64 cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbppc/conf/DHT Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/amd64/conf/ALL diff -u src/sys/arch/amd64/conf/ALL:1.180 src/sys/arch/amd64/conf/ALL:1.181 --- src/sys/arch/amd64/conf/ALL:1.180 Sat Sep 2 07:15:30 2023 +++ src/sys/arch/amd64/conf/ALL Wed Oct 4 07:48:55 2023 @@ -1,4 +1,4 @@ -# $NetBSD: ALL,v 1.180 2023/09/02 07:15:30 andvar Exp $ +# $NetBSD: ALL,v 1.181 2023/10/04 07:48:55 rin Exp $ # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp # # ALL machine description file @@ -17,7 +17,7 @@ include "arch/amd64/conf/std.amd64" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "ALL-$Revision: 1.180 $" +#ident "ALL-$Revision: 1.181 $" maxusers 64 # estimated number of users @@ -995,6 +995,7 @@ gem* at pci? dev ? function ? # Apple GM gsip* at pci? dev ? function ? # NS83820 Gigabit Ethernet hme* at pci? dev ? function ? # Sun Microelectronics STP2002-STQ iavf* at pci? dev ? function ? # Intel Adaptive Virtual Function +igc* at pci? dev ? function ? # Intel I225 2.5 gigabit ipw* at pci? dev ? function ? # Intel PRO/Wireless 2100 iwi* at pci? dev ? function ? # Intel PRO/Wireless 2200BG iwm* at pci? dev ? function ? # Intel Wireless WiFi Link 7xxx Index: src/sys/arch/amd64/conf/GENERIC diff -u src/sys/arch/amd64/conf/GENERIC:1.605 src/sys/arch/amd64/conf/GENERIC:1.606 --- src/sys/arch/amd64/conf/GENERIC:1.605 Wed Aug 9 09:36:26 2023 +++ src/sys/arch/amd64/conf/GENERIC Wed Oct 4 07:48:55 2023 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.605 2023/08/09 09:36:26 andvar Exp $ +# $NetBSD: GENERIC,v 1.606 2023/10/04 07:48:55 rin Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.605 $" +#ident "GENERIC-$Revision: 1.606 $" maxusers 64 # estimated number of users @@ -834,6 +834,7 @@ gem* at pci? dev ? function ? # Apple GM gsip* at pci? dev ? function ? # NS83820 Gigabit Ethernet hme* at pci? dev ? function ? # Sun Microelectronics STP2002-STQ iavf* at pci? dev ? function ? # Intel Adaptive Virtual Function +igc* at pci? dev ? function ? # Intel I225 2.5 gigabit ipw* at pci? dev ? function ? # Intel PRO/Wireless 2100 iwi* at pci? dev ? function ? # Intel PRO/Wireless 2200BG iwm* at pci? dev ? function ? # Intel Centrino 7260 Index: src/sys/arch/amd64/conf/XEN3_DOM0 diff -u src/sys/arch/amd64/conf/XEN3_DOM0:1.199 src/sys/arch/amd64/conf/XEN3_DOM0:1.200 --- src/sys/arch/amd64/conf/XEN3_DOM0:1.199 Sat Aug 5 14:38:43 2023 +++ src/sys/arch/amd64/conf/XEN3_DOM0 Wed Oct 4 07:48:55 2023 @@ -1,4 +1,4 @@ -# $NetBSD: XEN3_DOM0,v 1.199 2023/08/05 14:38:43 riastradh Exp $ +# $NetBSD: XEN3_DOM0,v 1.200 2023/10/04 07:48:55 rin Exp $ # XEN3_DOM0 machine description file # @@ -14,7 +14,7 @@ include "arch/amd64/conf/std.xen" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "XEN3_DOM0-$Revision: 1.199 $" +#ident "XEN3_DOM0-$Revision: 1.200 $" maxusers 32 # estimated number of users @@ -845,6 +845,7 @@ gem* at pci? dev ? function ? # Apple GM gsip* at pci? dev ? function ? # NS83820 Gigabit Ethernet hme* at pci? dev ? function ? # Sun Microelectronics STP2002-STQ iavf* at pci? dev ? function ? # Intel Adaptive Virtual Function +igc* at pci? dev ? function ? # Intel I225 2.5 gigabit ipw* at pci? dev ? function ? # Intel PRO/Wireless 2100 iwi* at pci? dev ? function ? # Intel PRO/Wireless 2200BG iwm* at pci? dev ? function ? # Intel Centrino 7260 Index: src/sys/arch/evbarm/conf/GENERIC64 diff -u src/sys/arch/evbarm/conf/GENERIC64:1.212 src/sys/arch/evbarm/conf/GENERIC64:1.213 --- src/sys/arch/evbarm/conf/GENERIC64:1.212 Sat Jul 15 22:30:19 2023 +++ src/sys/arch/evbarm/conf/GENERIC64 Wed Oct 4 07:48:55 2023 @@ -1,5 +1,5 @@ # -# $NetBSD: GENERIC64,v 1.212 2023/07/15 22:30:19 riastradh Exp $ +# $NetBSD: GENERIC64,v 1.213 2023/10/04 07:48:55 rin Exp $ # # GENERIC ARM (aarch64) kernel # @@ -284,6 +284,7 @@ genet* at fdt? aq* at pci? dev ? function ? # Aquantia AQC 10 gigabit bge* at pci? dev ? function ? # Broadcom 570x gigabit Ethernet ena* at pci? dev ? function ? # Amazon.com Elastic Network Adapter +igc* at pci? dev ? function ? # Intel 22x 2.5 gigabit ixg* at pci? dev ? function ? # Intel 8259x 10 gigabit ixv* at pci? dev ? function ? # Intel 8259x 10G virtual function mcx* at pci? dev ? function ? # Mellanox 5th generation Ethernet Index: src/sys/arch/evbppc/conf/DHT diff -u src/sys/arch/evbppc/conf/DHT:1.4 src/sys/arch/evbppc/conf/DHT:1.5 --- src/sys/arch/evbppc/conf/DHT:1.4 Sat Oct 15 04:47:37 2022 +++ src/sys/arch/evbppc/conf/DHT Wed Oct 4 07:48:55 2023 @@ -1,4 +1,4 @@ -# $NetBSD: DHT,v 1.4 2022/10/15 04:47:37 rin Exp $ +# $NetBSD: DHT,v 1.5 2023/10/04 07:48:55 rin Exp $ # # DHT --- DHT Walnut 405GP Evaluation Board # (Digital Home Technologies PCB 01070201 Rev. 1.1) @@ -8,7 +8,7 @@ include "arch/evbppc/conf/std.dht" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "DHT-$Revision: 1.4 $" +#ident "DHT-$Revision: 1.5 $" maxusers 32 @@ -185,6 +185,8 @@ igphy* at mii? phy ? # Intel IGP01E100 makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs ukphy* at mii? phy ? # generic unknown PHYs +igc* at pci? dev ? function ? # Intel 22x 2.5 gigabit + xhci* at pci? dev ? function ? # eXtensible Host Controller usb* at xhci?