svn commit: r208227 - stable/8/sys/dev/usb/serial

Andrew Thompson thompsa at FreeBSD.org
Mon May 17 23:49:32 UTC 2010


Author: thompsa
Date: Mon May 17 23:49:31 2010
New Revision: 208227
URL: http://svn.freebsd.org/changeset/base/208227

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

Modified:
  stable/8/sys/dev/usb/serial/u3g.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)
  stable/8/sys/geom/sched/   (props changed)

Modified: stable/8/sys/dev/usb/serial/u3g.c
==============================================================================
--- stable/8/sys/dev/usb/serial/u3g.c	Mon May 17 23:48:51 2010	(r208226)
+++ stable/8/sys/dev/usb/serial/u3g.c	Mon May 17 23:49:31 2010	(r208227)
@@ -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
 


More information about the svn-src-stable-8 mailing list