From owner-freebsd-questions@FreeBSD.ORG Thu Nov 17 20:37:04 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18A2D16A420 for ; Thu, 17 Nov 2005 20:37:04 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.web-strider.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60D9443D46 for ; Thu, 17 Nov 2005 20:37:03 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id jAHKdob45055; Thu, 17 Nov 2005 12:39:53 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Ruben de Groot" , "Peter Clutton" , "Derek Tracy" , Date: Thu, 17 Nov 2005 12:36:50 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 In-Reply-To: <20051116083703.GA97748@ei.bzerk.org> Importance: Normal Cc: Subject: RE: [PATCH] Re: FreeBSD 6.0 on Sony Laptop 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, 17 Nov 2005 20:37:04 -0000 Can you submit this via send-pr? Otherwise it's unlikely that it will get committed. Ted >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Ruben de Groot >Sent: Wednesday, November 16, 2005 12:37 AM >To: Peter Clutton; Derek Tracy; freebsd-questions@freebsd.org >Subject: [PATCH] Re: FreeBSD 6.0 on Sony Laptop > > > >Following up on myself; the patch below (relative to 5.4-RELEASE) makes >my vaio VGN-S5M/S recognise the SATA controller for what it is. > >Before: > >atapci1: port >0x18a0-0x18af,0x1894-0x1897,0x18b0-0x18b7,0x18b8-0x18bb,0x18c0-0 >x18c7 irq 18 at device 31.2 on pci0 >ad4: 76319MB [155061/16/63] at >ata2-master UDMA33 > >After: > >atapci1: port >0x18a0-0x18af,0x1894-0x1897,0x18b0-0x18b7,0x18b8-0x18bb,0x18c0-0 >x18c7 irq 18 at device 31.2 on pci0 >ad4: 76319MB [155061/16/63] at >ata2-master SATA150 > >Patch: > >diff -u sys/dev/ata.orig/ata-chipset.c sys/dev/ata/ata-chipset.c >--- sys/dev/ata.orig/ata-chipset.c Wed Mar 23 06:14:11 2005 >+++ sys/dev/ata/ata-chipset.c Tue Nov 15 21:39:17 2005 >@@ -838,6 +838,7 @@ > { ATA_I82801FB, 0, 0, 0x00, ATA_UDMA5, "Intel ICH6" }, > { ATA_I82801FB_S1,0, 0, 0x00, ATA_SA150, "Intel ICH6" }, > { ATA_I82801FB_R1,0, 0, 0x00, ATA_SA150, "Intel ICH6" }, >+ { ATA_I82801FBM, 0, 0, 0x00, ATA_SA150, "Intel ICH6-M" }, > { 0, 0, 0, 0, 0, 0}}; > char buffer[64]; > >diff -u sys/dev/ata.orig/ata-pci.h sys/dev/ata/ata-pci.h >--- sys/dev/ata.orig/ata-pci.h Wed Mar 23 06:14:11 2005 >+++ sys/dev/ata/ata-pci.h Tue Nov 15 21:41:07 2005 >@@ -127,6 +127,7 @@ > #define ATA_I82801FB 0x266f8086 > #define ATA_I82801FB_S1 0x26518086 > #define ATA_I82801FB_R1 0x26528086 >+#define ATA_I82801FBM 0x26538086 > > #define ATA_ITE_ID 0x1283 > #define ATA_IT8212F 0x82121283 > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to >"freebsd-questions-unsubscribe@freebsd.org" > >-- >No virus found in this incoming message. >Checked by AVG Free Edition. >Version: 7.1.362 / Virus Database: 267.13.3/173 - Release Date: >11/16/2005 >