Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 May 2010 22:57:16 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r208015 - head/sys/dev/usb/serial
Message-ID:  <201005122257.o4CMvGG7048605@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thompsa
Date: Wed May 12 22:57:16 2010
New Revision: 208015
URL: http://svn.freebsd.org/changeset/base/208015

Log:
  Increase the max ports to 12, 3G devices exist where the ppp endpoint is #9.
  
  Requested by:	n_hibma

Modified:
  head/sys/dev/usb/serial/u3g.c

Modified: head/sys/dev/usb/serial/u3g.c
==============================================================================
--- head/sys/dev/usb/serial/u3g.c	Wed May 12 22:55:45 2010	(r208014)
+++ head/sys/dev/usb/serial/u3g.c	Wed May 12 22:57:16 2010	(r208015)
@@ -71,7 +71,7 @@ SYSCTL_INT(_hw_usb_u3g, OID_AUTO, debug,
     &u3g_debug, 0, "Debug level");
 #endif
 
-#define	U3G_MAXPORTS		8
+#define	U3G_MAXPORTS		12
 #define	U3G_CONFIG_INDEX	0
 #define	U3G_BSIZE		2048
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005122257.o4CMvGG7048605>