From owner-freebsd-hackers@FreeBSD.ORG Tue Oct 14 18:32:49 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A828106568F for ; Tue, 14 Oct 2008 18:32:49 +0000 (UTC) (envelope-from mboxindia@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.237]) by mx1.freebsd.org (Postfix) with ESMTP id 568388FC22 for ; Tue, 14 Oct 2008 18:32:49 +0000 (UTC) (envelope-from mboxindia@gmail.com) Received: by wx-out-0506.google.com with SMTP id s17so743659wxc.7 for ; Tue, 14 Oct 2008 11:32:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=13QCvtcRogfouWGSAwvd1pX78VTfTVdeOcbwlMy+tls=; b=VEAf+rLg//RIcI2I8WmA/yb8GWElVk1cC/4ziujAS1TjTFO+GG9KybFjfCzKEwWiQI zW4ITTt21cB5v/UccBGijFqElwj/lQfqVMR4zwG++8VqI03drKW3AuJzDk8AxzCM0dai ykuko00Rm1p0tfmu4YwbvmbghBMaB3M9Dz4j4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=GCEgYzzzoNgwKUnzo6OEbnTX+vKWOs9gaf9aE7tMRWXAEyj4ohwm7zo0G/jErJP2c8 IX6fkj001kcYDkPzddau1MH/MWnyJwSKRjOGUmXlbtZ41byQBuUfZaVS+l7FoAf5s5Xb YmC7L1kFEImrNyj5FgsBhwZ1ZjurNHvMgbaQk= Received: by 10.103.119.19 with SMTP id w19mr4710593mum.129.1224009167353; Tue, 14 Oct 2008 11:32:47 -0700 (PDT) Received: by 10.103.141.5 with HTTP; Tue, 14 Oct 2008 11:32:47 -0700 (PDT) Message-ID: Date: Wed, 15 Oct 2008 00:02:47 +0530 From: Srinivas To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: [Doubt] Can a PCI device communicate with another PCI or other device? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Oct 2008 18:32:49 -0000 Hello, I have a small doubt. Suppose I have a PCI card with a general purpose CPU on it. Could it be able to communicate with another PCI device or ISA device(lets say IDE hard disk)? Thanks, Srinivas