From owner-freebsd-stable@FreeBSD.ORG Sun Dec 18 21:43:14 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 688D9106564A; Sun, 18 Dec 2011 21:43:14 +0000 (UTC) (envelope-from randy@psg.com) Received: from ran.psg.com (ran.psg.com [IPv6:2001:418:1::36]) by mx1.freebsd.org (Postfix) with ESMTP id 49BDE8FC0A; Sun, 18 Dec 2011 21:43:14 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=rair.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.76 (FreeBSD)) (envelope-from ) id 1RcOVl-000KJ1-Mz; Sun, 18 Dec 2011 21:43:13 +0000 Date: Sun, 18 Dec 2011 16:43:13 -0500 Message-ID: From: Randy Bush To: "Andrey V. Elsukov" In-Reply-To: <4EEE0F1A.4050609@FreeBSD.org> References: <4EEC7B54.4070407@FreeBSD.org> <4EECC3E1.2000005@FreeBSD.org> <4EEE0F1A.4050609@FreeBSD.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/22.3 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: FreeBSD Stable Subject: Re: 8.2->9.prerel: gmirror failed with error 19 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2011 21:43:14 -0000 >> # ATA/SCSI peripherals >> device scbus # SCSI bus (required for ATA/SCSI) >> #device ch # SCSI media changers >> #device da # Direct Access (disks) >> #device sa # Sequential Access (tape etc) >> #device cd # CD >> device pass # Passthrough device (direct ATA/SCSI access) >> #device ses # SCSI Environmental Services (and SAF-TE) > > I think you should add "device da" or "device ada" option to have some > disks available. will try. but the working 8.2 was happy with just the ata, which i have in the 9 config # ATA controllers #device ahci # AHCI-compatible SATA controllers device ata # Legacy ATA/SATA controllers options ATA_CAM # Handle legacy controllers with CAM options ATA_STATIC_ID # Static device numbering #device mvs # Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA #device siis # SiliconImage SiI3124/SiI3132/SiI3531 SATA randy