From da7d53581a0ff3408b66f4836833a928350e2585 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Wed, 17 Feb 2010 09:03:14 -0800 Subject: [PATCH] kernel - if_alc - Add to conf/files, GENERIC, X86_64_GENERIC, and LINT * Add if_alc to the general build. --- sys/conf/files | 1 + sys/config/GENERIC | 1 + sys/config/LINT | 1 + sys/config/X86_64_GENERIC | 1 + 4 files changed, 4 insertions(+) diff --git a/sys/conf/files b/sys/conf/files index 352f1d11ce..8027169a94 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -287,6 +287,7 @@ dev/netif/ath/ath/if_ath.c optional ath \ compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}" dev/netif/ath/ath/if_ath_pci.c optional ath pci \ compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}" +dev/netif/alc/if_alc.c optional alc dev/netif/ale/if_ale.c optional ale dev/netif/bce/if_bce.c optional bce dev/netif/bfe/if_bfe.c optional bfe diff --git a/sys/config/GENERIC b/sys/config/GENERIC index 385de25fdc..6b1bc9842c 100644 --- a/sys/config/GENERIC +++ b/sys/config/GENERIC @@ -229,6 +229,7 @@ device ig_hal # Intel PRO/1000 hardware abstraction layer device miibus # MII bus support device ae # Attansic/Atheros L2 Fast Ethernet device age # Attansic/Atheros L1 Gigabit Ethernet +device alc # Atheros AR8131/AR8132 device ale # Atheros AR8121/AR8113/AR8114 device bce # Broadcom NetXtreme II Gigabit Ethernet device bfe # Broadcom BCM440x 10/100 Ethernet diff --git a/sys/config/LINT b/sys/config/LINT index 74644568a0..84c8dbffdd 100644 --- a/sys/config/LINT +++ b/sys/config/LINT @@ -1952,6 +1952,7 @@ device miibus # PCI Ethernet NICs that use the common MII bus controller code. device ae # Attansic/Atheros L2 Fast Ethernet +device alc # Atheros AR8131/AR8132 device ale # Atheros AR8121/AR8113/AR8114 device age # Attansic/Atheros L1 Gigabit Ethernet device bce # Broadcom NetXtreme II Gigabit Ethernet diff --git a/sys/config/X86_64_GENERIC b/sys/config/X86_64_GENERIC index 8ac2b32109..8598b7497f 100644 --- a/sys/config/X86_64_GENERIC +++ b/sys/config/X86_64_GENERIC @@ -204,6 +204,7 @@ device ig_hal # Intel PRO/1000 hardware abstraction layer device miibus # MII bus support device ae # Attansic/Atheros L2 Fast Ethernet device age # Attansic/Atheros L1 Gigabit Ethernet +device alc # Atheros AR8131/AR8132 device ale # Atheros AR8121/AR8113/AR8114 device bce # Broadcom NetXtreme II Gigabit Ethernet device bfe # Broadcom BCM440x 10/100 Ethernet -- 2.41.0