From owner-cvs-src@FreeBSD.ORG Sun Nov 11 10:57:08 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0819816A419 for ; Sun, 11 Nov 2007 10:57:08 +0000 (UTC) (envelope-from dominique.goncalves@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.freebsd.org (Postfix) with ESMTP id 8E64713C480 for ; Sun, 11 Nov 2007 10:57:07 +0000 (UTC) (envelope-from dominique.goncalves@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so735572nfb for ; Sun, 11 Nov 2007 02:56:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=qRa4NZaXHJx5KW/0i1CIyqcSx/2tFbwFlsl1ICo3wZY=; b=DfHdAEAhGbMjuGsKiqtkJ0b7JroWTd9ZGkYxdJTDP7VMSSsm6WjvMQ0U5JMPPRhRD9N/0t3KcQruLwmzQI1BXEjXh3BXFRI7E56/k3vOZfl6IOZXi7IC6TGrOEW1nT9deXh9juf7iaxikW9rnvkLDjCnMnk5IsxLqVDVkVaGDNU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Mkq/3IDLrCSsoQ0xgio5hjNehWVtLEMRMW74lO6eoKFzjHrqDnN6rDIRQ0mPxyskyjH/tZPKJvSMFPj3KEN02Tq4gozv0E5bO/mIr+eLaRwpPDMdHucf5RPSqDb8oSI5eHhU43n1rE64d8oxedxnuSfxVjWaGGnABJMk7iLiD3E= Received: by 10.78.156.6 with SMTP id d6mr4196608hue.1194774950177; Sun, 11 Nov 2007 01:55:50 -0800 (PST) Received: by 10.78.158.18 with HTTP; Sun, 11 Nov 2007 01:55:49 -0800 (PST) Message-ID: <7daacbbe0711110155x7b94c4a7ua5d2996f851181b3@mail.gmail.com> Date: Sun, 11 Nov 2007 10:55:49 +0100 From: "Dominique Goncalves" To: "=?ISO-8859-1?Q?S=F8ren_Schmidt?=" In-Reply-To: <200710311959.l9VJxrvn019414@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200710311959.l9VJxrvn019414@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/ata ata-chipset.c atapi-cd.c atapi-cd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Nov 2007 10:57:08 -0000 Hi, On Oct 31, 2007 8:59 PM, S=F8ren Schmidt wrote: > sos 2007-10-31 19:59:53 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_7) > sys/dev/ata ata-chipset.c atapi-cd.c atapi-cd.h > Log: > MFC: > Add SATA ATAPI support for AHCI controllers. > > Approved by: re@ > > Revision Changes Path > 1.202.2.2 +30 -11 src/sys/dev/ata/ata-chipset.c > 1.193.2.1 +22 -25 src/sys/dev/ata/atapi-cd.c > 1.46.2.1 +1 -0 src/sys/dev/ata/atapi-cd.h > _______________________________________________ > cvs-src@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-src > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" > This commit has broken using a root filesystem on a livecd (with freesbie2) The kernel boot fines until it tries to mount the root filesystem and print a prompt with manual root filesystem specification, the command '?' only prints acd0 My fstab contains: /dev/iso9660/FreeSBIE / cd9660 ro 0 0 My kernel config is GENERIC more GEOM_LOBEL and GEOM_UZIP Let me know if you need more information Thanks in advance Regards. --=20 There's this old saying: "Give a man a fish, feed him for a day. Teach a man to fish, feed him for life."