Lines Matching +full:v1 +full:- +full:v6

1 // SPDX-License-Identifier: GPL-2.0
35 /* This driver works *ONLY* for Future Domain cards using the TMC-1800,
36 * TMC-18C50, or TMC-18C30 chip. This includes models TMC-1650, 1660, 1670,
37 * and 1680. These are all 16-bit cards.
41 * work with this driver (these TMC-8xx and TMC-9xx boards may work with the
44 * FUTURE DOMAIN CORP. (C) 1986-1988 V4.0I 03/16/88
45 * FUTURE DOMAIN CORP. (C) 1986-1989 V5.0C2/14/89
46 * FUTURE DOMAIN CORP. (C) 1986-1989 V6.0A7/28/89
47 * FUTURE DOMAIN CORP. (C) 1986-1990 V6.0105/31/90
48 * FUTURE DOMAIN CORP. (C) 1986-1990 V6.0209/18/90
49 * FUTURE DOMAIN CORP. (C) 1986-1990 V7.009/18/90
52 * (The cards which do *NOT* work are all 8-bit cards -- although some of
53 * them have a 16-bit form-factor, the upper 8-bits are used only for IRQs
55 * the tracings on the circuit board -- if only the IRQ lines are involved,
56 * you have a "8-bit" card, and should *NOT* use this driver.)
68 { "FUTURE DOMAIN CORP. (C) 1986-1990 1800-V2.07/28/89", 5, 50, 6, 0x1fcc },
69 { "FUTURE DOMAIN CORP. (C) 1986-1990 1800-V1.07/28/89", 5, 50, 6, 0x1fcc },
70 { "FUTURE DOMAIN CORP. (C) 1986-1990 1800-V2.07/28/89", 72, 50, 6, 0x1fa2 },
71 { "FUTURE DOMAIN CORP. (C) 1986-1990 1800-V2.0", 73, 43, 6, 0x1fa2 },
72 { "FUTURE DOMAIN CORP. (C) 1991 1800-V2.0.", 72, 39, 6, 0x1fa3 },
74 { "FUTURE DOMAIN TMC-18XX (C) 1993 V3.203/12/93", 5, 44, 7, 0 },
75 { "IBM F1 P2 BIOS v1.0011/09/92", 5, 28, 7, 0x1ff3 },
76 { "IBM F1 P2 BIOS v1.0104/29/93", 5, 28, 7, 0 },
77 { "Future Domain Corp. V1.0008/18/93", 5, 33, 7, 0 },
110 if (sig->base_offset) in fdomain_isa_match()
111 base = readb(p + sig->base_offset) + in fdomain_isa_match()
112 (readb(p + sig->base_offset + 1) << 8); in fdomain_isa_match()
124 base = ports[ndev - ADDRESS_COUNT]; in fdomain_isa_match()
136 this_id = sig->this_id; in fdomain_isa_match()
181 int base = sh->io_port; in fdomain_isa_remove()
218 MODULE_DESCRIPTION("Future Domain TMC-16x0 ISA SCSI driver");