head	1.2;
access;
symbols
	RELENG_7_4_0_RELEASE:1.2.2.2.4.1
	RELENG_7_4:1.2.2.2.0.4
	RELENG_7_4_BP:1.2.2.2
	RELENG_7_3_0_RELEASE:1.2.2.2.2.1
	RELENG_7_3:1.2.2.2.0.2
	RELENG_7_3_BP:1.2.2.2
	RELENG_7:1.2.0.2;
locks; strict;
comment	@# @;


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

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

1.2.2.1
date	2009.08.13.08.18.29;	author n_hibma;	state dead;
branches;
next	1.2.2.2;

1.2.2.2
date	2009.08.13.08.18.29;	author n_hibma;	state Exp;
branches
	1.2.2.2.2.1
	1.2.2.2.4.1;
next	1.2.2.3;

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

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

1.2.2.2.4.1
date	2010.12.21.17.10.29;	author kensmith;	state Exp;
branches;
next	1.2.2.2.4.2;

1.2.2.2.4.2
date	2012.11.17.08.17.28;	author svnexp;	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/uhci/Makefile,v 1.1 2008/10/09 19:22:00 n_hibma Exp $

S=	${.CURDIR}/../..

.PATH: $S/dev/usb $S/pci

KMOD=	uhci
SRCS=	bus_if.h device_if.h \
	opt_usb.h \
	uhci_pci.c uhci.c uhcireg.h uhcivar.h \
	pci_if.h

.include <bsd.kmod.mk>
@


1.2.2.1
log
@file Makefile was added on branch RELENG_7 on 2009-08-13 08:18:53 +0000
@
text
@d1 13
@


1.2.2.2
log
@SVN rev 196168 on 2009-08-13 08:18:29Z by n_hibma

Add these two modules to enable loading of 'the other' host controller
if only one was compiled into the kernel.

This happens on a laptop with an Intel chipset (UHCI) to which an Option
3G Cardbus card is added (which contains a NEC USB host controller
(OHCI)).
@
text
@a0 12
# $FreeBSD$

S=	${.CURDIR}/../..

.PATH: $S/dev/usb $S/pci

KMOD=	uhci
SRCS=	bus_if.h device_if.h usb_if.h usb_if.c opt_usb.h
SRCS+=	uhci_pci.c uhci.c uhcireg.h uhcivar.h
SRCS+=	opt_bus.h pci_if.h

.include <bsd.kmod.mk>
@


1.2.2.3
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/7/sys/modules/uhci/Makefile 196168 2009-08-13 08:18:29Z n_hibma $
@


1.2.2.2.4.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.2.2.2.4.2
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: releng/7.4/sys/modules/uhci/Makefile 196168 2009-08-13 08:18:29Z n_hibma $
@


1.2.2.2.2.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.1
log
@SVN rev 183728 on 2008-10-09 19:22:00Z by n_hibma

Add modules for the HCI part of USB. This is convenient when having a UHCI
controller in your laptop but inserting a (OHCI-based) Option Cardbus card.
@
text
@d1 1
a1 1
# $FreeBSD$
@

