Re: pci_get_devid()

2001-08-25 Thread Mike Smith
> I'm doing some PCI related code and keep running into the > function/method pci_get_devid() in FreeBSD source files (like > pcisupport.c). A couple of us have looked for this function in our > systems and can't seem to find it. Can anyone tell me where I can find > the source for pci_get_devid

Re: pci_get_devid()

2001-08-22 Thread Warner Losh
In message <[EMAIL PROTECTED]> djohnson writes: : little application that gives a detailed enumeration of the PCI bus : using BIOS calls. Thanks in advance. PCI BUS ENUMERATION WITH BIOS CALLS SUCKS. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in th

Re: pci_get_devid()

2001-08-22 Thread Weiguang SHI
Take a look at PCI_ACCESSOR in "pcivar.h" Good Luck Weiguang >From: djohnson <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: pci_get_devid() >Date: Wed, 22 Aug 2001 14:22:52 -0600 > >I'm doing some PCI related code and keep running into the >function/method pci_get_devid() in FreeBSD source