At Sun, 05 Nov 2000 01:26:42 -0700,
Warner Losh <[EMAIL PROTECTED]> wrote:
> I think this means lnc is the last one in the tree, but I could be
> wrong about that.  I didn't do an actual grep...

# find /usr/src/sys -type f |xargs grep COMPAT_PCI_DRIVER
./dev/hea/eni.c:COMPAT_PCI_DRIVER (eni_pci, eni_pci_device);
./dev/hfa/fore_load.c:COMPAT_PCI_DRIVER(fore_pci, fore_pci_device);
./dev/pdq/if_fpa.c:COMPAT_PCI_DRIVER (fpa, fpadevice);
./dev/vx/if_vx_pci.c:COMPAT_PCI_DRIVER (vx, vxdevice);
./dev/sym/sym_hipd.c:COMPAT_PCI_DRIVER (sym, sym_pci_driver);
./dev/lmc/if_lmc_fbsd3.c:#ifdef COMPAT_PCI_DRIVER
./dev/lmc/if_lmc_fbsd3.c:COMPAT_PCI_DRIVER(ti, lmcdevice);
./dev/lmc/if_lmc_fbsd3.c:#endif /* COMPAT_PCI_DRIVER */
./dev/lnc/if_lnc_pci.c:COMPAT_PCI_DRIVER (lnc_pci, lnc_pci_driver);
./i386/isa/rp.c:COMPAT_PCI_DRIVER (rp_pci, rp_pcidevice);
./i386/isa/stallion.c:COMPAT_PCI_DRIVER (stlpci, stlpcidriver);
./pci/cy_pci.c:COMPAT_PCI_DRIVER(cy_pci, cy_device);
./pci/if_en_pci.c:COMPAT_PCI_DRIVER (en, endevice);
./pci/if_sr_p.c:COMPAT_PCI_DRIVER (sr_pci, sr_pci_driver);
./pci/meteor.c:COMPAT_PCI_DRIVER (meteor, met_device);
./pci/simos.c:COMPAT_PCI_DRIVER (simos, simos_driver);
./pci/pcivar.h:#define COMPAT_PCI_DRIVER(name, pcidata)                 \
./pci/if_ar_p.c:COMPAT_PCI_DRIVER (ar_pci, ar_pci_driver);
./pci/alpm.c:COMPAT_PCI_DRIVER (alpm, alpm_device);

-- 
Motomichi Matsuzaki <[EMAIL PROTECTED]> 
Dept. of Biological Sciences, Grad. School of Science, Univ. of Tokyo, Japan 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to