From owner-cvs-src@FreeBSD.ORG Mon Apr 7 08:09:43 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2183A37B401; Mon, 7 Apr 2003 08:09:43 -0700 (PDT) Received: from spider.deepcore.dk (cpe.atm2-0-56339.0x50c6aa0a.abnxx2.customer.tele.dk [80.198.170.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B788B43FBF; Mon, 7 Apr 2003 08:09:39 -0700 (PDT) (envelope-from sos@spider.deepcore.dk) Received: (from sos@localhost) by spider.deepcore.dk (8.12.8p1/8.12.8) id h37F9aIg053738; Mon, 7 Apr 2003 17:09:36 +0200 (CEST) (envelope-from sos) From: Soeren Schmidt Message-Id: <200304071509.h37F9aIg053738@spider.deepcore.dk> In-Reply-To: <20030407142530.GI11837@pcwin002.win.tue.nl> To: Stijn Hoop Date: Mon, 7 Apr 2003 17:09:34 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL98b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: "\[?UNKNOWN-8BIT?\] Schmidt" Subject: Re: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-chipset.cata-dma.c ata-pci.c ata-pci.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 07 Apr 2003 15:09:43 -0000 It seems Stijn Hoop wrote: >> sos 2003/04/07 07:12:12 PDT >> >> FreeBSD src repository >> >> Modified files: >> sys/dev/ata ata-all.c ata-all.h ata-chipset.c >> ata-dma.c ata-pci.c ata-pci.h >> Log: >> Third round of updates to the ATA driver. >> >> More DMA cleanups, including fix for breakage on older Promise controllers. > >What constitutes 'older' here? I have a 4.7 box that I want to update to >4.8 (which doesn't have these fixes, right?), but it has this card: Right this is for -current only. >atapci1: port 0xdc80-0xdcbf,0xdcd8-0xdcdb,0xdce0-0xdc >e7,0xdcf0-0xdcf3,0xdcf8-0xdcff mem 0xfafe0000-0xfaffffff irq 9 at device 9.0 on >pci2 > >Will this work with DMA on 4.8? Yes, but it will not support disks bigger than 137G's, it doesn't support 48Bit LBA mode. -Søren