From owner-cvs-src@FreeBSD.ORG Mon Feb 4 16:02:57 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6515916A417; Mon, 4 Feb 2008 16:02:57 +0000 (UTC) (envelope-from jhein@timing.com) Received: from Daffy.timing.com (mx1.timing.com [206.168.13.218]) by mx1.freebsd.org (Postfix) with ESMTP id 26A2813C45A; Mon, 4 Feb 2008 16:02:57 +0000 (UTC) (envelope-from jhein@timing.com) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by Daffy.timing.com (8.13.1/8.13.1) with ESMTP id m14G2uwe071837; Mon, 4 Feb 2008 09:02:56 -0700 (MST) (envelope-from jhein@timing.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.14.2/8.14.2) with ESMTP id m14G2uEY064243; Mon, 4 Feb 2008 09:02:56 -0700 (MST) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.14.2/8.14.2/Submit) id m14G2uE3064240; Mon, 4 Feb 2008 09:02:56 -0700 (MST) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18343.14128.272002.870082@gromit.timing.com> Date: Mon, 4 Feb 2008 09:02:56 -0700 From: John E Hein To: John Baldwin In-Reply-To: <200802040944.43812.jhb@freebsd.org> References: <200802012031.m11KV9NZ095246@repoman.freebsd.org> <47A3DCC1.2030700@freebsd.org> <18342.42877.245961.707684@gromit.timing.com> <200802040944.43812.jhb@freebsd.org> X-Mailer: VM 7.19 under Emacs 22.1.1 X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on Daffy.timing.com X-Virus-Status: Clean Cc: cvs-src@freebsd.org, Scott Long , src-committers@freebsd.org, cvs-all@freebsd.org, grehan@freebsd.org Subject: Re: cvs commit: src/sys/dev/pci pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Feb 2008 16:02:57 -0000 John Baldwin wrote at 09:44 -0500 on Feb 4, 2008: > We can blacklist those bridges just like we blacklist the AMD HT8131 bridge > which is broken. That's okay with me. We might use a PCIe switch to split an x16 lane (used normally for PEG) into two x8 lanes (used for our own nefarious purposes including MSI for sure). These should all pass PCIe-deviceness through the switch to a root complex (in all the targets we've looked at using), however, and so should be unaffected by your new PCIe detection, regardless of blacklisting a PCI or PCI-X to PCIe bridge.