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 handled by your driver.
Read /usr/src/sys/pci/if_fxp.c
Actually all of /usr/src/sys/pci/* is interesting reading :)
---
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
-- Andrew Tanenbaum
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message