[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RTEMS pci interface
- Date: Tue, 03 Jul 2007 09:59:58 -0600
- From: daron.chabot at usask.ca (Daron Chabot)
- Subject: RTEMS pci interface
On Tue, 2007-07-03 at 14:04 +0200, hwulf at et-inf.fho-emden.de wrote:
> Hi,
>
> I'm searching for information about the RTEMS pci driver interface.
> I looked in the official RTEMS manuals, but I didn't find very much
> about it. Are there some additional documents I could refer to?
You can refer to the source ;) The pci support/interface is defined in:
cpukit/include/rtems/pci.h
IIRC, only the powerpc and i386 BSPs have implementations of this
interface.
I'm only familiar with the routines for the i386:
c/src/lib/libbsp/i386/shared/pci/pcibios.*
-- dc