Lines Matching +full:parallel +full:- +full:in
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
7 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
19 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
83 { 0x1020131f, "SIIG Cyber Parallel PCI (10x family)", 0x18 },
84 { 0x2020131f, "SIIG Cyber Parallel PCI (20x family)", 0x10 },
85 { 0x05111407, "Lava SP BIDIR Parallel PCI", 0x10 },
86 { 0x80001407, "Lava Computers 2SP-PCI parallel port", 0x10 },
87 { 0x84031415, "Oxford Semiconductor OX12PCI840 Parallel port", 0x10 },
88 { 0x95131415, "Oxford Semiconductor OX16PCI954 Parallel port", 0x10 },
89 { 0xc1101415, "Oxford Semiconductor OXPCIe952 Parallel port", 0x10 },
105 while (id->type != 0xffff && id->type != type) in ppc_pci_probe()
107 if (id->type == 0xffff) in ppc_pci_probe()
109 device_set_desc(dev, id->desc); in ppc_pci_probe()
110 return (ppc_probe(dev, id->rid)); in ppc_pci_probe()