Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109472452
D44103.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D44103.diff
View Options
diff --git a/sys/arm64/conf/NOTES b/sys/arm64/conf/NOTES
--- a/sys/arm64/conf/NOTES
+++ b/sys/arm64/conf/NOTES
@@ -93,6 +93,7 @@
device smc # SMSC LAN91C111
device vnic # Cavium ThunderX NIC
device al_eth # Annapurna Alpine Ethernet NIC
+device dwc # Synopsys Designware GMAC Ethernet
device dwc_rk # Rockchip Designware
device dwc_socfpga # Altera SOCFPGA Ethernet MAC
device ice # Intel 800 Series Physical Function
diff --git a/sys/arm64/conf/std.altera b/sys/arm64/conf/std.altera
--- a/sys/arm64/conf/std.altera
+++ b/sys/arm64/conf/std.altera
@@ -12,6 +12,7 @@
device uart_snps
# Ethernet NICs
+device dwc # Synopsys DesignWare GMAC controller
device dwc_socfpga # Altera SOCFPGA Ethernet MAC
# MMC/SD/SDIO Card slot support
diff --git a/sys/arm64/conf/std.rockchip b/sys/arm64/conf/std.rockchip
--- a/sys/arm64/conf/std.rockchip
+++ b/sys/arm64/conf/std.rockchip
@@ -35,6 +35,7 @@
device uart_snps
# Ethernet NICs
+device dwc # Synopsys DesignWare GMAC controller
device dwc_rk # Rockchip Designware
device eqos # Synopsys Designware Ethernet QoS controller
diff --git a/sys/conf/files b/sys/conf/files
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1591,6 +1591,10 @@
dev/drm2/ttm/ttm_memory.c optional drm2
dev/drm2/ttm/ttm_page_alloc.c optional drm2
dev/drm2/ttm/ttm_bo_vm.c optional drm2
+dev/dwc/if_dwc.c optional dwc fdt
+dev/dwc/if_dwc_if.m optional dwc fdt
+dev/dwc/dwc1000_core.c optional dwc fdt
+dev/dwc/dwc1000_dma.c optional dwc fdt
dev/efidev/efidev.c optional efirt
dev/efidev/efirt.c optional efirt
dev/efidev/efirtc.c optional efirt
diff --git a/sys/conf/files.arm b/sys/conf/files.arm
--- a/sys/conf/files.arm
+++ b/sys/conf/files.arm
@@ -86,10 +86,6 @@
crypto/des/des_enc.c optional netsmb
dev/cpufreq/cpufreq_dt.c optional cpufreq fdt
-dev/dwc/if_dwc.c optional dwc
-dev/dwc/if_dwc_if.m optional dwc
-dev/dwc/dwc1000_core.c optional dwc
-dev/dwc/dwc1000_dma.c optional dwc
dev/fb/fb.c optional sc
dev/fdt/fdt_arm_platform.c optional platform fdt
dev/video/crtc_if.m optional vt
diff --git a/sys/conf/files.arm64 b/sys/conf/files.arm64
--- a/sys/conf/files.arm64
+++ b/sys/conf/files.arm64
@@ -258,10 +258,6 @@
dev/dpaa2/memac_mdio_if.m optional soc_nxp_ls dpaa2 acpi | soc_nxp_ls dpaa2 fdt
# Synopsys DesignWare Ethernet Controller
-dev/dwc/if_dwc.c optional fdt dwc_rk soc_rockchip_rk3328 | fdt dwc_rk soc_rockchip_rk3399 | fdt dwc_socfpga soc_intel_stratix10
-dev/dwc/if_dwc_if.m optional fdt dwc_rk soc_rockchip_rk3328 | fdt dwc_rk soc_rockchip_rk3399 | fdt dwc_socfpga soc_intel_stratix10
-dev/dwc/dwc1000_core.c optional fdt dwc_rk soc_rockchip_rk3328 | fdt dwc_rk soc_rockchip_rk3399 | fdt dwc_socfpga soc_intel_stratix10
-dev/dwc/dwc1000_dma.c optional fdt dwc_rk soc_rockchip_rk3328 | fdt dwc_rk soc_rockchip_rk3399 | fdt dwc_socfpga soc_intel_stratix10
dev/dwc/if_dwc_rk.c optional fdt dwc_rk soc_rockchip_rk3328 | fdt dwc_rk soc_rockchip_rk3399
dev/dwc/if_dwc_socfpga.c optional fdt dwc_socfpga
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Feb 6, 12:51 PM (21 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16493685
Default Alt Text
D44103.diff (2 KB)
Attached To
Mode
D44103: conf: deduplicate dwc config logic
Attached
Detach File
Event Timeline
Log In to Comment