switch (fdtype) {
case FT_ETHERNET:
/* Set NONBLOCK to avoid waiting for a device driver to become ready */
- fcntl(np->fdp->fd, F_SETFL, fcntl(np->fdp->fd, F_GETFL) | O_NONBLOCK);
+ /* Outcommented again to make the orinoco driver work. See doc of
+ orinoco */
+ fcntl(np->fdp->fd, F_SETFL, fcntl(np->fdp->fd, F_GETFL) /*| O_NONBLOCK*/);
if (ioctl(np->fdp->fd, NWIOGETHSTAT, ðstat) < 0) {
/* Not an Ethernet. */
close(fdp->fd);
esac
done
-USRMB=400
+USRMB=650
USRBLOCKS="`expr $USRMB \* 1024 \* 1024 / $BS`"
USRSECTS="`expr $USRMB \* 1024 \* 2`"
if [ "$COPY" -ne 1 ]
then
echo " * Doing new svn export"
- REPO=https://gforge.cs.vu.nl/svn/minix/trunk/$SRC
+ REPO="`cd ../ && svn info | grep '^URL: ' | awk '{ print $2 }'`"
+ DIRNAME=`basename $REPO`
REVISION="`svn info $USERNAME $SVNREV $REPO | grep '^Revision: ' | awk '{ print $2 }'`"
echo "Doing export of revision $REVISION from $REPO."
- ( cd $RELEASEDIR/usr && svn $USERNAME export -r$REVISION $REPO )
+ ( cd $RELEASEDIR/usr && svn $USERNAME export -r$REVISION $REPO && mv $DIRNAME $SRC )
REVTAG=r$REVISION
echo "