From owner-freebsd-hackers@FreeBSD.ORG Tue Oct 21 13:41:04 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04EB116A4B3 for ; Tue, 21 Oct 2003 13:41:04 -0700 (PDT) Received: from postman.ripe.net (postman.ripe.net [193.0.0.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF31043F3F for ; Tue, 21 Oct 2003 13:41:02 -0700 (PDT) (envelope-from ms@dell-laptop.6bone.nl) Received: by postman.ripe.net (Postfix, from userid 8) id 445654ECB6; Tue, 21 Oct 2003 22:41:02 +0200 (CEST) Received: from birch.ripe.net (birch.ripe.net [193.0.1.96]) by postman.ripe.net (Postfix) with ESMTP id B4DBE4E6B9 for ; Tue, 21 Oct 2003 22:41:01 +0200 (CEST) Received: from dell-laptop.6bone.nl (cow.ripe.net [193.0.1.239]) by birch.ripe.net (8.12.10/8.11.6) with SMTP id h9LKf1VZ004249 for ; Tue, 21 Oct 2003 22:41:01 +0200 Received: (nullmailer pid 843 invoked by uid 1001); Tue, 21 Oct 2003 20:41:00 -0000 Date: Tue, 21 Oct 2003 22:40:59 +0200 From: Mark Santcroos To: hackers@freebsd.org Message-ID: <20031021204059.GA756@laptop.6bone.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Handles: MS6-6BONE, MS18417-RIPE X-RIPE-Spam-Level: X-RIPE-Spam-Status: N 0.465585 X-RIPE-Signature: 809b84b0683e32a81f669cbd2f41b40c Subject: early write to pci conf register X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 20:41:04 -0000 What is the earliest point in the boot process that I can write to a pci conf registers of a pci device? I would like to disable some sub devices before they get probed. Mark