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.10.09.19.22.00;	author n_hibma;	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/ehci/Makefile,v 1.1 2008/10/09 19:22:00 n_hibma Exp $

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

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

KMOD=	ehci
SRCS=	bus_if.h device_if.h \
	opt_usb.h \
	ehci_pci.c ehci.c ehcireg.h ehcivar.h \
	pci_if.h

.include <bsd.kmod.mk>
@


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$
@

