head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2009.02.23.18.16.17;	author thompsa;	state dead;
branches;
next	1.1;

1.1
date	2008.08.11.03.57.31;	author weongyo;	state Exp;
branches;
next	;


desc
@@


1.2
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
@# Conexant/Intersil PrismGT SoftMAC(GW3887) USB devices
#
# $FreeBSD: src/sys/modules/upgt/Makefile,v 1.1 2008/08/11 03:57:31 weongyo Exp $

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

KMOD    = if_upgt
SRCS    = if_upgt.c opt_usb.h device_if.h bus_if.h usbdevs.h

.include <bsd.kmod.mk>
@


1.1
log
@SVN rev 181575 on 2008-08-11 03:57:31Z by weongyo

Add Conexant/Intersil PrismGT SoftMAC wireless USB driver - upgt(4).

This driver supports GW3887 based chipsets and works on
x86/powerpc/sparc64.  You need upgtfw kernel module before loading
upgt(4).  Please see the manpage.

Obtained from:	OpenBSD
@
text
@d3 1
a3 1
# $FreeBSD$
@

