head	1.8;
access;
symbols
	RELENG_7_4_0_RELEASE:1.7.24.1
	RELENG_7_4:1.7.0.24
	RELENG_7_4_BP:1.7
	RELENG_7_3_0_RELEASE:1.7.22.1
	RELENG_7_3:1.7.0.22
	RELENG_7_3_BP:1.7
	RELENG_7_2_0_RELEASE:1.7.20.1
	RELENG_7_2:1.7.0.20
	RELENG_7_2_BP:1.7
	RELENG_7_1_0_RELEASE:1.7.18.1
	RELENG_6_4_0_RELEASE:1.7.16.1
	RELENG_7_1:1.7.0.18
	RELENG_7_1_BP:1.7
	RELENG_6_4:1.7.0.16
	RELENG_6_4_BP:1.7
	RELENG_7_0_0_RELEASE:1.7
	RELENG_6_3_0_RELEASE:1.7
	RELENG_7_0:1.7.0.14
	RELENG_7_0_BP:1.7
	RELENG_6_3:1.7.0.12
	RELENG_6_3_BP:1.7
	RELENG_7:1.7.0.10
	RELENG_7_BP:1.7
	RELENG_6_2_0_RELEASE:1.7
	RELENG_6_2:1.7.0.8
	RELENG_6_2_BP:1.7
	RELENG_5_5_0_RELEASE:1.6
	RELENG_5_5:1.6.0.8
	RELENG_5_5_BP:1.6
	RELENG_6_1_0_RELEASE:1.7
	RELENG_6_1:1.7.0.6
	RELENG_6_1_BP:1.7
	RELENG_6_0_0_RELEASE:1.7
	RELENG_6_0:1.7.0.4
	RELENG_6_0_BP:1.7
	RELENG_6:1.7.0.2
	RELENG_6_BP:1.7
	RELENG_5_4_0_RELEASE:1.6
	RELENG_5_4:1.6.0.6
	RELENG_5_4_BP:1.6
	RELENG_5_3_0_RELEASE:1.6
	RELENG_5_3:1.6.0.4
	RELENG_5_3_BP:1.6
	RELENG_5:1.6.0.2
	RELENG_5_BP:1.6
	RELENG_5_2_1_RELEASE:1.5
	RELENG_5_2_0_RELEASE:1.5
	RELENG_5_2:1.5.0.6
	RELENG_5_2_BP:1.5
	RELENG_5_1_0_RELEASE:1.5
	RELENG_5_1:1.5.0.4
	RELENG_5_1_BP:1.5
	RELENG_5_0_0_RELEASE:1.5
	RELENG_5_0:1.5.0.2
	RELENG_5_0_BP:1.5
	KSE_MILESTONE_2:1.4
	KSE_PRE_MILESTONE_2:1.4
	PRE_SMPNG:1.3;
locks; strict;
comment	@# @;


1.8
date	2009.02.23.18.16.17;	author thompsa;	state dead;
branches;
next	1.7;

1.7
date	2004.12.29.08.49.51;	author imp;	state Exp;
branches
	1.7.2.1
	1.7.10.1
	1.7.16.1
	1.7.18.1
	1.7.20.1
	1.7.22.1
	1.7.24.1;
next	1.6;

1.6
date	2004.06.27.12.33.19;	author imp;	state Exp;
branches;
next	1.5;

1.5
date	2002.01.11.15.49.01;	author ru;	state Exp;
branches;
next	1.4;

1.4
date	2001.01.06.14.00.38;	author obrien;	state Exp;
branches;
next	1.3;

1.3
date	2000.05.27.01.14.28;	author peter;	state Exp;
branches;
next	1.2;

1.2
date	2000.05.04.12.08.44;	author peter;	state Exp;
branches;
next	1.1;

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

1.7.2.1
date	2012.11.17.07.44.28;	author svnexp;	state Exp;
branches;
next	;

1.7.10.1
date	2012.11.17.08.06.59;	author svnexp;	state Exp;
branches;
next	;

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

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

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

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

1.7.24.1
date	2010.12.21.17.10.29;	author kensmith;	state Exp;
branches;
next	1.7.24.2;

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


desc
@@


1.8
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/urio/Makefile,v 1.7 2004/12/29 08:49:51 imp Exp $ 

MAINTAINER=	Iwasa Kazmi <kzmi@@ca2.so-net.ne.jp>

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

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

.include <bsd.kmod.mk>
@


1.7
log
@We don't need to generate vnode_if.h anymore
@
text
@d1 1
a1 1
# $FreeBSD$ 
@


1.7.10.1
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/7/sys/modules/urio/Makefile 139399 2004-12-29 08:50:35Z imp $ 
@


1.7.2.1
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/6/sys/modules/urio/Makefile 139399 2004-12-29 08:50:35Z imp $ 
@


1.7.24.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.7.24.2
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: releng/7.4/sys/modules/urio/Makefile 139399 2004-12-29 08:50:35Z imp $ 
@


1.7.22.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.7.20.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.7.18.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.7.16.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.6
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
@d8 1
a8 1
SRCS=	bus_if.h device_if.h vnode_if.h opt_usb.h urio.c usbdevs.h
@


1.5
log
@Drop <bsd.man.mk> support from <bsd.kmod.mk>.

Not objected to by:	-current
@
text
@d8 1
a8 1
SRCS=	bus_if.h device_if.h vnode_if.h opt_usb.h urio.c
@


1.4
log
@Use a consistent style and one much closer to the rest of /usr/src
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/urio/Makefile,v 1.3 2000/05/27 01:14:28 peter Exp $ 
a8 1
NOMAN=
@


1.3
log
@Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of
encoding the relative path.
@
text
@d1 1
a1 1
#       $FreeBSD: src/sys/modules/urio/Makefile,v 1.2 2000/05/04 12:08:44 peter Exp $ 
d3 1
a3 1
MAINTAINER	 = Iwasa Kazmi <kzmi@@ca2.so-net.ne.jp>
d5 5
a9 4
.PATH:  	 ${.CURDIR}/../../dev/usb
KMOD		 = urio
SRCS		 = bus_if.h device_if.h vnode_if.h opt_usb.h urio.c
NOMAN		 =
@


1.2
log
@Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.
This means that the kernel can be totally self contained now and is not
dependent on the last buildworld to update /usr/share/mk.  This might
also make it easier to build 5.x kernels on 4.0 boxes etc, assuming
gensetdefs and config(8) are updated.
@
text
@d1 1
a1 1
#       $FreeBSD: src/sys/modules/urio/Makefile,v 1.1 2000/03/16 09:16:11 n_hibma Exp $ 
d10 1
a10 1
.include "${.CURDIR}/../../conf/kmod.mk"
@


1.1
log
@Please welcome the URio driver. Written by
Iwasa Kazmi <kzmi\@@ca2.so-net.ne.jp>
@
text
@d1 1
a1 1
#       $FreeBSD$ 
d10 1
a10 1
.include <bsd.kmod.mk>
@

