head	1.3;
access;
symbols
	RELENG_7_4_0_RELEASE:1.3.2.1.6.1
	RELENG_7_4:1.3.2.1.0.6
	RELENG_7_4_BP:1.3.2.1
	RELENG_7_3_0_RELEASE:1.3.2.1.4.1
	RELENG_7_3:1.3.2.1.0.4
	RELENG_7_3_BP:1.3.2.1
	RELENG_7_2_0_RELEASE:1.3.2.1.2.1
	RELENG_7_2:1.3.2.1.0.2
	RELENG_7_2_BP:1.3.2.1
	RELENG_7:1.3.0.2;
locks; strict;
comment	@# @;


1.3
date	2009.02.23.18.16.17;	author thompsa;	state dead;
branches
	1.3.2.1;
next	1.2;

1.2
date	2008.10.24.07.19.09;	author n_hibma;	state Exp;
branches;
next	1.1;

1.1
date	2008.10.09.21.25.01;	author n_hibma;	state Exp;
branches;
next	;

1.3.2.1
date	2009.03.22.16.27.14;	author n_hibma;	state Exp;
branches
	1.3.2.1.2.1
	1.3.2.1.4.1
	1.3.2.1.6.1;
next	1.3.2.2;

1.3.2.2
date	2012.11.17.08.06.58;	author svnexp;	state Exp;
branches;
next	;

1.3.2.1.2.1
date	2009.04.15.03.14.26;	author kensmith;	state Exp;
branches;
next	;

1.3.2.1.4.1
date	2010.02.10.00.26.20;	author kensmith;	state Exp;
branches;
next	;

1.3.2.1.6.1
date	2010.12.21.17.10.29;	author kensmith;	state Exp;
branches;
next	1.3.2.1.6.2;

1.3.2.1.6.2
date	2012.11.17.08.17.28;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.3
log
@SVN rev 188939 on 2009-02-23 18:16:17Z by thompsa

Move usb to a graveyard location under sys/legacy/dev, it is intended that the
new USB2 stack will fully replace this for 8.0.

Remove kernel modules, a subsequent commit will update conf/files. Unhook
usbdevs from the build.
@
text
@# $FreeBSD: src/sys/modules/u3g/Makefile,v 1.2 2008/10/24 07:19:09 n_hibma Exp $

.PATH: ${.CURDIR}/../../dev/usb

KMOD=	u3g
SRCS=	opt_usb.h opt_u3g.h \
	device_if.h bus_if.h \
	usbdevs.h \
	ucomvar.h \
	u3g.c 

.include <bsd.kmod.mk>
@


1.3.2.1
log
@SVN rev 190268 on 2009-03-22 16:27:14Z by n_hibma

MFC the (current) u3g driver, a driver for USB based 3G cards and dongles.

This includes changes to ubsa (removing attachment from that device),
and small changes to ucom.

Note: A change to umass reducing the attach priority for it was committed
already.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.3.2.2
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/7/sys/modules/u3g/Makefile 190268 2009-03-22 16:27:14Z n_hibma $
@


1.3.2.1.6.1
log
@SVN rev 216618 on 2010-12-21 17:10:29Z by kensmith

Copy stable/7 to releng/7.4 in preparation for FreeBSD-7.4 release.

Approved by:	re (implicit)
@
text
@@


1.3.2.1.6.2
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: releng/7.4/sys/modules/u3g/Makefile 190268 2009-03-22 16:27:14Z n_hibma $
@


1.3.2.1.4.1
log
@SVN rev 203736 on 2010-02-10 00:26:20Z by kensmith

Copy stable/7 to releng/7.3 as part of the 7.3-RELEASE process.

Approved by:	re (implicit)
@
text
@@


1.3.2.1.2.1
log
@SVN rev 191087 on 2009-04-15 03:14:26Z by kensmith

Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.

Approved by:	re (implicit)
@
text
@@


1.2
log
@SVN rev 184221 on 2008-10-24 07:19:09Z by n_hibma

After adding U3G_DEBUG to LINT we need to create the opt_u3g.h file when
building the module.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1
log
@SVN rev 183735 on 2008-10-09 21:25:01Z by n_hibma

Say hello to the u3g driver, implementing support for 3G modems.

This was located in the ubsa driver, but should be moved into a separate
driver:

- 3G modems provide multiple serial ports to allow AT commands while the PPP
  connection is up.
- 3G modems do not provide baud rate or other serial port settings.
- Huawei cards need specific initialisation.
- ubsa is for Belkin adapters, an Linuxy choice for another device like 3G.

Speeds achieved here with a weak signal at best is ~40kb/s (UMTS). No spooky
STALLED messages as well.

Next: Move over all entries for Sierra and Novatel cards once I have found
testers, and implemented serial port enumeration for Sierra (or rather have
Andrea Guzzo do it). They list all endpoints in 1 iface instead of 4 ifaces.

Submitted by:	aguzzo@@anywi.com
MFC after:	3 weeks
@
text
@d6 5
a10 1
SRCS=	u3g.c ucomvar.h opt_usb.h device_if.h bus_if.h usbdevs.h
@

