From owner-freebsd-current@FreeBSD.ORG Fri Jul 3 13:07:21 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F6361065670; Fri, 3 Jul 2009 13:07:21 +0000 (UTC) (envelope-from lwindschuh@googlemail.com) Received: from mail-px0-f181.google.com (mail-px0-f181.google.com [209.85.216.181]) by mx1.freebsd.org (Postfix) with ESMTP id 3CE908FC0A; Fri, 3 Jul 2009 13:07:21 +0000 (UTC) (envelope-from lwindschuh@googlemail.com) Received: by pxi11 with SMTP id 11so681899pxi.3 for ; Fri, 03 Jul 2009 06:07:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=HJgERYNJPBIzb1hjkBTg5jMuPsho3jkNkc6Alna2CXs=; b=sz8hJhb5YlEHPLQczhtjd7lNrIsoDC8X8APAV+hl13p3EJskbon8ji61K9jhe8EsZ0 PHlmxefRnU63X+C5XdM602eXYj+AGFvLSzHsnWXKEG0v6QpoJ7BQwxj3FHVdXDpYQIiM HUtqpOlocVt6EIP5OClod6Jjvrp6kPjdWrqQc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=mY2hAypVgtLk1plbGaajVt1YW+sgQC9aUpk1Nal3uMp7WsnS2x328PQHGKUgeLdYa9 skLMiJLlfYqUuSxe0NfT4K/wzgzwSVx0sw+t7juGJaMZ/Q54t99f59QCxVSybmqAWqhf pHAwjCUw2AGWCziibj0ldPu6yG+lbWiROCZGA= MIME-Version: 1.0 Received: by 10.142.114.15 with SMTP id m15mr482618wfc.284.1246626440912; Fri, 03 Jul 2009 06:07:20 -0700 (PDT) In-Reply-To: <4A4CFCDD.4020202@FreeBSD.org> References: <4A4CFCDD.4020202@FreeBSD.org> Date: Fri, 3 Jul 2009 15:07:20 +0200 Message-ID: <90a5caac0907030607s3db6a325jbf41f65f3d5fe428@mail.gmail.com> From: Lucius Windschuh To: Alexander Motin , current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: RFC: ATA to CAM integration patch 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: Fri, 03 Jul 2009 13:07:21 -0000 2009/7/2 Alexander Motin : > [cdrecord -scanbus broken] > > It is the same problem I have fixed in camcontrol. You can do the same wi= th > changing in scsi-bsd.c in cdrtools > #define>CAM_MAXDEVS =A0 =A0 128 > to > #define>CAM_MAXDEVS =A0 =A0 50. > I hope it is temporal solution. I am thinking about to remove or at least > rise that limitation. It woks, indeed. And you AHCI driver also works without problems until now. Thanks Lucius