From owner-cvs-src@FreeBSD.ORG Thu Mar 17 20:24:17 2005 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 6A52216A4CE; Thu, 17 Mar 2005 20:24:17 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9D4D43D2F; Thu, 17 Mar 2005 20:24:16 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j2HKLjRd032921; Thu, 17 Mar 2005 13:21:45 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 17 Mar 2005 13:21:55 -0700 (MST) Message-Id: <20050317.132155.00004575.imp@bsdimp.com> To: marcel@xcllnt.net From: "M. Warner Losh" In-Reply-To: <20050317200257.GA15540@ns1.xcllnt.net> References: <200503171058.04786.peter@wemm.org> <20050317.125507.29867798.imp@bsdimp.com> <20050317200257.GA15540@ns1.xcllnt.net> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: src-committers@FreeBSD.org cc: pjd@FreeBSD.org cc: peter@wemm.org cc: bde@zeta.org.au cc: cvs-src@FreeBSD.org cc: obrien@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC src/sys/amd64/conf GENERIC 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: Thu, 17 Mar 2005 20:24:17 -0000 In message: <20050317200257.GA15540@ns1.xcllnt.net> Marcel Moolenaar writes: : On Thu, Mar 17, 2005 at 12:55:07PM -0700, M. Warner Losh wrote: : *snip* : > True. And unless the PCI device is in some wacked out compatbility : > mode, the ISA probe will never ever see that device, no matter when it : > happens. Well, if you hinted a pci device as an ISA device, you might : > run into trouble, but nobody does that[*]. : *snip* : > [*] I'm sure someone will tell me they've been using this technique to : > keep their old whatsit card that has only and ISA but no PCI : > attachment going since 1.1, but I kinda doubt it. : : Doesn't everybody have an ISA hint for their PCI/AGP graphics cards? Yes and no. But that's different because vga is just too special. Warner