From owner-cvs-src@FreeBSD.ORG Fri Jul 2 16:09:36 2004 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 88E7E16A4CE; Fri, 2 Jul 2004 16:09:36 +0000 (GMT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45BA543D4C; Fri, 2 Jul 2004 16:09:36 +0000 (GMT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.12.10/8.12.10) with ESMTP id i62G4mqM016607 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 2 Jul 2004 12:04:48 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id i62G4gMa009044; Fri, 2 Jul 2004 12:04:42 -0400 (EDT) (envelope-from gallatin) Date: Fri, 2 Jul 2004 12:04:42 -0400 From: Andrew Gallatin To: =?iso-8859-1?Q?S=F8ren_Schmidt?= Message-ID: <20040702120442.A8994@grasshopper.cs.duke.edu> References: <200407021342.i62DgamV027295@repoman.freebsd.org> <40E57442.8000602@deepcore.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Mutt/1.2.5i In-Reply-To: <40E57442.8000602@deepcore.dk>; from sos@deepcore.dk on Fri, Jul 02, 2004 at 04:42:10PM +0200 X-Operating-System: FreeBSD 4.9-RELEASE-p1 on an i386 cc: =?iso-8859-1?Q?Dag-Erling_Sm=F8rgrav?= cc: src-committers@FreeBSD.org cc: Warner Losh cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/pci pci.c 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: Fri, 02 Jul 2004 16:09:36 -0000 S=F8ren Schmidt [sos@deepcore.dk] wrote: > Dag-Erling Sm=F8rgrav wrote: > > Warner Losh writes: > >=20 > >> Log: > >> Disable native ata support for now, too much breaks > >=20 > >=20 > > Could this be controlled by a hint or a tunable? >=20 > We'll soon need something better than that, since systems that needs=20 > this to boot at all will appear in the not too distant future. > Question is how to deal with old systems where the config is borked in=20 > some sense... Is there any commonality between the broken systems? Mine is a ServerWorks based system. Details at http://people.freebsd.org/~gallatin/ata_irq/ At the very least, we could have a quirk table.. Drew