head	1.4;
access;
symbols
	RELENG_7_4_0_RELEASE:1.2.12.1
	RELENG_7_4:1.2.0.12
	RELENG_7_4_BP:1.2
	RELENG_7_3_0_RELEASE:1.2.10.1
	RELENG_7_3:1.2.0.10
	RELENG_7_3_BP:1.2
	RELENG_7_2_0_RELEASE:1.2.8.1
	RELENG_7_2:1.2.0.8
	RELENG_7_2_BP:1.2
	RELENG_7_1_0_RELEASE:1.2.6.1
	RELENG_7_1:1.2.0.6
	RELENG_7_1_BP:1.2
	RELENG_7_0_0_RELEASE:1.2
	RELENG_7_0:1.2.0.4
	RELENG_7_0_BP:1.2
	RELENG_7:1.2.0.2
	RELENG_7_BP:1.2;
locks; strict;
comment	@# @;


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

1.3
date	2008.10.09.19.22.00;	author n_hibma;	state Exp;
branches;
next	1.2;

1.2
date	2007.06.20.00.29.51;	author delphij;	state Exp;
branches
	1.2.2.1
	1.2.6.1
	1.2.8.1
	1.2.10.1
	1.2.12.1;
next	1.1;

1.1
date	2005.07.14.15.57.01;	author takawata;	state Exp;
branches;
next	;

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

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

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

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

1.2.12.1
date	2010.12.21.17.10.29;	author kensmith;	state Exp;
branches;
next	1.2.12.2;

1.2.12.2
date	2012.11.17.08.17.28;	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/slhci/Makefile,v 1.3 2008/10/09 19:22:00 n_hibma Exp $

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

KMOD=	slhci
SRCS=	sl811hs.c slhci_pccard.c

SRCS+=	bus_if.h device_if.h card_if.h power_if.h \
	usbdevs.h pccarddevs.h \
	opt_slhci.h opt_usb.h \

.include <bsd.kmod.mk>
@


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


1.2
log
@Use .CURDIR when referring source code.  This fixes build
when 'make obj' was done first.  I found this when fixing
a problem reported by tinderbox, but forgot to send the
patchset to re@@ altogether.

Approved by:	re (kensmith)
@
text
@d8 3
a10 1
SRCS+= opt_slhci.h opt_usb.h device_if.h bus_if.h usbdevs.h card_if.h power_if.h pccarddevs.h
@


1.2.2.1
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/7/sys/modules/slhci/Makefile 170958 2007-06-20 00:29:51Z delphij $
@


1.2.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.2.12.2
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: releng/7.4/sys/modules/slhci/Makefile 170958 2007-06-20 00:29:51Z delphij $
@


1.2.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.2.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.2.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.1
log
@Add SL811 based host controller driver for CF usb host controller.
This is based on NetBSD slhci(4) driver for X68k amateur hardware.
For now, it will not work properly, but it can detect usb device
insertion.
@
text
@d3 1
a3 1
.PATH: ../../dev/usb
@

