From owner-freebsd-questions@FreeBSD.ORG Thu May 29 17:35:46 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35730106566B for ; Thu, 29 May 2008 17:35:46 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from cmail.optima.ua (cmail.optima.ua [195.248.191.121]) by mx1.freebsd.org (Postfix) with ESMTP id 93A948FC1F for ; Thu, 29 May 2008 17:35:45 +0000 (UTC) (envelope-from mav@FreeBSD.org) X-Spam-Flag: SKIP X-Spam-Yversion: Spamooborona-2.1.0 Received: from [212.86.226.226] (account mav@alkar.net HELO [192.168.3.2]) by cmail.optima.ua (CommuniGate Pro SMTP 5.1.14) with ESMTPA id 137042015; Thu, 29 May 2008 19:35:44 +0300 Message-ID: <483EDB5B.1020200@FreeBSD.org> Date: Thu, 29 May 2008 19:35:39 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Colin Brace References: <1212067389.00076524.1212055803@10.7.7.3> In-Reply-To: <1212067389.00076524.1212055803@10.7.7.3> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: SATA support & custom v7.0 kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 17:35:46 -0000 Colin Brace пишет: > I'd like to add a SATA drive to a P4 box that I use as a gateway/server. > The MB doesn't have a SATA interface, so I stuck an Initio-based SATA card > in the box. The kernel recognizes the card, but the attached drive wasn't > displayed when I started up sysinstall to format it. I'm wondering whether > I am missing SATA support. I commented out a bunch of stuff such as the > SCSI controllers when I compiled the kernel with ALTQ support, but these > options *are* included: > > # SCSI peripherals > device scbus # SCSI bus (required for 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 SCSI access) > device ses # SCSI Environmental Services (and SAF-TE) > > Should this be enough? I don't see any specific references to SATA in the > handbook > Usually SATA is more ATA then SCSI. Try to add to your config: device ata device atadisk # ATA disk drives device ataraid # ATA RAID drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives -- Alexander Motin