Author: yongari Date: Wed Mar 4 01:50:00 2009 New Revision: 189334 URL: http://svn.freebsd.org/changeset/base/189334
Log: Enable ale(4) in GENERIC. Modified: stable/7/sys/amd64/conf/GENERIC stable/7/sys/i386/conf/GENERIC Modified: stable/7/sys/amd64/conf/GENERIC ============================================================================== --- stable/7/sys/amd64/conf/GENERIC Wed Mar 4 01:47:50 2009 (r189333) +++ stable/7/sys/amd64/conf/GENERIC Wed Mar 4 01:50:00 2009 (r189334) @@ -193,7 +193,7 @@ device vx # 3Com 3c590, 3c595 (``Vorte # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support device age # Attansic/Atheros L1 Gigabit Ethernet -#device ale # Atheros AR8121/AR8113/AR8114 Ethernet +device ale # Atheros AR8121/AR8113/AR8114 Ethernet device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet device bfe # Broadcom BCM440x 10/100 Ethernet device bge # Broadcom BCM570xx Gigabit Ethernet Modified: stable/7/sys/i386/conf/GENERIC ============================================================================== --- stable/7/sys/i386/conf/GENERIC Wed Mar 4 01:47:50 2009 (r189333) +++ stable/7/sys/i386/conf/GENERIC Wed Mar 4 01:50:00 2009 (r189334) @@ -204,7 +204,7 @@ device vx # 3Com 3c590, 3c595 (``Vorte # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support device age # Attansic/Atheros L1 Gigabit Ethernet -#device ale # Atheros AR8121/AR8113/AR8114 Ethernet +device ale # Atheros AR8121/AR8113/AR8114 Ethernet device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet device bfe # Broadcom BCM440x 10/100 Ethernet device bge # Broadcom BCM570xx Gigabit Ethernet _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
