head	1.4;
access;
symbols
	RELENG_8_3_0_RELEASE:1.3.2.2
	RELENG_8_3:1.3.2.2.0.6
	RELENG_8_3_BP:1.3.2.2
	RELENG_7_4_0_RELEASE:1.2.12.1
	RELENG_8_2_0_RELEASE:1.3.2.2
	RELENG_7_4:1.2.0.12
	RELENG_7_4_BP:1.2
	RELENG_8_2:1.3.2.2.0.4
	RELENG_8_2_BP:1.3.2.2
	RELENG_8_1_0_RELEASE:1.3.2.2
	RELENG_8_1:1.3.2.2.0.2
	RELENG_8_1_BP:1.3.2.2
	RELENG_7_3_0_RELEASE:1.2.10.1
	RELENG_7_3:1.2.0.10
	RELENG_7_3_BP:1.2
	RELENG_8_0_0_RELEASE:1.3.2.1.2.1
	RELENG_8_0:1.3.2.1.0.2
	RELENG_8_0_BP:1.3.2.1
	RELENG_8:1.3.0.2
	RELENG_8_BP:1.3
	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.11.26.12.41.43;	author mav;	state dead;
branches;
next	1.3;

1.3
date	2009.02.23.21.19.18;	author thompsa;	state Exp;
branches
	1.3.2.1;
next	1.2;

1.2
date	2006.03.11.08.42.08;	author sos;	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	2006.03.10.19.15.20;	author sos;	state Exp;
branches;
next	;

1.3.2.1
date	2009.08.03.08.13.06;	author kensmith;	state Exp;
branches
	1.3.2.1.2.1;
next	1.3.2.2;

1.3.2.2
date	2009.12.02.10.47.11;	author mav;	state dead;
branches;
next	;

1.3.2.1.2.1
date	2009.10.25.01.10.29;	author kensmith;	state Exp;
branches;
next	;

1.2.2.1
date	2012.11.17.08.06.44;	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.26;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.4
log
@SVN rev 199822 on 2009-11-26 12:41:43Z by mav

Drop USB mass storage devices support from ata(4). It is out of the build as
long as I remember, and completely superseded by better maintained umass(4).
It's main idea was to optionally avoid CAM dependency for such devices, but
with move ATA to CAM, it is not actual any more.

No objections:	hselasky@@, thompsa@@, arch@@
@
text
@# $FreeBSD: src/sys/modules/ata/atausb/Makefile,v 1.3 2009/02/23 21:19:18 thompsa Exp $

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

KMOD=	atausb
SRCS=	ata-usb.c
SRCS+=	opt_bus.h opt_usb.h opt_ata.h usbdevs.h
SRCS+=	ata_if.h device_if.h bus_if.h pci_if.h usb_if.h

.include <bsd.kmod.mk>
@


1.3
log
@SVN rev 188957 on 2009-02-23 21:19:18Z by thompsa

Move the uaudio and ata-usb drivers into their correct locations.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.3.2.1
log
@SVN rev 196045 on 2009-08-03 08:13:06Z by kensmith

Copy head to stable/8 as part of 8.0 Release cycle.

Approved by:	re (Implicit)
@
text
@@


1.3.2.2
log
@SVN rev 200024 on 2009-12-02 10:47:11Z by mav

MFC r199822:
Drop USB mass storage devices support from ata(4). It is out of the build as
long as I remember, and completely superseded by better maintained umass(4).
It's main idea was to optionally avoid CAM dependency for such devices, but
with move ATA to CAM, it is not actual any more.

No objections:  hselasky@@, thompsa@@, arch@@
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/ata/atausb/Makefile,v 1.3.2.1 2009/08/03 08:13:06 kensmith Exp $
@


1.3.2.1.2.1
log
@SVN rev 198460 on 2009-10-25 01:10:29Z by kensmith

Copy stable/8 to releng/8.0 as part of 8.0-RELEASE release procedure.

Approved by:	re (implicit)
@
text
@@


1.2
log
@Remove debug flag.

Spotted by: ru@@
@
text
@d7 2
a8 1
SRCS+=  opt_usb.h opt_ata.h ata_if.h device_if.h bus_if.h pci_if.h
@


1.2.2.1
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/7/sys/modules/ata/atausb/Makefile 156566 2006-03-11 08:42:08Z sos $
@


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/ata/atausb/Makefile 156566 2006-03-11 08:42:08Z sos $
@


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 atausb module
@
text
@a4 1
CFLAGS+=-g
@

