* [gentoo-commits] proj/genkernel:master commit in: arch/x86_64/
@ 2016-07-04 5:29 Robin H. Johnson
0 siblings, 0 replies; 7+ messages in thread
From: Robin H. Johnson @ 2016-07-04 5:29 UTC (permalink / raw
To: gentoo-commits
commit: f99593cc304527d7b3cc5e964ffad51556e1434c
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 4 05:03:46 2016 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Mon Jul 4 05:04:11 2016 +0000
URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=f99593cc
x86_64: updated networking
Many new servers ship with 10GbE cards only, and having those drivers in
the install media initramfs can be very useful for installing; so
include them if they get built.
Also include support for bonding, vxlan and macvlan for their increased
frequency and similar booting cases.
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
arch/x86_64/modules_load | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86_64/modules_load b/arch/x86_64/modules_load
index 4d6429f..451eaa0 100644
--- a/arch/x86_64/modules_load
+++ b/arch/x86_64/modules_load
@@ -14,7 +14,7 @@ MODULES_SCSI="sd_mod sg sr_mod aic79xx aic7xxx aic7xxx_old arcmsr BusLogic ncr53
MODULES_WAITSCAN="scsi_wait_scan"
# Hardware (Network)
-MODULES_NET="atl1c bnx2 e1000 igb pcnet32 r8169 sky2 tg3 virtio_net vmxnet3"
+MODULES_NET="atl1c bnx2 e1000 igb pcnet32 r8169 sky2 tg3 virtio_net vmxnet3 macvlan vxlan bonding vxge cxgb4 cxgb cxgb3 tulip samsung-sxgbe ixgbe ixgb"
# iSCSI support
MODULES_ISCSI="scsi_transport_iscsi libiscsi iscsi_tcp"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/genkernel:master commit in: arch/x86_64/
@ 2019-12-05 23:52 Thomas Deutschmann
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Deutschmann @ 2019-12-05 23:52 UTC (permalink / raw
To: gentoo-commits
commit: 271be211e4bbdad87c6daf3906d94076bea77504
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 2 20:15:12 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Dec 2 20:15:12 2019 +0000
URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=271be211
arch/x86_64/arch-config: Enable Intel Low Power Subsystem support in ACPI mode
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
arch/x86_64/arch-config | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/x86_64/arch-config b/arch/x86_64/arch-config
index 8a3e7e5..8ad62f9 100644
--- a/arch/x86_64/arch-config
+++ b/arch/x86_64/arch-config
@@ -96,6 +96,9 @@ CONFIG_XEN_MAX_DOMAIN_MEMORY=128
CONFIG_I2C_ISMT=m
CONFIG_LPC_SCH=m
CONFIG_LPC_ICH=m
+CONFIG_MFD_INTEL_LPSS=m
+CONFIG_MFD_INTEL_LPSS_ACPI=m
+CONFIG_MFD_INTEL_LPSS_PCI=m
CONFIG_GPIOLIB=y
#CONFIG_MFD_SM501_GPIO is not set
CONFIG_GPIO_SCH=m
@@ -125,6 +128,7 @@ CONFIG_X86_X32=y
CONFIG_COMPAT=y
CONFIG_COMPAT_FOR_U64_ALIGNMENT=y
CONFIG_X86_DEV_DMA_OPS=y
+CONFIG_X86_INTEL_LPSS=y
CONFIG_IOSF_MBI=m
CONFIG_COMPAT_NETLINK_MESSAGES=y
CONFIG_X86_MSR=m
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/genkernel:master commit in: arch/x86_64/
@ 2019-12-05 23:52 Thomas Deutschmann
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Deutschmann @ 2019-12-05 23:52 UTC (permalink / raw
To: gentoo-commits
commit: 0d1e3c7f3760d027081eddd4b3b088291ec3a5e9
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 2 20:16:41 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Dec 2 20:16:41 2019 +0000
URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=0d1e3c7f
arch/x86_64/arch-config: Enable AMD ACPI2Platform devices support
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
arch/x86_64/arch-config | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/x86_64/arch-config b/arch/x86_64/arch-config
index 8ad62f9..cad42d2 100644
--- a/arch/x86_64/arch-config
+++ b/arch/x86_64/arch-config
@@ -129,6 +129,7 @@ CONFIG_COMPAT=y
CONFIG_COMPAT_FOR_U64_ALIGNMENT=y
CONFIG_X86_DEV_DMA_OPS=y
CONFIG_X86_INTEL_LPSS=y
+CONFIG_X86_AMD_PLATFORM_DEVICE=y
CONFIG_IOSF_MBI=m
CONFIG_COMPAT_NETLINK_MESSAGES=y
CONFIG_X86_MSR=m
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/genkernel:master commit in: arch/x86_64/
@ 2019-12-05 23:52 Thomas Deutschmann
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Deutschmann @ 2019-12-05 23:52 UTC (permalink / raw
To: gentoo-commits
commit: 064ca8a70e9a8fc8f207fc0fe6cb43f8f2fda803
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 2 20:10:14 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Dec 2 20:10:14 2019 +0000
URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=064ca8a7
arch/x86_64/arch-config: Disable HyperV by default, use --hyperv
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
arch/x86_64/arch-config | 7 -------
1 file changed, 7 deletions(-)
diff --git a/arch/x86_64/arch-config b/arch/x86_64/arch-config
index 6f09970..e8a7d8e 100644
--- a/arch/x86_64/arch-config
+++ b/arch/x86_64/arch-config
@@ -114,15 +114,8 @@ CONFIG_IE6XX_WDT=m
# CONFIG_USB_GPIO_VBUS is not set
# CONFIG_LEDS_GPIO is not set
# CONFIG_LEDS_TRIGGER_GPIO is not set
-CONFIG_HYPERV=m
-CONFIG_HYPERV_UTILS=m
-CONFIG_HYPERV_MOUSE=m
-CONFIG_HYPERV_STORAGE=m
-CONFIG_HYPERV_NET=m
-CONFIG_HYPERV_BALLOON=m
CONFIG_X86_INTEL_PSTATE=m
CONFIG_PVPANIC=y
-CONFIG_FB_HYPERV=m
CONFIG_BLK_DEV_NVME=m
CONFIG_MICROCODE=y
CONFIG_MICROCODE_EARLY=y
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/genkernel:master commit in: arch/x86_64/
@ 2019-07-18 17:32 Thomas Deutschmann
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Deutschmann @ 2019-07-18 17:32 UTC (permalink / raw
To: gentoo-commits
commit: 70e52dbf597b6026db8dafc55fc446a9b8467d93
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 18 17:20:32 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Jul 18 17:20:32 2019 +0000
URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=70e52dbf
arch/x86_64/modules_load: Add e1000e network driver
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
arch/x86_64/modules_load | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86_64/modules_load b/arch/x86_64/modules_load
index 990f675..015b5b1 100644
--- a/arch/x86_64/modules_load
+++ b/arch/x86_64/modules_load
@@ -16,7 +16,7 @@ MODULES_WAITSCAN="scsi_wait_scan"
MODULES_BLOCK="sdhci_acpi sdhci_pci"
# Hardware (Network)
-MODULES_NET="atl1c bnx2 e1000 igb pcnet32 r8169 sky2 tg3 broadcom bcm_phy_lib virtio_net vmxnet3 macvlan vxlan bonding vxge cxgb4 cxgb cxgb3 tulip samsung-sxgbe ixgbe ixgb virtio_net"
+MODULES_NET="atl1c bcm_phy_lib bnx2 bonding broadcom cxgb cxgb3 cxgb4 e1000 e1000e igb ixgb ixgbe macvlan pcnet32 r8169 samsung-sxgbe sky2 tg3 tulip virtio_net vmxnet3 vxge vxlan"
# iSCSI support
MODULES_ISCSI="scsi_transport_iscsi libiscsi iscsi_tcp"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/genkernel:master commit in: arch/x86_64/
@ 2019-03-26 12:38 Thomas Deutschmann
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Deutschmann @ 2019-03-26 12:38 UTC (permalink / raw
To: gentoo-commits
commit: 4db599177f22407d9192050e8f2d29f6a59bc01f
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 26 11:25:18 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Mar 26 11:54:27 2019 +0000
URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=4db59917
arch/x86_64/kernel-config: sync USB Serial Converter support with other architectures
Closes: https://bugs.gentoo.org/659636
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
arch/x86_64/kernel-config | 80 +++++++++++++++++++++++------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
diff --git a/arch/x86_64/kernel-config b/arch/x86_64/kernel-config
index 5a849ce..66e9cea 100644
--- a/arch/x86_64/kernel-config
+++ b/arch/x86_64/kernel-config
@@ -2701,62 +2701,62 @@ CONFIG_USB_STORAGE_KARMA=m
# CONFIG_USB_MICROTEK is not set
#
-# USB port drivers
+# USB Serial Converter support
#
-CONFIG_USB_USS720=m
CONFIG_USB_SERIAL=m
-CONFIG_USB_EZUSB=y
CONFIG_USB_SERIAL_GENERIC=y
CONFIG_USB_SERIAL_AIRCABLE=m
+CONFIG_USB_SERIAL_AIRPRIME=m
CONFIG_USB_SERIAL_ARK3116=m
-# CONFIG_USB_SERIAL_BELKIN is not set
+CONFIG_USB_SERIAL_BELKIN=m
CONFIG_USB_SERIAL_CH341=m
CONFIG_USB_SERIAL_WHITEHEAT=m
-# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
-# CONFIG_USB_SERIAL_CP210X is not set
-# CONFIG_USB_SERIAL_CYPRESS_M8 is not set
-# CONFIG_USB_SERIAL_EMPEG is not set
-# CONFIG_USB_SERIAL_FTDI_SIO is not set
+CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m
+CONFIG_USB_SERIAL_CP2101=m
+CONFIG_USB_SERIAL_CYPRESS_M8=m
+CONFIG_USB_SERIAL_EMPEG=m
+CONFIG_USB_SERIAL_FTDI_SIO=m
CONFIG_USB_SERIAL_FUNSOFT=m
-# CONFIG_USB_SERIAL_VISOR is not set
-# CONFIG_USB_SERIAL_IPAQ is not set
-# CONFIG_USB_SERIAL_IR is not set
-# CONFIG_USB_SERIAL_EDGEPORT is not set
-# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
-# CONFIG_USB_SERIAL_GARMIN is not set
+CONFIG_USB_SERIAL_VISOR=m
+CONFIG_USB_SERIAL_IPAQ=m
+CONFIG_USB_SERIAL_IR=m
+CONFIG_USB_SERIAL_EDGEPORT=m
+CONFIG_USB_SERIAL_EDGEPORT_TI=m
+CONFIG_USB_SERIAL_GARMIN=m
CONFIG_USB_SERIAL_IPW=m
-# CONFIG_USB_SERIAL_IUU is not set
-# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
-# CONFIG_USB_SERIAL_KEYSPAN is not set
-# CONFIG_USB_SERIAL_KLSI is not set
-# CONFIG_USB_SERIAL_KOBIL_SCT is not set
-# CONFIG_USB_SERIAL_MCT_U232 is not set
+CONFIG_USB_SERIAL_KEYSPAN_PDA=m
+CONFIG_USB_SERIAL_KEYSPAN=m
+CONFIG_USB_SERIAL_KEYSPAN_MPR=y
+CONFIG_USB_SERIAL_KEYSPAN_USA28=y
+CONFIG_USB_SERIAL_KEYSPAN_USA28X=y
+CONFIG_USB_SERIAL_KEYSPAN_USA28XA=y
+CONFIG_USB_SERIAL_KEYSPAN_USA28XB=y
+CONFIG_USB_SERIAL_KEYSPAN_USA19=y
+CONFIG_USB_SERIAL_KEYSPAN_USA18X=y
+CONFIG_USB_SERIAL_KEYSPAN_USA19W=y
+CONFIG_USB_SERIAL_KEYSPAN_USA19QW=y
+CONFIG_USB_SERIAL_KEYSPAN_USA19QI=y
+CONFIG_USB_SERIAL_KEYSPAN_USA49W=y
+CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y
+CONFIG_USB_SERIAL_KLSI=m
+CONFIG_USB_SERIAL_KOBIL_SCT=m
+CONFIG_USB_SERIAL_MCT_U232=m
CONFIG_USB_SERIAL_MOS7720=m
-# CONFIG_USB_SERIAL_MOS7715_PARPORT is not set
CONFIG_USB_SERIAL_MOS7840=m
-# CONFIG_USB_SERIAL_MOTOROLA is not set
CONFIG_USB_SERIAL_NAVMAN=m
-# CONFIG_USB_SERIAL_PL2303 is not set
+CONFIG_USB_SERIAL_PL2303=m
CONFIG_USB_SERIAL_OTI6858=m
-# CONFIG_USB_SERIAL_QCAUX is not set
-# CONFIG_USB_SERIAL_QUALCOMM is not set
-# CONFIG_USB_SERIAL_SPCP8X5 is not set
-# CONFIG_USB_SERIAL_HP4X is not set
-# CONFIG_USB_SERIAL_SAFE is not set
-# CONFIG_USB_SERIAL_SIEMENS_MPI is not set
-# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
-# CONFIG_USB_SERIAL_SYMBOL is not set
-# CONFIG_USB_SERIAL_TI is not set
-# CONFIG_USB_SERIAL_CYBERJACK is not set
-# CONFIG_USB_SERIAL_XIRCOM is not set
-CONFIG_USB_SERIAL_WWAN=m
+CONFIG_USB_SERIAL_HP4X=m
+CONFIG_USB_SERIAL_SAFE=m
+# CONFIG_USB_SERIAL_SAFE_PADDED is not set
+CONFIG_USB_SERIAL_SIERRAWIRELESS=m
+CONFIG_USB_SERIAL_TI=m
+CONFIG_USB_SERIAL_CYBERJACK=m
+CONFIG_USB_SERIAL_XIRCOM=m
CONFIG_USB_SERIAL_OPTION=m
CONFIG_USB_SERIAL_OMNINET=m
-# CONFIG_USB_SERIAL_OPTICON is not set
-# CONFIG_USB_SERIAL_VIVOPAY_SERIAL is not set
-# CONFIG_USB_SERIAL_ZIO is not set
-# CONFIG_USB_SERIAL_SSU100 is not set
# CONFIG_USB_SERIAL_DEBUG is not set
+CONFIG_USB_EZUSB=y
#
# USB Miscellaneous drivers
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/genkernel:master commit in: arch/x86_64/
@ 2014-06-25 19:10 Jorge Manuel B. S. Vicetto
0 siblings, 0 replies; 7+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2014-06-25 19:10 UTC (permalink / raw
To: gentoo-commits
commit: 35d7275d87ee8c6831c3e92e1885701e0466b0bd
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 25 19:06:38 2014 +0000
Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Wed Jun 25 19:06:38 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=35d7275d
Add support for more nic drivers to netboot - forgot to add x86_64 config.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo.org>
---
arch/x86_64/modules_load | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86_64/modules_load b/arch/x86_64/modules_load
index 777ded4..1c33a96 100644
--- a/arch/x86_64/modules_load
+++ b/arch/x86_64/modules_load
@@ -14,7 +14,7 @@ MODULES_SCSI="sd_mod sg sr_mod aic79xx aic7xxx aic7xxx_old arcmsr BusLogic ncr53
MODULES_WAITSCAN="scsi_wait_scan"
# Hardware (Network)
-MODULES_NET="e1000 tg3"
+MODULES_NET="atl1c bnx2 e1000 igb pcnet32 r8169 sky2 tg3 virtio_net vmxnet3"
# iSCSI support
MODULES_ISCSI="scsi_transport_iscsi libiscsi iscsi_tcp"
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2019-12-05 23:52 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-04 5:29 [gentoo-commits] proj/genkernel:master commit in: arch/x86_64/ Robin H. Johnson
-- strict thread matches above, loose matches on Subject: below --
2019-12-05 23:52 Thomas Deutschmann
2019-12-05 23:52 Thomas Deutschmann
2019-12-05 23:52 Thomas Deutschmann
2019-07-18 17:32 Thomas Deutschmann
2019-03-26 12:38 Thomas Deutschmann
2014-06-25 19:10 Jorge Manuel B. S. Vicetto
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox