Re: [rtl] pci device driver

2002-02-10 Thread Michael Nielsen
running (many) RT-threads). I hope that you can clear my doubt. Thanks in advance Michael - Original Message - From: [EMAIL PROTECTED] To: vijay patel [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, February 07, 2002 3:24 PM Subject: Re: [rtl] pci device driver Vijay- Linux

Re: [rtl] pci device driver

2002-02-10 Thread Norm Dresner
10, 2002 8:39 AM Subject: Re: [rtl] pci device driver Is it possible to write a device driver under linux and then to use it in RTLinux ? I am working on a writing a device driver for a isa-netcard, and thought it was not possible to port a device driver from linux to RTlinux (cause of the linux

[rtl] pci device driver

2002-02-07 Thread vijay patel
Hello , 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 ? Thanks in advance ! --Vijay Patel -- [rtl]

Re: [rtl] pci device driver

2002-02-07 Thread Ivan Martinez
If it is a A/D, D/A or counter/timer card, you should have a look at Comedi library: http://stm.lbl.gov/comedi/ Regards, Ivan Martinez On Thursday 07 February 2002 20:37, vijay patel wrote: Hello , I want to write a device driver for a PCI card on RTLinux . Any expert can tell me is

Re: [rtl] pci device driver

2002-02-07 Thread Iwo Mergler
vijay patel wrote: Hello , 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 ? Thanks in advance !

Re: [rtl] pci device driver

2002-02-07 Thread Herman Bruyninckx
On Thu, 7 Feb 2002, vijay patel wrote: Hello , 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 ?

Re: [rtl] pci device driver

2002-02-07 Thread Edouard TISSERANT
This is a 'Linux' knwoledge problem. Try Linuxdoc.org you certainly will find all the information you need ! (that's what I did) Regards Edouard On Thu, 7 Feb 2002, vijay patel wrote: Hello , I want to write a device driver for a PCI card on RTLinux . Any expert can tell me is