From owner-freebsd-amd64@FreeBSD.ORG Sun Jan 21 07:10:24 2007 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 928BA16A401 for ; Sun, 21 Jan 2007 07:10:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 8230713C455 for ; Sun, 21 Jan 2007 07:10:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l0L7AN9Y069699 for ; Sun, 21 Jan 2007 07:10:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l0L7ANij069698; Sun, 21 Jan 2007 07:10:23 GMT (envelope-from gnats) Date: Sun, 21 Jan 2007 07:10:23 GMT Message-Id: <200701210710.l0L7ANij069698@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Martin Nilsson Cc: Subject: Re: amd64/108172: Installation fails on new Intel 965 motherboards. X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Martin Nilsson List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jan 2007 07:10:24 -0000 The following reply was made to PR amd64/108172; it has been noted by GNATS. From: Martin Nilsson To: Achilles Speliotopoulos Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: amd64/108172: Installation fails on new Intel 965 motherboards. Date: Sun, 21 Jan 2007 07:48:27 +0100 Achilles Speliotopoulos wrote: > > Machine: Velocity Micro Student Edition. It has Intel DG965RY > motherboard/chip set. > There is support in CURRENT for the Marvell ATA chip used on recent Intel motherboards. The driver have not been MFC:d to RELENG_6 yet. If you can get FreeBSD 6.2 on the disk you can copy the below files from CURRENT and recompile your kernel, this works on my DG965SS & DP965LT boards. src/sys/dev/ata/ata-chipset.c src/sys/dev/ata/ata-pci.h /Martin