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	2009.01.23.05.04.49;	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
@# $FreeBSD: src/sys/modules/urtw/Makefile,v 1.1 2009/01/23 05:04:49 weongyo Exp $

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

KMOD    = if_urtw
SRCS    = if_urtw.c if_urtwvar.h if_urtwreg.h opt_usb.h device_if.h	\
	  bus_if.h usbdevs.h

.include <bsd.kmod.mk>
@


1.1
log
@SVN rev 187610 on 2009-01-23 05:04:49Z by weongyo

Add a new USB wireless driver, urtw(4) for supporting Realtek's 8187L
chipset.
@
text
@d1 1
a1 1
# $FreeBSD$
@

