From owner-freebsd-current Sun Nov 5 0:47:27 2000 Delivered-To: freebsd-current@freebsd.org Received: from tkc.att.ne.jp (tkc.att.ne.jp [165.76.16.7]) by hub.freebsd.org (Postfix) with ESMTP id 6630F37B4CF for ; Sun, 5 Nov 2000 00:47:24 -0800 (PST) Received: from work.mzaki.nom (15.pool4.ipctokyo.att.ne.jp [165.76.42.15]) by tkc.att.ne.jp (8.8.8+Spin/3.6W-CONS(10/06/00)) id RAA11019; Sun, 5 Nov 2000 17:47:22 +0900 (JST) Date: Sun, 05 Nov 2000 17:47:22 +0900 Message-ID: <86n1febyat.wl@tkc.att.ne.jp> From: Motomichi Matsuzaki Cc: current@freebsd.org Subject: Re: vx driver patch In-Reply-To: In your message of "Sun, 05 Nov 2000 01:26:42 -0700" <200011050826.BAA97969@harmony.village.org> References: <200011050826.BAA97969@harmony.village.org> X-Mailer: Wanderlust/1.1.1 (Purple Rain) XEmacs/21.1 (Channel Islands) MIME-Version: 1.0 (generated by WEMI 1.13.7 - "Shimada") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At Sun, 05 Nov 2000 01:26:42 -0700, Warner Losh 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 Dept. of Biological Sciences, Grad. School of Science, Univ. of Tokyo, Japan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message