This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PCI Issue


On Thu, Feb 23, 2006 at 05:28:41AM +0000, anupam sakargayan wrote:
> HI Nick. :-)
> 
> I searched with chip number and I found card manuals.
> Manual just shows the specification and features of
> the card. I found base address and IRQ of each port is
> allotted by system BIOS. I didn?t find driver code for
> exact board but I got similar board driver code. That
> code access BIOS space to get the port base and port
> number information of a card. 
> 
> Can we do the same in eCOS? I have already searched in
> eCOS but I didn?t find any API to access BIOS space.

BIOS is very much an i386 PC mother board thing. 99% of embedded
computers don't have a BIOS. Probably the only reason BIOS is used is
to ensure that the serial ports are placed at the address that M$
Windoze knows to find them. eCos does not need this limitation.

Keep searching and hopefully you will find either a data sheet or a
*nix driver.

        Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]