HomeSort by: relevance | last modified time | path
    Searched refs:ICP_PCI (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
icp_pci.c 1 /* $NetBSD: icp_pci.c,v 1.25 2022/01/05 16:01:54 andvar Exp $ */
60 * from OpenBSD: icp_pci.c,v 1.11 2001/06/12 15:40:30 niklas Exp
72 __KERNEL_RCSID(0, "$NetBSD: icp_pci.c,v 1.25 2022/01/05 16:01:54 andvar Exp $");
185 CFATTACH_DECL3_NEW(icp_pci, sizeof(struct icp_softc),
193 { PCI_VENDOR_VORTEX, PCI_PRODUCT_VORTEX_GDT_60x0, ICP_PCI },
194 { PCI_VENDOR_VORTEX, PCI_PRODUCT_VORTEX_GDT_6000B, ICP_PCI },
311 case ICP_PCI:
348 ha->type = ICP_PCI;
608 case ICP_PCI:
  /src/sys/dev/ic/
icpvar.h 213 #define ICP_PCI 0x03

Completed in 14 milliseconds