[PC-BSD Commits] r764 - pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts
svn at pcbsd.org
svn at pcbsd.org
Fri Sep 21 11:27:21 PDT 2007
Author: kris
Date: 2007-09-21 11:27:21 -0700 (Fri, 21 Sep 2007)
New Revision: 764
Modified:
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetConfig.sh
Log:
Added device ipw to auto-detect of network cards
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetConfig.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetConfig.sh 2007-09-21 18:23:30 UTC (rev 763)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.NetConfig.sh 2007-09-21 18:27:21 UTC (rev 764)
@@ -45,7 +45,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 nfe msk"
+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"
for i in $NIC; do
@@ -56,7 +56,7 @@
# Create the tray loader .desktop file
case ${i} in
- iwi|wi|awi) FLAG="-wireless" ;;
+ iwi|wi|awi|ipw) FLAG="-wireless" ;;
*) FLAG="-ethernet" ;;
esac
@@ -78,7 +78,7 @@
# Create the tray loader .desktop file
case ${i} in
- iwi|wi|awi) FLAG="-wireless" ;;
+ iwi|wi|awi|ipw) FLAG="-wireless" ;;
*) FLAG="-ethernet" ;;
esac
More information about the Commits
mailing list