From e8e8c780313e4f6e372a442d140dba9162910739 Mon Sep 17 00:00:00 2001 From: Sepherosa Ziehau Date: Mon, 13 Jul 2009 14:03:24 +0800 Subject: [PATCH] Add ae(4) to LINT and GENERIC --- sys/conf/files | 1 + sys/config/GENERIC | 1 + sys/config/LINT | 1 + 3 files changed, 3 insertions(+) diff --git a/sys/conf/files b/sys/conf/files index fcda4c5e4b..1e162f2c95 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -121,6 +121,7 @@ dev/disk/advansys/adw_pci.c optional adw pci dev/disk/advansys/adwcam.c optional adw dev/disk/advansys/adwlib.c optional adw dev/disk/advansys/adwmcode.c optional adw +dev/netif/ae/if_ae.c optional ae dev/netif/an/if_an.c optional an dev/netif/an/if_an_isa.c optional an isa dev/netif/an/if_an_pci.c optional an pci diff --git a/sys/config/GENERIC b/sys/config/GENERIC index ce95eb10f4..4d384923a0 100644 --- a/sys/config/GENERIC +++ b/sys/config/GENERIC @@ -223,6 +223,7 @@ device ig_hal # Intel PRO/1000 hardware abstraction layer # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support +device ae # Attansic/Atheros L2 Fast Ethernet 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 8505e537e5..c84b383146 100644 --- a/sys/config/LINT +++ b/sys/config/LINT @@ -1944,6 +1944,7 @@ device trm # Tekram DC395U/UW/F and DC315U device miibus # PCI Ethernet NICs that use the common MII bus controller code. +device ae # Attansic/Atheros L2 Fast Ethernet device ale # Atheros AR8121/AR8113/AR8114 device bce # Broadcom NetXtreme II Gigabit Ethernet device bfe # Broadcom BCM440x 10/100 Ethernet -- 2.41.0