2 * Product specific probe and attach routines for:
3 * 27/284X and aic7770 motherboard SCSI controllers
5 * Copyright (c) 1994-1998, 2000, 2001 Justin T. Gibbs.
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions
11 * 1. Redistributions of source code must retain the above copyright
12 * notice, this list of conditions, and the following disclaimer,
13 * without modification.
14 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
15 * substantially similar to the "NO WARRANTY" disclaimer below
16 * ("Disclaimer") and any redistribution must be conditioned upon
17 * including a substantially similar Disclaimer requirement for further
18 * binary redistribution.
19 * 3. Neither the names of the above-listed copyright holders nor the names
20 * of any contributors may be used to endorse or promote products derived
21 * from this software without specific prior written permission.
23 * Alternatively, this software may be distributed under the terms of the
24 * GNU General Public License ("GPL") version 2 as published by the Free
25 * Software Foundation.
28 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
29 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
30 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR
31 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
32 * HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
33 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
34 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
35 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
36 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
37 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
38 * POSSIBILITY OF SUCH DAMAGES.
40 * $Id: //depot/aic7xxx/aic7xxx/aic7770.c#32 $
45 #include "aic7xxx_osm.h"
46 #include "aic7xxx_inline.h"
47 #include "aic7xxx_93cx6.h"
49 #define ID_AIC7770 0x04907770
50 #define ID_AHA_274x 0x04907771
51 #define ID_AHA_284xB 0x04907756 /* BIOS enabled */
52 #define ID_AHA_284x 0x04907757 /* BIOS disabled*/
53 #define ID_OLV_274x 0x04907782 /* Olivetti OEM */
54 #define ID_OLV_274xD 0x04907783 /* Olivetti OEM (Differential) */
56 static int aic7770_chip_init(struct ahc_softc
*ahc
);
57 static int aha2840_load_seeprom(struct ahc_softc
*ahc
);
58 static ahc_device_setup_t ahc_aic7770_VL_setup
;
59 static ahc_device_setup_t ahc_aic7770_EISA_setup
;
60 static ahc_device_setup_t ahc_aic7770_setup
;
62 struct aic7770_identity aic7770_ident_table
[] =
67 "Adaptec 274X SCSI adapter",
68 ahc_aic7770_EISA_setup
73 "Adaptec 284X SCSI adapter",
79 "Adaptec 284X SCSI adapter (BIOS Disabled)",
85 "Adaptec (Olivetti OEM) 274X SCSI adapter",
86 ahc_aic7770_EISA_setup
91 "Adaptec (Olivetti OEM) 274X Differential SCSI adapter",
92 ahc_aic7770_EISA_setup
94 /* Generic chip probes for devices we don't know 'exactly' */
98 "Adaptec aic7770 SCSI adapter",
99 ahc_aic7770_EISA_setup
104 aic7770_config(struct ahc_softc
*ahc
, struct aic7770_identity
*entry
, u_int io
)
112 error
= entry
->setup(ahc
);
117 error
= aic7770_map_registers(ahc
, io
);
122 * Before we continue probing the card, ensure that
123 * its interrupts are *disabled*. We don't want
124 * a misstep to hang the machine in an interrupt
127 ahc_intr_enable(ahc
, FALSE
);
129 ahc
->description
= entry
->name
;
130 error
= ahc_softc_init(ahc
);
134 ahc
->bus_chip_init
= aic7770_chip_init
;
136 error
= ahc_reset(ahc
, /*reinit*/FALSE
);
140 /* Make sure we have a valid interrupt vector */
141 intdef
= ahc_inb(ahc
, INTDEF
);
142 irq
= intdef
& VECTOR
;
152 printk("aic7770_config: invalid irq setting %d\n", intdef
);
156 if ((intdef
& EDGE_TRIG
) != 0)
157 ahc
->flags
|= AHC_EDGE_INTERRUPT
;
159 switch (ahc
->chip
& (AHC_EISA
|AHC_VL
)) {
166 biosctrl
= ahc_inb(ahc
, HA_274_BIOSCTRL
);
167 scsiconf
= ahc_inb(ahc
, SCSICONF
);
168 scsiconf1
= ahc_inb(ahc
, SCSICONF
+ 1);
170 /* Get the primary channel information */
171 if ((biosctrl
& CHANNEL_B_PRIMARY
) != 0)
174 if ((biosctrl
& BIOSMODE
) == BIOSDISABLED
) {
175 ahc
->flags
|= AHC_USEDEFAULTS
;
177 if ((ahc
->features
& AHC_WIDE
) != 0) {
178 ahc
->our_id
= scsiconf1
& HWSCSIID
;
179 if (scsiconf
& TERM_ENB
)
180 ahc
->flags
|= AHC_TERM_ENB_A
;
182 ahc
->our_id
= scsiconf
& HSCSIID
;
183 ahc
->our_id_b
= scsiconf1
& HSCSIID
;
184 if (scsiconf
& TERM_ENB
)
185 ahc
->flags
|= AHC_TERM_ENB_A
;
186 if (scsiconf1
& TERM_ENB
)
187 ahc
->flags
|= AHC_TERM_ENB_B
;
190 if ((ahc_inb(ahc
, HA_274_BIOSGLOBAL
) & HA_274_EXTENDED_TRANS
))
191 ahc
->flags
|= AHC_EXTENDED_TRANS_A
|AHC_EXTENDED_TRANS_B
;
196 have_seeprom
= aha2840_load_seeprom(ahc
);
202 if (have_seeprom
== 0) {
203 kfree(ahc
->seep_config
);
204 ahc
->seep_config
= NULL
;
208 * Ensure autoflush is enabled
210 ahc_outb(ahc
, SBLKCTL
, ahc_inb(ahc
, SBLKCTL
) & ~AUTOFLUSHDIS
);
212 /* Setup the FIFO threshold and the bus off time */
213 hostconf
= ahc_inb(ahc
, HOSTCONF
);
214 ahc_outb(ahc
, BUSSPD
, hostconf
& DFTHRSH
);
215 ahc_outb(ahc
, BUSTIME
, (hostconf
<< 2) & BOFF
);
217 ahc
->bus_softc
.aic7770_softc
.busspd
= hostconf
& DFTHRSH
;
218 ahc
->bus_softc
.aic7770_softc
.bustime
= (hostconf
<< 2) & BOFF
;
221 * Generic aic7xxx initialization.
223 error
= ahc_init(ahc
);
227 error
= aic7770_map_int(ahc
, irq
);
234 * Enable the board's BUS drivers
236 ahc_outb(ahc
, BCTL
, ENABLE
);
241 aic7770_chip_init(struct ahc_softc
*ahc
)
243 ahc_outb(ahc
, BUSSPD
, ahc
->bus_softc
.aic7770_softc
.busspd
);
244 ahc_outb(ahc
, BUSTIME
, ahc
->bus_softc
.aic7770_softc
.bustime
);
245 ahc_outb(ahc
, SBLKCTL
, ahc_inb(ahc
, SBLKCTL
) & ~AUTOFLUSHDIS
);
246 ahc_outb(ahc
, BCTL
, ENABLE
);
247 return (ahc_chip_init(ahc
));
251 * Read the 284x SEEPROM.
254 aha2840_load_seeprom(struct ahc_softc
*ahc
)
256 struct seeprom_descriptor sd
;
257 struct seeprom_config
*sc
;
262 sd
.sd_control_offset
= SEECTL_2840
;
263 sd
.sd_status_offset
= STATUS_2840
;
264 sd
.sd_dataout_offset
= STATUS_2840
;
267 sd
.sd_RDY
= EEPROM_TF
;
272 sc
= ahc
->seep_config
;
275 printk("%s: Reading SEEPROM...", ahc_name(ahc
));
276 have_seeprom
= ahc_read_seeprom(&sd
, (uint16_t *)sc
,
277 /*start_addr*/0, sizeof(*sc
)/2);
281 if (ahc_verify_cksum(sc
) == 0) {
283 printk ("checksum error\n");
285 } else if (bootverbose
) {
292 printk("%s: No SEEPROM available\n", ahc_name(ahc
));
293 ahc
->flags
|= AHC_USEDEFAULTS
;
296 * Put the data we've collected down into SRAM
297 * where ahc_init will find it.
303 max_targ
= (ahc
->features
& AHC_WIDE
) != 0 ? 16 : 8;
305 for (i
= 0; i
< max_targ
; i
++){
306 uint8_t target_settings
;
308 target_settings
= (sc
->device_flags
[i
] & CFXFER
) << 4;
309 if (sc
->device_flags
[i
] & CFSYNCH
)
310 target_settings
|= SOFS
;
311 if (sc
->device_flags
[i
] & CFWIDEB
)
312 target_settings
|= WIDEXFER
;
313 if (sc
->device_flags
[i
] & CFDISC
)
314 discenable
|= (0x01 << i
);
315 ahc_outb(ahc
, TARG_SCSIRATE
+ i
, target_settings
);
317 ahc_outb(ahc
, DISC_DSB
, ~(discenable
& 0xff));
318 ahc_outb(ahc
, DISC_DSB
+ 1, ~((discenable
>> 8) & 0xff));
320 ahc
->our_id
= sc
->brtime_id
& CFSCSIID
;
322 scsi_conf
= (ahc
->our_id
& 0x7);
323 if (sc
->adapter_control
& CFSPARITY
)
324 scsi_conf
|= ENSPCHK
;
325 if (sc
->adapter_control
& CFRESETB
)
326 scsi_conf
|= RESET_SCSI
;
328 if (sc
->bios_control
& CF284XEXTEND
)
329 ahc
->flags
|= AHC_EXTENDED_TRANS_A
;
330 /* Set SCSICONF info */
331 ahc_outb(ahc
, SCSICONF
, scsi_conf
);
333 if (sc
->adapter_control
& CF284XSTERM
)
334 ahc
->flags
|= AHC_TERM_ENB_A
;
336 return (have_seeprom
);
340 ahc_aic7770_VL_setup(struct ahc_softc
*ahc
)
344 error
= ahc_aic7770_setup(ahc
);
350 ahc_aic7770_EISA_setup(struct ahc_softc
*ahc
)
354 error
= ahc_aic7770_setup(ahc
);
355 ahc
->chip
|= AHC_EISA
;
360 ahc_aic7770_setup(struct ahc_softc
*ahc
)
363 ahc
->channel_b
= 'B';
364 ahc
->chip
= AHC_AIC7770
;
365 ahc
->features
= AHC_AIC7770_FE
;
366 ahc
->bugs
|= AHC_TMODE_WIDEODD_BUG
;
367 ahc
->flags
|= AHC_PAGESCBS
;
368 ahc
->instruction_ram_size
= 448;