From: Jeremy Jackson <jerj@coplanar.net>
To: daniel sheltraw <l5gibson@hotmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: busmaster question
Date: Sat, 28 Apr 2001 09:32:16 -0400 [thread overview]
Message-ID: <3AEAC65F.72836B77@coplanar.net> (raw)
In-Reply-To: <F50IEAOeIiGXix4A2Dr00010c13@hotmail.com>
daniel sheltraw wrote:
> Hello kernel listees
>
> I have a busmaster question I am hoping you can help me with.
> If a PCI device is acting as a busmaster and the processor initiates a
> read/write to another device on the PCI bus while the busmater-device is in
> control of the bus what happens to the instructions initiated by the
> processor? Are they never seen by the device that the processor
> is trying to read/write?
An excellent book about PCI is Mindshare's "PCI System Architecture"
Third (or later?) Edition.
In the scenerio you outlined, the device currently holding the bus
would continue until it's latency timer expired (if it already hadn't),
stalling the CPU,
then the master which has been granted access next to the bus would
start it's access. If the only other master requesting access is the CPU,
then it will get it. If there are others, then it is implementation dependent
who has highest arbitration priority.
Note that since main memory is not on the PCI bus, the CPU can cary on
unless it tries to access video memory, IDE registers, etc. for IO.
prev parent reply other threads:[~2001-04-28 13:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-04-28 6:27 busmaster question daniel sheltraw
2001-04-28 8:25 ` Russell King
2001-04-28 13:32 ` Jeremy Jackson [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3AEAC65F.72836B77@coplanar.net \
--to=jerj@coplanar.net \
--cc=l5gibson@hotmail.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox