head	1.4;
access;
symbols
	RELENG_7_4_0_RELEASE:1.3.12.1
	RELENG_7_4:1.3.0.12
	RELENG_7_4_BP:1.3
	RELENG_7_3_0_RELEASE:1.3.10.1
	RELENG_7_3:1.3.0.10
	RELENG_7_3_BP:1.3
	RELENG_7_2_0_RELEASE:1.3.8.1
	RELENG_7_2:1.3.0.8
	RELENG_7_2_BP:1.3
	RELENG_7_1_0_RELEASE:1.3.6.1
	RELENG_6_4_0_RELEASE:1.2.20.1
	RELENG_7_1:1.3.0.6
	RELENG_7_1_BP:1.3
	RELENG_6_4:1.2.0.20
	RELENG_6_4_BP:1.2
	RELENG_7_0_0_RELEASE:1.3
	RELENG_6_3_0_RELEASE:1.2
	RELENG_7_0:1.3.0.4
	RELENG_7_0_BP:1.3
	RELENG_6_3:1.2.0.18
	RELENG_6_3_BP:1.2
	RELENG_7:1.3.0.2
	RELENG_7_BP:1.3
	RELENG_6_2_0_RELEASE:1.2
	RELENG_6_2:1.2.0.16
	RELENG_6_2_BP:1.2
	RELENG_5_5_0_RELEASE:1.2
	RELENG_5_5:1.2.0.14
	RELENG_5_5_BP:1.2
	RELENG_6_1_0_RELEASE:1.2
	RELENG_6_1:1.2.0.12
	RELENG_6_1_BP:1.2
	RELENG_6_0_0_RELEASE:1.2
	RELENG_6_0:1.2.0.10
	RELENG_6_0_BP:1.2
	RELENG_6:1.2.0.8
	RELENG_6_BP:1.2
	RELENG_5_4_0_RELEASE:1.2
	RELENG_5_4:1.2.0.6
	RELENG_5_4_BP:1.2
	RELENG_4_11_0_RELEASE:1.1.4.2
	RELENG_4_11:1.1.4.2.0.4
	RELENG_4_11_BP:1.1.4.2
	RELENG_5_3_0_RELEASE:1.2
	RELENG_5_3:1.2.0.4
	RELENG_5_3_BP:1.2
	RELENG_5:1.2.0.2
	RELENG_5_BP:1.2
	RELENG_4_10_0_RELEASE:1.1.4.2
	RELENG_4_10:1.1.4.2.0.2
	RELENG_4_10_BP:1.1.4.2
	RELENG_5_2_1_RELEASE:1.1
	RELENG_5_2_0_RELEASE:1.1
	RELENG_5_2:1.1.0.6
	RELENG_5_2_BP:1.1
	RELENG_4_9_0_RELEASE:1.1.4.1
	RELENG_4_9:1.1.4.1.0.2
	RELENG_4_9_BP:1.1.4.1
	RELENG_4:1.1.0.4
	RELENG_5_1_0_RELEASE:1.1
	RELENG_5_1:1.1.0.2
	RELENG_5_1_BP:1.1;
locks; strict;
comment	@# @;


1.4
date	2009.02.23.18.16.17;	author thompsa;	state dead;
branches;
next	1.3;

1.3
date	2005.09.27.18.10.37;	author mlaier;	state Exp;
branches
	1.3.2.1
	1.3.6.1
	1.3.8.1
	1.3.10.1
	1.3.12.1;
next	1.2;

1.2
date	2004.06.27.12.33.16;	author imp;	state Exp;
branches
	1.2.8.1
	1.2.20.1;
next	1.1;

1.1
date	2003.05.03.10.16.56;	author akiyama;	state Exp;
branches
	1.1.4.1;
next	;

1.3.2.1
date	2012.11.17.08.06.55;	author svnexp;	state Exp;
branches;
next	;

1.3.6.1
date	2008.11.25.02.59.29;	author kensmith;	state Exp;
branches;
next	;

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

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

