07/02/2002 20:37:19, vijay patel <[EMAIL PROTECTED]> wrote: > I want to write a device driver for a PCI card on RTLinux . Any >expert can tell me is there any functions available to read/write PCI >configuration space ? >if not then How I can know the IRQ and base address assigned to the card ?
Hi , look at the pci header on kernel source : (on 2.4 kernel ) : /usr/src/linux/include/linux/pci.h (before ) : /usr/src/linux/include/linux/bios32.h You will find all the answers at your question. -- Christophe Kumsta Real-time Image Processing RTAI/RtLinux (use the source luke) -- [rtl] --- To unsubscribe: echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED] -- For more information on Real-Time Linux see: http://www.rtlinux.org/
