Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Jun 2006 19:52:47 +0300
From:      Andriy Gapon <avg@icyb.net.ua>
To:        freebsd-hackers@freebsd.org
Subject:   working with PCI config registers (extensively)
Message-ID:  <4487045F.4000301@icyb.net.ua>

index | next in thread | raw e-mail


I am writing a driver for some PCI hardware that does not have any IO
ports or IO memory (and thus does not have any useful BARs), but rather
it is controlled and communicated with by writes and reads of certain
vendor-specific PCI configuration registers.

I see that I can use pci_read_config() and pci_write_config() to do
this, but I am not sure if there are any caveats that I should be aware
of, any precautions that I should take and any conventions/rules that I
should follow.

To explain my question - I am concerned about PCI configuration space
resources ownership, concurrency, etc. Basically things that should not
matter in practice :-)

-- 
Andriy Gapon


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4487045F.4000301>