[PC-BSD Commits] r2337 - pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts
svn at pcbsd.org
svn at pcbsd.org
Mon Jul 14 10:59:27 PDT 2008
Author: kris
Date: 2008-07-14 10:59:27 -0700 (Mon, 14 Jul 2008)
New Revision: 2337
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 "et" driver to list of NICS we can detect at install time
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetConfig.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetConfig.sh 2008-07-14 17:58:12 UTC (rev 2336)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetConfig.sh 2008-07-14 17:59:27 UTC (rev 2337)
@@ -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 fe ie lnc sn xe an awi wi nve iwi ipw nfe msk wpi"
+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"
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-07-14 17:58:12 UTC (rev 2336)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetDetect.sh 2008-07-14 17:59:27 UTC (rev 2337)
@@ -7,7 +7,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 fe ie lnc sn xe an awi wi nve nfe msk iwi wpi"
+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 nfe msk iwi wpi"
for i in $NIC; do
More information about the Commits
mailing list