[PC-BSD Commits] r2728 - pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts
svn at pcbsd.org
svn at pcbsd.org
Tue Sep 9 07:47:35 PDT 2008
Author: kris
Date: 2008-09-09 07:47:35 -0700 (Tue, 09 Sep 2008)
New Revision: 2728
Modified:
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetConfig.sh
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetDetect.sh
Log:
Added device "ae" to nic's we can auto-detect
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetConfig.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetConfig.sh 2008-09-09 14:12:56 UTC (rev 2727)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetConfig.sh 2008-09-09 14:47:35 UTC (rev 2728)
@@ -48,7 +48,7 @@
# Now Setup the DHCP for each card
config="`ifconfig -l`"
-NIC="de em ixgb txp vx bfe bge dc fxp lge nge pcn re rl sf sis sk ste ti tl tx vge vr wb xl cs ed ex ep et fe ie lnc sn xe an awi wi nve iwi ipw nfe msk wpi age le"
+NIC="de em ixgb txp vx bfe bge dc fxp lge nge pcn re rl sf sis sk ste ti tl tx vge vr wb xl cs ed ex ep et fe ie lnc sn xe an awi wi nve iwi ipw nfe msk wpi age ae le"
for i in $NIC; do
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetDetect.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetDetect.sh 2008-09-09 14:12:56 UTC (rev 2727)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetDetect.sh 2008-09-09 14:47:35 UTC (rev 2728)
@@ -9,7 +9,7 @@
config="`ifconfig -l`"
-NIC="de em ixgb txp vx bfe bge dc fxp lge nge pcn re rl sf sis sk ste ti tl tx vge vr wb xl cs ed ex ep et fe ie lnc sn xe an nve nfe msk age le"
+NIC="de em ixgb txp vx bfe bge dc fxp lge nge pcn re rl sf sis sk ste ti tl tx vge vr wb xl cs ed ex ep et fe ie lnc sn xe an nve nfe msk age ae le"
for i in $NIC; do
More information about the Commits
mailing list