1.3.12.1
date	2010.12.21.17.10.29;	author kensmith;	state Exp;
branches;
next	1.3.12.2;

1.3.12.2
date	2012.11.17.08.17.27;	author svnexp;	state Exp;
branches;
next	;

1.2.8.1
date	2012.11.17.07.44.24;	author svnexp;	state Exp;
branches;
next	;

1.2.20.1
date	2008.10.02.02.57.24;	author kensmith;	state Exp;
branches;
next	;

1.1.4.1
date	2003.07.30.13.57.36;	author akiyama;	state Exp;
branches;
next	1.1.4.2;

1.1.4.2
date	2004.03.01.00.07.25;	author julian;	state Exp;
branches;
next	1.1.4.3;

1.1.4.3
date	2012.11.17.07.26.34;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.4
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/rue/Makefile,v 1.3 2005/09/27 18:10:37 mlaier Exp $

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

KMOD=	if_rue
SRCS=	if_rue.c opt_usb.h device_if.h bus_if.h
SRCS+=	miibus_if.h usbdevs.h

.include <bsd.kmod.mk>
@


1.3
log
@Remove bridge(4) from the tree.  if_bridge(4) is a full functional
replacement and has additional features which make it superior.

Discussed on:	-arch
Reviewed by:	thompsa
X-MFC-after:	never (RELENG_6 as transition period)
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.3.2.1
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/7/sys/modules/rue/Makefile 150636 2005-09-27 18:10:43Z mlaier $
@


1.3.12.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.12.2
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: releng/7.4/sys/modules/rue/Makefile 150636 2005-09-27 18:10:43Z mlaier $
@


1.3.10.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.8.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.3.6.1
log
@SVN rev 185281 on 2008-11-25 02:59:29Z by kensmith

Create releng/7.1 in preparation for moving into RC phase of 7.1 release
cycle.

Approved by:	re (implicit)
@
text
@@


1.2
log
@Add usbdevs.h and pccarddevs.h to the build list, as appropriate.  This is needed to build as part of world or in src/sys/modules.
@
text
@d7 1
a7 1
SRCS=	if_rue.c opt_bdg.h opt_usb.h device_if.h bus_if.h
@


1.2.8.1
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/6/sys/modules/rue/Makefile 131186 2004-06-27 12:33:20Z imp $
@


1.2.20.1
log
@SVN rev 183531 on 2008-10-02 02:57:24Z by kensmith

Create releng/6.4 from stable/6 in preparation for 6.4-RC1.

Approved by:	re (implicit)
@
text
@@


1.1
log
@Add RealTek RTL8150 USB to fast Ethernet controller driver.
This driver now supports the Melco LUA-KTX and the GREEN HOUSE
GH-USB100B.

Reviewed by:	imp
MFC after:	2 weeks
@
text
@d8 1
a8 1
SRCS+=	miibus_if.h
@


1.1.4.1
log
@MFC: Add RealTek RTL8150 USB to fast Ethernet controller driver.
@
text
@d3 6
a8 6
S	= ${.CURDIR}/../..
.PATH:	$S/dev/usb
KMOD	= if_rue
SRCS	= if_rue.c opt_bdg.h opt_usb.h device_if.h bus_if.h
SRCS	+= miibus_if.h
KMODDEPS = miibus
@


1.1.4.2
log
@After Far too long, MFC something resembling the -current version of the
USB code. This will allow teh addition of USB-2 support to 4.10 and
simplify debugging as they had diverged too much.

Submitted by:	joe@@freebsd.org
Obtained from:	NeBSD via -current
@
text
@d3 6
a8 7
S=	${.CURDIR}/../..
.PATH: $S/dev/usb

KMOD=	if_rue
SRCS=	if_rue.c opt_bdg.h opt_usb.h device_if.h bus_if.h
SRCS+=	miibus_if.h
KMODDEPS= miibus
@


1.1.4.3
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/4/sys/modules/rue/Makefile 126420 2004-03-01 00:07:26Z julian $
@


