RE: PCI Device Drivers?

2000-08-08 Thread Daniel O'Connor
On 08-Aug-00 Chris Ptacek wrote: > Hi, I have been given the task of writing a PCI device driver for a card > that we will be using with one of our products. My question is where can I > find the best documentation for writing PCI drivers? I assume that the best > method would probably be e

PCI Device Drivers?

2000-08-08 Thread Chris Ptacek
Hi, I have been given the task of writing a PCI device driver for a card that we will be using with one of our products. My question is where can I find the best documentation for writing PCI drivers? I assume that the best method would probably be examining current drivers, could anyone suggest

RE: PCI device drivers

1999-12-06 Thread Daniel O'Connor
On 07-Dec-99 Alex wrote: > in my device driver, that can returns me device > configuration (pcici_t)? (like in Linux - > pcibios_find_device) > Thanks for any help? Thats not the way its done in FreeBSD.. Your probe routine is called when the system wants to know if a given device can be

PCI device drivers

1999-12-06 Thread Alex
This message was sent from Geocrawler.com by "Alex" <[EMAIL PROTECTED]> Be sure to reply to that address. Hello, I'm writting PCI device drivers (KLD) for FreeBSD 3.2. PCI board is probed and attached correclty during booting. Is exist any function, which I can use in m