From owner-cvs-src-old@FreeBSD.ORG Wed Dec 2 10:48:37 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CBED1065692 for ; Wed, 2 Dec 2009 10:48:37 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 591F28FC08 for ; Wed, 2 Dec 2009 10:48:37 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nB2AmbXk019810 for ; Wed, 2 Dec 2009 10:48:37 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nB2AmbfH019809 for cvs-src-old@freebsd.org; Wed, 2 Dec 2009 10:48:37 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <200912021048.nB2AmbfH019809@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Wed, 2 Dec 2009 10:47:11 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sbin/atacontrol atacontrol.c src/sys/conf files src/sys/dev/ata ata-all.c ata-usb.c src/sys/modules/ata/atausb Makefile src/sys/sys ata.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Dec 2009 10:48:37 -0000 mav 2009-12-02 10:47:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sbin/atacontrol atacontrol.c sys/conf files sys/dev/ata ata-all.c sys/sys ata.h Removed files: (Branch: RELENG_8) sys/dev/ata ata-usb.c sys/modules/ata/atausb Makefile 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@ Revision Changes Path 1.52.2.2 +0 -6 src/sbin/atacontrol/atacontrol.c 1.1459.2.10 +0 -1 src/sys/conf/files 1.308.2.4 +0 -3 src/sys/dev/ata/ata-all.c 1.20.2.2 +0 -1127 src/sys/dev/ata/ata-usb.c (dead) 1.3.2.2 +0 -10 src/sys/modules/ata/atausb/Makefile (dead) 1.41.2.4 +0 -3 src/sys/sys/ata.h