From owner-freebsd-current@FreeBSD.ORG Mon Jul 9 23:39:03 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66FD2106566B for ; Mon, 9 Jul 2012 23:39:03 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) by mx1.freebsd.org (Postfix) with ESMTP id 449008FC0A for ; Mon, 9 Jul 2012 23:39:03 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.5/8.14.5) with ESMTP id q69NcvrK016371 for ; Mon, 9 Jul 2012 16:38:57 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.5/8.14.5/Submit) id q69NcvMc016364 for freebsd-current@freebsd.org; Mon, 9 Jul 2012 16:38:57 -0700 (PDT) (envelope-from sgk) Date: Mon, 9 Jul 2012 16:38:57 -0700 From: Steve Kargl To: freebsd-current@freebsd.org Message-ID: <20120709233857.GA12046@troutmask.apl.washington.edu> References: <20120709225210.GA1021@mech-aslap239.men.bris.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120709225210.GA1021@mech-aslap239.men.bris.ac.uk> User-Agent: Mutt/1.4.2.3i Subject: Re: ada,ata and cd? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2012 23:39:03 -0000 On Mon, Jul 09, 2012 at 11:52:10PM +0100, Anton Shterenlikht wrote: > I'm on amd64 r238259. > > I'm still not clear on the /usr/src/UPDATING > entry from 20110424 on replacing the ATA > drivers by CAM drivers. > > If I *do not* have device ata in the kernel, > I have neither /dev/cd* or /dev/acd*, > even though I have in the kernel: > > options ATA_CAM # Handle legacy controllers with CAM > options ATA_STATIC_ID # Static device numbering > device ada > device cd # CD > man 4 cam I suspect that you are missing 'device scbus' in your config file. -- Steve