Merge from vendor branch OPENSSH:
[dragonfly.git] / sys / dev / disk / aic7xxx / aic79xx.c
1 /*
2  * Core routines and tables shareable across OS platforms.
3  *
4  * Copyright (c) 1994-2002 Justin T. Gibbs.
5  * Copyright (c) 2000-2003 Adaptec Inc.
6  * All rights reserved.
7  *
8  * Redistribution and use in source and binary forms, with or without
9  * modification, are permitted provided that the following conditions
10  * are met:
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.
22  *
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.
26  *
27  * NO WARRANTY
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.
39  *
40  * $Id: //depot/aic7xxx/aic7xxx/aic79xx.c#198 $
41  *
42  * $FreeBSD: src/sys/dev/aic7xxx/aic79xx.c,v 1.3.2.5 2003/06/10 03:26:07 gibbs Exp $
43  * $DragonFly: src/sys/dev/disk/aic7xxx/aic79xx.c,v 1.6 2004/05/13 19:44:32 dillon Exp $
44  */
45
46 #include "aic79xx_osm.h"
47 #include "aic79xx_inline.h"
48 #include "aicasm/aicasm_insformat.h"
49
50 /******************************** Globals *************************************/
51 struct ahd_softc_tailq ahd_tailq = TAILQ_HEAD_INITIALIZER(ahd_tailq);
52
53 /***************************** Lookup Tables **********************************/
54 char *ahd_chip_names[] =
55 {
56         "NONE",
57         "aic7901",
58         "aic7902",
59         "aic7901A"
60 };
61 static const u_int num_chip_names = NUM_ELEMENTS(ahd_chip_names);
62
63 /*
64  * Hardware error codes.
65  */
66 struct ahd_hard_error_entry {
67         uint8_t errno;
68         char *errmesg;
69 };
70
71 static struct ahd_hard_error_entry ahd_hard_errors[] = {
72         { DSCTMOUT,     "Discard Timer has timed out" },
73         { ILLOPCODE,    "Illegal Opcode in sequencer program" },
74         { SQPARERR,     "Sequencer Parity Error" },
75         { DPARERR,      "Data-path Parity Error" },
76         { MPARERR,      "Scratch or SCB Memory Parity Error" },
77         { CIOPARERR,    "CIOBUS Parity Error" },
78 };
79 static const u_int num_errors = NUM_ELEMENTS(ahd_hard_errors);
80
81 static struct ahd_phase_table_entry ahd_phase_table[] =
82 {
83         { P_DATAOUT,    MSG_NOOP,               "in Data-out phase"     },
84         { P_DATAIN,     MSG_INITIATOR_DET_ERR,  "in Data-in phase"      },
85         { P_DATAOUT_DT, MSG_NOOP,               "in DT Data-out phase"  },
86         { P_DATAIN_DT,  MSG_INITIATOR_DET_ERR,  "in DT Data-in phase"   },
87         { P_COMMAND,    MSG_NOOP,               "in Command phase"      },
88         { P_MESGOUT,    MSG_NOOP,               "in Message-out phase"  },
89         { P_STATUS,     MSG_INITIATOR_DET_ERR,  "in Status phase"       },
90         { P_MESGIN,     MSG_PARITY_ERROR,       "in Message-in phase"   },
91         { P_BUSFREE,    MSG_NOOP,               "while idle"            },
92         { 0,            MSG_NOOP,               "in unknown phase"      }
93 };
94
95 /*
96  * In most cases we only wish to itterate over real phases, so
97  * exclude the last element from the count.
98  */
99 static const u_int num_phases = NUM_ELEMENTS(ahd_phase_table) - 1;
100
101 /* Our Sequencer Program */
102 #include "aic79xx_seq.h"
103
104 /**************************** Function Declarations ***************************/
105 static void             ahd_handle_transmission_error(struct ahd_softc *ahd);
106 static void             ahd_handle_lqiphase_error(struct ahd_softc *ahd,
107                                                   u_int lqistat1);
108 static int              ahd_handle_pkt_busfree(struct ahd_softc *ahd,
109                                                u_int busfreetime);
110 static int              ahd_handle_nonpkt_busfree(struct ahd_softc *ahd);
111 static void             ahd_handle_proto_violation(struct ahd_softc *ahd);
112 static void             ahd_force_renegotiation(struct ahd_softc *ahd,
113                                                 struct ahd_devinfo *devinfo);
114
115 static struct ahd_tmode_tstate*
116                         ahd_alloc_tstate(struct ahd_softc *ahd,
117                                          u_int scsi_id, char channel);
118 #ifdef AHD_TARGET_MODE
119 static void             ahd_free_tstate(struct ahd_softc *ahd,
120                                         u_int scsi_id, char channel, int force);
121 #endif
122 static void             ahd_devlimited_syncrate(struct ahd_softc *ahd,
123                                                 struct ahd_initiator_tinfo *,
124                                                 u_int *period,
125                                                 u_int *ppr_options,
126                                                 role_t role);
127 static void             ahd_update_neg_table(struct ahd_softc *ahd,
128                                              struct ahd_devinfo *devinfo,
129                                              struct ahd_transinfo *tinfo);
130 static void             ahd_update_pending_scbs(struct ahd_softc *ahd);
131 static void             ahd_fetch_devinfo(struct ahd_softc *ahd,
132                                           struct ahd_devinfo *devinfo);
133 static void             ahd_scb_devinfo(struct ahd_softc *ahd,
134                                         struct ahd_devinfo *devinfo,
135                                         struct scb *scb);
136 static void             ahd_setup_initiator_msgout(struct ahd_softc *ahd,
137                                                    struct ahd_devinfo *devinfo,
138                                                    struct scb *scb);
139 static void             ahd_build_transfer_msg(struct ahd_softc *ahd,
140                                                struct ahd_devinfo *devinfo);
141 static void             ahd_construct_sdtr(struct ahd_softc *ahd,
142                                            struct ahd_devinfo *devinfo,
143                                            u_int period, u_int offset);
144 static void             ahd_construct_wdtr(struct ahd_softc *ahd,
145                                            struct ahd_devinfo *devinfo,
146                                            u_int bus_width);
147 static void             ahd_construct_ppr(struct ahd_softc *ahd,
148                                           struct ahd_devinfo *devinfo,
149                                           u_int period, u_int offset,
150                                           u_int bus_width, u_int ppr_options);
151 static void             ahd_clear_msg_state(struct ahd_softc *ahd);
152 static void             ahd_handle_message_phase(struct ahd_softc *ahd);
153 typedef enum {
154         AHDMSG_1B,
155         AHDMSG_2B,
156         AHDMSG_EXT
157 } ahd_msgtype;
158 static int              ahd_sent_msg(struct ahd_softc *ahd, ahd_msgtype type,
159                                      u_int msgval, int full);
160 static int              ahd_parse_msg(struct ahd_softc *ahd,
161                                       struct ahd_devinfo *devinfo);
162 static int              ahd_handle_msg_reject(struct ahd_softc *ahd,
163                                               struct ahd_devinfo *devinfo);
164 static void             ahd_handle_ign_wide_residue(struct ahd_softc *ahd,
165                                                 struct ahd_devinfo *devinfo);
166 static void             ahd_reinitialize_dataptrs(struct ahd_softc *ahd);
167 static void             ahd_handle_devreset(struct ahd_softc *ahd,
168                                             struct ahd_devinfo *devinfo,
169                                             u_int lun, cam_status status,
170                                             char *message, int verbose_level);
171 #if AHD_TARGET_MODE
172 static void             ahd_setup_target_msgin(struct ahd_softc *ahd,
173                                                struct ahd_devinfo *devinfo,
174                                                struct scb *scb);
175 #endif
176
177 static u_int            ahd_sglist_size(struct ahd_softc *ahd);
178 static u_int            ahd_sglist_allocsize(struct ahd_softc *ahd);
179 static bus_dmamap_callback_t
180                         ahd_dmamap_cb; 
181 static void             ahd_initialize_hscbs(struct ahd_softc *ahd);
182 static int              ahd_init_scbdata(struct ahd_softc *ahd);
183 static void             ahd_fini_scbdata(struct ahd_softc *ahd);
184 static void             ahd_setup_iocell_workaround(struct ahd_softc *ahd);
185 static void             ahd_iocell_first_selection(struct ahd_softc *ahd);
186 static void             ahd_add_col_list(struct ahd_softc *ahd,
187                                          struct scb *scb, u_int col_idx);
188 static void             ahd_rem_col_list(struct ahd_softc *ahd,
189                                          struct scb *scb);
190 static void             ahd_chip_init(struct ahd_softc *ahd);
191 static void             ahd_qinfifo_requeue(struct ahd_softc *ahd,
192                                             struct scb *prev_scb,
193                                             struct scb *scb);
194 static int              ahd_qinfifo_count(struct ahd_softc *ahd);
195 static int              ahd_search_scb_list(struct ahd_softc *ahd, int target,
196                                             char channel, int lun, u_int tag,
197                                             role_t role, uint32_t status,
198                                             ahd_search_action action,
199                                             u_int *list_head, u_int tid);
200 static void             ahd_stitch_tid_list(struct ahd_softc *ahd,
201                                             u_int tid_prev, u_int tid_cur,
202                                             u_int tid_next);
203 static void             ahd_add_scb_to_free_list(struct ahd_softc *ahd,
204                                                  u_int scbid);
205 static u_int            ahd_rem_wscb(struct ahd_softc *ahd, u_int scbid,
206                                      u_int prev, u_int next, u_int tid);
207 static void             ahd_reset_current_bus(struct ahd_softc *ahd);
208 static ahd_callback_t   ahd_reset_poll;
209 static ahd_callback_t   ahd_stat_timer;
210 #ifdef AHD_DUMP_SEQ
211 static void             ahd_dumpseq(struct ahd_softc *ahd);
212 #endif
213 static void             ahd_loadseq(struct ahd_softc *ahd);
214 static int              ahd_check_patch(struct ahd_softc *ahd,
215                                         struct patch **start_patch,
216                                         u_int start_instr, u_int *skip_addr);
217 static u_int            ahd_resolve_seqaddr(struct ahd_softc *ahd,
218                                             u_int address);
219 static void             ahd_download_instr(struct ahd_softc *ahd,
220                                            u_int instrptr, uint8_t *dconsts);
221 static int              ahd_probe_stack_size(struct ahd_softc *ahd);
222 #ifdef AHD_TARGET_MODE
223 static void             ahd_queue_lstate_event(struct ahd_softc *ahd,
224                                                struct ahd_tmode_lstate *lstate,
225                                                u_int initiator_id,
226                                                u_int event_type,
227                                                u_int event_arg);
228 static void             ahd_update_scsiid(struct ahd_softc *ahd,
229                                           u_int targid_mask);
230 static int              ahd_handle_target_cmd(struct ahd_softc *ahd,
231                                               struct target_cmd *cmd);
232 #endif
233
234 /******************************** Private Inlines *****************************/
235 static __inline void    ahd_assert_atn(struct ahd_softc *ahd);
236 static __inline int     ahd_currently_packetized(struct ahd_softc *ahd);
237 static __inline int     ahd_set_active_fifo(struct ahd_softc *ahd);
238
239 static __inline void
240 ahd_assert_atn(struct ahd_softc *ahd)
241 {
242         ahd_outb(ahd, SCSISIGO, ATNO);
243 }
244
245 /*
246  * Determine if the current connection has a packetized
247  * agreement.  This does not necessarily mean that we
248  * are currently in a packetized transfer.  We could
249  * just as easily be sending or receiving a message.
250  */
251 static __inline int
252 ahd_currently_packetized(struct ahd_softc *ahd)
253 {
254         ahd_mode_state   saved_modes;
255         int              packetized;
256
257         saved_modes = ahd_save_modes(ahd);
258         if ((ahd->bugs & AHD_PKTIZED_STATUS_BUG) != 0) {
259                 /*
260                  * The packetized bit refers to the last
261                  * connection, not the current one.  Check
262                  * for non-zero LQISTATE instead.
263                  */
264                 ahd_set_modes(ahd, AHD_MODE_CFG, AHD_MODE_CFG);
265                 packetized = ahd_inb(ahd, LQISTATE) != 0;
266         } else {
267                 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
268                 packetized = ahd_inb(ahd, LQISTAT2) & PACKETIZED;
269         }
270         ahd_restore_modes(ahd, saved_modes);
271         return (packetized);
272 }
273
274 static __inline int
275 ahd_set_active_fifo(struct ahd_softc *ahd)
276 {
277         u_int active_fifo;
278
279         AHD_ASSERT_MODES(ahd, AHD_MODE_SCSI_MSK, AHD_MODE_SCSI_MSK);
280         active_fifo = ahd_inb(ahd, DFFSTAT) & CURRFIFO;
281         switch (active_fifo) {
282         case 0:
283         case 1:
284                 ahd_set_modes(ahd, active_fifo, active_fifo);
285                 return (1);
286         default:
287                 return (0);
288         }
289 }
290
291 /************************* Sequencer Execution Control ************************/
292 /*
293  * Restart the sequencer program from address zero
294  */
295 void
296 ahd_restart(struct ahd_softc *ahd)
297 {
298
299         ahd_pause(ahd);
300
301         ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
302
303         /* No more pending messages */
304         ahd_clear_msg_state(ahd);
305         ahd_outb(ahd, SCSISIGO, 0);             /* De-assert BSY */
306         ahd_outb(ahd, MSG_OUT, MSG_NOOP);       /* No message to send */
307         ahd_outb(ahd, SXFRCTL1, ahd_inb(ahd, SXFRCTL1) & ~BITBUCKET);
308         ahd_outb(ahd, SEQINTCTL, 0);
309         ahd_outb(ahd, LASTPHASE, P_BUSFREE);
310         ahd_outb(ahd, SEQ_FLAGS, 0);
311         ahd_outb(ahd, SAVED_SCSIID, 0xFF);
312         ahd_outb(ahd, SAVED_LUN, 0xFF);
313
314         /*
315          * Ensure that the sequencer's idea of TQINPOS
316          * matches our own.  The sequencer increments TQINPOS
317          * only after it sees a DMA complete and a reset could
318          * occur before the increment leaving the kernel to believe
319          * the command arrived but the sequencer to not.
320          */
321         ahd_outb(ahd, TQINPOS, ahd->tqinfifonext);
322
323         /* Always allow reselection */
324         ahd_outb(ahd, SCSISEQ1,
325                  ahd_inb(ahd, SCSISEQ_TEMPLATE) & (ENSELI|ENRSELI|ENAUTOATNP));
326         /* Ensure that no DMA operations are in progress */
327         ahd_set_modes(ahd, AHD_MODE_CCHAN, AHD_MODE_CCHAN);
328         ahd_outb(ahd, SCBHCNT, 0);
329         ahd_outb(ahd, CCSCBCTL, CCSCBRESET);
330         ahd_outb(ahd, SEQCTL0, FASTMODE|SEQRESET);
331         ahd_unpause(ahd);
332 }
333
334 void
335 ahd_clear_fifo(struct ahd_softc *ahd, u_int fifo)
336 {
337         ahd_mode_state   saved_modes;
338
339 #ifdef AHD_DEBUG
340         if ((ahd_debug & AHD_SHOW_FIFOS) != 0)
341                 printf("%s: Clearing FIFO %d\n", ahd_name(ahd), fifo);
342 #endif
343         saved_modes = ahd_save_modes(ahd);
344         ahd_set_modes(ahd, fifo, fifo);
345         ahd_outb(ahd, DFFSXFRCTL, RSTCHN|CLRSHCNT);
346         if ((ahd_inb(ahd, SG_STATE) & FETCH_INPROG) != 0)
347                 ahd_outb(ahd, CCSGCTL, CCSGRESET);
348         ahd_outb(ahd, LONGJMP_ADDR + 1, INVALID_ADDR);
349         ahd_outb(ahd, SG_STATE, 0);
350         ahd_restore_modes(ahd, saved_modes);
351 }
352
353 /************************* Input/Output Queues ********************************/
354 /*
355  * Flush and completed commands that are sitting in the command
356  * complete queues down on the chip but have yet to be dma'ed back up.
357  */
358 void
359 ahd_flush_qoutfifo(struct ahd_softc *ahd)
360 {
361         struct          scb *scb;
362         ahd_mode_state  saved_modes;
363         u_int           saved_scbptr;
364         u_int           ccscbctl;
365         u_int           scbid;
366         u_int           next_scbid;
367
368         saved_modes = ahd_save_modes(ahd);
369         ahd_set_modes(ahd, AHD_MODE_CCHAN, AHD_MODE_CCHAN);
370         saved_scbptr = ahd_get_scbptr(ahd);
371
372         /*
373          * Wait for any inprogress DMA to complete and clear DMA state
374          * if this if for an SCB in the qinfifo.
375          */
376         while ((ccscbctl = ahd_inb(ahd, CCSCBCTL) & (CCARREN|CCSCBEN)) != 0) {
377
378                 if ((ccscbctl & (CCSCBDIR|CCARREN)) == (CCSCBDIR|CCARREN)) {
379                         if ((ccscbctl & ARRDONE) != 0)
380                                 break;
381                 } else if ((ccscbctl & CCSCBDONE) != 0)
382                         break;
383                 ahd_delay(200);
384         }
385         if ((ccscbctl & CCSCBDIR) != 0)
386                 ahd_outb(ahd, CCSCBCTL, ccscbctl & ~(CCARREN|CCSCBEN));
387
388         /*
389          * Complete any SCBs that just finished being
390          * DMA'ed into the qoutfifo.
391          */
392         ahd_run_qoutfifo(ahd);
393
394         /*
395          * Manually update/complete any completed SCBs that are waiting to be
396          * DMA'ed back up to the host.
397          */
398         scbid = ahd_inw(ahd, COMPLETE_DMA_SCB_HEAD);
399         while (!SCBID_IS_NULL(scbid)) {
400                 uint8_t *hscb_ptr;
401                 u_int    i;
402                 
403                 ahd_set_scbptr(ahd, scbid);
404                 next_scbid = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE);
405                 scb = ahd_lookup_scb(ahd, scbid);
406                 if (scb == NULL) {
407                         printf("%s: Warning - DMA-up and complete "
408                                "SCB %d invalid\n", ahd_name(ahd), scbid);
409                         continue;
410                 }
411                 hscb_ptr = (uint8_t *)scb->hscb;
412                 for (i = 0; i < sizeof(struct hardware_scb); i++)
413                         *hscb_ptr++ = ahd_inb_scbram(ahd, SCB_BASE + i);
414
415                 ahd_complete_scb(ahd, scb);
416                 scbid = next_scbid;
417         }
418         ahd_outw(ahd, COMPLETE_DMA_SCB_HEAD, SCB_LIST_NULL);
419
420         scbid = ahd_inw(ahd, COMPLETE_SCB_HEAD);
421         while (!SCBID_IS_NULL(scbid)) {
422
423                 ahd_set_scbptr(ahd, scbid);
424                 next_scbid = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE);
425                 scb = ahd_lookup_scb(ahd, scbid);
426                 if (scb == NULL) {
427                         printf("%s: Warning - Complete SCB %d invalid\n",
428                                ahd_name(ahd), scbid);
429                         continue;
430                 }
431
432                 ahd_complete_scb(ahd, scb);
433                 scbid = next_scbid;
434         }
435         ahd_outw(ahd, COMPLETE_SCB_HEAD, SCB_LIST_NULL);
436         ahd_set_scbptr(ahd, saved_scbptr);
437
438         /*
439          * Flush the good status FIFO for compelted packetized commands.
440          */
441         ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
442         while ((ahd_inb(ahd, LQISTAT2) & LQIGSAVAIL) != 0) {
443                 scbid = (ahd_inb(ahd, GSFIFO+1) << 8)
444                       | ahd_inb(ahd, GSFIFO);
445                 scb = ahd_lookup_scb(ahd, scbid);
446                 if (scb == NULL) {
447                         printf("%s: Warning - GSFIFO SCB %d invalid\n",
448                                ahd_name(ahd), scbid);
449                         continue;
450                 }
451                 ahd_complete_scb(ahd, scb);
452         }
453
454         /*
455          * Restore state.
456          */
457         ahd_restore_modes(ahd, saved_modes);
458         ahd->flags |= AHD_UPDATE_PEND_CMDS;
459 }
460
461 void
462 ahd_run_qoutfifo(struct ahd_softc *ahd)
463 {
464         struct scb *scb;
465         u_int  scb_index;
466
467         if ((ahd->flags & AHD_RUNNING_QOUTFIFO) != 0)
468                 panic("ahd_run_qoutfifo recursion");
469         ahd->flags |= AHD_RUNNING_QOUTFIFO;
470         ahd_sync_qoutfifo(ahd, BUS_DMASYNC_POSTREAD);
471         while ((ahd->qoutfifo[ahd->qoutfifonext]
472              & QOUTFIFO_ENTRY_VALID_LE) == ahd->qoutfifonext_valid_tag) {
473
474                 scb_index = ahd_le16toh(ahd->qoutfifo[ahd->qoutfifonext]
475                                       & ~QOUTFIFO_ENTRY_VALID_LE);
476                 scb = ahd_lookup_scb(ahd, scb_index);
477                 if (scb == NULL) {
478                         printf("%s: WARNING no command for scb %d "
479                                "(cmdcmplt)\nQOUTPOS = %d\n",
480                                ahd_name(ahd), scb_index,
481                                ahd->qoutfifonext);
482                         ahd_dump_card_state(ahd);
483                 } else
484                         ahd_complete_scb(ahd, scb);
485
486                 ahd->qoutfifonext = (ahd->qoutfifonext+1) & (AHD_QOUT_SIZE-1);
487                 if (ahd->qoutfifonext == 0)
488                         ahd->qoutfifonext_valid_tag ^= QOUTFIFO_ENTRY_VALID_LE;
489         }
490         ahd->flags &= ~AHD_RUNNING_QOUTFIFO;
491 }
492
493 /************************* Interrupt Handling *********************************/
494 void
495 ahd_handle_hwerrint(struct ahd_softc *ahd)
496 {
497         /*
498          * Some catastrophic hardware error has occurred.
499          * Print it for the user and disable the controller.
500          */
501         int i;
502         int error;
503
504         error = ahd_inb(ahd, ERROR);
505         for (i = 0; i < num_errors; i++) {
506                 if ((error & ahd_hard_errors[i].errno) != 0)
507                         printf("%s: hwerrint, %s\n",
508                                ahd_name(ahd), ahd_hard_errors[i].errmesg);
509         }
510
511         ahd_dump_card_state(ahd);
512         panic("BRKADRINT");
513
514         /* Tell everyone that this HBA is no longer available */
515         ahd_abort_scbs(ahd, CAM_TARGET_WILDCARD, ALL_CHANNELS,
516                        CAM_LUN_WILDCARD, SCB_LIST_NULL, ROLE_UNKNOWN,
517                        CAM_NO_HBA);
518
519         /* Tell the system that this controller has gone away. */
520         ahd_free(ahd);
521 }
522
523 void
524 ahd_handle_seqint(struct ahd_softc *ahd, u_int intstat)
525 {
526         u_int seqintcode;
527
528         /*
529          * Save the sequencer interrupt code and clear the SEQINT
530          * bit. We will unpause the sequencer, if appropriate,
531          * after servicing the request.
532          */
533         seqintcode = ahd_inb(ahd, SEQINTCODE);
534         ahd_outb(ahd, CLRINT, CLRSEQINT);
535         if ((ahd->bugs & AHD_INTCOLLISION_BUG) != 0) {
536                 /*
537                  * Unpause the sequencer and let it clear
538                  * SEQINT by writing NO_SEQINT to it.  This
539                  * will cause the sequencer to be paused again,
540                  * which is the expected state of this routine.
541                  */
542                 ahd_unpause(ahd);
543                 while (!ahd_is_paused(ahd))
544                         ;
545                 ahd_outb(ahd, CLRINT, CLRSEQINT);
546         }
547         ahd_update_modes(ahd);
548 #ifdef AHD_DEBUG
549         if ((ahd_debug & AHD_SHOW_MISC) != 0)
550                 printf("%s: Handle Seqint Called for code %d\n",
551                        ahd_name(ahd), seqintcode);
552 #endif
553         switch (seqintcode) {
554         case BAD_SCB_STATUS:
555         {
556                 struct  scb *scb;
557                 u_int   scbid;
558                 int     cmds_pending;
559
560                 scbid = ahd_get_scbptr(ahd);
561                 scb = ahd_lookup_scb(ahd, scbid);
562                 if (scb != NULL) {
563                         ahd_complete_scb(ahd, scb);
564                 } else {
565                         printf("%s: WARNING no command for scb %d "
566                                "(bad status)\n", ahd_name(ahd), scbid);
567                         ahd_dump_card_state(ahd);
568                 }
569                 cmds_pending = ahd_inw(ahd, CMDS_PENDING);
570                 if (cmds_pending > 0)
571                         ahd_outw(ahd, CMDS_PENDING, cmds_pending - 1);
572                 break;
573         }
574         case ENTERING_NONPACK:
575         {
576                 struct  scb *scb;
577                 u_int   scbid;
578
579                 AHD_ASSERT_MODES(ahd, ~(AHD_MODE_UNKNOWN_MSK|AHD_MODE_CFG_MSK),
580                                  ~(AHD_MODE_UNKNOWN_MSK|AHD_MODE_CFG_MSK));
581                 scbid = ahd_get_scbptr(ahd);
582                 scb = ahd_lookup_scb(ahd, scbid);
583                 if (scb == NULL) {
584                         /*
585                          * Somehow need to know if this
586                          * is from a selection or reselection.
587                          * From that, we can termine target
588                          * ID so we at least have an I_T nexus.
589                          */
590                 } else {
591                         ahd_outb(ahd, SAVED_SCSIID, scb->hscb->scsiid);
592                         ahd_outb(ahd, SAVED_LUN, scb->hscb->lun);
593                         ahd_outb(ahd, SEQ_FLAGS, 0x0);
594                 }
595                 if ((ahd_inb(ahd, LQISTAT2) & LQIPHASE_OUTPKT) != 0
596                  && (ahd_inb(ahd, SCSISIGO) & ATNO) != 0) {
597                         /*
598                          * Phase change after read stream with
599                          * CRC error with P0 asserted on last
600                          * packet.
601                          */
602 #ifdef AHD_DEBUG
603                         if ((ahd_debug & AHD_SHOW_RECOVERY) != 0)
604                                 printf("%s: Assuming LQIPHASE_NLQ with "
605                                        "P0 assertion\n", ahd_name(ahd));
606 #endif
607                 }
608 #ifdef AHD_DEBUG
609                 if ((ahd_debug & AHD_SHOW_RECOVERY) != 0)
610                         printf("%s: Entering NONPACK\n", ahd_name(ahd));
611 #endif
612                 break;
613         }
614         case INVALID_SEQINT:
615                 printf("%s: Invalid Sequencer interrupt occurred.\n",
616                        ahd_name(ahd));
617                 ahd_dump_card_state(ahd);
618                 ahd_reset_channel(ahd, 'A', /*Initiate Reset*/TRUE);
619                 break;
620         case STATUS_OVERRUN:
621         {
622                 struct  scb *scb;
623                 u_int   scbid;
624
625                 scbid = ahd_get_scbptr(ahd);
626                 scb = ahd_lookup_scb(ahd, scbid);
627                 if (scb != NULL)
628                         ahd_print_path(ahd, scb);
629                 else
630                         printf("%s: ", ahd_name(ahd));
631                 printf("SCB %d Packetized Status Overrun", scbid);
632                 ahd_dump_card_state(ahd);
633                 ahd_reset_channel(ahd, 'A', /*Initiate Reset*/TRUE);
634                 break;
635         }
636         case CFG4ISTAT_INTR:
637         {
638                 struct  scb *scb;
639                 u_int   scbid;
640
641                 scbid = ahd_get_scbptr(ahd);
642                 scb = ahd_lookup_scb(ahd, scbid);
643                 if (scb == NULL) {
644                         ahd_dump_card_state(ahd);
645                         printf("CFG4ISTAT: Free SCB %d referenced", scbid);
646                         panic("For safety");
647                 }
648                 ahd_outq(ahd, HADDR, scb->sense_busaddr);
649                 ahd_outw(ahd, HCNT, AHD_SENSE_BUFSIZE);
650                 ahd_outb(ahd, HCNT + 2, 0);
651                 ahd_outb(ahd, SG_CACHE_PRE, SG_LAST_SEG);
652                 ahd_outb(ahd, DFCNTRL, PRELOADEN|SCSIEN|HDMAEN);
653                 break;
654         }
655         case ILLEGAL_PHASE:
656         {
657                 u_int bus_phase;
658
659                 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
660                 printf("%s: ILLEGAL_PHASE 0x%x\n",
661                        ahd_name(ahd), bus_phase);
662
663                 switch (bus_phase) {
664                 case P_DATAOUT:
665                 case P_DATAIN:
666                 case P_DATAOUT_DT:
667                 case P_DATAIN_DT:
668                 case P_MESGOUT:
669                 case P_STATUS:
670                 case P_MESGIN:
671                         ahd_reset_channel(ahd, 'A', /*Initiate Reset*/TRUE);
672                         printf("%s: Issued Bus Reset.\n", ahd_name(ahd));
673                         break;
674                 case P_COMMAND:
675                 {
676                         struct  ahd_devinfo devinfo;
677                         struct  scb *scb;
678                         struct  ahd_initiator_tinfo *targ_info;
679                         struct  ahd_tmode_tstate *tstate;
680                         struct  ahd_transinfo *tinfo;
681                         u_int   scbid;
682
683                         /*
684                          * If a target takes us into the command phase
685                          * assume that it has been externally reset and
686                          * has thus lost our previous packetized negotiation
687                          * agreement.  Since we have not sent an identify
688                          * message and may not have fully qualified the
689                          * connection, we change our command to TUR, assert
690                          * ATN and ABORT the task when we go to message in
691                          * phase.  The OSM will see the REQUEUE_REQUEST
692                          * status and retry the command.
693                          */
694                         scbid = ahd_get_scbptr(ahd);
695                         scb = ahd_lookup_scb(ahd, scbid);
696                         if (scb == NULL) {
697                                 printf("Invalid phase with no valid SCB.  "
698                                        "Resetting bus.\n");
699                                 ahd_reset_channel(ahd, 'A',
700                                                   /*Initiate Reset*/TRUE);
701                                 break;
702                         }
703                         ahd_compile_devinfo(&devinfo, SCB_GET_OUR_ID(scb),
704                                             SCB_GET_TARGET(ahd, scb),
705                                             SCB_GET_LUN(scb),
706                                             SCB_GET_CHANNEL(ahd, scb),
707                                             ROLE_INITIATOR);
708                         targ_info = ahd_fetch_transinfo(ahd,
709                                                         devinfo.channel,
710                                                         devinfo.our_scsiid,
711                                                         devinfo.target,
712                                                         &tstate);
713                         tinfo = &targ_info->curr;
714                         ahd_set_width(ahd, &devinfo, MSG_EXT_WDTR_BUS_8_BIT,
715                                       AHD_TRANS_ACTIVE, /*paused*/TRUE);
716                         ahd_set_syncrate(ahd, &devinfo, /*period*/0,
717                                          /*offset*/0, /*ppr_options*/0,
718                                          AHD_TRANS_ACTIVE, /*paused*/TRUE);
719                         ahd_outb(ahd, SCB_CDB_STORE, 0);
720                         ahd_outb(ahd, SCB_CDB_STORE+1, 0);
721                         ahd_outb(ahd, SCB_CDB_STORE+2, 0);
722                         ahd_outb(ahd, SCB_CDB_STORE+3, 0);
723                         ahd_outb(ahd, SCB_CDB_STORE+4, 0);
724                         ahd_outb(ahd, SCB_CDB_STORE+5, 0);
725                         ahd_outb(ahd, SCB_CDB_LEN, 6);
726                         scb->hscb->control &= ~(TAG_ENB|SCB_TAG_TYPE);
727                         scb->hscb->control |= MK_MESSAGE;
728                         ahd_outb(ahd, SCB_CONTROL, scb->hscb->control);
729                         ahd_outb(ahd, MSG_OUT, HOST_MSG);
730                         ahd_outb(ahd, SAVED_SCSIID, scb->hscb->scsiid);
731                         /*
732                          * The lun is 0, regardless of the SCB's lun
733                          * as we have not sent an identify message.
734                          */
735                         ahd_outb(ahd, SAVED_LUN, 0);
736                         ahd_outb(ahd, SEQ_FLAGS, 0);
737                         ahd_assert_atn(ahd);
738                         scb->flags &= ~(SCB_PACKETIZED);
739                         scb->flags |= SCB_ABORT|SCB_CMDPHASE_ABORT;
740                         ahd_freeze_devq(ahd, scb);
741                         ahd_set_transaction_status(scb, CAM_REQUEUE_REQ);
742                         ahd_freeze_scb(scb);
743
744                         /*
745                          * Allow the sequencer to continue with
746                          * non-pack processing.
747                          */
748                         ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
749                         ahd_outb(ahd, CLRLQOINT1, CLRLQOPHACHGINPKT);
750                         if ((ahd->bugs & AHD_CLRLQO_AUTOCLR_BUG) != 0) {
751                                 ahd_outb(ahd, CLRLQOINT1, 0);
752                         }
753 #ifdef AHD_DEBUG
754                         if ((ahd_debug & AHD_SHOW_RECOVERY) != 0) {
755                                 ahd_print_path(ahd, scb);
756                                 printf("Unexpected command phase from "
757                                        "packetized target\n");
758                         }
759 #endif
760                         break;
761                 }
762                 }
763                 break;
764         }
765         case CFG4OVERRUN:
766         {
767                 struct  scb *scb;
768                 u_int   scb_index;
769                 
770 #ifdef AHD_DEBUG
771                 if ((ahd_debug & AHD_SHOW_RECOVERY) != 0) {
772                         printf("%s: CFG4OVERRUN mode = %x\n", ahd_name(ahd),
773                                ahd_inb(ahd, MODE_PTR));
774                 }
775 #endif
776                 scb_index = ahd_get_scbptr(ahd);
777                 scb = ahd_lookup_scb(ahd, scb_index);
778                 if (scb == NULL) {
779                         /*
780                          * Attempt to transfer to an SCB that is
781                          * not outstanding.
782                          */
783                         ahd_assert_atn(ahd);
784                         ahd_outb(ahd, MSG_OUT, HOST_MSG);
785                         ahd->msgout_buf[0] = MSG_ABORT_TASK;
786                         ahd->msgout_len = 1;
787                         ahd->msgout_index = 0;
788                         ahd->msg_type = MSG_TYPE_INITIATOR_MSGOUT;
789                         /*
790                          * Clear status received flag to prevent any
791                          * attempt to complete this bogus SCB.
792                          */
793                         ahd_outb(ahd, SCB_CONTROL,
794                                  ahd_inb(ahd, SCB_CONTROL) & ~STATUS_RCVD);
795                 }
796                 break;
797         }
798         case DUMP_CARD_STATE:
799         {
800                 ahd_dump_card_state(ahd);
801                 break;
802         }
803         case PDATA_REINIT:
804         {
805 #ifdef AHD_DEBUG
806                 if ((ahd_debug & AHD_SHOW_RECOVERY) != 0) {
807                         printf("%s: PDATA_REINIT - DFCNTRL = 0x%x "
808                                "SG_CACHE_SHADOW = 0x%x\n",
809                                ahd_name(ahd), ahd_inb(ahd, DFCNTRL),
810                                ahd_inb(ahd, SG_CACHE_SHADOW));
811                 }
812 #endif
813                 ahd_reinitialize_dataptrs(ahd);
814                 break;
815         }
816         case HOST_MSG_LOOP:
817         {
818                 struct ahd_devinfo devinfo;
819
820                 /*
821                  * The sequencer has encountered a message phase
822                  * that requires host assistance for completion.
823                  * While handling the message phase(s), we will be
824                  * notified by the sequencer after each byte is
825                  * transfered so we can track bus phase changes.
826                  *
827                  * If this is the first time we've seen a HOST_MSG_LOOP
828                  * interrupt, initialize the state of the host message
829                  * loop.
830                  */
831                 ahd_fetch_devinfo(ahd, &devinfo);
832                 if (ahd->msg_type == MSG_TYPE_NONE) {
833                         struct scb *scb;
834                         u_int scb_index;
835                         u_int bus_phase;
836
837                         bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
838                         if (bus_phase != P_MESGIN
839                          && bus_phase != P_MESGOUT) {
840                                 printf("ahd_intr: HOST_MSG_LOOP bad "
841                                        "phase 0x%x\n", bus_phase);
842                                 /*
843                                  * Probably transitioned to bus free before
844                                  * we got here.  Just punt the message.
845                                  */
846                                 ahd_dump_card_state(ahd);
847                                 ahd_clear_intstat(ahd);
848                                 ahd_restart(ahd);
849                                 return;
850                         }
851
852                         scb_index = ahd_get_scbptr(ahd);
853                         scb = ahd_lookup_scb(ahd, scb_index);
854                         if (devinfo.role == ROLE_INITIATOR) {
855                                 if (bus_phase == P_MESGOUT)
856                                         ahd_setup_initiator_msgout(ahd,
857                                                                    &devinfo,
858                                                                    scb);
859                                 else {
860                                         ahd->msg_type =
861                                             MSG_TYPE_INITIATOR_MSGIN;
862                                         ahd->msgin_index = 0;
863                                 }
864                         }
865 #if AHD_TARGET_MODE
866                         else {
867                                 if (bus_phase == P_MESGOUT) {
868                                         ahd->msg_type =
869                                             MSG_TYPE_TARGET_MSGOUT;
870                                         ahd->msgin_index = 0;
871                                 }
872                                 else 
873                                         ahd_setup_target_msgin(ahd,
874                                                                &devinfo,
875                                                                scb);
876                         }
877 #endif
878                 }
879
880                 ahd_handle_message_phase(ahd);
881                 break;
882         }
883         case NO_MATCH:
884         {
885                 /* Ensure we don't leave the selection hardware on */
886                 AHD_ASSERT_MODES(ahd, AHD_MODE_SCSI_MSK, AHD_MODE_SCSI_MSK);
887                 ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO);
888
889                 printf("%s:%c:%d: no active SCB for reconnecting "
890                        "target - issuing BUS DEVICE RESET\n",
891                        ahd_name(ahd), 'A', ahd_inb(ahd, SELID) >> 4);
892                 printf("SAVED_SCSIID == 0x%x, SAVED_LUN == 0x%x, "
893                        "REG0 == 0x%x ACCUM = 0x%x\n",
894                        ahd_inb(ahd, SAVED_SCSIID), ahd_inb(ahd, SAVED_LUN),
895                        ahd_inw(ahd, REG0), ahd_inb(ahd, ACCUM));
896                 printf("SEQ_FLAGS == 0x%x, SCBPTR == 0x%x, BTT == 0x%x, "
897                        "SINDEX == 0x%x\n",
898                        ahd_inb(ahd, SEQ_FLAGS), ahd_get_scbptr(ahd),
899                        ahd_find_busy_tcl(ahd,
900                                          BUILD_TCL(ahd_inb(ahd, SAVED_SCSIID),
901                                                    ahd_inb(ahd, SAVED_LUN))),
902                        ahd_inw(ahd, SINDEX));
903                 printf("SELID == 0x%x, SCB_SCSIID == 0x%x, SCB_LUN == 0x%x, "
904                        "SCB_CONTROL == 0x%x\n",
905                        ahd_inb(ahd, SELID), ahd_inb_scbram(ahd, SCB_SCSIID),
906                        ahd_inb_scbram(ahd, SCB_LUN),
907                        ahd_inb_scbram(ahd, SCB_CONTROL));
908                 printf("SCSIBUS[0] == 0x%x, SCSISIGI == 0x%x\n",
909                        ahd_inb(ahd, SCSIBUS), ahd_inb(ahd, SCSISIGI));
910                 printf("SXFRCTL0 == 0x%x\n", ahd_inb(ahd, SXFRCTL0));
911                 printf("SEQCTL0 == 0x%x\n", ahd_inb(ahd, SEQCTL0));
912                 ahd_dump_card_state(ahd);
913                 ahd->msgout_buf[0] = MSG_BUS_DEV_RESET;
914                 ahd->msgout_len = 1;
915                 ahd->msgout_index = 0;
916                 ahd->msg_type = MSG_TYPE_INITIATOR_MSGOUT;
917                 ahd_outb(ahd, MSG_OUT, HOST_MSG);
918                 ahd_assert_atn(ahd);
919                 break;
920         }
921         case PROTO_VIOLATION:
922         {
923                 ahd_handle_proto_violation(ahd);
924                 break;
925         }
926         case IGN_WIDE_RES:
927         {
928                 struct ahd_devinfo devinfo;
929
930                 ahd_fetch_devinfo(ahd, &devinfo);
931                 ahd_handle_ign_wide_residue(ahd, &devinfo);
932                 break;
933         }
934         case BAD_PHASE:
935         {
936                 u_int lastphase;
937
938                 lastphase = ahd_inb(ahd, LASTPHASE);
939                 printf("%s:%c:%d: unknown scsi bus phase %x, "
940                        "lastphase = 0x%x.  Attempting to continue\n",
941                        ahd_name(ahd), 'A',
942                        SCSIID_TARGET(ahd, ahd_inb(ahd, SAVED_SCSIID)),
943                        lastphase, ahd_inb(ahd, SCSISIGI));
944                 break;
945         }
946         case MISSED_BUSFREE:
947         {
948                 u_int lastphase;
949
950                 lastphase = ahd_inb(ahd, LASTPHASE);
951                 printf("%s:%c:%d: Missed busfree. "
952                        "Lastphase = 0x%x, Curphase = 0x%x\n",
953                        ahd_name(ahd), 'A',
954                        SCSIID_TARGET(ahd, ahd_inb(ahd, SAVED_SCSIID)),
955                        lastphase, ahd_inb(ahd, SCSISIGI));
956                 ahd_restart(ahd);
957                 return;
958         }
959         case DATA_OVERRUN:
960         {
961                 /*
962                  * When the sequencer detects an overrun, it
963                  * places the controller in "BITBUCKET" mode
964                  * and allows the target to complete its transfer.
965                  * Unfortunately, none of the counters get updated
966                  * when the controller is in this mode, so we have
967                  * no way of knowing how large the overrun was.
968                  */
969                 struct  scb *scb;
970                 u_int   scbindex;
971 #ifdef AHD_DEBUG
972                 u_int   lastphase;
973 #endif
974
975                 scbindex = ahd_get_scbptr(ahd);
976                 scb = ahd_lookup_scb(ahd, scbindex);
977 #ifdef AHD_DEBUG
978                 lastphase = ahd_inb(ahd, LASTPHASE);
979                 if ((ahd_debug & AHD_SHOW_RECOVERY) != 0) {
980                         ahd_print_path(ahd, scb);
981                         printf("data overrun detected %s.  Tag == 0x%x.\n",
982                                ahd_lookup_phase_entry(lastphase)->phasemsg,
983                                SCB_GET_TAG(scb));
984                         ahd_print_path(ahd, scb);
985                         printf("%s seen Data Phase.  Length = %ld.  "
986                                "NumSGs = %d.\n",
987                                ahd_inb(ahd, SEQ_FLAGS) & DPHASE
988                                ? "Have" : "Haven't",
989                                ahd_get_transfer_length(scb), scb->sg_count);
990                         ahd_dump_sglist(scb);
991                 }
992 #endif
993
994                 /*
995                  * Set this and it will take effect when the
996                  * target does a command complete.
997                  */
998                 ahd_freeze_devq(ahd, scb);
999                 ahd_set_transaction_status(scb, CAM_DATA_RUN_ERR);
1000                 ahd_freeze_scb(scb);
1001                 break;
1002         }
1003         case MKMSG_FAILED:
1004         {
1005                 struct ahd_devinfo devinfo;
1006                 struct scb *scb;
1007                 u_int scbid;
1008
1009                 ahd_fetch_devinfo(ahd, &devinfo);
1010                 printf("%s:%c:%d:%d: Attempt to issue message failed\n",
1011                        ahd_name(ahd), devinfo.channel, devinfo.target,
1012                        devinfo.lun);
1013                 scbid = ahd_get_scbptr(ahd);
1014                 scb = ahd_lookup_scb(ahd, scbid);
1015                 if (scb != NULL
1016                  && (scb->flags & SCB_RECOVERY_SCB) != 0)
1017                         /*
1018                          * Ensure that we didn't put a second instance of this
1019                          * SCB into the QINFIFO.
1020                          */
1021                         ahd_search_qinfifo(ahd, SCB_GET_TARGET(ahd, scb),
1022                                            SCB_GET_CHANNEL(ahd, scb),
1023                                            SCB_GET_LUN(scb), SCB_GET_TAG(scb),
1024                                            ROLE_INITIATOR, /*status*/0,
1025                                            SEARCH_REMOVE);
1026                 ahd_outb(ahd, SCB_CONTROL,
1027                          ahd_inb(ahd, SCB_CONTROL) & ~MK_MESSAGE);
1028                 break;
1029         }
1030         case TASKMGMT_FUNC_COMPLETE:
1031         {
1032                 u_int   scbid;
1033                 struct  scb *scb;
1034
1035                 scbid = ahd_get_scbptr(ahd);
1036                 scb = ahd_lookup_scb(ahd, scbid);
1037                 if (scb != NULL) {
1038                         u_int      lun;
1039                         u_int      tag;
1040                         cam_status error;
1041
1042                         ahd_print_path(ahd, scb);
1043                         printf("Task Management Func 0x%x Complete\n",
1044                                scb->hscb->task_management);
1045                         lun = CAM_LUN_WILDCARD;
1046                         tag = SCB_LIST_NULL;
1047
1048                         switch (scb->hscb->task_management) {
1049                         case SIU_TASKMGMT_ABORT_TASK:
1050                                 tag = SCB_GET_TAG(scb);
1051                         case SIU_TASKMGMT_ABORT_TASK_SET:
1052                         case SIU_TASKMGMT_CLEAR_TASK_SET:
1053                                 lun = scb->hscb->lun;
1054                                 error = CAM_REQ_ABORTED;
1055                                 ahd_abort_scbs(ahd, SCB_GET_TARGET(ahd, scb),
1056                                                'A', lun, tag, ROLE_INITIATOR,
1057                                                error);
1058                                 break;
1059                         case SIU_TASKMGMT_LUN_RESET:
1060                                 lun = scb->hscb->lun;
1061                         case SIU_TASKMGMT_TARGET_RESET:
1062                         {
1063                                 struct ahd_devinfo devinfo;
1064
1065                                 ahd_scb_devinfo(ahd, &devinfo, scb);
1066                                 error = CAM_BDR_SENT;
1067                                 ahd_handle_devreset(ahd, &devinfo, lun,
1068                                                     CAM_BDR_SENT,
1069                                                     lun != CAM_LUN_WILDCARD
1070                                                     ? "Lun Reset"
1071                                                     : "Target Reset",
1072                                                     /*verbose_level*/0);
1073                                 break;
1074                         }
1075                         default:
1076                                 panic("Unexpected TaskMgmt Func\n");
1077                                 break;
1078                         }
1079                 }
1080                 break;
1081         }
1082         case TASKMGMT_CMD_CMPLT_OKAY:
1083         {
1084                 u_int   scbid;
1085                 struct  scb *scb;
1086
1087                 /*
1088                  * An ABORT TASK TMF failed to be delivered before
1089                  * the targeted command completed normally.
1090                  */
1091                 scbid = ahd_get_scbptr(ahd);
1092                 scb = ahd_lookup_scb(ahd, scbid);
1093                 if (scb != NULL) {
1094                         /*
1095                          * Remove the second instance of this SCB from
1096                          * the QINFIFO if it is still there.
1097                          */
1098                         ahd_print_path(ahd, scb);
1099                         printf("SCB completes before TMF\n");
1100                         /*
1101                          * Handle losing the race.  Wait until any
1102                          * current selection completes.  We will then
1103                          * set the TMF back to zero in this SCB so that
1104                          * the sequencer doesn't bother to issue another
1105                          * sequencer interrupt for its completion.
1106                          */
1107                         while ((ahd_inb(ahd, SCSISEQ0) & ENSELO) != 0
1108                             && (ahd_inb(ahd, SSTAT0) & SELDO) == 0
1109                             && (ahd_inb(ahd, SSTAT1) & SELTO) == 0)
1110                                 ;
1111                         ahd_outb(ahd, SCB_TASK_MANAGEMENT, 0);
1112                         ahd_search_qinfifo(ahd, SCB_GET_TARGET(ahd, scb),
1113                                            SCB_GET_CHANNEL(ahd, scb),  
1114                                            SCB_GET_LUN(scb), SCB_GET_TAG(scb), 
1115                                            ROLE_INITIATOR, /*status*/0,   
1116                                            SEARCH_REMOVE);
1117                 }
1118                 break;
1119         }
1120         case TRACEPOINT0:
1121         case TRACEPOINT1:
1122         case TRACEPOINT2:
1123         case TRACEPOINT3:
1124                 printf("%s: Tracepoint %d\n", ahd_name(ahd),
1125                        seqintcode - TRACEPOINT0);
1126                 break;
1127         case NO_SEQINT:
1128                 break;
1129         case SAW_HWERR:
1130                 ahd_handle_hwerrint(ahd);
1131                 break;
1132         default:
1133                 printf("%s: Unexpected SEQINTCODE %d\n", ahd_name(ahd),
1134                        seqintcode);
1135                 break;
1136         }
1137         /*
1138          *  The sequencer is paused immediately on
1139          *  a SEQINT, so we should restart it when
1140          *  we're done.
1141          */
1142         ahd_unpause(ahd);
1143 }
1144
1145 void
1146 ahd_handle_scsiint(struct ahd_softc *ahd, u_int intstat)
1147 {
1148         struct scb      *scb;
1149         u_int            status0;
1150         u_int            status3;
1151         u_int            status;
1152         u_int            lqistat1;
1153         u_int            lqostat0;
1154         u_int            scbid;
1155         u_int            busfreetime;
1156
1157         ahd_update_modes(ahd);
1158         ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
1159
1160         status3 = ahd_inb(ahd, SSTAT3) & (NTRAMPERR|OSRAMPERR);
1161         status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO);
1162         status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
1163         lqistat1 = ahd_inb(ahd, LQISTAT1);
1164         lqostat0 = ahd_inb(ahd, LQOSTAT0);
1165         busfreetime = ahd_inb(ahd, SSTAT2) & BUSFREETIME;
1166         if ((status0 & (SELDI|SELDO)) != 0) {
1167                 u_int simode0;
1168
1169                 ahd_set_modes(ahd, AHD_MODE_CFG, AHD_MODE_CFG);
1170                 simode0 = ahd_inb(ahd, SIMODE0);
1171                 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO);
1172                 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
1173         }
1174         scbid = ahd_get_scbptr(ahd);
1175         scb = ahd_lookup_scb(ahd, scbid);
1176         if (scb != NULL
1177          && (ahd_inb(ahd, SEQ_FLAGS) & NOT_IDENTIFIED) != 0)
1178                 scb = NULL;
1179
1180         /* Make sure the sequencer is in a safe location. */
1181         ahd_clear_critical_section(ahd);
1182
1183         if ((status0 & IOERR) != 0) {
1184                 u_int now_lvd;
1185
1186                 now_lvd = ahd_inb(ahd, SBLKCTL) & ENAB40;
1187                 printf("%s: Transceiver State Has Changed to %s mode\n",
1188                        ahd_name(ahd), now_lvd ? "LVD" : "SE");
1189                 ahd_outb(ahd, CLRSINT0, CLRIOERR);
1190                 /*
1191                  * A change in I/O mode is equivalent to a bus reset.
1192                  */
1193                 ahd_reset_channel(ahd, 'A', /*Initiate Reset*/TRUE);
1194                 ahd_pause(ahd);
1195                 ahd_setup_iocell_workaround(ahd);
1196                 ahd_unpause(ahd);
1197         } else if ((status0 & OVERRUN) != 0) {
1198                 printf("%s: SCSI offset overrun detected.  Resetting bus.\n",
1199                        ahd_name(ahd));
1200                 ahd_reset_channel(ahd, 'A', /*Initiate Reset*/TRUE);
1201         } else if ((status & SCSIRSTI) != 0) {
1202                 printf("%s: Someone reset channel A\n", ahd_name(ahd));
1203                 ahd_reset_channel(ahd, 'A', /*Initiate Reset*/FALSE);
1204         } else if ((status & SCSIPERR) != 0) {
1205                 ahd_handle_transmission_error(ahd);
1206         } else if (lqostat0 != 0) {
1207                 printf("%s: lqostat0 == 0x%x!\n", ahd_name(ahd), lqostat0);
1208                 ahd_outb(ahd, CLRLQOINT0, lqostat0);
1209                 if ((ahd->bugs & AHD_CLRLQO_AUTOCLR_BUG) != 0) {
1210                         ahd_outb(ahd, CLRLQOINT1, 0);
1211                 }
1212         } else if ((status & SELTO) != 0) {
1213                 u_int  scbid;
1214
1215                 /* Stop the selection */
1216                 ahd_outb(ahd, SCSISEQ0, 0);
1217
1218                 /* No more pending messages */
1219                 ahd_clear_msg_state(ahd);
1220
1221                 /* Clear interrupt state */
1222                 ahd_outb(ahd, CLRSINT1, CLRSELTIMEO|CLRBUSFREE|CLRSCSIPERR);
1223
1224                 /*
1225                  * Although the driver does not care about the
1226                  * 'Selection in Progress' status bit, the busy
1227                  * LED does.  SELINGO is only cleared by a sucessfull
1228                  * selection, so we must manually clear it to insure
1229                  * the LED turns off just incase no future successful
1230                  * selections occur (e.g. no devices on the bus).
1231                  */
1232                 ahd_outb(ahd, CLRSINT0, CLRSELINGO);
1233
1234                 scbid = ahd_inw(ahd, WAITING_TID_HEAD);
1235                 scb = ahd_lookup_scb(ahd, scbid);
1236                 if (scb == NULL) {
1237                         printf("%s: ahd_intr - referenced scb not "
1238                                "valid during SELTO scb(0x%x)\n",
1239                                ahd_name(ahd), scbid);
1240                         ahd_dump_card_state(ahd);
1241                 } else {
1242                         struct ahd_devinfo devinfo;
1243 #ifdef AHD_DEBUG
1244                         if ((ahd_debug & AHD_SHOW_SELTO) != 0) {
1245                                 ahd_print_path(ahd, scb);
1246                                 printf("Saw Selection Timeout for SCB 0x%x\n",
1247                                        scbid);
1248                         }
1249 #endif
1250                         /*
1251                          * Force a renegotiation with this target just in
1252                          * case the cable was pulled and will later be
1253                          * re-attached.  The target may forget its negotiation
1254                          * settings with us should it attempt to reselect
1255                          * during the interruption.  The target will not issue
1256                          * a unit attention in this case, so we must always
1257                          * renegotiate.
1258                          */
1259                         ahd_scb_devinfo(ahd, &devinfo, scb);
1260                         ahd_force_renegotiation(ahd, &devinfo);
1261                         ahd_set_transaction_status(scb, CAM_SEL_TIMEOUT);
1262                         ahd_freeze_devq(ahd, scb);
1263                 }
1264                 ahd_outb(ahd, CLRINT, CLRSCSIINT);
1265                 ahd_iocell_first_selection(ahd);
1266                 ahd_unpause(ahd);
1267         } else if ((status0 & (SELDI|SELDO)) != 0) {
1268                 ahd_iocell_first_selection(ahd);
1269                 ahd_unpause(ahd);
1270         } else if (status3 != 0) {
1271                 printf("%s: SCSI Cell parity error SSTAT3 == 0x%x\n",
1272                        ahd_name(ahd), status3);
1273                 ahd_outb(ahd, CLRSINT3, status3);
1274         } else if ((lqistat1 & (LQIPHASE_LQ|LQIPHASE_NLQ)) != 0) {
1275                 ahd_handle_lqiphase_error(ahd, lqistat1);
1276         } else if ((lqistat1 & LQICRCI_NLQ) != 0) {
1277                 /*
1278                  * This status can be delayed during some
1279                  * streaming operations.  The SCSIPHASE
1280                  * handler has already dealt with this case
1281                  * so just clear the error.
1282                  */
1283                 ahd_outb(ahd, CLRLQIINT1, CLRLQICRCI_NLQ);
1284         } else if ((status & BUSFREE) != 0) {
1285                 u_int lqostat1;
1286                 int   restart;
1287                 int   clear_fifo;
1288                 int   packetized;
1289                 u_int mode;
1290
1291                 /*
1292                  * Clear our selection hardware as soon as possible.
1293                  * We may have an entry in the waiting Q for this target,
1294                  * that is affected by this busfree and we don't want to
1295                  * go about selecting the target while we handle the event.
1296                  */
1297                 ahd_outb(ahd, SCSISEQ0, 0);
1298
1299                 /*
1300                  * Determine what we were up to at the time of
1301                  * the busfree.
1302                  */
1303                 mode = AHD_MODE_SCSI;
1304                 busfreetime = ahd_inb(ahd, SSTAT2) & BUSFREETIME;
1305                 lqostat1 = ahd_inb(ahd, LQOSTAT1);
1306                 switch (busfreetime) {
1307                 case BUSFREE_DFF0:
1308                 case BUSFREE_DFF1:
1309                 {
1310                         u_int   scbid;
1311                         struct  scb *scb;
1312
1313                         mode = busfreetime == BUSFREE_DFF0
1314                              ? AHD_MODE_DFF0 : AHD_MODE_DFF1;
1315                         ahd_set_modes(ahd, mode, mode);
1316                         scbid = ahd_get_scbptr(ahd);
1317                         scb = ahd_lookup_scb(ahd, scbid);
1318                         if (scb == NULL) {
1319                                 printf("%s: Invalid SCB %d in DFF%d "
1320                                        "during unexpected busfree\n",
1321                                        ahd_name(ahd), scbid, mode);
1322                                 packetized = 0;
1323                         } else
1324                                 packetized = (scb->flags & SCB_PACKETIZED) != 0;
1325                         clear_fifo = 1;
1326                         break;
1327                 }
1328                 case BUSFREE_LQO:
1329                         clear_fifo = 0;
1330                         packetized = 1;
1331                         break;
1332                 default:
1333                         clear_fifo = 0;
1334                         packetized =  (lqostat1 & LQOBUSFREE) != 0;
1335                         if (!packetized
1336                          && ahd_inb(ahd, LASTPHASE) == P_BUSFREE)
1337                                 packetized = 1;
1338                         break;
1339                 }
1340
1341 #ifdef AHD_DEBUG
1342                 if ((ahd_debug & AHD_SHOW_MISC) != 0)
1343                         printf("Saw Busfree.  Busfreetime = 0x%x.\n",
1344                                busfreetime);
1345 #endif
1346                 /*
1347                  * Busfrees that occur in non-packetized phases are
1348                  * handled by the nonpkt_busfree handler.
1349                  */
1350                 if (packetized && ahd_inb(ahd, LASTPHASE) == P_BUSFREE) {
1351                         restart = ahd_handle_pkt_busfree(ahd, busfreetime);
1352                 } else {
1353                         packetized = 0;
1354                         restart = ahd_handle_nonpkt_busfree(ahd);
1355                 }
1356                 /*
1357                  * Clear the busfree interrupt status.  The setting of
1358                  * the interrupt is a pulse, so in a perfect world, we
1359                  * would not need to muck with the ENBUSFREE logic.  This
1360                  * would ensure that if the bus moves on to another
1361                  * connection, busfree protection is still in force.  If
1362                  * BUSFREEREV is broken, however, we must manually clear
1363                  * the ENBUSFREE if the busfree occurred during a non-pack
1364                  * connection so that we don't get false positives during
1365                  * future, packetized, connections.
1366                  */
1367                 ahd_outb(ahd, CLRSINT1, CLRBUSFREE);
1368                 if (packetized == 0
1369                  && (ahd->bugs & AHD_BUSFREEREV_BUG) != 0)
1370                         ahd_outb(ahd, SIMODE1,
1371                                  ahd_inb(ahd, SIMODE1) & ~ENBUSFREE);
1372
1373                 if (clear_fifo)
1374                         ahd_clear_fifo(ahd, mode);
1375
1376                 ahd_clear_msg_state(ahd);
1377                 ahd_outb(ahd, CLRINT, CLRSCSIINT);
1378                 if (restart) {
1379                         ahd_restart(ahd);
1380                 } else {
1381                         ahd_unpause(ahd);
1382                 }
1383         } else {
1384                 printf("%s: Missing case in ahd_handle_scsiint. status = %x\n",
1385                        ahd_name(ahd), status);
1386                 ahd_dump_card_state(ahd);
1387                 ahd_clear_intstat(ahd);
1388                 ahd_unpause(ahd);
1389         }
1390 }
1391
1392 static void
1393 ahd_handle_transmission_error(struct ahd_softc *ahd)
1394 {
1395         struct  scb *scb;
1396         u_int   scbid;
1397         u_int   lqistat1;
1398         u_int   lqistat2;
1399         u_int   msg_out;
1400         u_int   curphase;
1401         u_int   lastphase;
1402         u_int   perrdiag;
1403         u_int   cur_col;
1404         int     silent;
1405
1406         scb = NULL;
1407         ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
1408         lqistat1 = ahd_inb(ahd, LQISTAT1) & ~(LQIPHASE_LQ|LQIPHASE_NLQ);
1409         lqistat2 = ahd_inb(ahd, LQISTAT2);
1410         if ((lqistat1 & (LQICRCI_NLQ|LQICRCI_LQ)) == 0
1411          && (ahd->bugs & AHD_NLQICRC_DELAYED_BUG) != 0) {
1412                 u_int lqistate;
1413
1414                 ahd_set_modes(ahd, AHD_MODE_CFG, AHD_MODE_CFG);
1415                 lqistate = ahd_inb(ahd, LQISTATE);
1416                 if ((lqistate >= 0x1E && lqistate <= 0x24)
1417                  || (lqistate == 0x29)) {
1418 #ifdef AHD_DEBUG
1419                         if ((ahd_debug & AHD_SHOW_RECOVERY) != 0) {
1420                                 printf("%s: NLQCRC found via LQISTATE\n",
1421                                        ahd_name(ahd));
1422                         }
1423 #endif
1424                         lqistat1 |= LQICRCI_NLQ;
1425                 }
1426                 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
1427         }
1428
1429         ahd_outb(ahd, CLRLQIINT1, lqistat1);
1430         lastphase = ahd_inb(ahd, LASTPHASE);
1431         curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
1432         perrdiag = ahd_inb(ahd, PERRDIAG);
1433         msg_out = MSG_INITIATOR_DET_ERR;
1434         ahd_outb(ahd, CLRSINT1, CLRSCSIPERR);
1435         
1436         /*
1437          * Try to find the SCB associated with this error.
1438          */
1439         silent = FALSE;
1440         if (lqistat1 == 0
1441          || (lqistat1 & LQICRCI_NLQ) != 0) {
1442                 if ((lqistat1 & (LQICRCI_NLQ|LQIOVERI_NLQ)) != 0)
1443                         ahd_set_active_fifo(ahd);
1444                 scbid = ahd_get_scbptr(ahd);
1445                 scb = ahd_lookup_scb(ahd, scbid);
1446                 if (scb != NULL && SCB_IS_SILENT(scb))
1447                         silent = TRUE;
1448         }
1449
1450         cur_col = 0;
1451         if (silent == FALSE) {
1452                 printf("%s: Transmission error detected\n", ahd_name(ahd));
1453                 ahd_lqistat1_print(lqistat1, &cur_col, 50);
1454                 ahd_lastphase_print(lastphase, &cur_col, 50);
1455                 ahd_scsisigi_print(curphase, &cur_col, 50);
1456                 ahd_perrdiag_print(perrdiag, &cur_col, 50);
1457                 printf("\n");
1458                 ahd_dump_card_state(ahd);
1459         }
1460
1461         if ((lqistat1 & (LQIOVERI_LQ|LQIOVERI_NLQ)) != 0) {
1462                 if (silent == FALSE) {
1463                         printf("%s: Gross protocol error during incoming "
1464                                "packet.  lqistat1 == 0x%x.  Resetting bus.\n",
1465                                ahd_name(ahd), lqistat1);
1466                 }
1467                 ahd_reset_channel(ahd, 'A', /*Initiate Reset*/TRUE);
1468                 return;
1469         } else if ((lqistat1 & LQICRCI_LQ) != 0) {
1470                 /*
1471                  * A CRC error has been detected on an incoming LQ.
1472                  * The bus is currently hung on the last ACK.
1473                  * Hit LQIRETRY to release the last ack, and
1474                  * wait for the sequencer to determine that ATNO
1475                  * is asserted while in message out to take us
1476                  * to our host message loop.  No NONPACKREQ or
1477                  * LQIPHASE type errors will occur in this
1478                  * scenario.  After this first LQIRETRY, the LQI
1479                  * manager will be in ISELO where it will
1480                  * happily sit until another packet phase begins.
1481                  * Unexpected bus free detection is enabled
1482                  * through any phases that occur after we release
1483                  * this last ack until the LQI manager sees a
1484                  * packet phase.  This implies we may have to
1485                  * ignore a perfectly valid "unexected busfree"
1486                  * after our "initiator detected error" message is
1487                  * sent.  A busfree is the expected response after
1488                  * we tell the target that it's L_Q was corrupted.
1489                  * (SPI4R09 10.7.3.3.3)
1490                  */
1491                 ahd_outb(ahd, LQCTL2, LQIRETRY);
1492                 printf("LQIRetry for LQICRCI_LQ to release ACK\n");
1493         } else if ((lqistat1 & LQICRCI_NLQ) != 0) {
1494                 /*
1495                  * We detected a CRC error in a NON-LQ packet.
1496                  * The hardware has varying behavior in this situation
1497                  * depending on whether this packet was part of a
1498                  * stream or not.
1499                  *
1500                  * PKT by PKT mode:
1501                  * The hardware has already acked the complete packet.
1502                  * If the target honors our outstanding ATN condition,
1503                  * we should be (or soon will be) in MSGOUT phase.
1504                  * This will trigger the LQIPHASE_LQ status bit as the
1505                  * hardware was expecting another LQ.  Unexpected
1506                  * busfree detection is enabled.  Once LQIPHASE_LQ is
1507                  * true (first entry into host message loop is much
1508                  * the same), we must clear LQIPHASE_LQ and hit
1509                  * LQIRETRY so the hardware is ready to handle
1510                  * a future LQ.  NONPACKREQ will not be asserted again
1511                  * once we hit LQIRETRY until another packet is
1512                  * processed.  The target may either go busfree
1513                  * or start another packet in response to our message.
1514                  *
1515                  * Read Streaming P0 asserted:
1516                  * If we raise ATN and the target completes the entire
1517                  * stream (P0 asserted during the last packet), the
1518                  * hardware will ack all data and return to the ISTART
1519                  * state.  When the target reponds to our ATN condition,
1520                  * LQIPHASE_LQ will be asserted.  We should respond to
1521                  * this with an LQIRETRY to prepare for any future
1522                  * packets.  NONPACKREQ will not be asserted again
1523                  * once we hit LQIRETRY until another packet is
1524                  * processed.  The target may either go busfree or
1525                  * start another packet in response to our message.
1526                  * Busfree detection is enabled.
1527                  *
1528                  * Read Streaming P0 not asserted:
1529                  * If we raise ATN and the target transitions to
1530                  * MSGOUT in or after a packet where P0 is not
1531                  * asserted, the hardware will assert LQIPHASE_NLQ.
1532                  * We should respond to the LQIPHASE_NLQ with an
1533                  * LQIRETRY.  Should the target stay in a non-pkt
1534                  * phase after we send our message, the hardware
1535                  * will assert LQIPHASE_LQ.  Recovery is then just as
1536                  * listed above for the read streaming with P0 asserted.
1537                  * Busfree detection is enabled.
1538                  */
1539                 if (silent == FALSE)
1540                         printf("LQICRC_NLQ\n");
1541                 if (scb == NULL) {
1542                         printf("%s: No SCB valid for LQICRC_NLQ.  "
1543                                "Resetting bus\n", ahd_name(ahd));
1544                         ahd_reset_channel(ahd, 'A', /*Initiate Reset*/TRUE);
1545                         return;
1546                 }
1547         } else if ((lqistat1 & LQIBADLQI) != 0) {
1548                 printf("Need to handle BADLQI!\n");
1549                 ahd_reset_channel(ahd, 'A', /*Initiate Reset*/TRUE);
1550                 return;
1551         } else if ((perrdiag & (PARITYERR|PREVPHASE)) == PARITYERR) {
1552                 if ((curphase & ~P_DATAIN_DT) != 0) {
1553                         /* Ack the byte.  So we can continue. */
1554                         if (silent == FALSE)
1555                                 printf("Acking %s to clear perror\n",
1556                                     ahd_lookup_phase_entry(curphase)->phasemsg);
1557                         ahd_inb(ahd, SCSIDAT);
1558                 }
1559         
1560                 if (curphase == P_MESGIN)
1561                         msg_out = MSG_PARITY_ERROR;
1562         }
1563
1564         /*
1565          * We've set the hardware to assert ATN if we 
1566          * get a parity error on "in" phases, so all we
1567          * need to do is stuff the message buffer with
1568          * the appropriate message.  "In" phases have set
1569          * mesg_out to something other than MSG_NOP.
1570          */
1571         ahd->send_msg_perror = msg_out;
1572         if (scb != NULL && msg_out == MSG_INITIATOR_DET_ERR)
1573                 scb->flags |= SCB_TRANSMISSION_ERROR;
1574         ahd_outb(ahd, MSG_OUT, HOST_MSG);
1575         ahd_outb(ahd, CLRINT, CLRSCSIINT);
1576         ahd_unpause(ahd);
1577 }
1578
1579 static void
1580 ahd_handle_lqiphase_error(struct ahd_softc *ahd, u_int lqistat1)
1581 {
1582         /*
1583          * Clear the sources of the interrupts.
1584          */
1585         ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
1586         ahd_outb(ahd, CLRLQIINT1, lqistat1);
1587
1588         /*
1589          * If the "illegal" phase changes were in response
1590          * to our ATN to flag a CRC error, AND we ended up
1591          * on packet boundaries, clear the error, restart the
1592          * LQI manager as appropriate, and go on our merry
1593          * way toward sending the message.  Otherwise, reset
1594          * the bus to clear the error.
1595          */
1596         ahd_set_active_fifo(ahd);
1597         if ((ahd_inb(ahd, SCSISIGO) & ATNO) != 0
1598          && (ahd_inb(ahd, MDFFSTAT) & DLZERO) != 0) {
1599                 if ((lqistat1 & LQIPHASE_LQ) != 0) {
1600                         printf("LQIRETRY for LQIPHASE_LQ\n");
1601                         ahd_outb(ahd, LQCTL2, LQIRETRY);
1602                 } else if ((lqistat1 & LQIPHASE_NLQ) != 0) {
1603                         printf("LQIRETRY for LQIPHASE_NLQ\n");
1604                         ahd_outb(ahd, LQCTL2, LQIRETRY);
1605                 } else
1606                         panic("ahd_handle_lqiphase_error: No phase errors\n");
1607                 ahd_dump_card_state(ahd);
1608                 ahd_outb(ahd, CLRINT, CLRSCSIINT);
1609                 ahd_unpause(ahd);
1610         } else {
1611                 printf("Reseting Channel for LQI Phase error\n");
1612                 ahd_dump_card_state(ahd);
1613                 ahd_reset_channel(ahd, 'A', /*Initiate Reset*/TRUE);
1614         }
1615 }
1616
1617 /*
1618  * Packetized unexpected or expected busfree.
1619  * Entered in mode based on busfreetime.
1620  */
1621 static int
1622 ahd_handle_pkt_busfree(struct ahd_softc *ahd, u_int busfreetime)
1623 {
1624         u_int lqostat1;
1625
1626         AHD_ASSERT_MODES(ahd, ~(AHD_MODE_UNKNOWN_MSK|AHD_MODE_CFG_MSK),
1627                          ~(AHD_MODE_UNKNOWN_MSK|AHD_MODE_CFG_MSK));
1628         lqostat1 = ahd_inb(ahd, LQOSTAT1);
1629         if ((lqostat1 & LQOBUSFREE) != 0) {
1630                 struct scb *scb;
1631                 u_int scbid;
1632                 u_int saved_scbptr;
1633                 u_int waiting_h;
1634                 u_int waiting_t;
1635                 u_int next;
1636
1637                 if ((busfreetime & BUSFREE_LQO) == 0)
1638                         printf("%s: Warning, BUSFREE time is 0x%x.  "
1639                                "Expected BUSFREE_LQO.\n",
1640                                ahd_name(ahd), busfreetime);
1641                 /*
1642                  * The LQO manager detected an unexpected busfree
1643                  * either:
1644                  *
1645                  * 1) During an outgoing LQ.
1646                  * 2) After an outgoing LQ but before the first
1647                  *    REQ of the command packet.
1648                  * 3) During an outgoing command packet.
1649                  *
1650                  * In all cases, CURRSCB is pointing to the
1651                  * SCB that encountered the failure.  Clean
1652                  * up the queue, clear SELDO and LQOBUSFREE,
1653                  * and allow the sequencer to restart the select
1654                  * out at its lesure.
1655                  */
1656                 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
1657                 scbid = ahd_inw(ahd, CURRSCB);
1658                 scb = ahd_lookup_scb(ahd, scbid);
1659                 if (scb == NULL)
1660                        panic("SCB not valid during LQOBUSFREE");
1661                 /*
1662                  * Clear the status.
1663                  */
1664                 ahd_outb(ahd, CLRLQOINT1, CLRLQOBUSFREE);
1665                 if ((ahd->bugs & AHD_CLRLQO_AUTOCLR_BUG) != 0)
1666                         ahd_outb(ahd, CLRLQOINT1, 0);
1667                 ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO);
1668                 ahd_flush_device_writes(ahd);
1669                 ahd_outb(ahd, CLRSINT0, CLRSELDO);
1670
1671                 /*
1672                  * Return the LQO manager to its idle loop.  It will
1673                  * not do this automatically if the busfree occurs
1674                  * after the first REQ of either the LQ or command
1675                  * packet or between the LQ and command packet.
1676                  */
1677                 ahd_outb(ahd, LQCTL2, ahd_inb(ahd, LQCTL2) | LQOTOIDLE);
1678
1679                 /*
1680                  * Update the waiting for selection queue so
1681                  * we restart on the correct SCB.
1682                  */
1683                 waiting_h = ahd_inw(ahd, WAITING_TID_HEAD);
1684                 saved_scbptr = ahd_get_scbptr(ahd);
1685                 if (waiting_h != scbid) {
1686
1687                         ahd_outw(ahd, WAITING_TID_HEAD, scbid);
1688                         waiting_t = ahd_inw(ahd, WAITING_TID_TAIL);
1689                         if (waiting_t == waiting_h) {
1690                                 ahd_outw(ahd, WAITING_TID_TAIL, scbid);
1691                                 next = SCB_LIST_NULL;
1692                         } else {
1693                                 ahd_set_scbptr(ahd, waiting_h);
1694                                 next = ahd_inw_scbram(ahd, SCB_NEXT2);
1695                         }
1696                         ahd_set_scbptr(ahd, scbid);
1697                         ahd_outw(ahd, SCB_NEXT2, next);
1698                 }
1699                 ahd_set_scbptr(ahd, saved_scbptr);
1700                 if (scb->crc_retry_count < AHD_MAX_LQ_CRC_ERRORS) {
1701                         if (SCB_IS_SILENT(scb) == FALSE) {
1702                                 ahd_print_path(ahd, scb);
1703                                 printf("Probable outgoing LQ CRC error.  "
1704                                        "Retrying command\n");
1705                         }
1706                         scb->crc_retry_count++;
1707                 } else {
1708                         ahd_set_transaction_status(scb, CAM_UNCOR_PARITY);
1709                         ahd_freeze_scb(scb);
1710                         ahd_freeze_devq(ahd, scb);
1711                 }
1712                 /* Return unpausing the sequencer. */
1713                 return (0);
1714         } else if ((ahd_inb(ahd, PERRDIAG) & PARITYERR) != 0) {
1715                 /*
1716                  * Ignore what are really parity errors that
1717                  * occur on the last REQ of a free running
1718                  * clock prior to going busfree.  Some drives
1719                  * do not properly active negate just before
1720                  * going busfree resulting in a parity glitch.
1721                  */
1722                 ahd_outb(ahd, CLRSINT1, CLRSCSIPERR|CLRBUSFREE);
1723 #ifdef AHD_DEBUG
1724                 if ((ahd_debug & AHD_SHOW_MASKED_ERRORS) != 0)
1725                         printf("%s: Parity on last REQ detected "
1726                                "during busfree phase.\n",
1727                                ahd_name(ahd));
1728 #endif
1729                 /* Return unpausing the sequencer. */
1730                 return (0);
1731         }
1732         if (ahd->src_mode != AHD_MODE_SCSI) {
1733                 u_int   scbid;
1734                 struct  scb *scb;
1735
1736                 scbid = ahd_get_scbptr(ahd);
1737                 scb = ahd_lookup_scb(ahd, scbid);
1738                 ahd_print_path(ahd, scb);
1739                 printf("Unexpected PKT busfree condition\n");
1740                 ahd_dump_card_state(ahd);
1741                 ahd_abort_scbs(ahd, SCB_GET_TARGET(ahd, scb), 'A',
1742                                SCB_GET_LUN(scb), SCB_GET_TAG(scb),
1743                                ROLE_INITIATOR, CAM_UNEXP_BUSFREE);
1744
1745                 /* Return restarting the sequencer. */
1746                 return (1);
1747         }
1748         printf("%s: Unexpected PKT busfree condition\n", ahd_name(ahd));
1749         ahd_dump_card_state(ahd);
1750         /* Restart the sequencer. */
1751         return (1);
1752 }
1753
1754 /*
1755  * Non-packetized unexpected or expected busfree.
1756  */
1757 static int
1758 ahd_handle_nonpkt_busfree(struct ahd_softc *ahd)
1759 {
1760         struct  ahd_devinfo devinfo;
1761         struct  scb *scb;
1762         u_int   lastphase;
1763         u_int   saved_scsiid;
1764         u_int   saved_lun;
1765         u_int   target;
1766         u_int   initiator_role_id;
1767         u_int   scbid;
1768         u_int   ppr_busfree;
1769         int     printerror;
1770
1771         /*
1772          * Look at what phase we were last in.  If its message out,
1773          * chances are pretty good that the busfree was in response
1774          * to one of our abort requests.
1775          */
1776         lastphase = ahd_inb(ahd, LASTPHASE);
1777         saved_scsiid = ahd_inb(ahd, SAVED_SCSIID);
1778         saved_lun = ahd_inb(ahd, SAVED_LUN);
1779         target = SCSIID_TARGET(ahd, saved_scsiid);
1780         initiator_role_id = SCSIID_OUR_ID(saved_scsiid);
1781         ahd_compile_devinfo(&devinfo, initiator_role_id,
1782                             target, saved_lun, 'A', ROLE_INITIATOR);
1783         printerror = 1;
1784
1785         scbid = ahd_get_scbptr(ahd);
1786         scb = ahd_lookup_scb(ahd, scbid);
1787         if (scb != NULL
1788          && (ahd_inb(ahd, SEQ_FLAGS) & NOT_IDENTIFIED) != 0)
1789                 scb = NULL;
1790
1791         ppr_busfree = (ahd->msg_flags & MSG_FLAG_EXPECT_PPR_BUSFREE) != 0;
1792         if (lastphase == P_MESGOUT) {
1793                 u_int tag;
1794
1795                 tag = SCB_LIST_NULL;
1796                 if (ahd_sent_msg(ahd, AHDMSG_1B, MSG_ABORT_TAG, TRUE)
1797                  || ahd_sent_msg(ahd, AHDMSG_1B, MSG_ABORT, TRUE)) {
1798                         int found;
1799                         int sent_msg;
1800
1801                         if (scb == NULL) {
1802                                 ahd_print_devinfo(ahd, &devinfo);
1803                                 printf("Abort for unidentified "
1804                                        "connection completed.\n");
1805                                 /* restart the sequencer. */
1806                                 return (1);
1807                         }
1808                         sent_msg = ahd->msgout_buf[ahd->msgout_index - 1];
1809                         ahd_print_path(ahd, scb);
1810                         printf("SCB %d - Abort%s Completed.\n",
1811                                SCB_GET_TAG(scb),
1812                                sent_msg == MSG_ABORT_TAG ? "" : " Tag");
1813
1814                         if (sent_msg == MSG_ABORT_TAG)
1815                                 tag = SCB_GET_TAG(scb);
1816
1817                         if ((scb->flags & SCB_CMDPHASE_ABORT) != 0) {
1818                                 /*
1819                                  * This abort is in response to an
1820                                  * unexpected switch to command phase
1821                                  * for a packetized connection.  Since
1822                                  * the identify message was never sent,
1823                                  * "saved lun" is 0.  We really want to
1824                                  * abort only the SCB that encountered
1825                                  * this error, which could have a different
1826                                  * lun.  The SCB will be retried so the OS
1827                                  * will see the UA after renegotiating to
1828                                  * packetized.
1829                                  */
1830                                 tag = SCB_GET_TAG(scb);
1831                                 saved_lun = scb->hscb->lun;
1832                         }
1833                         found = ahd_abort_scbs(ahd, target, 'A', saved_lun,
1834                                                tag, ROLE_INITIATOR,
1835                                                CAM_REQ_ABORTED);
1836                         printf("found == 0x%x\n", found);
1837                         printerror = 0;
1838                 } else if (ahd_sent_msg(ahd, AHDMSG_1B,
1839                                         MSG_BUS_DEV_RESET, TRUE)) {
1840 #if defined(__DragonFly__) || defined(__FreeBSD__)
1841                         /*
1842                          * Don't mark the user's request for this BDR
1843                          * as completing with CAM_BDR_SENT.  CAM3
1844                          * specifies CAM_REQ_CMP.
1845                          */
1846                         if (scb != NULL
1847                          && scb->io_ctx->ccb_h.func_code== XPT_RESET_DEV
1848                          && ahd_match_scb(ahd, scb, target, 'A',
1849                                           CAM_LUN_WILDCARD, SCB_LIST_NULL,
1850                                           ROLE_INITIATOR))
1851                                 ahd_set_transaction_status(scb, CAM_REQ_CMP);
1852 #endif
1853                         ahd_handle_devreset(ahd, &devinfo, CAM_LUN_WILDCARD,
1854                                             CAM_BDR_SENT, "Bus Device Reset",
1855                                             /*verbose_level*/0);
1856                         printerror = 0;
1857                 } else if (ahd_sent_msg(ahd, AHDMSG_EXT, MSG_EXT_PPR, FALSE)
1858                         && ppr_busfree == 0) {
1859                         struct ahd_initiator_tinfo *tinfo;
1860                         struct ahd_tmode_tstate *tstate;
1861
1862                         /*
1863                          * PPR Rejected.  Try non-ppr negotiation
1864                          * and retry command.
1865                          */
1866 #ifdef AHD_DEBUG
1867                         if ((ahd_debug & AHD_SHOW_MESSAGES) != 0)
1868                                 printf("PPR negotiation rejected busfree.\n");
1869 #endif
1870                         tinfo = ahd_fetch_transinfo(ahd, devinfo.channel,
1871                                                     devinfo.our_scsiid,
1872                                                     devinfo.target, &tstate);
1873                         tinfo->curr.transport_version = 2;
1874                         tinfo->goal.transport_version = 2;
1875                         tinfo->goal.ppr_options = 0;
1876                         ahd_qinfifo_requeue_tail(ahd, scb);
1877                         printerror = 0;
1878                 } else if (ahd_sent_msg(ahd, AHDMSG_EXT, MSG_EXT_WDTR, FALSE)
1879                         && ppr_busfree == 0) {
1880                         /*
1881                          * Negotiation Rejected.  Go-narrow and
1882                          * retry command.
1883                          */
1884 #ifdef AHD_DEBUG
1885                         if ((ahd_debug & AHD_SHOW_MESSAGES) != 0)
1886                                 printf("WDTR negotiation rejected busfree.\n");
1887 #endif
1888                         ahd_set_width(ahd, &devinfo,
1889                                       MSG_EXT_WDTR_BUS_8_BIT,
1890                                       AHD_TRANS_CUR|AHD_TRANS_GOAL,
1891                                       /*paused*/TRUE);
1892                         ahd_qinfifo_requeue_tail(ahd, scb);
1893                         printerror = 0;
1894                 } else if (ahd_sent_msg(ahd, AHDMSG_EXT, MSG_EXT_SDTR, FALSE)
1895                         && ppr_busfree == 0) {
1896                         /*
1897                          * Negotiation Rejected.  Go-async and
1898                          * retry command.
1899                          */
1900 #ifdef AHD_DEBUG
1901                         if ((ahd_debug & AHD_SHOW_MESSAGES) != 0)
1902                                 printf("SDTR negotiation rejected busfree.\n");
1903 #endif
1904                         ahd_set_syncrate(ahd, &devinfo,
1905                                         /*period*/0, /*offset*/0,
1906                                         /*ppr_options*/0,
1907                                         AHD_TRANS_CUR|AHD_TRANS_GOAL,
1908                                         /*paused*/TRUE);
1909                         ahd_qinfifo_requeue_tail(ahd, scb);
1910                         printerror = 0;
1911                 } else if ((ahd->msg_flags & MSG_FLAG_EXPECT_IDE_BUSFREE) != 0
1912                         && ahd_sent_msg(ahd, AHDMSG_1B,
1913                                          MSG_INITIATOR_DET_ERR, TRUE)) {
1914
1915 #ifdef AHD_DEBUG
1916                         if ((ahd_debug & AHD_SHOW_MESSAGES) != 0)
1917                                 printf("Expected IDE Busfree\n");
1918 #endif
1919                         printerror = 0;
1920                 } else if ((ahd->msg_flags & MSG_FLAG_EXPECT_QASREJ_BUSFREE)
1921                         && ahd_sent_msg(ahd, AHDMSG_1B,
1922                                         MSG_MESSAGE_REJECT, TRUE)) {
1923
1924 #ifdef AHD_DEBUG
1925                         if ((ahd_debug & AHD_SHOW_MESSAGES) != 0)
1926                                 printf("Expected QAS Reject Busfree\n");
1927 #endif
1928                         printerror = 0;
1929                 }
1930         }
1931
1932         /*
1933          * The busfree required flag is honored at the end of
1934          * the message phases.  We check it last in case we
1935          * had to send some other message that caused a busfree.
1936          */
1937         if (printerror != 0
1938          && (lastphase == P_MESGIN || lastphase == P_MESGOUT)
1939          && ((ahd->msg_flags & MSG_FLAG_EXPECT_PPR_BUSFREE) != 0)) {
1940
1941                 ahd_freeze_devq(ahd, scb);
1942                 ahd_set_transaction_status(scb, CAM_REQUEUE_REQ);
1943                 ahd_freeze_scb(scb);
1944                 if ((ahd->msg_flags & MSG_FLAG_IU_REQ_CHANGED) != 0) {
1945                         ahd_abort_scbs(ahd, SCB_GET_TARGET(ahd, scb),
1946                                        SCB_GET_CHANNEL(ahd, scb),
1947                                        SCB_GET_LUN(scb), SCB_LIST_NULL,
1948                                        ROLE_INITIATOR, CAM_REQ_ABORTED);
1949                 } else {
1950 #ifdef AHD_DEBUG
1951                         if ((ahd_debug & AHD_SHOW_MESSAGES) != 0)
1952                                 printf("PPR Negotiation Busfree.\n");
1953 #endif
1954                         ahd_done(ahd, scb);
1955                 }
1956                 printerror = 0;
1957         }
1958         if (printerror != 0) {
1959                 int aborted;
1960
1961                 aborted = 0;
1962                 if (scb != NULL) {
1963                         u_int tag;
1964
1965                         if ((scb->hscb->control & TAG_ENB) != 0)
1966                                 tag = SCB_GET_TAG(scb);
1967                         else
1968                                 tag = SCB_LIST_NULL;
1969                         ahd_print_path(ahd, scb);
1970                         aborted = ahd_abort_scbs(ahd, target, 'A',
1971                                        SCB_GET_LUN(scb), tag,
1972                                        ROLE_INITIATOR,
1973                                        CAM_UNEXP_BUSFREE);
1974                 } else {
1975                         /*
1976                          * We had not fully identified this connection,
1977                          * so we cannot abort anything.
1978                          */
1979                         printf("%s: ", ahd_name(ahd));
1980                 }
1981                 if (lastphase != P_BUSFREE)
1982                         ahd_force_renegotiation(ahd, &devinfo);
1983                 printf("Unexpected busfree %s, %d SCBs aborted, "
1984                        "PRGMCNT == 0x%x\n",
1985                        ahd_lookup_phase_entry(lastphase)->phasemsg,
1986                        aborted,
1987                        ahd_inb(ahd, PRGMCNT)
1988                         | (ahd_inb(ahd, PRGMCNT+1) << 8));
1989                 ahd_dump_card_state(ahd);
1990         }
1991         /* Always restart the sequencer. */
1992         return (1);
1993 }
1994
1995 static void
1996 ahd_handle_proto_violation(struct ahd_softc *ahd)
1997 {
1998         struct  ahd_devinfo devinfo;
1999         struct  scb *scb;
2000         u_int   scbid;
2001         u_int   seq_flags;
2002         u_int   curphase;
2003         u_int   lastphase;
2004         int     found;
2005
2006         ahd_fetch_devinfo(ahd, &devinfo);
2007         scbid = ahd_get_scbptr(ahd);
2008         scb = ahd_lookup_scb(ahd, scbid);
2009         seq_flags = ahd_inb(ahd, SEQ_FLAGS);
2010         curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
2011         lastphase = ahd_inb(ahd, LASTPHASE);
2012         if ((seq_flags & NOT_IDENTIFIED) != 0) {
2013
2014                 /*
2015                  * The reconnecting target either did not send an
2016                  * identify message, or did, but we didn't find an SCB
2017                  * to match.
2018                  */
2019                 ahd_print_devinfo(ahd, &devinfo);
2020                 printf("Target did not send an IDENTIFY message. "
2021                        "LASTPHASE = 0x%x.\n", lastphase);
2022                 scb = NULL;
2023         } else if (scb == NULL) {
2024                 /*
2025                  * We don't seem to have an SCB active for this
2026                  * transaction.  Print an error and reset the bus.
2027                  */
2028                 ahd_print_devinfo(ahd, &devinfo);
2029                 printf("No SCB found during protocol violation\n");
2030                 goto proto_violation_reset;
2031         } else {
2032                 ahd_set_transaction_status(scb, CAM_SEQUENCE_FAIL);
2033                 if ((seq_flags & NO_CDB_SENT) != 0) {
2034                         ahd_print_path(ahd, scb);
2035                         printf("No or incomplete CDB sent to device.\n");
2036                 } else if ((ahd_inb_scbram(ahd, SCB_CONTROL)
2037                           & STATUS_RCVD) == 0) {
2038                         /*
2039                          * The target never bothered to provide status to
2040                          * us prior to completing the command.  Since we don't
2041                          * know the disposition of this command, we must attempt
2042                          * to abort it.  Assert ATN and prepare to send an abort
2043                          * message.
2044                          */
2045                         ahd_print_path(ahd, scb);
2046                         printf("Completed command without status.\n");
2047                 } else {
2048                         ahd_print_path(ahd, scb);
2049                         printf("Unknown protocol violation.\n");
2050                         ahd_dump_card_state(ahd);
2051                 }
2052         }
2053         if ((lastphase & ~P_DATAIN_DT) == 0
2054          || lastphase == P_COMMAND) {
2055 proto_violation_reset:
2056                 /*
2057                  * Target either went directly to data
2058                  * phase or didn't respond to our ATN.
2059                  * The only safe thing to do is to blow
2060                  * it away with a bus reset.
2061                  */
2062                 found = ahd_reset_channel(ahd, 'A', TRUE);
2063                 printf("%s: Issued Channel %c Bus Reset. "
2064                        "%d SCBs aborted\n", ahd_name(ahd), 'A', found);
2065         } else {
2066                 /*
2067                  * Leave the selection hardware off in case
2068                  * this abort attempt will affect yet to
2069                  * be sent commands.
2070                  */
2071                 ahd_outb(ahd, SCSISEQ0,
2072                          ahd_inb(ahd, SCSISEQ0) & ~ENSELO);
2073                 ahd_assert_atn(ahd);
2074                 ahd_outb(ahd, MSG_OUT, HOST_MSG);
2075                 if (scb == NULL) {
2076                         ahd_print_devinfo(ahd, &devinfo);
2077                         ahd->msgout_buf[0] = MSG_ABORT_TASK;
2078                         ahd->msgout_len = 1;
2079                         ahd->msgout_index = 0;
2080                         ahd->msg_type = MSG_TYPE_INITIATOR_MSGOUT;
2081                 } else {
2082                         ahd_print_path(ahd, scb);
2083                         scb->flags |= SCB_ABORT;
2084                 }
2085                 printf("Protocol violation %s.  Attempting to abort.\n",
2086                        ahd_lookup_phase_entry(curphase)->phasemsg);
2087         }
2088 }
2089
2090 /*
2091  * Force renegotiation to occur the next time we initiate
2092  * a command to the current device.
2093  */
2094 static void
2095 ahd_force_renegotiation(struct ahd_softc *ahd, struct ahd_devinfo *devinfo)
2096 {
2097         struct  ahd_initiator_tinfo *targ_info;
2098         struct  ahd_tmode_tstate *tstate;
2099
2100 #ifdef AHD_DEBUG
2101         if ((ahd_debug & AHD_SHOW_MESSAGES) != 0) {
2102                 ahd_print_devinfo(ahd, devinfo);
2103                 printf("Forcing renegotiation\n");
2104         }
2105 #endif
2106         targ_info = ahd_fetch_transinfo(ahd,
2107                                         devinfo->channel,
2108                                         devinfo->our_scsiid,
2109                                         devinfo->target,
2110                                         &tstate);
2111         ahd_update_neg_request(ahd, devinfo, tstate,
2112                                targ_info, AHD_NEG_IF_NON_ASYNC);
2113 }
2114
2115 #define AHD_MAX_STEPS 2000
2116 void
2117 ahd_clear_critical_section(struct ahd_softc *ahd)
2118 {
2119         ahd_mode_state  saved_modes;
2120         int             stepping;
2121         int             steps;
2122         int             first_instr;
2123         u_int           simode0;
2124         u_int           simode1;
2125         u_int           simode3;
2126         u_int           lqimode0;
2127         u_int           lqimode1;
2128         u_int           lqomode0;
2129         u_int           lqomode1;
2130
2131         if (ahd->num_critical_sections == 0)
2132                 return;
2133
2134         stepping = FALSE;
2135         steps = 0;
2136         first_instr = 0;
2137         simode0 = 0;
2138         simode1 = 0;
2139         simode3 = 0;
2140         lqimode0 = 0;
2141         lqimode1 = 0;
2142         lqomode0 = 0;
2143         lqomode1 = 0;
2144         saved_modes = ahd_save_modes(ahd);
2145         for (;;) {
2146                 struct  cs *cs;
2147                 u_int   seqaddr;
2148                 u_int   i;
2149
2150                 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
2151                 seqaddr = ahd_inb(ahd, CURADDR)
2152                         | (ahd_inb(ahd, CURADDR+1) << 8);
2153
2154                 cs = ahd->critical_sections;
2155                 for (i = 0; i < ahd->num_critical_sections; i++, cs++) {
2156                         
2157                         if (cs->begin < seqaddr && cs->end >= seqaddr)
2158                                 break;
2159                 }
2160
2161                 if (i == ahd->num_critical_sections)
2162                         break;
2163
2164                 if (steps > AHD_MAX_STEPS) {
2165                         printf("%s: Infinite loop in critical section\n"
2166                                "%s: First Instruction 0x%x now 0x%x\n",
2167                                ahd_name(ahd), ahd_name(ahd), first_instr,
2168                                seqaddr);
2169                         ahd_dump_card_state(ahd);
2170                         panic("critical section loop");
2171                 }
2172
2173                 steps++;
2174 #ifdef AHD_DEBUG
2175                 if ((ahd_debug & AHD_SHOW_MISC) != 0)
2176                         printf("%s: Single stepping at 0x%x\n", ahd_name(ahd),
2177                                seqaddr);
2178 #endif
2179                 if (stepping == FALSE) {
2180
2181                         first_instr = seqaddr;
2182                         ahd_set_modes(ahd, AHD_MODE_CFG, AHD_MODE_CFG);
2183                         simode0 = ahd_inb(ahd, SIMODE0);
2184                         simode3 = ahd_inb(ahd, SIMODE3);
2185                         lqimode0 = ahd_inb(ahd, LQIMODE0);
2186                         lqimode1 = ahd_inb(ahd, LQIMODE1);
2187                         lqomode0 = ahd_inb(ahd, LQOMODE0);
2188                         lqomode1 = ahd_inb(ahd, LQOMODE1);
2189                         ahd_outb(ahd, SIMODE0, 0);
2190                         ahd_outb(ahd, SIMODE3, 0);
2191                         ahd_outb(ahd, LQIMODE0, 0);
2192                         ahd_outb(ahd, LQIMODE1, 0);
2193                         ahd_outb(ahd, LQOMODE0, 0);
2194                         ahd_outb(ahd, LQOMODE1, 0);
2195                         ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
2196                         simode1 = ahd_inb(ahd, SIMODE1);
2197                         ahd_outb(ahd, SIMODE1, simode1 & ENBUSFREE);
2198                         ahd_outb(ahd, SEQCTL0, ahd_inb(ahd, SEQCTL0) | STEP);
2199                         stepping = TRUE;
2200                 }
2201                 ahd_outb(ahd, CLRSINT1, CLRBUSFREE);
2202                 ahd_outb(ahd, CLRINT, CLRSCSIINT);
2203                 ahd_set_modes(ahd, ahd->saved_src_mode, ahd->saved_dst_mode);
2204                 ahd_outb(ahd, HCNTRL, ahd->unpause);
2205                 do {
2206                         ahd_delay(200);
2207                 } while (!ahd_is_paused(ahd));
2208                 ahd_update_modes(ahd);
2209         }
2210         if (stepping) {
2211                 ahd_set_modes(ahd, AHD_MODE_CFG, AHD_MODE_CFG);
2212                 ahd_outb(ahd, SIMODE0, simode0);
2213                 ahd_outb(ahd, SIMODE3, simode3);
2214                 ahd_outb(ahd, LQIMODE0, lqimode0);
2215                 ahd_outb(ahd, LQIMODE1, lqimode1);
2216                 ahd_outb(ahd, LQOMODE0, lqomode0);
2217                 ahd_outb(ahd, LQOMODE1, lqomode1);
2218                 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
2219                 ahd_outb(ahd, SEQCTL0, ahd_inb(ahd, SEQCTL0) & ~STEP);
2220                 ahd_outb(ahd, SIMODE1, simode1);
2221                 /*
2222                  * SCSIINT seems to glitch occassionally when
2223                  * the interrupt masks are restored.  Clear SCSIINT
2224                  * one more time so that only persistent errors
2225                  * are seen as a real interrupt.
2226                  */
2227                 ahd_outb(ahd, CLRINT, CLRSCSIINT);
2228         }
2229         ahd_restore_modes(ahd, saved_modes);
2230 }
2231
2232 /*
2233  * Clear any pending interrupt status.
2234  */
2235 void
2236 ahd_clear_intstat(struct ahd_softc *ahd)
2237 {
2238         AHD_ASSERT_MODES(ahd, ~(AHD_MODE_UNKNOWN_MSK|AHD_MODE_CFG_MSK),
2239                          ~(AHD_MODE_UNKNOWN_MSK|AHD_MODE_CFG_MSK));
2240         /* Clear any interrupt conditions this may have caused */
2241         ahd_outb(ahd, CLRLQIINT0, CLRLQIATNQAS|CLRLQICRCT1|CLRLQICRCT2
2242                                  |CLRLQIBADLQT|CLRLQIATNLQ|CLRLQIATNCMD);
2243         ahd_outb(ahd, CLRLQIINT1, CLRLQIPHASE_LQ|CLRLQIPHASE_NLQ|CLRLIQABORT
2244                                  |CLRLQICRCI_LQ|CLRLQICRCI_NLQ|CLRLQIBADLQI
2245                                  |CLRLQIOVERI_LQ|CLRLQIOVERI_NLQ|CLRNONPACKREQ);
2246         ahd_outb(ahd, CLRLQOINT0, CLRLQOTARGSCBPERR|CLRLQOSTOPT2|CLRLQOATNLQ
2247                                  |CLRLQOATNPKT|CLRLQOTCRC);
2248         ahd_outb(ahd, CLRLQOINT1, CLRLQOINITSCBPERR|CLRLQOSTOPI2|CLRLQOBADQAS
2249                                  |CLRLQOBUSFREE|CLRLQOPHACHGINPKT);
2250         if ((ahd->bugs & AHD_CLRLQO_AUTOCLR_BUG) != 0) {
2251                 ahd_outb(ahd, CLRLQOINT0, 0);
2252                 ahd_outb(ahd, CLRLQOINT1, 0);
2253         }
2254         ahd_outb(ahd, CLRSINT3, CLRNTRAMPERR|CLROSRAMPERR);
2255         ahd_outb(ahd, CLRSINT1, CLRSELTIMEO|CLRATNO|CLRSCSIRSTI
2256                                 |CLRBUSFREE|CLRSCSIPERR|CLRREQINIT);
2257         ahd_outb(ahd, CLRSINT0, CLRSELDO|CLRSELDI|CLRSELINGO
2258                                 |CLRIOERR|CLROVERRUN);
2259         ahd_outb(ahd, CLRINT, CLRSCSIINT);
2260 }
2261
2262 /**************************** Debugging Routines ******************************/
2263 #ifdef AHD_DEBUG
2264 uint32_t ahd_debug = AHD_DEBUG_OPTS;
2265 #endif
2266 void
2267 ahd_print_scb(struct scb *scb)
2268 {
2269         struct hardware_scb *hscb;
2270         int i;
2271
2272         hscb = scb->hscb;
2273         printf("scb:%p control:0x%x scsiid:0x%x lun:%d cdb_len:%d\n",
2274                (void *)scb,
2275                hscb->control,
2276                hscb->scsiid,
2277                hscb->lun,
2278                hscb->cdb_len);
2279         printf("Shared Data: ");
2280         for (i = 0; i < sizeof(hscb->shared_data.idata.cdb); i++)
2281                 printf("%#02x", hscb->shared_data.idata.cdb[i]);
2282         printf("        dataptr:%#x%x datacnt:%#x sgptr:%#x tag:%#x\n",
2283                (uint32_t)((ahd_le64toh(hscb->dataptr) >> 32) & 0xFFFFFFFF),
2284                (uint32_t)(ahd_le64toh(hscb->dataptr) & 0xFFFFFFFF),
2285                ahd_le32toh(hscb->datacnt),
2286                ahd_le32toh(hscb->sgptr),
2287                SCB_GET_TAG(scb));
2288         ahd_dump_sglist(scb);
2289 }
2290
2291 void
2292 ahd_dump_sglist(struct scb *scb)
2293 {
2294         int i;
2295
2296         if (scb->sg_count > 0) {
2297                 if ((scb->ahd_softc->flags & AHD_64BIT_ADDRESSING) != 0) {
2298                         struct ahd_dma64_seg *sg_list;
2299
2300                         sg_list = (struct ahd_dma64_seg*)scb->sg_list;
2301                         for (i = 0; i < scb->sg_count; i++) {
2302                                 uint64_t addr;
2303                                 uint32_t len;
2304
2305                                 addr = ahd_le64toh(sg_list[i].addr);
2306                                 len = ahd_le32toh(sg_list[i].len);
2307                                 printf("sg[%d] - Addr 0x%x%x : Length %d%s\n",
2308                                        i,
2309                                        (uint32_t)((addr >> 32) & 0xFFFFFFFF),
2310                                        (uint32_t)(addr & 0xFFFFFFFF),
2311                                        sg_list[i].len & AHD_SG_LEN_MASK,
2312                                        (sg_list[i].len & AHD_DMA_LAST_SEG)
2313                                      ? " Last" : "");
2314                         }
2315                 } else {
2316                         struct ahd_dma_seg *sg_list;
2317
2318                         sg_list = (struct ahd_dma_seg*)scb->sg_list;
2319                         for (i = 0; i < scb->sg_count; i++) {
2320                                 uint32_t len;
2321
2322                                 len = ahd_le32toh(sg_list[i].len);
2323                                 printf("sg[%d] - Addr 0x%x%x : Length %d%s\n",
2324                                        i,
2325                                        (len >> 24) & SG_HIGH_ADDR_BITS,
2326                                        ahd_le32toh(sg_list[i].addr),
2327                                        len & AHD_SG_LEN_MASK,
2328                                        len & AHD_DMA_LAST_SEG ? " Last" : "");
2329                         }
2330                 }
2331         }
2332 }
2333
2334 /************************* Transfer Negotiation *******************************/
2335 /*
2336  * Allocate per target mode instance (ID we respond to as a target)
2337  * transfer negotiation data structures.
2338  */
2339 static struct ahd_tmode_tstate *
2340 ahd_alloc_tstate(struct ahd_softc *ahd, u_int scsi_id, char channel)
2341 {
2342         struct ahd_tmode_tstate *master_tstate;
2343         struct ahd_tmode_tstate *tstate;
2344         int i;
2345
2346         master_tstate = ahd->enabled_targets[ahd->our_id];
2347         if (ahd->enabled_targets[scsi_id] != NULL
2348          && ahd->enabled_targets[scsi_id] != master_tstate)
2349                 panic("%s: ahd_alloc_tstate - Target already allocated",
2350                       ahd_name(ahd));
2351         tstate = malloc(sizeof(*tstate), M_DEVBUF, M_INTWAIT);
2352
2353         /*
2354          * If we have allocated a master tstate, copy user settings from
2355          * the master tstate (taken from SRAM or the EEPROM) for this
2356          * channel, but reset our current and goal settings to async/narrow
2357          * until an initiator talks to us.
2358          */
2359         if (master_tstate != NULL) {
2360                 memcpy(tstate, master_tstate, sizeof(*tstate));
2361                 memset(tstate->enabled_luns, 0, sizeof(tstate->enabled_luns));
2362                 for (i = 0; i < 16; i++) {
2363                         memset(&tstate->transinfo[i].curr, 0,
2364                               sizeof(tstate->transinfo[i].curr));
2365                         memset(&tstate->transinfo[i].goal, 0,
2366                               sizeof(tstate->transinfo[i].goal));
2367                 }
2368         } else
2369                 memset(tstate, 0, sizeof(*tstate));
2370         ahd->enabled_targets[scsi_id] = tstate;
2371         return (tstate);
2372 }
2373
2374 #ifdef AHD_TARGET_MODE
2375 /*
2376  * Free per target mode instance (ID we respond to as a target)
2377  * transfer negotiation data structures.
2378  */
2379 static void
2380 ahd_free_tstate(struct ahd_softc *ahd, u_int scsi_id, char channel, int force)
2381 {
2382         struct ahd_tmode_tstate *tstate;
2383
2384         /*
2385          * Don't clean up our "master" tstate.
2386          * It has our default user settings.
2387          */
2388         if (scsi_id == ahd->our_id
2389          && force == FALSE)
2390                 return;
2391
2392         tstate = ahd->enabled_targets[scsi_id];
2393         if (tstate != NULL)
2394                 free(tstate, M_DEVBUF);
2395         ahd->enabled_targets[scsi_id] = NULL;
2396 }
2397 #endif
2398
2399 /*
2400  * Called when we have an active connection to a target on the bus,
2401  * this function finds the nearest period to the input period limited
2402  * by the capabilities of the bus connectivity of and sync settings for
2403  * the target.
2404  */
2405 void
2406 ahd_devlimited_syncrate(struct ahd_softc *ahd,
2407                         struct ahd_initiator_tinfo *tinfo,
2408                         u_int *period, u_int *ppr_options, role_t role)
2409 {
2410         struct  ahd_transinfo *transinfo;
2411         u_int   maxsync;
2412
2413         if ((ahd_inb(ahd, SBLKCTL) & ENAB40) != 0
2414          && (ahd_inb(ahd, SSTAT2) & EXP_ACTIVE) == 0) {
2415                 maxsync = AHD_SYNCRATE_PACED;
2416         } else {
2417                 maxsync = AHD_SYNCRATE_ULTRA;
2418                 /* Can't do DT related options on an SE bus */
2419                 *ppr_options &= MSG_EXT_PPR_QAS_REQ;
2420         }
2421         /*
2422          * Never allow a value higher than our current goal
2423          * period otherwise we may allow a target initiated
2424          * negotiation to go above the limit as set by the
2425          * user.  In the case of an initiator initiated
2426          * sync negotiation, we limit based on the user
2427          * setting.  This allows the system to still accept
2428          * incoming negotiations even if target initiated
2429          * negotiation is not performed.
2430          */
2431         if (role == ROLE_TARGET)
2432                 transinfo = &tinfo->user;
2433         else 
2434                 transinfo = &tinfo->goal;
2435         *ppr_options &= (transinfo->ppr_options|MSG_EXT_PPR_PCOMP_EN);
2436         if (transinfo->width == MSG_EXT_WDTR_BUS_8_BIT) {
2437                 maxsync = MAX(maxsync, AHD_SYNCRATE_ULTRA2);
2438                 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
2439         }
2440         if (transinfo->period == 0) {
2441                 *period = 0;
2442                 *ppr_options = 0;
2443         } else {
2444                 *period = MAX(*period, transinfo->period);
2445                 ahd_find_syncrate(ahd, period, ppr_options, maxsync);
2446         }
2447 }
2448
2449 /*
2450  * Look up the valid period to SCSIRATE conversion in our table.
2451  * Return the period and offset that should be sent to the target
2452  * if this was the beginning of an SDTR.
2453  */
2454 void
2455 ahd_find_syncrate(struct ahd_softc *ahd, u_int *period,
2456                   u_int *ppr_options, u_int maxsync)
2457 {
2458         if (*period < maxsync)
2459                 *period = maxsync;
2460
2461         if ((*ppr_options & MSG_EXT_PPR_DT_REQ) != 0
2462          && *period > AHD_SYNCRATE_MIN_DT)
2463                 *ppr_options &= ~MSG_EXT_PPR_DT_REQ;
2464                 
2465         if (*period > AHD_SYNCRATE_MIN)
2466                 *period = 0;
2467
2468         /* Honor PPR option conformance rules. */
2469         if (*period > AHD_SYNCRATE_PACED)
2470                 *ppr_options &= ~MSG_EXT_PPR_RTI;
2471
2472         if ((*ppr_options & MSG_EXT_PPR_IU_REQ) == 0)
2473                 *ppr_options &= (MSG_EXT_PPR_DT_REQ|MSG_EXT_PPR_QAS_REQ);
2474
2475         if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0)
2476                 *ppr_options &= MSG_EXT_PPR_QAS_REQ;
2477
2478         /* Skip all PACED only entries if IU is not available */
2479         if ((*ppr_options & MSG_EXT_PPR_IU_REQ) == 0
2480          && *period < AHD_SYNCRATE_DT)
2481                 *period = AHD_SYNCRATE_DT;
2482
2483         /* Skip all DT only entries if DT is not available */
2484         if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0
2485          && *period < AHD_SYNCRATE_ULTRA2)
2486                 *period = AHD_SYNCRATE_ULTRA2;
2487 }
2488
2489 /*
2490  * Truncate the given synchronous offset to a value the
2491  * current adapter type and syncrate are capable of.
2492  */
2493 void
2494 ahd_validate_offset(struct ahd_softc *ahd,
2495                     struct ahd_initiator_tinfo *tinfo,
2496                     u_int period, u_int *offset, int wide,
2497                     role_t role)
2498 {
2499         u_int maxoffset;
2500
2501         /* Limit offset to what we can do */
2502         if (period == 0)
2503                 maxoffset = 0;
2504         else if (period <= AHD_SYNCRATE_PACED) {
2505                 if ((ahd->bugs & AHD_PACED_NEGTABLE_BUG) != 0)
2506                         maxoffset = MAX_OFFSET_PACED_BUG;
2507                 else
2508                         maxoffset = MAX_OFFSET_PACED;
2509         } else
2510                 maxoffset = MAX_OFFSET_NON_PACED;
2511         *offset = MIN(*offset, maxoffset);
2512         if (tinfo != NULL) {
2513                 if (role == ROLE_TARGET)
2514                         *offset = MIN(*offset, tinfo->user.offset);
2515                 else
2516                         *offset = MIN(*offset, tinfo->goal.offset);
2517         }
2518 }
2519
2520 /*
2521  * Truncate the given transfer width parameter to a value the
2522  * current adapter type is capable of.
2523  */
2524 void
2525 ahd_validate_width(struct ahd_softc *ahd, struct ahd_initiator_tinfo *tinfo,
2526                    u_int *bus_width, role_t role)
2527 {
2528         switch (*bus_width) {
2529         default:
2530                 if (ahd->features & AHD_WIDE) {
2531                         /* Respond Wide */
2532                         *bus_width = MSG_EXT_WDTR_BUS_16_BIT;
2533                         break;
2534                 }
2535                 /* FALLTHROUGH */
2536         case MSG_EXT_WDTR_BUS_8_BIT:
2537                 *bus_width = MSG_EXT_WDTR_BUS_8_BIT;
2538                 break;
2539         }
2540         if (tinfo != NULL) {
2541                 if (role == ROLE_TARGET)
2542                         *bus_width = MIN(tinfo->user.width, *bus_width);
2543                 else
2544                         *bus_width = MIN(tinfo->goal.width, *bus_width);
2545         }
2546 }
2547
2548 /*
2549  * Update the bitmask of targets for which the controller should
2550  * negotiate with at the next convenient oportunity.  This currently
2551  * means the next time we send the initial identify messages for
2552  * a new transaction.
2553  */
2554 int
2555 ahd_update_neg_request(struct ahd_softc *ahd, struct ahd_devinfo *devinfo,
2556                        struct ahd_tmode_tstate *tstate,
2557                        struct ahd_initiator_tinfo *tinfo, ahd_neg_type neg_type)
2558 {
2559         u_int auto_negotiate_orig;
2560
2561         auto_negotiate_orig = tstate->auto_negotiate;
2562         if (neg_type == AHD_NEG_ALWAYS) {
2563                 /*
2564                  * Force our "current" settings to be
2565                  * unknown so that unless a bus reset
2566                  * occurs the need to renegotiate is
2567                  * recorded persistently.
2568                  */
2569                 if ((ahd->features & AHD_WIDE) != 0)
2570                         tinfo->curr.width = AHD_WIDTH_UNKNOWN;
2571                 tinfo->curr.period = AHD_PERIOD_UNKNOWN;
2572                 tinfo->curr.offset = AHD_OFFSET_UNKNOWN;
2573         }
2574         if (tinfo->curr.period != tinfo->goal.period
2575          || tinfo->curr.width != tinfo->goal.width
2576          || tinfo->curr.offset != tinfo->goal.offset
2577          || tinfo->curr.ppr_options != tinfo->goal.ppr_options
2578          || (neg_type == AHD_NEG_IF_NON_ASYNC
2579           && (tinfo->goal.offset != 0
2580            || tinfo->goal.width != MSG_EXT_WDTR_BUS_8_BIT
2581            || tinfo->goal.ppr_options != 0)))
2582                 tstate->auto_negotiate |= devinfo->target_mask;
2583         else
2584                 tstate->auto_negotiate &= ~devinfo->target_mask;
2585
2586         return (auto_negotiate_orig != tstate->auto_negotiate);
2587 }
2588
2589 /*
2590  * Update the user/goal/curr tables of synchronous negotiation
2591  * parameters as well as, in the case of a current or active update,
2592  * any data structures on the host controller.  In the case of an
2593  * active update, the specified target is currently talking to us on
2594  * the bus, so the transfer parameter update must take effect
2595  * immediately.
2596  */
2597 void
2598 ahd_set_syncrate(struct ahd_softc *ahd, struct ahd_devinfo *devinfo,
2599                  u_int period, u_int offset, u_int ppr_options,
2600                  u_int type, int paused)
2601 {
2602         struct  ahd_initiator_tinfo *tinfo;
2603         struct  ahd_tmode_tstate *tstate;
2604         u_int   old_period;
2605         u_int   old_offset;
2606         u_int   old_ppr;
2607         int     active;
2608         int     update_needed;
2609
2610         active = (type & AHD_TRANS_ACTIVE) == AHD_TRANS_ACTIVE;
2611         update_needed = 0;
2612
2613         if (period == 0 || offset == 0) {
2614                 period = 0;
2615                 offset = 0;
2616         }
2617
2618         tinfo = ahd_fetch_transinfo(ahd, devinfo->channel, devinfo->our_scsiid,
2619                                     devinfo->target, &tstate);
2620
2621         if ((type & AHD_TRANS_USER) != 0) {
2622                 tinfo->user.period = period;
2623                 tinfo->user.offset = offset;
2624                 tinfo->user.ppr_options = ppr_options;
2625         }
2626
2627         if ((type & AHD_TRANS_GOAL) != 0) {
2628                 tinfo->goal.period = period;
2629                 tinfo->goal.offset = offset;
2630                 tinfo->goal.ppr_options = ppr_options;
2631         }
2632
2633         old_period = tinfo->curr.period;
2634         old_offset = tinfo->curr.offset;
2635         old_ppr    = tinfo->curr.ppr_options;
2636
2637         if ((type & AHD_TRANS_CUR) != 0
2638          && (old_period != period
2639           || old_offset != offset
2640           || old_ppr != ppr_options)) {
2641
2642                 update_needed++;
2643
2644                 tinfo->curr.period = period;
2645                 tinfo->curr.offset = offset;
2646                 tinfo->curr.ppr_options = ppr_options;
2647
2648                 ahd_send_async(ahd, devinfo->channel, devinfo->target,
2649                                CAM_LUN_WILDCARD, AC_TRANSFER_NEG, NULL);
2650                 if (bootverbose) {
2651                         if (offset != 0) {
2652                                 int options;
2653
2654                                 printf("%s: target %d synchronous with "
2655                                        "period = 0x%x, offset = 0x%x",
2656                                        ahd_name(ahd), devinfo->target,
2657                                        period, offset);
2658                                 options = 0;
2659                                 if ((ppr_options & MSG_EXT_PPR_RD_STRM) != 0) {
2660                                         printf("(RDSTRM");
2661                                         options++;
2662                                 }
2663                                 if ((ppr_options & MSG_EXT_PPR_DT_REQ) != 0) {
2664                                         printf("%s", options ? "|DT" : "(DT");
2665                                         options++;
2666                                 }
2667                                 if ((ppr_options & MSG_EXT_PPR_IU_REQ) != 0) {
2668                                         printf("%s", options ? "|IU" : "(IU");
2669                                         options++;
2670                                 }
2671                                 if ((ppr_options & MSG_EXT_PPR_RTI) != 0) {
2672                                         printf("%s", options ? "|RTI" : "(RTI");
2673                                         options++;
2674                                 }
2675                                 if ((ppr_options & MSG_EXT_PPR_QAS_REQ) != 0) {
2676                                         printf("%s", options ? "|QAS" : "(QAS");
2677                                         options++;
2678                                 }
2679                                 if (options != 0)
2680                                         printf(")\n");
2681                                 else
2682                                         printf("\n");
2683                         } else {
2684                                 printf("%s: target %d using "
2685                                        "asynchronous transfers%s\n",
2686                                        ahd_name(ahd), devinfo->target,
2687                                        (ppr_options & MSG_EXT_PPR_QAS_REQ) != 0
2688                                      ?  "(QAS)" : "");
2689                         }
2690                 }
2691         }
2692         /*
2693          * Always refresh the neg-table to handle the case of the
2694          * sequencer setting the ENATNO bit for a MK_MESSAGE request.
2695          * We will always renegotiate in that case if this is a
2696          * packetized request.  Also manage the busfree expected flag
2697          * from this common routine so that we catch changes due to
2698          * WDTR or SDTR messages.
2699          */
2700         if ((type & AHD_TRANS_CUR) != 0) {
2701                 if (!paused)
2702                         ahd_pause(ahd);
2703                 ahd_update_neg_table(ahd, devinfo, &tinfo->curr);
2704                 if (!paused)
2705                         ahd_unpause(ahd);
2706                 if (ahd->msg_type != MSG_TYPE_NONE) {
2707                         if ((old_ppr & MSG_EXT_PPR_IU_REQ)
2708                          != (ppr_options & MSG_EXT_PPR_IU_REQ)) {
2709 #ifdef AHD_DEBUG
2710                                 if ((ahd_debug & AHD_SHOW_MESSAGES) != 0) {
2711                                         ahd_print_devinfo(ahd, devinfo);
2712                                         printf("Expecting IU Change busfree\n");
2713                                 }
2714 #endif
2715                                 ahd->msg_flags |= MSG_FLAG_EXPECT_PPR_BUSFREE
2716                                                |  MSG_FLAG_IU_REQ_CHANGED;
2717                         }
2718                         if ((old_ppr & MSG_EXT_PPR_IU_REQ) != 0) {
2719 #ifdef AHD_DEBUG
2720                                 if ((ahd_debug & AHD_SHOW_MESSAGES) != 0)
2721                                         printf("PPR with IU_REQ outstanding\n");
2722 #endif
2723                                 ahd->msg_flags |= MSG_FLAG_EXPECT_PPR_BUSFREE;
2724                         }
2725                 }
2726         }
2727
2728         update_needed += ahd_update_neg_request(ahd, devinfo, tstate,
2729                                                 tinfo, AHD_NEG_TO_GOAL);
2730
2731         if (update_needed && active)
2732                 ahd_update_pending_scbs(ahd);
2733 }
2734
2735 /*
2736  * Update the user/goal/curr tables of wide negotiation
2737  * parameters as well as, in the case of a current or active update,
2738  * any data structures on the host controller.  In the case of an
2739  * active update, the specified target is currently talking to us on
2740  * the bus, so the transfer parameter update must take effect
2741  * immediately.
2742  */
2743 void
2744 ahd_set_width(struct ahd_softc *ahd, struct ahd_devinfo *devinfo,
2745               u_int width, u_int type, int paused)
2746 {
2747         struct  ahd_initiator_tinfo *tinfo;
2748         struct  ahd_tmode_tstate *tstate;
2749         u_int   oldwidth;
2750         int     active;
2751         int     update_needed;
2752
2753         active = (type & AHD_TRANS_ACTIVE) == AHD_TRANS_ACTIVE;
2754         update_needed = 0;
2755         tinfo = ahd_fetch_transinfo(ahd, devinfo->channel, devinfo->our_scsiid,
2756                                     devinfo->target, &tstate);
2757
2758         if ((type & AHD_TRANS_USER) != 0)
2759                 tinfo->user.width = width;
2760
2761         if ((type & AHD_TRANS_GOAL) != 0)
2762                 tinfo->goal.width = width;
2763
2764         oldwidth = tinfo->curr.width;
2765         if ((type & AHD_TRANS_CUR) != 0 && oldwidth != width) {
2766
2767                 update_needed++;
2768
2769                 tinfo->curr.width = width;
2770                 ahd_send_async(ahd, devinfo->channel, devinfo->target,
2771                                CAM_LUN_WILDCARD, AC_TRANSFER_NEG, NULL);
2772                 if (bootverbose) {
2773                         printf("%s: target %d using %dbit transfers\n",
2774                                ahd_name(ahd), devinfo->target,
2775                                8 * (0x01 << width));
2776                 }
2777         }
2778
2779         if ((type & AHD_TRANS_CUR) != 0) {
2780                 if (!paused)
2781                         ahd_pause(ahd);
2782                 ahd_update_neg_table(ahd, devinfo, &tinfo->curr);
2783                 if (!paused)
2784                         ahd_unpause(ahd);
2785         }
2786
2787         update_needed += ahd_update_neg_request(ahd, devinfo, tstate,
2788                                                 tinfo, AHD_NEG_TO_GOAL);
2789         if (update_needed && active)
2790                 ahd_update_pending_scbs(ahd);
2791
2792 }
2793
2794 /*
2795  * Update the current state of tagged queuing for a given target.
2796  */
2797 void
2798 ahd_set_tags(struct ahd_softc *ahd, struct ahd_devinfo *devinfo,
2799              ahd_queue_alg alg)
2800 {
2801         ahd_platform_set_tags(ahd, devinfo, alg);
2802         ahd_send_async(ahd, devinfo->channel, devinfo->target,
2803                        devinfo->lun, AC_TRANSFER_NEG, &alg);
2804 }
2805
2806 static void
2807 ahd_update_neg_table(struct ahd_softc *ahd, struct ahd_devinfo *devinfo,
2808                      struct ahd_transinfo *tinfo)
2809 {
2810         ahd_mode_state  saved_modes;
2811         u_int           period;
2812         u_int           ppr_opts;
2813         u_int           con_opts;
2814         u_int           offset;
2815         u_int           saved_negoaddr;
2816         uint8_t         iocell_opts[sizeof(ahd->iocell_opts)];
2817
2818         saved_modes = ahd_save_modes(ahd);
2819         ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
2820
2821         saved_negoaddr = ahd_inb(ahd, NEGOADDR);
2822         ahd_outb(ahd, NEGOADDR, devinfo->target);
2823         period = tinfo->period;
2824         offset = tinfo->offset;
2825         memcpy(iocell_opts, ahd->iocell_opts, sizeof(ahd->iocell_opts)); 
2826         ppr_opts = tinfo->ppr_options & (MSG_EXT_PPR_QAS_REQ|MSG_EXT_PPR_DT_REQ
2827                                         |MSG_EXT_PPR_IU_REQ|MSG_EXT_PPR_RTI);
2828         con_opts = 0;
2829         if (period == 0)
2830                 period = AHD_SYNCRATE_ASYNC;
2831         if (period == AHD_SYNCRATE_160) {
2832
2833                 if ((ahd->bugs & AHD_PACED_NEGTABLE_BUG) != 0) {
2834                         /*
2835                          * When the SPI4 spec was finalized, PACE transfers
2836                          * was not made a configurable option in the PPR
2837                          * message.  Instead it is assumed to be enabled for
2838                          * any syncrate faster than 80MHz.  Nevertheless,
2839                          * Harpoon2A4 allows this to be configurable.
2840                          *
2841                          * Harpoon2A4 also assumes at most 2 data bytes per
2842                          * negotiated REQ/ACK offset.  Paced transfers take
2843                          * 4, so we must adjust our offset.
2844                          */
2845                         ppr_opts |= PPROPT_PACE;
2846                         offset *= 2;
2847
2848                         /*
2849                          * Harpoon2A assumed that there would be a
2850                          * fallback rate between 160MHz and 80Mhz,
2851                          * so 7 is used as the period factor rather
2852                          * than 8 for 160MHz.
2853                          */
2854                         period = AHD_SYNCRATE_REVA_160;
2855                 }
2856                 if ((tinfo->ppr_options & MSG_EXT_PPR_PCOMP_EN) == 0)
2857                         iocell_opts[AHD_PRECOMP_SLEW_INDEX] &=
2858                             ~AHD_PRECOMP_MASK;
2859         } else {
2860                 /*
2861                  * Precomp should be disabled for non-paced transfers.
2862                  */
2863                 iocell_opts[AHD_PRECOMP_SLEW_INDEX] &= ~AHD_PRECOMP_MASK;
2864
2865                 if ((ahd->features & AHD_NEW_IOCELL_OPTS) != 0
2866                  && (ppr_opts & MSG_EXT_PPR_DT_REQ) != 0) {
2867                         /*
2868                          * Slow down our CRC interval to be
2869                          * compatible with devices that can't
2870                          * handle a CRC at full speed.
2871                          */
2872                         con_opts |= ENSLOWCRC;
2873                 }
2874         }
2875
2876         ahd_outb(ahd, ANNEXCOL, AHD_ANNEXCOL_PRECOMP_SLEW);
2877         ahd_outb(ahd, ANNEXDAT, iocell_opts[AHD_PRECOMP_SLEW_INDEX]);
2878         ahd_outb(ahd, ANNEXCOL, AHD_ANNEXCOL_AMPLITUDE);
2879         ahd_outb(ahd, ANNEXDAT, iocell_opts[AHD_AMPLITUDE_INDEX]);
2880
2881         ahd_outb(ahd, NEGPERIOD, period);
2882         ahd_outb(ahd, NEGPPROPTS, ppr_opts);
2883         ahd_outb(ahd, NEGOFFSET, offset);
2884
2885         if (tinfo->width == MSG_EXT_WDTR_BUS_16_BIT)
2886                 con_opts |= WIDEXFER;
2887
2888         /*
2889          * During packetized transfers, the target will
2890          * give us the oportunity to send command packets
2891          * without us asserting attention.
2892          */
2893         if ((tinfo->ppr_options & MSG_EXT_PPR_IU_REQ) == 0)
2894                 con_opts |= ENAUTOATNO;
2895         ahd_outb(ahd, NEGCONOPTS, con_opts);
2896         ahd_outb(ahd, NEGOADDR, saved_negoaddr);
2897         ahd_restore_modes(ahd, saved_modes);
2898 }
2899
2900 /*
2901  * When the transfer settings for a connection change, setup for
2902  * negotiation in pending SCBs to effect the change as quickly as
2903  * possible.  We also cancel any negotiations that are scheduled
2904  * for inflight SCBs that have not been started yet.
2905  */
2906 static void
2907 ahd_update_pending_scbs(struct ahd_softc *ahd)
2908 {
2909         struct          scb *pending_scb;
2910         int             pending_scb_count;
2911         int             i;
2912         int             paused;
2913         u_int           saved_scbptr;
2914         ahd_mode_state  saved_modes;
2915
2916         /*
2917          * Traverse the pending SCB list and ensure that all of the
2918          * SCBs there have the proper settings.  We can only safely
2919          * clear the negotiation required flag (setting requires the
2920          * execution queue to be modified) and this is only possible
2921          * if we are not already attempting to select out for this
2922          * SCB.  For this reason, all callers only call this routine
2923          * if we are changing the negotiation settings for the currently
2924          * active transaction on the bus.
2925          */
2926         pending_scb_count = 0;
2927         LIST_FOREACH(pending_scb, &ahd->pending_scbs, pending_links) {
2928                 struct ahd_devinfo devinfo;
2929                 struct hardware_scb *pending_hscb;
2930                 struct ahd_initiator_tinfo *tinfo;
2931                 struct ahd_tmode_tstate *tstate;
2932
2933                 ahd_scb_devinfo(ahd, &devinfo, pending_scb);
2934                 tinfo = ahd_fetch_transinfo(ahd, devinfo.channel,
2935                                             devinfo.our_scsiid,
2936                                             devinfo.target, &tstate);
2937                 pending_hscb = pending_scb->hscb;
2938                 if ((tstate->auto_negotiate & devinfo.target_mask) == 0
2939                  && (pending_scb->flags & SCB_AUTO_NEGOTIATE) != 0) {
2940                         pending_scb->flags &= ~SCB_AUTO_NEGOTIATE;
2941                         pending_hscb->control &= ~MK_MESSAGE;
2942                 }
2943                 ahd_sync_scb(ahd, pending_scb,
2944                              BUS_DMASYNC_PREREAD|BUS_DMASYNC_PREWRITE);
2945                 pending_scb_count++;
2946         }
2947
2948         if (pending_scb_count == 0)
2949                 return;
2950
2951         if (ahd_is_paused(ahd)) {
2952                 paused = 1;
2953         } else {
2954                 paused = 0;
2955                 ahd_pause(ahd);
2956         }
2957
2958         /*
2959          * Force the sequencer to reinitialize the selection for
2960          * the command at the head of the execution queue if it
2961          * has already been setup.  The negotiation changes may
2962          * effect whether we select-out with ATN.
2963          */
2964         saved_modes = ahd_save_modes(ahd);
2965         ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
2966         ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO);
2967         saved_scbptr = ahd_get_scbptr(ahd);
2968         /* Ensure that the hscbs down on the card match the new information */
2969         for (i = 0; i < ahd->scb_data.maxhscbs; i++) {
2970                 struct  hardware_scb *pending_hscb;
2971                 u_int   control;
2972                 u_int   scb_tag;
2973
2974                 ahd_set_scbptr(ahd, i);
2975                 scb_tag = i;
2976                 pending_scb = ahd_lookup_scb(ahd, scb_tag);
2977                 if (pending_scb == NULL)
2978                         continue;
2979
2980                 pending_hscb = pending_scb->hscb;
2981                 control = ahd_inb_scbram(ahd, SCB_CONTROL);
2982                 control &= ~MK_MESSAGE;
2983                 control |= pending_hscb->control & MK_MESSAGE;
2984                 ahd_outb(ahd, SCB_CONTROL, control);
2985         }
2986         ahd_set_scbptr(ahd, saved_scbptr);
2987         ahd_restore_modes(ahd, saved_modes);
2988
2989         if (paused == 0)
2990                 ahd_unpause(ahd);
2991 }
2992
2993 /**************************** Pathing Information *****************************/
2994 static void
2995 ahd_fetch_devinfo(struct ahd_softc *ahd, struct ahd_devinfo *devinfo)
2996 {
2997         ahd_mode_state  saved_modes;
2998         u_int           saved_scsiid;
2999         role_t          role;
3000         int             our_id;
3001
3002         saved_modes = ahd_save_modes(ahd);
3003         ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
3004
3005         if (ahd_inb(ahd, SSTAT0) & TARGET)
3006                 role = ROLE_TARGET;
3007         else
3008                 role = ROLE_INITIATOR;
3009
3010         if (role == ROLE_TARGET
3011          && (ahd_inb(ahd, SEQ_FLAGS) & CMDPHASE_PENDING) != 0) {
3012                 /* We were selected, so pull our id from TARGIDIN */
3013                 our_id = ahd_inb(ahd, TARGIDIN) & OID;
3014         } else if (role == ROLE_TARGET)
3015                 our_id = ahd_inb(ahd, TOWNID);
3016         else
3017                 our_id = ahd_inb(ahd, IOWNID);
3018
3019         saved_scsiid = ahd_inb(ahd, SAVED_SCSIID);
3020         ahd_compile_devinfo(devinfo,
3021                             our_id,
3022                             SCSIID_TARGET(ahd, saved_scsiid),
3023                             ahd_inb(ahd, SAVED_LUN),
3024                             SCSIID_CHANNEL(ahd, saved_scsiid),
3025                             role);
3026         ahd_restore_modes(ahd, saved_modes);
3027 }
3028
3029 void
3030 ahd_print_devinfo(struct ahd_softc *ahd, struct ahd_devinfo *devinfo)
3031 {
3032         printf("%s:%c:%d:%d: ", ahd_name(ahd), 'A',
3033                devinfo->target, devinfo->lun);
3034 }
3035
3036 struct ahd_phase_table_entry*
3037 ahd_lookup_phase_entry(int phase)
3038 {
3039         struct ahd_phase_table_entry *entry;
3040         struct ahd_phase_table_entry *last_entry;
3041
3042         /*
3043          * num_phases doesn't include the default entry which
3044          * will be returned if the phase doesn't match.
3045          */
3046         last_entry = &ahd_phase_table[num_phases];
3047         for (entry = ahd_phase_table; entry < last_entry; entry++) {
3048                 if (phase == entry->phase)
3049                         break;
3050         }
3051         return (entry);
3052 }
3053
3054 void
3055 ahd_compile_devinfo(struct ahd_devinfo *devinfo, u_int our_id, u_int target,
3056                     u_int lun, char channel, role_t role)
3057 {
3058         devinfo->our_scsiid = our_id;
3059         devinfo->target = target;
3060         devinfo->lun = lun;
3061         devinfo->target_offset = target;
3062         devinfo->channel = channel;
3063         devinfo->role = role;
3064         if (channel == 'B')
3065                 devinfo->target_offset += 8;
3066         devinfo->target_mask = (0x01 << devinfo->target_offset);
3067 }
3068
3069 static void
3070 ahd_scb_devinfo(struct ahd_softc *ahd, struct ahd_devinfo *devinfo,
3071                 struct scb *scb)
3072 {
3073         role_t  role;
3074         int     our_id;
3075
3076         our_id = SCSIID_OUR_ID(scb->hscb->scsiid);
3077         role = ROLE_INITIATOR;
3078         if ((scb->hscb->control & TARGET_SCB) != 0)
3079                 role = ROLE_TARGET;
3080         ahd_compile_devinfo(devinfo, our_id, SCB_GET_TARGET(ahd, scb),
3081                             SCB_GET_LUN(scb), SCB_GET_CHANNEL(ahd, scb), role);
3082 }
3083
3084
3085 /************************ Message Phase Processing ****************************/
3086 /*
3087  * When an initiator transaction with the MK_MESSAGE flag either reconnects
3088  * or enters the initial message out phase, we are interrupted.  Fill our
3089  * outgoing message buffer with the appropriate message and beging handing
3090  * the message phase(s) manually.
3091  */
3092 static void
3093 ahd_setup_initiator_msgout(struct ahd_softc *ahd, struct ahd_devinfo *devinfo,
3094                            struct scb *scb)
3095 {
3096         /*
3097          * To facilitate adding multiple messages together,
3098          * each routine should increment the index and len
3099          * variables instead of setting them explicitly.
3100          */
3101         ahd->msgout_index = 0;
3102         ahd->msgout_len = 0;
3103
3104         if (ahd_currently_packetized(ahd))
3105                 ahd->msg_flags |= MSG_FLAG_PACKETIZED;
3106
3107         if (ahd->send_msg_perror
3108          && ahd_inb(ahd, MSG_OUT) == HOST_MSG) {
3109                 ahd->msgout_buf[ahd->msgout_index++] = ahd->send_msg_perror;
3110                 ahd->msgout_len++;
3111                 ahd->msg_type = MSG_TYPE_INITIATOR_MSGOUT;
3112 #ifdef AHD_DEBUG
3113                 if ((ahd_debug & AHD_SHOW_MESSAGES) != 0)
3114                         printf("Setting up for Parity Error delivery\n");
3115 #endif
3116                 return;
3117         } else if (scb == NULL) {
3118                 printf("%s: WARNING. No pending message for "
3119                        "I_T msgin.  Issuing NO-OP\n", ahd_name(ahd));
3120                 ahd->msgout_buf[ahd->msgout_index++] = MSG_NOOP;
3121                 ahd->msgout_len++;
3122                 ahd->msg_type = MSG_TYPE_INITIATOR_MSGOUT;
3123                 return;
3124         }
3125
3126         if ((scb->flags & SCB_DEVICE_RESET) == 0
3127          && (scb->flags & SCB_PACKETIZED) == 0
3128          && ahd_inb(ahd, MSG_OUT) == MSG_IDENTIFYFLAG) {
3129                 u_int identify_msg;
3130
3131                 identify_msg = MSG_IDENTIFYFLAG | SCB_GET_LUN(scb);
3132                 if ((scb->hscb->control & DISCENB) != 0)
3133                         identify_msg |= MSG_IDENTIFY_DISCFLAG;
3134                 ahd->msgout_buf[ahd->msgout_index++] = identify_msg;
3135                 ahd->msgout_len++;
3136
3137                 if ((scb->hscb->control & TAG_ENB) != 0) {
3138                         ahd->msgout_buf[ahd->msgout_index++] =
3139                             scb->hscb->control & (TAG_ENB|SCB_TAG_TYPE);
3140                         ahd->msgout_buf[ahd->msgout_index++] = SCB_GET_TAG(scb);
3141                         ahd->msgout_len += 2;
3142                 }
3143         }
3144
3145         if (scb->flags & SCB_DEVICE_RESET) {
3146                 ahd->msgout_buf[ahd->msgout_index++] = MSG_BUS_DEV_RESET;
3147                 ahd->msgout_len++;
3148                 ahd_print_path(ahd, scb);
3149                 printf("Bus Device Reset Message Sent\n");
3150                 /*
3151                  * Clear our selection hardware in advance of
3152                  * the busfree.  We may have an entry in the waiting
3153                  * Q for this target, and we don't want to go about
3154                  * selecting while we handle the busfree and blow it
3155                  * away.
3156                  */
3157                 ahd_outb(ahd, SCSISEQ0, 0);
3158         } else if ((scb->flags & SCB_ABORT) != 0) {
3159
3160                 if ((scb->hscb->control & TAG_ENB) != 0) {
3161                         ahd->msgout_buf[ahd->msgout_index++] = MSG_ABORT_TAG;
3162                 } else {
3163                         ahd->msgout_buf[ahd->msgout_index++] = MSG_ABORT;
3164                 }
3165                 ahd->msgout_len++;
3166                 ahd_print_path(ahd, scb);
3167                 printf("Abort%s Message Sent\n",
3168                        (scb->hscb->control & TAG_ENB) != 0 ? " Tag" : "");
3169                 /*
3170                  * Clear our selection hardware in advance of
3171                  * the busfree.  We may have an entry in the waiting
3172                  * Q for this target, and we don't want to go about
3173                  * selecting while we handle the busfree and blow it
3174                  * away.
3175                  */
3176                 ahd_outb(ahd, SCSISEQ0, 0);
3177         } else if ((scb->flags & (SCB_AUTO_NEGOTIATE|SCB_NEGOTIATE)) != 0) {
3178                 ahd_build_transfer_msg(ahd, devinfo);
3179                 /*
3180                  * Clear our selection hardware in advance of potential
3181                  * PPR IU status change busfree.  We may have an entry in
3182                  * the waiting Q for this target, and we don't want to go
3183                  * about selecting while we handle the busfree and blow
3184                  * it away.
3185                  */
3186                 ahd_outb(ahd, SCSISEQ0, 0);
3187         } else {
3188                 printf("ahd_intr: AWAITING_MSG for an SCB that "
3189                        "does not have a waiting message\n");
3190                 printf("SCSIID = %x, target_mask = %x\n", scb->hscb->scsiid,
3191                        devinfo->target_mask);
3192                 panic("SCB = %d, SCB Control = %x:%x, MSG_OUT = %x "
3193                       "SCB flags = %x", SCB_GET_TAG(scb), scb->hscb->control,
3194                       ahd_inb(ahd, SCB_CONTROL), ahd_inb(ahd, MSG_OUT),
3195                       scb->flags);
3196         }
3197
3198         /*
3199          * Clear the MK_MESSAGE flag from the SCB so we aren't
3200          * asked to send this message again.
3201          */
3202         ahd_outb(ahd, SCB_CONTROL,
3203                  ahd_inb_scbram(ahd, SCB_CONTROL) & ~MK_MESSAGE);
3204         scb->hscb->control &= ~MK_MESSAGE;
3205         ahd->msgout_index = 0;
3206         ahd->msg_type = MSG_TYPE_INITIATOR_MSGOUT;
3207 }
3208
3209 /*
3210  * Build an appropriate transfer negotiation message for the
3211  * currently active target.
3212  */
3213 static void
3214 ahd_build_transfer_msg(struct ahd_softc *ahd, struct ahd_devinfo *devinfo)
3215 {
3216         /*
3217          * We need to initiate transfer negotiations.
3218          * If our current and goal settings are identical,
3219          * we want to renegotiate due to a check condition.
3220          */
3221         struct  ahd_initiator_tinfo *tinfo;
3222         struct  ahd_tmode_tstate *tstate;
3223         int     dowide;
3224         int     dosync;
3225         int     doppr;
3226         u_int   period;
3227         u_int   ppr_options;
3228         u_int   offset;
3229
3230         tinfo = ahd_fetch_transinfo(ahd, devinfo->channel, devinfo->our_scsiid,
3231                                     devinfo->target, &tstate);
3232         /*
3233          * Filter our period based on the current connection.
3234          * If we can't perform DT transfers on this segment (not in LVD
3235          * mode for instance), then our decision to issue a PPR message
3236          * may change.
3237          */
3238         period = tinfo->goal.period;
3239         offset = tinfo->goal.offset;
3240         ppr_options = tinfo->goal.ppr_options;
3241         /* Target initiated PPR is not allowed in the SCSI spec */
3242         if (devinfo->role == ROLE_TARGET)
3243                 ppr_options = 0;
3244         ahd_devlimited_syncrate(ahd, tinfo, &period,
3245                                 &ppr_options, devinfo->role);
3246         dowide = tinfo->curr.width != tinfo->goal.width;
3247         dosync = tinfo->curr.offset != offset || tinfo->curr.period != period;
3248         /*
3249          * Only use PPR if we have options that need it, even if the device
3250          * claims to support it.  There might be an expander in the way
3251          * that doesn't.
3252          */
3253         doppr = ppr_options != 0;
3254
3255         if (!dowide && !dosync && !doppr) {
3256                 dowide = tinfo->goal.width != MSG_EXT_WDTR_BUS_8_BIT;
3257                 dosync = tinfo->goal.offset != 0;
3258         }
3259
3260         if (!dowide && !dosync && !doppr) {
3261                 /*
3262                  * Force async with a WDTR message if we have a wide bus,
3263                  * or just issue an SDTR with a 0 offset.
3264                  */
3265                 if ((ahd->features & AHD_WIDE) != 0)
3266                         dowide = 1;
3267                 else
3268                         dosync = 1;
3269
3270                 if (bootverbose) {
3271                         ahd_print_devinfo(ahd, devinfo);
3272                         printf("Ensuring async\n");
3273                 }
3274         }
3275         /* Target initiated PPR is not allowed in the SCSI spec */
3276         if (devinfo->role == ROLE_TARGET)
3277                 doppr = 0;
3278
3279         /*
3280          * Both the PPR message and SDTR message require the
3281          * goal syncrate to be limited to what the target device
3282          * is capable of handling (based on whether an LVD->SE
3283          * expander is on the bus), so combine these two cases.
3284          * Regardless, guarantee that if we are using WDTR and SDTR
3285          * messages that WDTR comes first.
3286          */
3287         if (doppr || (dosync && !dowide)) {
3288
3289                 offset = tinfo->goal.offset;
3290                 ahd_validate_offset(ahd, tinfo, period, &offset,
3291                                     doppr ? tinfo->goal.width
3292                                           : tinfo->curr.width,
3293                                     devinfo->role);
3294                 if (doppr) {
3295                         ahd_construct_ppr(ahd, devinfo, period, offset,
3296                                           tinfo->goal.width, ppr_options);
3297                 } else {
3298                         ahd_construct_sdtr(ahd, devinfo, period, offset);
3299                 }
3300         } else {
3301                 ahd_construct_wdtr(ahd, devinfo, tinfo->goal.width);
3302         }
3303 }
3304
3305 /*
3306  * Build a synchronous negotiation message in our message
3307  * buffer based on the input parameters.
3308  */
3309 static void
3310 ahd_construct_sdtr(struct ahd_softc *ahd, struct ahd_devinfo *devinfo,
3311                    u_int period, u_int offset)
3312 {
3313         if (offset == 0)
3314                 period = AHD_ASYNC_XFER_PERIOD;
3315         ahd->msgout_buf[ahd->msgout_index++] = MSG_EXTENDED;
3316         ahd->msgout_buf[ahd->msgout_index++] = MSG_EXT_SDTR_LEN;
3317         ahd->msgout_buf[ahd->msgout_index++] = MSG_EXT_SDTR;
3318         ahd->msgout_buf[ahd->msgout_index++] = period;
3319         ahd->msgout_buf[ahd->msgout_index++] = offset;
3320         ahd->msgout_len += 5;
3321         if (bootverbose) {
3322                 printf("(%s:%c:%d:%d): Sending SDTR period %x, offset %x\n",
3323                        ahd_name(ahd), devinfo->channel, devinfo->target,
3324                        devinfo->lun, period, offset);
3325         }
3326 }
3327
3328 /*
3329  * Build a wide negotiateion message in our message
3330  * buffer based on the input parameters.
3331  */
3332 static void
3333 ahd_construct_wdtr(struct ahd_softc *ahd, struct ahd_devinfo *devinfo,
3334                    u_int bus_width)
3335 {
3336         ahd->msgout_buf[ahd->msgout_index++] = MSG_EXTENDED;
3337         ahd->msgout_buf[ahd->msgout_index++] = MSG_EXT_WDTR_LEN;
3338         ahd->msgout_buf[ahd->msgout_index++] = MSG_EXT_WDTR;
3339         ahd->msgout_buf[ahd->msgout_index++] = bus_width;
3340         ahd->msgout_len += 4;
3341         if (bootverbose) {
3342                 printf("(%s:%c:%d:%d): Sending WDTR %x\n",
3343                        ahd_name(ahd), devinfo->channel, devinfo->target,
3344                        devinfo->lun, bus_width);
3345         }
3346 }
3347
3348 /*
3349  * Build a parallel protocol request message in our message
3350  * buffer based on the input parameters.
3351  */
3352 static void
3353 ahd_construct_ppr(struct ahd_softc *ahd, struct ahd_devinfo *devinfo,
3354                   u_int period, u_int offset, u_int bus_width,
3355                   u_int ppr_options)
3356 {
3357         /*
3358          * Always request precompensation from
3359          * the other target if we are running
3360          * at paced syncrates.
3361          */
3362         if (period <= AHD_SYNCRATE_PACED)
3363                 ppr_options |= MSG_EXT_PPR_PCOMP_EN;
3364         if (offset == 0)
3365                 period = AHD_ASYNC_XFER_PERIOD;
3366         ahd->msgout_buf[ahd->msgout_index++] = MSG_EXTENDED;
3367         ahd->msgout_buf[ahd->msgout_index++] = MSG_EXT_PPR_LEN;
3368         ahd->msgout_buf[ahd->msgout_index++] = MSG_EXT_PPR;
3369         ahd->msgout_buf[ahd->msgout_index++] = period;
3370         ahd->msgout_buf[ahd->msgout_index++] = 0;
3371         ahd->msgout_buf[ahd->msgout_index++] = offset;
3372         ahd->msgout_buf[ahd->msgout_index++] = bus_width;
3373         ahd->msgout_buf[ahd->msgout_index++] = ppr_options;
3374         ahd->msgout_len += 8;
3375         if (bootverbose) {
3376                 printf("(%s:%c:%d:%d): Sending PPR bus_width %x, period %x, "
3377                        "offset %x, ppr_options %x\n", ahd_name(ahd),
3378                        devinfo->channel, devinfo->target, devinfo->lun,
3379                        bus_width, period, offset, ppr_options);
3380         }
3381 }
3382
3383 /*
3384  * Clear any active message state.
3385  */
3386 static void
3387 ahd_clear_msg_state(struct ahd_softc *ahd)
3388 {
3389         ahd_mode_state saved_modes;
3390
3391         saved_modes = ahd_save_modes(ahd);
3392         ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
3393         ahd->send_msg_perror = 0;
3394         ahd->msg_flags = MSG_FLAG_NONE;
3395         ahd->msgout_len = 0;
3396         ahd->msgin_index = 0;
3397         ahd->msg_type = MSG_TYPE_NONE;
3398         if ((ahd_inb(ahd, SCSISIGO) & ATNO) != 0) {
3399                 /*
3400                  * The target didn't care to respond to our
3401                  * message request, so clear ATN.
3402                  */
3403                 ahd_outb(ahd, CLRSINT1, CLRATNO);
3404         }
3405         ahd_outb(ahd, MSG_OUT, MSG_NOOP);
3406         ahd_outb(ahd, SEQ_FLAGS2,
3407                  ahd_inb(ahd, SEQ_FLAGS2) & ~TARGET_MSG_PENDING);
3408         ahd_restore_modes(ahd, saved_modes);
3409 }
3410
3411 /*
3412  * Manual message loop handler.
3413  */
3414 static void
3415 ahd_handle_message_phase(struct ahd_softc *ahd)
3416
3417         struct  ahd_devinfo devinfo;
3418         u_int   bus_phase;
3419         int     end_session;
3420
3421         ahd_fetch_devinfo(ahd, &devinfo);
3422         end_session = FALSE;
3423         bus_phase = ahd_inb(ahd, LASTPHASE);
3424
3425         if ((ahd_inb(ahd, LQISTAT2) & LQIPHASE_OUTPKT) != 0) {
3426                 printf("LQIRETRY for LQIPHASE_OUTPKT\n");
3427                 ahd_outb(ahd, LQCTL2, LQIRETRY);
3428         }
3429 reswitch:
3430         switch (ahd->msg_type) {
3431         case MSG_TYPE_INITIATOR_MSGOUT:
3432         {
3433                 int lastbyte;
3434                 int phasemis;
3435                 int msgdone;
3436
3437                 if (ahd->msgout_len == 0 && ahd->send_msg_perror == 0)
3438                         panic("HOST_MSG_LOOP interrupt with no active message");
3439
3440 #ifdef AHD_DEBUG
3441                 if ((ahd_debug & AHD_SHOW_MESSAGES) != 0) {
3442                         ahd_print_devinfo(ahd, &devinfo);
3443                         printf("INITIATOR_MSG_OUT");
3444                 }
3445 #endif
3446                 phasemis = bus_phase != P_MESGOUT;
3447                 if (phasemis) {
3448 #ifdef AHD_DEBUG
3449                         if ((ahd_debug & AHD_SHOW_MESSAGES) != 0) {
3450                                 printf(" PHASEMIS %s\n",
3451                                        ahd_lookup_phase_entry(bus_phase)
3452                                                              ->phasemsg);
3453                         }
3454 #endif
3455                         if (bus_phase == P_MESGIN) {
3456                                 /*
3457                                  * Change gears and see if
3458                                  * this messages is of interest to
3459                                  * us or should be passed back to
3460                                  * the sequencer.
3461                                  */
3462                                 ahd_outb(ahd, CLRSINT1, CLRATNO);
3463                                 ahd->send_msg_perror = 0;
3464                                 ahd->msg_type = MSG_TYPE_INITIATOR_MSGIN;
3465                                 ahd->msgin_index = 0;
3466                                 goto reswitch;
3467                         }
3468                         end_session = TRUE;
3469                         break;
3470                 }
3471
3472                 if (ahd->send_msg_perror) {
3473                         ahd_outb(ahd, CLRSINT1, CLRATNO);
3474                         ahd_outb(ahd, CLRSINT1, CLRREQINIT);
3475 #ifdef AHD_DEBUG
3476                         if ((ahd_debug & AHD_SHOW_MESSAGES) != 0)
3477                                 printf(" byte 0x%x\n", ahd->send_msg_perror);
3478 #endif
3479                         /*
3480                          * If we are notifying the target of a CRC error
3481                          * during packetized operations, the target is
3482                          * within its rights to acknowledge our message
3483                          * with a busfree.
3484                          */
3485                         if ((ahd->msg_flags & MSG_FLAG_PACKETIZED) != 0
3486                          && ahd->send_msg_perror == MSG_INITIATOR_DET_ERR)
3487                                 ahd->msg_flags |= MSG_FLAG_EXPECT_IDE_BUSFREE;
3488
3489                         ahd_outb(ahd, RETURN_2, ahd->send_msg_perror);
3490                         ahd_outb(ahd, RETURN_1, CONT_MSG_LOOP_WRITE);
3491                         break;
3492                 }
3493
3494                 msgdone = ahd->msgout_index == ahd->msgout_len;
3495                 if (msgdone) {
3496                         /*
3497                          * The target has requested a retry.
3498                          * Re-assert ATN, reset our message index to
3499                          * 0, and try again.
3500                          */
3501                         ahd->msgout_index = 0;
3502                         ahd_assert_atn(ahd);
3503                 }
3504
3505                 lastbyte = ahd->msgout_index == (ahd->msgout_len - 1);
3506                 if (lastbyte) {
3507                         /* Last byte is signified by dropping ATN */
3508                         ahd_outb(ahd, CLRSINT1, CLRATNO);
3509                 }
3510
3511                 /*
3512                  * Clear our interrupt status and present
3513                  * the next byte on the bus.
3514                  */
3515                 ahd_outb(ahd, CLRSINT1, CLRREQINIT);
3516 #ifdef AHD_DEBUG
3517                 if ((ahd_debug & AHD_SHOW_MESSAGES) != 0)
3518                         printf(" byte 0x%x\n",
3519                                ahd->msgout_buf[ahd->msgout_index]);
3520 #endif
3521                 ahd_outb(ahd, RETURN_2, ahd->msgout_buf[ahd->msgout_index++]);
3522                 ahd_outb(ahd, RETURN_1, CONT_MSG_LOOP_WRITE);
3523                 break;
3524         }
3525         case MSG_TYPE_INITIATOR_MSGIN:
3526         {
3527                 int phasemis;
3528                 int message_done;
3529
3530 #ifdef AHD_DEBUG
3531                 if ((ahd_debug & AHD_SHOW_MESSAGES) != 0) {
3532                         ahd_print_devinfo(ahd, &devinfo);
3533                         printf("INITIATOR_MSG_IN");
3534                 }
3535 #endif
3536                 phasemis = bus_phase != P_MESGIN;
3537                 if (phasemis) {
3538 #ifdef AHD_DEBUG
3539                         if ((ahd_debug & AHD_SHOW_MESSAGES) != 0) {
3540                                 printf(" PHASEMIS %s\n",
3541                                        ahd_lookup_phase_entry(bus_phase)
3542                                                              ->phasemsg);
3543                         }
3544 #endif
3545                         ahd->msgin_index = 0;
3546                         if (bus_phase == P_MESGOUT
3547                          && (ahd->send_msg_perror != 0
3548                           || (ahd->msgout_len != 0
3549                            && ahd->msgout_index == 0))) {
3550                                 ahd->msg_type = MSG_TYPE_INITIATOR_MSGOUT;
3551                                 goto reswitch;
3552                         }
3553                         end_session = TRUE;
3554                         break;
3555                 }
3556
3557                 /* Pull the byte in without acking it */
3558                 ahd->msgin_buf[ahd->msgin_index] = ahd_inb(ahd, SCSIBUS);
3559 #ifdef AHD_DEBUG
3560                 if ((ahd_debug & AHD_SHOW_MESSAGES) != 0)
3561                         printf(" byte 0x%x\n",
3562                                ahd->msgin_buf[ahd->msgin_index]);
3563 #endif
3564
3565                 message_done = ahd_parse_msg(ahd, &devinfo);
3566
3567                 if (message_done) {
3568                         /*
3569                          * Clear our incoming message buffer in case there
3570                          * is another message following this one.
3571                          */
3572                         ahd->msgin_index = 0;
3573
3574                         /*
3575                          * If this message illicited a response,
3576                          * assert ATN so the target takes us to the
3577                          * message out phase.
3578                          */
3579                         if (ahd->msgout_len != 0) {
3580 #ifdef AHD_DEBUG
3581                                 if ((ahd_debug & AHD_SHOW_MESSAGES) != 0) {
3582                                         ahd_print_devinfo(ahd, &devinfo);
3583                                         printf("Asserting ATN for response\n");
3584                                 }
3585 #endif
3586                                 ahd_assert_atn(ahd);
3587                         }
3588                 } else 
3589                         ahd->msgin_index++;
3590
3591                 if (message_done == MSGLOOP_TERMINATED) {
3592                         end_session = TRUE;
3593                 } else {
3594                         /* Ack the byte */
3595                         ahd_outb(ahd, CLRSINT1, CLRREQINIT);
3596                         ahd_outb(ahd, RETURN_1, CONT_MSG_LOOP_READ);
3597                 }
3598                 break;
3599         }
3600         case MSG_TYPE_TARGET_MSGIN:
3601         {
3602                 int msgdone;
3603                 int msgout_request;
3604
3605                 /*
3606                  * By default, the message loop will continue.
3607                  */
3608                 ahd_outb(ahd, RETURN_1, CONT_MSG_LOOP_TARG);
3609
3610                 if (ahd->msgout_len == 0)
3611                         panic("Target MSGIN with no active message");
3612
3613                 /*
3614                  * If we interrupted a mesgout session, the initiator
3615                  * will not know this until our first REQ.  So, we
3616                  * only honor mesgout requests after we've sent our
3617                  * first byte.
3618                  */
3619                 if ((ahd_inb(ahd, SCSISIGI) & ATNI) != 0
3620                  && ahd->msgout_index > 0)
3621                         msgout_request = TRUE;
3622                 else
3623                         msgout_request = FALSE;
3624
3625                 if (msgout_request) {
3626
3627                         /*
3628                          * Change gears and see if
3629                          * this messages is of interest to
3630                          * us or should be passed back to
3631                          * the sequencer.
3632                          */
3633                         ahd->msg_type = MSG_TYPE_TARGET_MSGOUT;
3634                         ahd_outb(ahd, SCSISIGO, P_MESGOUT | BSYO);
3635                         ahd->msgin_index = 0;
3636                         /* Dummy read to REQ for first byte */
3637                         ahd_inb(ahd, SCSIDAT);
3638                         ahd_outb(ahd, SXFRCTL0,
3639                                  ahd_inb(ahd, SXFRCTL0) | SPIOEN);
3640                         break;
3641                 }
3642
3643                 msgdone = ahd->msgout_index == ahd->msgout_len;
3644                 if (msgdone) {
3645                         ahd_outb(ahd, SXFRCTL0,
3646                                  ahd_inb(ahd, SXFRCTL0) & ~SPIOEN);
3647                         end_session = TRUE;
3648                         break;
3649                 }
3650
3651                 /*
3652                  * Present the next byte on the bus.
3653                  */
3654                 ahd_outb(ahd, SXFRCTL0, ahd_inb(ahd, SXFRCTL0) | SPIOEN);
3655                 ahd_outb(ahd, SCSIDAT, ahd->msgout_buf[ahd->msgout_index++]);
3656                 break;
3657         }
3658         case MSG_TYPE_TARGET_MSGOUT:
3659         {
3660                 int lastbyte;
3661                 int msgdone;
3662
3663                 /*
3664                  * By default, the message loop will continue.
3665                  */
3666                 ahd_outb(ahd, RETURN_1, CONT_MSG_LOOP_TARG);
3667
3668                 /*
3669                  * The initiator signals that this is
3670                  * the last byte by dropping ATN.
3671                  */
3672                 lastbyte = (ahd_inb(ahd, SCSISIGI) & ATNI) == 0;
3673
3674                 /*
3675                  * Read the latched byte, but turn off SPIOEN first
3676                  * so that we don't inadvertently cause a REQ for the
3677                  * next byte.
3678                  */
3679                 ahd_outb(ahd, SXFRCTL0, ahd_inb(ahd, SXFRCTL0) & ~SPIOEN);
3680                 ahd->msgin_buf[ahd->msgin_index] = ahd_inb(ahd, SCSIDAT);
3681                 msgdone = ahd_parse_msg(ahd, &devinfo);
3682                 if (msgdone == MSGLOOP_TERMINATED) {
3683                         /*
3684                          * The message is *really* done in that it caused
3685                          * us to go to bus free.  The sequencer has already
3686                          * been reset at this point, so pull the ejection
3687                          * handle.
3688                          */
3689                         return;
3690                 }
3691                 
3692                 ahd->msgin_index++;
3693
3694                 /*
3695                  * XXX Read spec about initiator dropping ATN too soon
3696                  *     and use msgdone to detect it.
3697                  */
3698                 if (msgdone == MSGLOOP_MSGCOMPLETE) {
3699                         ahd->msgin_index = 0;
3700
3701                         /*
3702                          * If this message illicited a response, transition
3703                          * to the Message in phase and send it.
3704                          */
3705                         if (ahd->msgout_len != 0) {
3706                                 ahd_outb(ahd, SCSISIGO, P_MESGIN | BSYO);
3707                                 ahd_outb(ahd, SXFRCTL0,
3708                                          ahd_inb(ahd, SXFRCTL0) | SPIOEN);
3709                                 ahd->msg_type = MSG_TYPE_TARGET_MSGIN;
3710                                 ahd->msgin_index = 0;
3711                                 break;
3712                         }
3713                 }
3714
3715                 if (lastbyte)
3716                         end_session = TRUE;
3717                 else {
3718                         /* Ask for the next byte. */
3719                         ahd_outb(ahd, SXFRCTL0,
3720                                  ahd_inb(ahd, SXFRCTL0) | SPIOEN);
3721                 }
3722
3723                 break;
3724         }
3725         default:
3726                 panic("Unknown REQINIT message type");
3727         }
3728
3729         if (end_session) {
3730                 if ((ahd->msg_flags & MSG_FLAG_PACKETIZED) != 0) {
3731                         printf("%s: Returning to Idle Loop\n",
3732                                ahd_name(ahd));
3733                         ahd_outb(ahd, LASTPHASE, P_BUSFREE);
3734                         ahd_clear_msg_state(ahd);
3735                         ahd_outb(ahd, SEQCTL0, FASTMODE|SEQRESET);
3736                 } else {
3737                         ahd_clear_msg_state(ahd);
3738                         ahd_outb(ahd, RETURN_1, EXIT_MSG_LOOP);
3739                 }
3740         }
3741 }
3742
3743 /*
3744  * See if we sent a particular extended message to the target.
3745  * If "full" is true, return true only if the target saw the full
3746  * message.  If "full" is false, return true if the target saw at
3747  * least the first byte of the message.
3748  */
3749 static int
3750 ahd_sent_msg(struct ahd_softc *ahd, ahd_msgtype type, u_int msgval, int full)
3751 {
3752         int found;
3753         u_int index;
3754
3755         found = FALSE;
3756         index = 0;
3757
3758         while (index < ahd->msgout_len) {
3759                 if (ahd->msgout_buf[index] == MSG_EXTENDED) {
3760                         u_int end_index;
3761
3762                         end_index = index + 1 + ahd->msgout_buf[index + 1];
3763                         if (ahd->msgout_buf[index+2] == msgval
3764                          && type == AHDMSG_EXT) {
3765
3766                                 if (full) {
3767                                         if (ahd->msgout_index > end_index)
3768                                                 found = TRUE;
3769                                 } else if (ahd->msgout_index > index)
3770                                         found = TRUE;
3771                         }
3772                         index = end_index;
3773                 } else if (ahd->msgout_buf[index] >= MSG_SIMPLE_TASK
3774                         && ahd->msgout_buf[index] <= MSG_IGN_WIDE_RESIDUE) {
3775
3776                         /* Skip tag type and tag id or residue param*/
3777                         index += 2;
3778                 } else {
3779                         /* Single byte message */
3780                         if (type == AHDMSG_1B
3781                          && ahd->msgout_index > index
3782                          && (ahd->msgout_buf[index] == msgval
3783                           || ((ahd->msgout_buf[index] & MSG_IDENTIFYFLAG) != 0
3784                            && msgval == MSG_IDENTIFYFLAG)))
3785                                 found = TRUE;
3786                         index++;
3787                 }
3788
3789                 if (found)
3790                         break;
3791         }
3792         return (found);
3793 }
3794
3795 /*
3796  * Wait for a complete incoming message, parse it, and respond accordingly.
3797  */
3798 static int
3799 ahd_parse_msg(struct ahd_softc *ahd, struct ahd_devinfo *devinfo)
3800 {
3801         struct  ahd_initiator_tinfo *tinfo;
3802         struct  ahd_tmode_tstate *tstate;
3803         int     reject;
3804         int     done;
3805         int     response;
3806
3807         done = MSGLOOP_IN_PROG;
3808         response = FALSE;
3809         reject = FALSE;
3810         tinfo = ahd_fetch_transinfo(ahd, devinfo->channel, devinfo->our_scsiid,
3811                                     devinfo->target, &tstate);
3812
3813         /*
3814          * Parse as much of the message as is available,
3815          * rejecting it if we don't support it.  When
3816          * the entire message is available and has been
3817          * handled, return MSGLOOP_MSGCOMPLETE, indicating
3818          * that we have parsed an entire message.
3819          *
3820          * In the case of extended messages, we accept the length
3821          * byte outright and perform more checking once we know the
3822          * extended message type.
3823          */
3824         switch (ahd->msgin_buf[0]) {
3825         case MSG_DISCONNECT:
3826         case MSG_SAVEDATAPOINTER:
3827         case MSG_CMDCOMPLETE:
3828         case MSG_RESTOREPOINTERS:
3829         case MSG_IGN_WIDE_RESIDUE:
3830                 /*
3831                  * End our message loop as these are messages
3832                  * the sequencer handles on its own.
3833                  */
3834                 done = MSGLOOP_TERMINATED;
3835                 break;
3836         case MSG_MESSAGE_REJECT:
3837                 response = ahd_handle_msg_reject(ahd, devinfo);
3838                 /* FALLTHROUGH */
3839         case MSG_NOOP:
3840                 done = MSGLOOP_MSGCOMPLETE;
3841                 break;
3842         case MSG_EXTENDED:
3843         {
3844                 /* Wait for enough of the message to begin validation */
3845                 if (ahd->msgin_index < 2)
3846                         break;
3847                 switch (ahd->msgin_buf[2]) {
3848                 case MSG_EXT_SDTR:
3849                 {
3850                         u_int    period;
3851                         u_int    ppr_options;
3852                         u_int    offset;
3853                         u_int    saved_offset;
3854                         
3855                         if (ahd->msgin_buf[1] != MSG_EXT_SDTR_LEN) {
3856                                 reject = TRUE;
3857                                 break;
3858                         }
3859
3860                         /*
3861                          * Wait until we have both args before validating
3862                          * and acting on this message.
3863                          *
3864                          * Add one to MSG_EXT_SDTR_LEN to account for
3865                          * the extended message preamble.
3866                          */
3867                         if (ahd->msgin_index < (MSG_EXT_SDTR_LEN + 1))
3868                                 break;
3869
3870                         period = ahd->msgin_buf[3];
3871                         ppr_options = 0;
3872                         saved_offset = offset = ahd->msgin_buf[4];
3873                         ahd_devlimited_syncrate(ahd, tinfo, &period,
3874                                                 &ppr_options, devinfo->role);
3875                         ahd_validate_offset(ahd, tinfo, period, &offset,
3876                                             tinfo->curr.width, devinfo->role);
3877                         if (bootverbose) {
3878                                 printf("(%s:%c:%d:%d): Received "
3879                                        "SDTR period %x, offset %x\n\t"
3880                                        "Filtered to period %x, offset %x\n",
3881                                        ahd_name(ahd), devinfo->channel,
3882                                        devinfo->target, devinfo->lun,
3883                                        ahd->msgin_buf[3], saved_offset,
3884                                        period, offset);
3885                         }
3886                         ahd_set_syncrate(ahd, devinfo, period,
3887                                          offset, ppr_options,
3888                                          AHD_TRANS_ACTIVE|AHD_TRANS_GOAL,
3889                                          /*paused*/TRUE);
3890
3891                         /*
3892                          * See if we initiated Sync Negotiation
3893                          * and didn't have to fall down to async
3894                          * transfers.
3895                          */
3896                         if (ahd_sent_msg(ahd, AHDMSG_EXT, MSG_EXT_SDTR, TRUE)) {
3897                                 /* We started it */
3898                                 if (saved_offset != offset) {
3899                                         /* Went too low - force async */
3900                                         reject = TRUE;
3901                                 }
3902                         } else {
3903                                 /*
3904                                  * Send our own SDTR in reply
3905                                  */
3906                                 if (bootverbose
3907                                  && devinfo->role == ROLE_INITIATOR) {
3908                                         printf("(%s:%c:%d:%d): Target "
3909                                                "Initiated SDTR\n",
3910                                                ahd_name(ahd), devinfo->channel,
3911                                                devinfo->target, devinfo->lun);
3912                                 }
3913                                 ahd->msgout_index = 0;
3914                                 ahd->msgout_len = 0;
3915                                 ahd_construct_sdtr(ahd, devinfo,
3916                                                    period, offset);
3917                                 ahd->msgout_index = 0;
3918                                 response = TRUE;
3919                         }
3920                         done = MSGLOOP_MSGCOMPLETE;
3921                         break;
3922                 }
3923                 case MSG_EXT_WDTR:
3924                 {
3925                         u_int bus_width;
3926                         u_int saved_width;
3927                         u_int sending_reply;
3928
3929                         sending_reply = FALSE;
3930                         if (ahd->msgin_buf[1] != MSG_EXT_WDTR_LEN) {
3931                                 reject = TRUE;
3932                                 break;
3933                         }
3934
3935                         /*
3936                          * Wait until we have our arg before validating
3937                          * and acting on this message.
3938                          *
3939                          * Add one to MSG_EXT_WDTR_LEN to account for
3940                          * the extended message preamble.
3941                          */
3942                         if (ahd->msgin_index < (MSG_EXT_WDTR_LEN + 1))
3943                                 break;
3944
3945                         bus_width = ahd->msgin_buf[3];
3946                         saved_width = bus_width;
3947                         ahd_validate_width(ahd, tinfo, &bus_width,
3948                                            devinfo->role);
3949                         if (bootverbose) {
3950                                 printf("(%s:%c:%d:%d): Received WDTR "
3951                                        "%x filtered to %x\n",
3952                                        ahd_name(ahd), devinfo->channel,
3953                                        devinfo->target, devinfo->lun,
3954                                        saved_width, bus_width);
3955                         }
3956
3957                         if (ahd_sent_msg(ahd, AHDMSG_EXT, MSG_EXT_WDTR, TRUE)) {
3958                                 /*
3959                                  * Don't send a WDTR back to the
3960                                  * target, since we asked first.
3961                                  * If the width went higher than our
3962                                  * request, reject it.
3963                                  */
3964                                 if (saved_width > bus_width) {
3965                                         reject = TRUE;
3966                                         printf("(%s:%c:%d:%d): requested %dBit "
3967                                                "transfers.  Rejecting...\n",
3968                                                ahd_name(ahd), devinfo->channel,
3969                                                devinfo->target, devinfo->lun,
3970                                                8 * (0x01 << bus_width));
3971                                         bus_width = 0;
3972                                 }
3973                         } else {
3974                                 /*
3975                                  * Send our own WDTR in reply
3976                                  */
3977                                 if (bootverbose
3978                                  && devinfo->role == ROLE_INITIATOR) {
3979                                         printf("(%s:%c:%d:%d): Target "
3980                                                "Initiated WDTR\n",
3981                                                ahd_name(ahd), devinfo->channel,
3982                                                devinfo->target, devinfo->lun);
3983                                 }
3984                                 ahd->msgout_index = 0;
3985                                 ahd->msgout_len = 0;
3986                                 ahd_construct_wdtr(ahd, devinfo, bus_width);
3987                                 ahd->msgout_index = 0;
3988                                 response = TRUE;
3989                                 sending_reply = TRUE;
3990                         }
3991                         /*
3992                          * After a wide message, we are async, but
3993                          * some devices don't seem to honor this portion
3994                          * of the spec.  Force a renegotiation of the
3995                          * sync component of our transfer agreement even
3996                          * if our goal is async.  By updating our width
3997                          * after forcing the negotiation, we avoid
3998                          * renegotiating for width.
3999                          */
4000                         ahd_update_neg_request(ahd, devinfo, tstate,
4001                                                tinfo, AHD_NEG_ALWAYS);
4002                         ahd_set_width(ahd, devinfo, bus_width,
4003                                       AHD_TRANS_ACTIVE|AHD_TRANS_GOAL,
4004                                       /*paused*/TRUE);
4005                         if (sending_reply == FALSE && reject == FALSE) {
4006
4007                                 /*
4008                                  * We will always have an SDTR to send.
4009                                  */
4010                                 ahd->msgout_index = 0;
4011                                 ahd->msgout_len = 0;
4012                                 ahd_build_transfer_msg(ahd, devinfo);
4013                                 ahd->msgout_index = 0;
4014                                 response = TRUE;
4015                         }
4016                         done = MSGLOOP_MSGCOMPLETE;
4017                         break;
4018                 }
4019                 case MSG_EXT_PPR:
4020                 {
4021                         u_int   period;
4022                         u_int   offset;
4023                         u_int   bus_width;
4024                         u_int   ppr_options;
4025                         u_int   saved_width;
4026                         u_int   saved_offset;
4027                         u_int   saved_ppr_options;
4028
4029                         if (ahd->msgin_buf[1] != MSG_EXT_PPR_LEN) {
4030                                 reject = TRUE;
4031                                 break;
4032                         }
4033
4034                         /*
4035                          * Wait until we have all args before validating
4036                          * and acting on this message.
4037                          *
4038                          * Add one to MSG_EXT_PPR_LEN to account for
4039                          * the extended message preamble.
4040                          */
4041                         if (ahd->msgin_index < (MSG_EXT_PPR_LEN + 1))
4042                                 break;
4043
4044                         period = ahd->msgin_buf[3];
4045                         offset = ahd->msgin_buf[5];
4046                         bus_width = ahd->msgin_buf[6];
4047                         saved_width = bus_width;
4048                         ppr_options = ahd->msgin_buf[7];
4049                         /*
4050                          * According to the spec, a DT only
4051                          * period factor with no DT option
4052                          * set implies async.
4053                          */
4054                         if ((ppr_options & MSG_EXT_PPR_DT_REQ) == 0
4055                          && period <= 9)
4056                                 offset = 0;
4057                         saved_ppr_options = ppr_options;
4058                         saved_offset = offset;
4059
4060                         /*
4061                          * Transfer options are only available if we
4062                          * are negotiating wide.
4063                          */
4064                         if (bus_width == 0)
4065                                 ppr_options &= MSG_EXT_PPR_QAS_REQ;
4066
4067                         ahd_validate_width(ahd, tinfo, &bus_width,
4068                                            devinfo->role);
4069                         ahd_devlimited_syncrate(ahd, tinfo, &period,
4070                                                 &ppr_options, devinfo->role);
4071                         ahd_validate_offset(ahd, tinfo, period, &offset,
4072                                             bus_width, devinfo->role);
4073
4074                         if (ahd_sent_msg(ahd, AHDMSG_EXT, MSG_EXT_PPR, TRUE)) {
4075                                 /*
4076                                  * If we are unable to do any of the
4077                                  * requested options (we went too low),
4078                                  * then we'll have to reject the message.
4079                                  */
4080                                 if (saved_width > bus_width
4081                                  || saved_offset != offset
4082                                  || saved_ppr_options != ppr_options) {
4083                                         reject = TRUE;
4084                                         period = 0;
4085                                         offset = 0;
4086                                         bus_width = 0;
4087                                         ppr_options = 0;
4088                                 }
4089                         } else {
4090                                 if (devinfo->role != ROLE_TARGET)
4091                                         printf("(%s:%c:%d:%d): Target "
4092                                                "Initiated PPR\n",
4093                                                ahd_name(ahd), devinfo->channel,
4094                                                devinfo->target, devinfo->lun);
4095                                 else
4096                                         printf("(%s:%c:%d:%d): Initiator "
4097                                                "Initiated PPR\n",
4098                                                ahd_name(ahd), devinfo->channel,
4099                                                devinfo->target, devinfo->lun);
4100                                 ahd->msgout_index = 0;
4101                                 ahd->msgout_len = 0;
4102                                 ahd_construct_ppr(ahd, devinfo, period, offset,
4103                                                   bus_width, ppr_options);
4104                                 ahd->msgout_index = 0;
4105                                 response = TRUE;
4106                         }
4107                         if (bootverbose) {
4108                                 printf("(%s:%c:%d:%d): Received PPR width %x, "
4109                                        "period %x, offset %x,options %x\n"
4110                                        "\tFiltered to width %x, period %x, "
4111                                        "offset %x, options %x\n",
4112                                        ahd_name(ahd), devinfo->channel,
4113                                        devinfo->target, devinfo->lun,
4114                                        saved_width, ahd->msgin_buf[3],
4115                                        saved_offset, saved_ppr_options,
4116                                        bus_width, period, offset, ppr_options);
4117                         }
4118                         ahd_set_width(ahd, devinfo, bus_width,
4119                                       AHD_TRANS_ACTIVE|AHD_TRANS_GOAL,
4120                                       /*paused*/TRUE);
4121                         ahd_set_syncrate(ahd, devinfo, period,
4122                                          offset, ppr_options,
4123                                          AHD_TRANS_ACTIVE|AHD_TRANS_GOAL,
4124                                          /*paused*/TRUE);
4125
4126                         done = MSGLOOP_MSGCOMPLETE;
4127                         break;
4128                 }
4129                 default:
4130                         /* Unknown extended message.  Reject it. */
4131                         reject = TRUE;
4132                         break;
4133                 }
4134                 break;
4135         }
4136 #ifdef AHD_TARGET_MODE
4137         case MSG_BUS_DEV_RESET:
4138                 ahd_handle_devreset(ahd, devinfo, CAM_LUN_WILDCARD,
4139                                     CAM_BDR_SENT,
4140                                     "Bus Device Reset Received",
4141                                     /*verbose_level*/0);
4142                 ahd_restart(ahd);
4143                 done = MSGLOOP_TERMINATED;
4144                 break;
4145         case MSG_ABORT_TAG:
4146         case MSG_ABORT:
4147         case MSG_CLEAR_QUEUE:
4148         {
4149                 int tag;
4150
4151                 /* Target mode messages */
4152                 if (devinfo->role != ROLE_TARGET) {
4153                         reject = TRUE;
4154                         break;
4155                 }
4156                 tag = SCB_LIST_NULL;
4157                 if (ahd->msgin_buf[0] == MSG_ABORT_TAG)
4158                         tag = ahd_inb(ahd, INITIATOR_TAG);
4159                 ahd_abort_scbs(ahd, devinfo->target, devinfo->channel,
4160                                devinfo->lun, tag, ROLE_TARGET,
4161                                CAM_REQ_ABORTED);
4162
4163                 tstate = ahd->enabled_targets[devinfo->our_scsiid];
4164                 if (tstate != NULL) {
4165                         struct ahd_tmode_lstate* lstate;
4166
4167                         lstate = tstate->enabled_luns[devinfo->lun];
4168                         if (lstate != NULL) {
4169                                 ahd_queue_lstate_event(ahd, lstate,
4170                                                        devinfo->our_scsiid,
4171                                                        ahd->msgin_buf[0],
4172                                                        /*arg*/tag);
4173                                 ahd_send_lstate_events(ahd, lstate);
4174                         }
4175                 }
4176                 ahd_restart(ahd);
4177                 done = MSGLOOP_TERMINATED;
4178                 break;
4179         }
4180 #endif
4181         case MSG_QAS_REQUEST:
4182 #ifdef AHD_DEBUG
4183                 if ((ahd_debug & AHD_SHOW_MESSAGES) != 0)
4184                         printf("%s: QAS request.  SCSISIGI == 0x%x\n",
4185                                ahd_name(ahd), ahd_inb(ahd, SCSISIGI));
4186 #endif
4187                 ahd->msg_flags |= MSG_FLAG_EXPECT_QASREJ_BUSFREE;
4188                 /* FALLTHROUGH */
4189         case MSG_TERM_IO_PROC:
4190         default:
4191                 reject = TRUE;
4192                 break;
4193         }
4194
4195         if (reject) {
4196                 /*
4197                  * Setup to reject the message.
4198                  */
4199                 ahd->msgout_index = 0;
4200                 ahd->msgout_len = 1;
4201                 ahd->msgout_buf[0] = MSG_MESSAGE_REJECT;
4202                 done = MSGLOOP_MSGCOMPLETE;
4203                 response = TRUE;
4204         }
4205
4206         if (done != MSGLOOP_IN_PROG && !response)
4207                 /* Clear the outgoing message buffer */
4208                 ahd->msgout_len = 0;
4209
4210         return (done);
4211 }
4212
4213 /*
4214  * Process a message reject message.
4215  */
4216 static int
4217 ahd_handle_msg_reject(struct ahd_softc *ahd, struct ahd_devinfo *devinfo)
4218 {
4219         /*
4220          * What we care about here is if we had an
4221          * outstanding SDTR or WDTR message for this
4222          * target.  If we did, this is a signal that
4223          * the target is refusing negotiation.
4224          */
4225         struct scb *scb;
4226         struct ahd_initiator_tinfo *tinfo;
4227         struct ahd_tmode_tstate *tstate;
4228         u_int scb_index;
4229         u_int last_msg;
4230         int   response = 0;
4231
4232         scb_index = ahd_get_scbptr(ahd);
4233         scb = ahd_lookup_scb(ahd, scb_index);
4234         tinfo = ahd_fetch_transinfo(ahd, devinfo->channel,
4235                                     devinfo->our_scsiid,
4236                                     devinfo->target, &tstate);
4237         /* Might be necessary */
4238         last_msg = ahd_inb(ahd, LAST_MSG);
4239
4240         if (ahd_sent_msg(ahd, AHDMSG_EXT, MSG_EXT_PPR, /*full*/FALSE)) {
4241                 if (ahd_sent_msg(ahd, AHDMSG_EXT, MSG_EXT_PPR, /*full*/TRUE)
4242                  && tinfo->goal.period <= AHD_SYNCRATE_PACED) {
4243                         /*
4244                          * Target may not like our SPI-4 PPR Options.
4245                          * Attempt to negotiate 80MHz which will turn
4246                          * off these options.
4247                          */
4248                         if (bootverbose) {
4249                                 printf("(%s:%c:%d:%d): PPR Rejected. "
4250                                        "Trying simple U160 PPR\n",
4251                                        ahd_name(ahd), devinfo->channel,
4252                                        devinfo->target, devinfo->lun);
4253                         }
4254                         tinfo->goal.period = AHD_SYNCRATE_DT;
4255                         tinfo->goal.ppr_options &= MSG_EXT_PPR_IU_REQ
4256                                                 |  MSG_EXT_PPR_QAS_REQ
4257                                                 |  MSG_EXT_PPR_DT_REQ;
4258                 } else {
4259                         /*
4260                          * Target does not support the PPR message.
4261                          * Attempt to negotiate SPI-2 style.
4262                          */
4263                         if (bootverbose) {
4264                                 printf("(%s:%c:%d:%d): PPR Rejected. "
4265                                        "Trying WDTR/SDTR\n",
4266                                        ahd_name(ahd), devinfo->channel,
4267                                        devinfo->target, devinfo->lun);
4268                         }
4269                         tinfo->goal.ppr_options = 0;
4270                         tinfo->curr.transport_version = 2;
4271                         tinfo->goal.transport_version = 2;
4272                 }
4273                 ahd->msgout_index = 0;
4274                 ahd->msgout_len = 0;
4275                 ahd_build_transfer_msg(ahd, devinfo);
4276                 ahd->msgout_index = 0;
4277                 response = 1;
4278         } else if (ahd_sent_msg(ahd, AHDMSG_EXT, MSG_EXT_WDTR, /*full*/FALSE)) {
4279
4280                 /* note 8bit xfers */
4281                 printf("(%s:%c:%d:%d): refuses WIDE negotiation.  Using "
4282                        "8bit transfers\n", ahd_name(ahd),
4283                        devinfo->channel, devinfo->target, devinfo->lun);
4284                 ahd_set_width(ahd, devinfo, MSG_EXT_WDTR_BUS_8_BIT,
4285                               AHD_TRANS_ACTIVE|AHD_TRANS_GOAL,
4286                               /*paused*/TRUE);
4287                 /*
4288                  * No need to clear the sync rate.  If the target
4289                  * did not accept the command, our syncrate is
4290                  * unaffected.  If the target started the negotiation,
4291                  * but rejected our response, we already cleared the
4292                  * sync rate before sending our WDTR.
4293                  */
4294                 if (tinfo->goal.offset != tinfo->curr.offset) {
4295
4296                         /* Start the sync negotiation */
4297                         ahd->msgout_index = 0;
4298                         ahd->msgout_len = 0;
4299                         ahd_build_transfer_msg(ahd, devinfo);
4300                         ahd->msgout_index = 0;
4301                         response = 1;
4302                 }
4303         } else if (ahd_sent_msg(ahd, AHDMSG_EXT, MSG_EXT_SDTR, /*full*/FALSE)) {
4304                 /* note asynch xfers and clear flag */
4305                 ahd_set_syncrate(ahd, devinfo, /*period*/0,
4306                                  /*offset*/0, /*ppr_options*/0,
4307                                  AHD_TRANS_ACTIVE|AHD_TRANS_GOAL,
4308                                  /*paused*/TRUE);
4309                 printf("(%s:%c:%d:%d): refuses synchronous negotiation. "
4310                        "Using asynchronous transfers\n",
4311                        ahd_name(ahd), devinfo->channel,
4312                        devinfo->target, devinfo->lun);
4313         } else if ((scb->hscb->control & MSG_SIMPLE_TASK) != 0) {
4314                 int tag_type;
4315                 int mask;
4316
4317                 tag_type = (scb->hscb->control & MSG_SIMPLE_TASK);
4318
4319                 if (tag_type == MSG_SIMPLE_TASK) {
4320                         printf("(%s:%c:%d:%d): refuses tagged commands.  "
4321                                "Performing non-tagged I/O\n", ahd_name(ahd),
4322                                devinfo->channel, devinfo->target, devinfo->lun);
4323                         ahd_set_tags(ahd, devinfo, AHD_QUEUE_NONE);
4324                         mask = ~0x23;
4325                 } else {
4326                         printf("(%s:%c:%d:%d): refuses %s tagged commands.  "
4327                                "Performing simple queue tagged I/O only\n",
4328                                ahd_name(ahd), devinfo->channel, devinfo->target,
4329                                devinfo->lun, tag_type == MSG_ORDERED_TASK
4330                                ? "ordered" : "head of queue");
4331                         ahd_set_tags(ahd, devinfo, AHD_QUEUE_BASIC);
4332                         mask = ~0x03;
4333                 }
4334
4335                 /*
4336                  * Resend the identify for this CCB as the target
4337                  * may believe that the selection is invalid otherwise.
4338                  */
4339                 ahd_outb(ahd, SCB_CONTROL,
4340                          ahd_inb_scbram(ahd, SCB_CONTROL) & mask);
4341                 scb->hscb->control &= mask;
4342                 ahd_set_transaction_tag(scb, /*enabled*/FALSE,
4343                                         /*type*/MSG_SIMPLE_TASK);
4344                 ahd_outb(ahd, MSG_OUT, MSG_IDENTIFYFLAG);
4345                 ahd_assert_atn(ahd);
4346                 ahd_busy_tcl(ahd, BUILD_TCL(scb->hscb->scsiid, devinfo->lun),
4347                              SCB_GET_TAG(scb));
4348
4349                 /*
4350                  * Requeue all tagged commands for this target
4351                  * currently in our posession so they can be
4352                  * converted to untagged commands.
4353                  */
4354                 ahd_search_qinfifo(ahd, SCB_GET_TARGET(ahd, scb),
4355                                    SCB_GET_CHANNEL(ahd, scb),
4356                                    SCB_GET_LUN(scb), /*tag*/SCB_LIST_NULL,
4357                                    ROLE_INITIATOR, CAM_REQUEUE_REQ,
4358                                    SEARCH_COMPLETE);
4359         } else if (ahd_sent_msg(ahd, AHDMSG_1B, MSG_IDENTIFYFLAG, TRUE)) {
4360                 /*
4361                  * Most likely the device believes that we had
4362                  * previously negotiated packetized.
4363                  */
4364                 ahd->msg_flags |= MSG_FLAG_EXPECT_PPR_BUSFREE
4365                                |  MSG_FLAG_IU_REQ_CHANGED;
4366
4367                 ahd_force_renegotiation(ahd, devinfo);
4368                 ahd->msgout_index = 0;
4369                 ahd->msgout_len = 0;
4370                 ahd_build_transfer_msg(ahd, devinfo);
4371                 ahd->msgout_index = 0;
4372                 response = 1;
4373         } else {
4374                 /*
4375                  * Otherwise, we ignore it.
4376                  */
4377                 printf("%s:%c:%d: Message reject for %x -- ignored\n",
4378                        ahd_name(ahd), devinfo->channel, devinfo->target,
4379                        last_msg);
4380         }
4381         return (response);
4382 }
4383
4384 /*
4385  * Process an ingnore wide residue message.
4386  */
4387 static void
4388 ahd_handle_ign_wide_residue(struct ahd_softc *ahd, struct ahd_devinfo *devinfo)
4389 {
4390         u_int scb_index;
4391         struct scb *scb;
4392
4393         scb_index = ahd_get_scbptr(ahd);
4394         scb = ahd_lookup_scb(ahd, scb_index);
4395         /*
4396          * XXX Actually check data direction in the sequencer?
4397          * Perhaps add datadir to some spare bits in the hscb?
4398          */
4399         if ((ahd_inb(ahd, SEQ_FLAGS) & DPHASE) == 0
4400          || ahd_get_transfer_dir(scb) != CAM_DIR_IN) {
4401                 /*
4402                  * Ignore the message if we haven't
4403                  * seen an appropriate data phase yet.
4404                  */
4405         } else {
4406                 /*
4407                  * If the residual occurred on the last
4408                  * transfer and the transfer request was
4409                  * expected to end on an odd count, do
4410                  * nothing.  Otherwise, subtract a byte
4411                  * and update the residual count accordingly.
4412                  */
4413                 uint32_t sgptr;
4414
4415                 sgptr = ahd_inb_scbram(ahd, SCB_RESIDUAL_SGPTR);
4416                 if ((sgptr & SG_LIST_NULL) != 0
4417                  && (ahd_inb(ahd, SCB_TASK_ATTRIBUTE) & SCB_XFERLEN_ODD) != 0) {
4418                         /*
4419                          * If the residual occurred on the last
4420                          * transfer and the transfer request was
4421                          * expected to end on an odd count, do
4422                          * nothing.
4423                          */
4424                 } else {
4425                         uint32_t data_cnt;
4426                         uint64_t data_addr;
4427                         uint32_t sglen;
4428
4429                         /* Pull in the rest of the sgptr */
4430                         sgptr = ahd_inl_scbram(ahd, SCB_RESIDUAL_SGPTR);
4431                         data_cnt = ahd_inl_scbram(ahd, SCB_RESIDUAL_DATACNT);
4432                         if ((sgptr & SG_LIST_NULL) != 0) {
4433                                 /*
4434                                  * The residual data count is not updated
4435                                  * for the command run to completion case.
4436                                  * Explicitly zero the count.
4437                                  */
4438                                 data_cnt &= ~AHD_SG_LEN_MASK;
4439                         }
4440                         data_addr = ahd_inq(ahd, SHADDR);
4441                         data_cnt += 1;
4442                         data_addr -= 1;
4443                         sgptr &= SG_PTR_MASK;
4444                         if ((ahd->flags & AHD_64BIT_ADDRESSING) != 0) {
4445                                 struct ahd_dma64_seg *sg;
4446
4447                                 sg = ahd_sg_bus_to_virt(ahd, scb, sgptr);
4448
4449                                 /*
4450                                  * The residual sg ptr points to the next S/G
4451                                  * to load so we must go back one.
4452                                  */
4453                                 sg--;
4454                                 sglen = ahd_le32toh(sg->len) & AHD_SG_LEN_MASK;
4455                                 if (sg != scb->sg_list
4456                                  && sglen < (data_cnt & AHD_SG_LEN_MASK)) {
4457
4458                                         sg--;
4459                                         sglen = ahd_le32toh(sg->len);
4460                                         /*
4461                                          * Preserve High Address and SG_LIST
4462                                          * bits while setting the count to 1.
4463                                          */
4464                                         data_cnt = 1|(sglen&(~AHD_SG_LEN_MASK));
4465                                         data_addr = ahd_le64toh(sg->addr)
4466                                                   + (sglen & AHD_SG_LEN_MASK)
4467                                                   - 1;
4468
4469                                         /*
4470                                          * Increment sg so it points to the
4471                                          * "next" sg.
4472                                          */
4473                                         sg++;
4474                                         sgptr = ahd_sg_virt_to_bus(ahd, scb,
4475                                                                    sg);
4476                                 }
4477                         } else {
4478                                 struct ahd_dma_seg *sg;
4479
4480                                 sg = ahd_sg_bus_to_virt(ahd, scb, sgptr);
4481
4482                                 /*
4483                                  * The residual sg ptr points to the next S/G
4484                                  * to load so we must go back one.
4485                                  */
4486                                 sg--;
4487                                 sglen = ahd_le32toh(sg->len) & AHD_SG_LEN_MASK;
4488                                 if (sg != scb->sg_list
4489                                  && sglen < (data_cnt & AHD_SG_LEN_MASK)) {
4490
4491                                         sg--;
4492                                         sglen = ahd_le32toh(sg->len);
4493                                         /*
4494                                          * Preserve High Address and SG_LIST
4495                                          * bits while setting the count to 1.
4496                                          */
4497                                         data_cnt = 1|(sglen&(~AHD_SG_LEN_MASK));
4498                                         data_addr = ahd_le32toh(sg->addr)
4499                                                   + (sglen & AHD_SG_LEN_MASK)
4500                                                   - 1;
4501
4502                                         /*
4503                                          * Increment sg so it points to the
4504                                          * "next" sg.
4505                                          */
4506                                         sg++;
4507                                         sgptr = ahd_sg_virt_to_bus(ahd, scb,
4508                                                                   sg);
4509                                 }
4510                         }
4511                         /*
4512                          * Toggle the "oddness" of the transfer length
4513                          * to handle this mid-transfer ignore wide
4514                          * residue.  This ensures that the oddness is
4515                          * correct for subsequent data transfers.
4516                          */
4517                         ahd_outb(ahd, SCB_TASK_ATTRIBUTE,
4518                             ahd_inb(ahd, SCB_TASK_ATTRIBUTE) ^ SCB_XFERLEN_ODD);
4519
4520                         ahd_outl(ahd, SCB_RESIDUAL_SGPTR, sgptr);
4521                         ahd_outl(ahd, SCB_RESIDUAL_DATACNT, data_cnt);
4522                         /*
4523                          * The FIFO's pointers will be updated if/when the
4524                          * sequencer re-enters a data phase.
4525                          */
4526                 }
4527         }
4528 }
4529
4530
4531 /*
4532  * Reinitialize the data pointers for the active transfer
4533  * based on its current residual.
4534  */
4535 static void
4536 ahd_reinitialize_dataptrs(struct ahd_softc *ahd)
4537 {
4538         struct           scb *scb;
4539         ahd_mode_state   saved_modes;
4540         u_int            scb_index;
4541         u_int            wait;
4542         uint32_t         sgptr;
4543         uint32_t         resid;
4544         uint64_t         dataptr;
4545
4546         AHD_ASSERT_MODES(ahd, AHD_MODE_DFF0_MSK|AHD_MODE_DFF1_MSK,
4547                          AHD_MODE_DFF0_MSK|AHD_MODE_DFF1_MSK);
4548                          
4549         scb_index = ahd_get_scbptr(ahd);
4550         scb = ahd_lookup_scb(ahd, scb_index);
4551
4552         /*
4553          * Release and reacquire the FIFO so we
4554          * have a clean slate.
4555          */
4556         ahd_outb(ahd, DFFSXFRCTL, CLRCHN);
4557         wait = 1000;
4558         do {
4559                 ahd_delay(100);
4560         } while (--wait && !(ahd_inb(ahd, MDFFSTAT) & FIFOFREE));
4561         if (wait == 0) {
4562                 ahd_print_path(ahd, scb);
4563                 printf("ahd_reinitialize_dataptrs: Forcing FIFO free.\n");
4564                 ahd_outb(ahd, DFFSXFRCTL, RSTCHN|CLRSHCNT);
4565         }
4566         saved_modes = ahd_save_modes(ahd);
4567         ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
4568         ahd_outb(ahd, DFFSTAT,
4569                  ahd_inb(ahd, DFFSTAT)
4570                 | (saved_modes == 0x11 ? CURRFIFO_1 : CURRFIFO_0));
4571
4572         /*
4573          * Determine initial values for data_addr and data_cnt
4574          * for resuming the data phase.
4575          */
4576         sgptr = (ahd_inb_scbram(ahd, SCB_RESIDUAL_SGPTR + 3) << 24)
4577               | (ahd_inb_scbram(ahd, SCB_RESIDUAL_SGPTR + 2) << 16)
4578               | (ahd_inb_scbram(ahd, SCB_RESIDUAL_SGPTR + 1) << 8)
4579               | ahd_inb_scbram(ahd, SCB_RESIDUAL_SGPTR);
4580         sgptr &= SG_PTR_MASK;
4581
4582         resid = (ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT + 2) << 16)
4583               | (ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT + 1) << 8)
4584               | ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT);
4585
4586         if ((ahd->flags & AHD_64BIT_ADDRESSING) != 0) {
4587                 struct ahd_dma64_seg *sg;
4588
4589                 sg = ahd_sg_bus_to_virt(ahd, scb, sgptr);
4590
4591                 /* The residual sg_ptr always points to the next sg */
4592                 sg--;
4593
4594                 dataptr = ahd_le64toh(sg->addr)
4595                         + (ahd_le32toh(sg->len) & AHD_SG_LEN_MASK)
4596                         - resid;
4597                 ahd_outb(ahd, HADDR + 7, dataptr >> 56);
4598                 ahd_outb(ahd, HADDR + 6, dataptr >> 48);
4599                 ahd_outb(ahd, HADDR + 5, dataptr >> 40);
4600                 ahd_outb(ahd, HADDR + 4, dataptr >> 32);
4601         } else {
4602                 struct   ahd_dma_seg *sg;
4603
4604                 sg = ahd_sg_bus_to_virt(ahd, scb, sgptr);
4605
4606                 /* The residual sg_ptr always points to the next sg */
4607                 sg--;
4608
4609                 dataptr = ahd_le32toh(sg->addr)
4610                         + (ahd_le32toh(sg->len) & AHD_SG_LEN_MASK)
4611                         - resid;
4612                 ahd_outb(ahd, HADDR + 4,
4613                          (ahd_le32toh(sg->len) & ~AHD_SG_LEN_MASK) >> 24);
4614         }
4615         ahd_outb(ahd, HADDR + 3, dataptr >> 24);
4616         ahd_outb(ahd, HADDR + 2, dataptr >> 16);
4617         ahd_outb(ahd, HADDR + 1, dataptr >> 8);
4618         ahd_outb(ahd, HADDR, dataptr);
4619         ahd_outb(ahd, HCNT + 2, resid >> 16);
4620         ahd_outb(ahd, HCNT + 1, resid >> 8);
4621         ahd_outb(ahd, HCNT, resid);
4622 }
4623
4624 /*
4625  * Handle the effects of issuing a bus device reset message.
4626  */
4627 static void
4628 ahd_handle_devreset(struct ahd_softc *ahd, struct ahd_devinfo *devinfo,
4629                     u_int lun, cam_status status, char *message,
4630                     int verbose_level)
4631 {
4632 #ifdef AHD_TARGET_MODE
4633         struct ahd_tmode_tstate* tstate;
4634 #endif
4635         int found;
4636
4637         found = ahd_abort_scbs(ahd, devinfo->target, devinfo->channel,
4638                                lun, SCB_LIST_NULL, devinfo->role,
4639                                status);
4640
4641 #ifdef AHD_TARGET_MODE
4642         /*
4643          * Send an immediate notify ccb to all target mord peripheral
4644          * drivers affected by this action.
4645          */
4646         tstate = ahd->enabled_targets[devinfo->our_scsiid];
4647         if (tstate != NULL) {
4648                 u_int cur_lun;
4649                 u_int max_lun;
4650
4651                 if (lun != CAM_LUN_WILDCARD) {
4652                         cur_lun = 0;
4653                         max_lun = AHD_NUM_LUNS - 1;
4654                 } else {
4655                         cur_lun = lun;
4656                         max_lun = lun;
4657                 }
4658                 for (cur_lun <= max_lun; cur_lun++) {
4659                         struct ahd_tmode_lstate* lstate;
4660
4661                         lstate = tstate->enabled_luns[cur_lun];
4662                         if (lstate == NULL)
4663                                 continue;
4664
4665                         ahd_queue_lstate_event(ahd, lstate, devinfo->our_scsiid,
4666                                                MSG_BUS_DEV_RESET, /*arg*/0);
4667                         ahd_send_lstate_events(ahd, lstate);
4668                 }
4669         }
4670 #endif
4671
4672         /*
4673          * Go back to async/narrow transfers and renegotiate.
4674          */
4675         ahd_set_width(ahd, devinfo, MSG_EXT_WDTR_BUS_8_BIT,
4676                       AHD_TRANS_CUR, /*paused*/TRUE);
4677         ahd_set_syncrate(ahd, devinfo, /*period*/0, /*offset*/0,
4678                          /*ppr_options*/0, AHD_TRANS_CUR, /*paused*/TRUE);
4679         
4680         ahd_send_async(ahd, devinfo->channel, devinfo->target,
4681                        lun, AC_SENT_BDR, NULL);
4682
4683         if (message != NULL
4684          && (verbose_level <= bootverbose))
4685                 printf("%s: %s on %c:%d. %d SCBs aborted\n", ahd_name(ahd),
4686                        message, devinfo->channel, devinfo->target, found);
4687 }
4688
4689 #ifdef AHD_TARGET_MODE
4690 static void
4691 ahd_setup_target_msgin(struct ahd_softc *ahd, struct ahd_devinfo *devinfo,
4692                        struct scb *scb)
4693 {
4694
4695         /*              
4696          * To facilitate adding multiple messages together,
4697          * each routine should increment the index and len
4698          * variables instead of setting them explicitly.
4699          */             
4700         ahd->msgout_index = 0;
4701         ahd->msgout_len = 0;
4702
4703         if (scb != NULL && (scb->flags & SCB_AUTO_NEGOTIATE) != 0)
4704                 ahd_build_transfer_msg(ahd, devinfo);
4705         else
4706                 panic("ahd_intr: AWAITING target message with no message");
4707
4708         ahd->msgout_index = 0;
4709         ahd->msg_type = MSG_TYPE_TARGET_MSGIN;
4710 }
4711 #endif
4712 /**************************** Initialization **********************************/
4713 static u_int
4714 ahd_sglist_size(struct ahd_softc *ahd)
4715 {
4716         bus_size_t list_size;
4717
4718         list_size = sizeof(struct ahd_dma_seg) * AHD_NSEG;
4719         if ((ahd->flags & AHD_64BIT_ADDRESSING) != 0)
4720                 list_size = sizeof(struct ahd_dma64_seg) * AHD_NSEG;
4721         return (list_size);
4722 }
4723
4724 /*
4725  * Calculate the optimum S/G List allocation size.  S/G elements used
4726  * for a given transaction must be physically contiguous.  Assume the
4727  * OS will allocate full pages to us, so it doesn't make sense to request
4728  * less than a page.
4729  */
4730 static u_int
4731 ahd_sglist_allocsize(struct ahd_softc *ahd)
4732 {
4733         bus_size_t sg_list_increment;
4734         bus_size_t sg_list_size;
4735         bus_size_t max_list_size;
4736         bus_size_t best_list_size;
4737
4738         /* Start out with the minimum required for AHD_NSEG. */
4739         sg_list_increment = ahd_sglist_size(ahd);
4740         sg_list_size = sg_list_increment;
4741
4742         /* Get us as close as possible to a page in size. */
4743         while ((sg_list_size + sg_list_increment) <= PAGE_SIZE)
4744                 sg_list_size += sg_list_increment;
4745
4746         /*
4747          * Try to reduce the amount of wastage by allocating
4748          * multiple pages.
4749          */
4750         best_list_size = sg_list_size;
4751         max_list_size = roundup(sg_list_increment, PAGE_SIZE);
4752         if (max_list_size < 4 * PAGE_SIZE)
4753                 max_list_size = 4 * PAGE_SIZE;
4754         if (max_list_size > (AHD_SCB_MAX_ALLOC * sg_list_increment))
4755                 max_list_size = (AHD_SCB_MAX_ALLOC * sg_list_increment);
4756         while ((sg_list_size + sg_list_increment) <= max_list_size
4757            &&  (sg_list_size % PAGE_SIZE) != 0) {
4758                 bus_size_t new_mod;
4759                 bus_size_t best_mod;
4760
4761                 sg_list_size += sg_list_increment;
4762                 new_mod = sg_list_size % PAGE_SIZE;
4763                 best_mod = best_list_size % PAGE_SIZE;
4764                 if (new_mod > best_mod || new_mod == 0) {
4765                         best_list_size = sg_list_size;
4766                 }
4767         }
4768         return (best_list_size);
4769 }
4770
4771 /*
4772  * Allocate a controller structure for a new device
4773  * and perform initial initializion.
4774  */
4775 struct ahd_softc *
4776 ahd_alloc(void *platform_arg, char *name)
4777 {
4778         struct  ahd_softc *ahd;
4779
4780 #if !defined(__DragonFly__) && !defined(__FreeBSD__)
4781         ahd = malloc(sizeof(*ahd), M_DEVBUF, M_INTWAIT);
4782 #else
4783         ahd = device_get_softc((device_t)platform_arg);
4784 #endif
4785         memset(ahd, 0, sizeof(*ahd));
4786         ahd->seep_config = malloc(sizeof(*ahd->seep_config),M_DEVBUF,M_INTWAIT);
4787         LIST_INIT(&ahd->pending_scbs);
4788         /* We don't know our unit number until the OSM sets it */
4789         ahd->name = name;
4790         ahd->unit = -1;
4791         ahd->description = NULL;
4792         ahd->bus_description = NULL;
4793         ahd->channel = 'A';
4794         ahd->chip = AHD_NONE;
4795         ahd->features = AHD_FENONE;
4796         ahd->bugs = AHD_BUGNONE;
4797         ahd->flags = AHD_SPCHK_ENB_A|AHD_RESET_BUS_A|AHD_TERM_ENB_A
4798                    | AHD_EXTENDED_TRANS_A|AHD_STPWLEVEL_A;
4799         ahd_timer_init(&ahd->reset_timer);
4800         ahd_timer_init(&ahd->stat_timer);
4801         ahd->int_coalescing_timer = AHD_INT_COALESCING_TIMER_DEFAULT;
4802         ahd->int_coalescing_maxcmds = AHD_INT_COALESCING_MAXCMDS_DEFAULT;
4803         ahd->int_coalescing_mincmds = AHD_INT_COALESCING_MINCMDS_DEFAULT;
4804         ahd->int_coalescing_threshold = AHD_INT_COALESCING_THRESHOLD_DEFAULT;
4805         ahd->int_coalescing_stop_threshold =
4806             AHD_INT_COALESCING_STOP_THRESHOLD_DEFAULT;
4807
4808         if (ahd_platform_alloc(ahd, platform_arg) != 0) {
4809                 ahd_free(ahd);
4810                 ahd = NULL;
4811         }
4812 #ifdef AHD_DEBUG
4813         if ((ahd_debug & AHD_SHOW_MEMORY) != 0) {
4814                 printf("%s: scb size = 0x%x, hscb size = 0x%x\n",
4815                        ahd_name(ahd), (u_int)sizeof(struct scb),
4816                        (u_int)sizeof(struct hardware_scb));
4817         }
4818 #endif
4819         return (ahd);
4820 }
4821
4822 int
4823 ahd_softc_init(struct ahd_softc *ahd)
4824 {
4825
4826         ahd->unpause = 0;
4827         ahd->pause = PAUSE; 
4828         return (0);
4829 }
4830
4831 void
4832 ahd_softc_insert(struct ahd_softc *ahd)
4833 {
4834         struct ahd_softc *list_ahd;
4835
4836 #if AHD_PCI_CONFIG > 0
4837         /*
4838          * Second Function PCI devices need to inherit some
4839          * settings from function 0.
4840          */
4841         if ((ahd->features & AHD_MULTI_FUNC) != 0) {
4842                 TAILQ_FOREACH(list_ahd, &ahd_tailq, links) {
4843                         ahd_dev_softc_t list_pci;
4844                         ahd_dev_softc_t pci;
4845
4846                         list_pci = list_ahd->dev_softc;
4847                         pci = ahd->dev_softc;
4848                         if (ahd_get_pci_slot(list_pci) == ahd_get_pci_slot(pci)
4849                          && ahd_get_pci_bus(list_pci) == ahd_get_pci_bus(pci)) {
4850                                 struct ahd_softc *master;
4851                                 struct ahd_softc *slave;
4852
4853                                 if (ahd_get_pci_function(list_pci) == 0) {
4854                                         master = list_ahd;
4855                                         slave = ahd;
4856                                 } else {
4857                                         master = ahd;
4858                                         slave = list_ahd;
4859                                 }
4860                                 slave->flags &= ~AHD_BIOS_ENABLED; 
4861                                 slave->flags |=
4862                                     master->flags & AHD_BIOS_ENABLED;
4863                                 break;
4864                         }
4865                 }
4866         }
4867 #endif
4868
4869         /*
4870          * Insertion sort into our list of softcs.
4871          */
4872         list_ahd = TAILQ_FIRST(&ahd_tailq);
4873         while (list_ahd != NULL
4874             && ahd_softc_comp(ahd, list_ahd) <= 0)
4875                 list_ahd = TAILQ_NEXT(list_ahd, links);
4876         if (list_ahd != NULL)
4877                 TAILQ_INSERT_BEFORE(list_ahd, ahd, links);
4878         else
4879                 TAILQ_INSERT_TAIL(&ahd_tailq, ahd, links);
4880         ahd->init_level++;
4881 }
4882
4883 /*
4884  * Verify that the passed in softc pointer is for a
4885  * controller that is still configured.
4886  */
4887 struct ahd_softc *
4888 ahd_find_softc(struct ahd_softc *ahd)
4889 {
4890         struct ahd_softc *list_ahd;
4891
4892         TAILQ_FOREACH(list_ahd, &ahd_tailq, links) {
4893                 if (list_ahd == ahd)
4894                         return (ahd);
4895         }
4896         return (NULL);
4897 }
4898
4899 void
4900 ahd_set_unit(struct ahd_softc *ahd, int unit)
4901 {
4902         ahd->unit = unit;
4903 }
4904
4905 void
4906 ahd_set_name(struct ahd_softc *ahd, char *name)
4907 {
4908         if (ahd->name != NULL)
4909                 free(ahd->name, M_DEVBUF);
4910         ahd->name = name;
4911 }
4912
4913 void
4914 ahd_free(struct ahd_softc *ahd)
4915 {
4916         int i;
4917
4918         switch (ahd->init_level) {
4919         default:
4920         case 5:
4921                 ahd_shutdown(ahd);
4922                 TAILQ_REMOVE(&ahd_tailq, ahd, links);
4923                 /* FALLTHROUGH */
4924         case 4:
4925                 ahd_dmamap_unload(ahd, ahd->shared_data_dmat,
4926                                   ahd->shared_data_dmamap);
4927                 /* FALLTHROUGH */
4928         case 3:
4929                 ahd_dmamem_free(ahd, ahd->shared_data_dmat, ahd->qoutfifo,
4930                                 ahd->shared_data_dmamap);
4931                 ahd_dmamap_destroy(ahd, ahd->shared_data_dmat,
4932                                    ahd->shared_data_dmamap);
4933                 /* FALLTHROUGH */
4934         case 2:
4935                 ahd_dma_tag_destroy(ahd, ahd->shared_data_dmat);
4936         case 1:
4937 #ifndef __linux__
4938                 ahd_dma_tag_destroy(ahd, ahd->buffer_dmat);
4939 #endif
4940                 break;
4941         case 0:
4942                 break;
4943         }
4944
4945 #ifndef __linux__
4946         ahd_dma_tag_destroy(ahd, ahd->parent_dmat);
4947 #endif
4948         ahd_platform_free(ahd);
4949         ahd_fini_scbdata(ahd);
4950         for (i = 0; i < AHD_NUM_TARGETS; i++) {
4951                 struct ahd_tmode_tstate *tstate;
4952
4953                 tstate = ahd->enabled_targets[i];
4954                 if (tstate != NULL) {
4955 #if AHD_TARGET_MODE
4956                         int j;
4957
4958                         for (j = 0; j < AHD_NUM_LUNS; j++) {
4959                                 struct ahd_tmode_lstate *lstate;
4960
4961                                 lstate = tstate->enabled_luns[j];
4962                                 if (lstate != NULL) {
4963                                         xpt_free_path(lstate->path);
4964                                         free(lstate, M_DEVBUF);
4965                                 }
4966                         }
4967 #endif
4968                         free(tstate, M_DEVBUF);
4969                 }
4970         }
4971 #if AHD_TARGET_MODE
4972         if (ahd->black_hole != NULL) {
4973                 xpt_free_path(ahd->black_hole->path);
4974                 free(ahd->black_hole, M_DEVBUF);
4975         }
4976 #endif
4977         if (ahd->name != NULL)
4978                 free(ahd->name, M_DEVBUF);
4979         if (ahd->seep_config != NULL)
4980                 free(ahd->seep_config, M_DEVBUF);
4981         if (ahd->saved_stack != NULL)
4982                 free(ahd->saved_stack, M_DEVBUF);
4983 #if !defined(__DragonFly__) && !defined(__FreeBSD__)
4984         free(ahd, M_DEVBUF);
4985 #endif
4986         return;
4987 }
4988
4989 void
4990 ahd_shutdown(void *arg)
4991 {
4992         struct  ahd_softc *ahd;
4993
4994         ahd = (struct ahd_softc *)arg;
4995
4996         /*
4997          * Stop periodic timer callbacks.
4998          */
4999         ahd_timer_stop(&ahd->reset_timer);
5000         ahd_timer_stop(&ahd->stat_timer);
5001
5002         /* This will reset most registers to 0, but not all */
5003         ahd_reset(ahd, /*reinit*/FALSE);
5004 }
5005
5006 /*
5007  * Reset the controller and record some information about it
5008  * that is only available just after a reset.  If "reinit" is
5009  * non-zero, this reset occured after initial configuration
5010  * and the caller requests that the chip be fully reinitialized
5011  * to a runable state.  Chip interrupts are *not* enabled after
5012  * a reinitialization.  The caller must enable interrupts via
5013  * ahd_intr_enable().
5014  */
5015 int
5016 ahd_reset(struct ahd_softc *ahd, int reinit)
5017 {
5018         u_int    sxfrctl1;
5019         int      wait;
5020         uint32_t cmd;
5021         
5022         /*
5023          * Preserve the value of the SXFRCTL1 register for all channels.
5024          * It contains settings that affect termination and we don't want
5025          * to disturb the integrity of the bus.
5026          */
5027         ahd_pause(ahd);
5028         ahd_update_modes(ahd);
5029         ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
5030         sxfrctl1 = ahd_inb(ahd, SXFRCTL1);
5031
5032         cmd = ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, /*bytes*/2);
5033         if ((ahd->bugs & AHD_PCIX_CHIPRST_BUG) != 0) {
5034                 uint32_t mod_cmd;
5035
5036                 /*
5037                  * A4 Razor #632
5038                  * During the assertion of CHIPRST, the chip
5039                  * does not disable its parity logic prior to
5040                  * the start of the reset.  This may cause a
5041                  * parity error to be detected and thus a
5042                  * spurious SERR or PERR assertion.  Disble
5043                  * PERR and SERR responses during the CHIPRST.
5044                  */
5045                 mod_cmd = cmd & ~(PCIM_CMD_PERRESPEN|PCIM_CMD_SERRESPEN);
5046                 ahd_pci_write_config(ahd->dev_softc, PCIR_COMMAND,
5047                                      mod_cmd, /*bytes*/2);
5048         }
5049         ahd_outb(ahd, HCNTRL, CHIPRST | ahd->pause);
5050
5051         /*
5052          * Ensure that the reset has finished.  We delay 1000us
5053          * prior to reading the register to make sure the chip
5054          * has sufficiently completed its reset to handle register
5055          * accesses.
5056          */
5057         wait = 1000;
5058         do {
5059                 ahd_delay(1000);
5060         } while (--wait && !(ahd_inb(ahd, HCNTRL) & CHIPRSTACK));
5061
5062         if (wait == 0) {
5063                 printf("%s: WARNING - Failed chip reset!  "
5064                        "Trying to initialize anyway.\n", ahd_name(ahd));
5065         }
5066         ahd_outb(ahd, HCNTRL, ahd->pause);
5067
5068         if ((ahd->bugs & AHD_PCIX_CHIPRST_BUG) != 0) {
5069                 /*
5070                  * Clear any latched PCI error status and restore
5071                  * previous SERR and PERR response enables.
5072                  */
5073                 ahd_pci_write_config(ahd->dev_softc, PCIR_STATUS + 1,
5074                                      0xFF, /*bytes*/1);
5075                 ahd_pci_write_config(ahd->dev_softc, PCIR_COMMAND,
5076                                      cmd, /*bytes*/2);
5077         }
5078
5079         /*
5080          * Mode should be SCSI after a chip reset, but lets
5081          * set it just to be safe.  We touch the MODE_PTR
5082          * register directly so as to bypass the lazy update
5083          * code in ahd_set_modes().
5084          */
5085         ahd_known_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
5086         ahd_outb(ahd, MODE_PTR,
5087                  ahd_build_mode_state(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI));
5088
5089         /*
5090          * Restore SXFRCTL1.
5091          *
5092          * We must always initialize STPWEN to 1 before we
5093          * restore the saved values.  STPWEN is initialized
5094          * to a tri-state condition which can only be cleared
5095          * by turning it on.
5096          */
5097         ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
5098         ahd_outb(ahd, SXFRCTL1, sxfrctl1);
5099
5100         /* Determine chip configuration */
5101         ahd->features &= ~AHD_WIDE;
5102         if ((ahd_inb(ahd, SBLKCTL) & SELWIDE) != 0)
5103                 ahd->features |= AHD_WIDE;
5104
5105         /*
5106          * If a recovery action has forced a chip reset,
5107          * re-initialize the chip to our liking.
5108          */
5109         if (reinit != 0)
5110                 ahd_chip_init(ahd);
5111
5112         return (0);
5113 }
5114
5115 /*
5116  * Determine the number of SCBs available on the controller
5117  */
5118 int
5119 ahd_probe_scbs(struct ahd_softc *ahd) {
5120         int i;
5121
5122         AHD_ASSERT_MODES(ahd, ~(AHD_MODE_UNKNOWN_MSK|AHD_MODE_CFG_MSK),
5123                          ~(AHD_MODE_UNKNOWN_MSK|AHD_MODE_CFG_MSK));
5124         for (i = 0; i < AHD_SCB_MAX; i++) {
5125                 int j;
5126
5127                 ahd_set_scbptr(ahd, i);
5128                 ahd_outw(ahd, SCB_BASE, i);
5129                 for (j = 2; j < 64; j++)
5130                         ahd_outb(ahd, SCB_BASE+j, 0);
5131                 /* Start out life as unallocated (needing an abort) */
5132                 ahd_outb(ahd, SCB_CONTROL, MK_MESSAGE);
5133                 if (ahd_inw_scbram(ahd, SCB_BASE) != i)
5134                         break;
5135                 ahd_set_scbptr(ahd, 0);
5136                 if (ahd_inw_scbram(ahd, SCB_BASE) != 0)
5137                         break;
5138         }
5139         return (i);
5140 }
5141
5142 static void
5143 ahd_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int error) 
5144 {
5145         bus_addr_t *baddr;
5146
5147         baddr = (bus_addr_t *)arg;
5148         *baddr = segs->ds_addr;
5149 }
5150
5151 static void
5152 ahd_initialize_hscbs(struct ahd_softc *ahd)
5153 {
5154         int i;
5155
5156         for (i = 0; i < ahd->scb_data.maxhscbs; i++) {
5157                 ahd_set_scbptr(ahd, i);
5158
5159                 /* Clear the control byte. */
5160                 ahd_outb(ahd, SCB_CONTROL, 0);
5161
5162                 /* Set the next pointer */
5163                 ahd_outw(ahd, SCB_NEXT, SCB_LIST_NULL);
5164         }
5165 }
5166
5167 static int
5168 ahd_init_scbdata(struct ahd_softc *ahd)
5169 {
5170         struct  scb_data *scb_data;
5171         int     i;
5172
5173         scb_data = &ahd->scb_data;
5174         TAILQ_INIT(&scb_data->free_scbs);
5175         for (i = 0; i < AHD_NUM_TARGETS * AHD_NUM_LUNS_NONPKT; i++)
5176                 LIST_INIT(&scb_data->free_scb_lists[i]);
5177         LIST_INIT(&scb_data->any_dev_free_scb_list);
5178         SLIST_INIT(&scb_data->hscb_maps);
5179         SLIST_INIT(&scb_data->sg_maps);
5180         SLIST_INIT(&scb_data->sense_maps);
5181
5182         /* Determine the number of hardware SCBs and initialize them */
5183         scb_data->maxhscbs = ahd_probe_scbs(ahd);
5184         if (scb_data->maxhscbs == 0) {
5185                 printf("%s: No SCB space found\n", ahd_name(ahd));
5186                 return (ENXIO);
5187         }
5188
5189         ahd_initialize_hscbs(ahd);
5190
5191         /*
5192          * Create our DMA tags.  These tags define the kinds of device
5193          * accessible memory allocations and memory mappings we will
5194          * need to perform during normal operation.
5195          *
5196          * Unless we need to further restrict the allocation, we rely
5197          * on the restrictions of the parent dmat, hence the common
5198          * use of MAXADDR and MAXSIZE.
5199          */
5200
5201         /* DMA tag for our hardware scb structures */
5202         if (ahd_dma_tag_create(ahd, ahd->parent_dmat, /*alignment*/1,
5203                                /*boundary*/BUS_SPACE_MAXADDR_32BIT + 1,
5204                                /*lowaddr*/BUS_SPACE_MAXADDR_32BIT,
5205                                /*highaddr*/BUS_SPACE_MAXADDR,
5206                                /*filter*/NULL, /*filterarg*/NULL,
5207                                PAGE_SIZE, /*nsegments*/1,
5208                                /*maxsegsz*/BUS_SPACE_MAXSIZE_32BIT,
5209                                /*flags*/0, &scb_data->hscb_dmat) != 0) {
5210                 goto error_exit;
5211         }
5212
5213         scb_data->init_level++;
5214
5215         /* DMA tag for our S/G structures. */
5216         if (ahd_dma_tag_create(ahd, ahd->parent_dmat, /*alignment*/8,
5217                                /*boundary*/BUS_SPACE_MAXADDR_32BIT + 1,
5218                                /*lowaddr*/BUS_SPACE_MAXADDR_32BIT,
5219                                /*highaddr*/BUS_SPACE_MAXADDR,
5220                                /*filter*/NULL, /*filterarg*/NULL,
5221                                ahd_sglist_allocsize(ahd), /*nsegments*/1,
5222                                /*maxsegsz*/BUS_SPACE_MAXSIZE_32BIT,
5223                                /*flags*/0, &scb_data->sg_dmat) != 0) {
5224                 goto error_exit;
5225         }
5226 #ifdef AHD_DEBUG
5227         if ((ahd_debug & AHD_SHOW_MEMORY) != 0)
5228                 printf("%s: ahd_sglist_allocsize = 0x%x\n", ahd_name(ahd),
5229                        ahd_sglist_allocsize(ahd));
5230 #endif
5231
5232         scb_data->init_level++;
5233
5234         /* DMA tag for our sense buffers.  We allocate in page sized chunks */
5235         if (ahd_dma_tag_create(ahd, ahd->parent_dmat, /*alignment*/1,
5236                                /*boundary*/BUS_SPACE_MAXADDR_32BIT + 1,
5237                                /*lowaddr*/BUS_SPACE_MAXADDR_32BIT,
5238                                /*highaddr*/BUS_SPACE_MAXADDR,
5239                                /*filter*/NULL, /*filterarg*/NULL,
5240                                PAGE_SIZE, /*nsegments*/1,
5241                                /*maxsegsz*/BUS_SPACE_MAXSIZE_32BIT,
5242                                /*flags*/0, &scb_data->sense_dmat) != 0) {
5243                 goto error_exit;
5244         }
5245
5246         scb_data->init_level++;
5247
5248         /* Perform initial CCB allocation */
5249         ahd_alloc_scbs(ahd);
5250
5251         if (scb_data->numscbs == 0) {
5252                 printf("%s: ahd_init_scbdata - "
5253                        "Unable to allocate initial scbs\n",
5254                        ahd_name(ahd));
5255                 goto error_exit;
5256         }
5257
5258         /*
5259          * Note that we were successfull
5260          */
5261         return (0); 
5262
5263 error_exit:
5264
5265         return (ENOMEM);
5266 }
5267
5268 static struct scb *
5269 ahd_find_scb_by_tag(struct ahd_softc *ahd, u_int tag)
5270 {
5271         struct scb *scb;
5272
5273         /*
5274          * Look on the pending list.
5275          */
5276         LIST_FOREACH(scb, &ahd->pending_scbs, pending_links) {
5277                 if (SCB_GET_TAG(scb) == tag)
5278                         return (scb);
5279         }
5280
5281         /*
5282          * Then on all of the collision free lists.
5283          */
5284         TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) {
5285                 struct scb *list_scb;
5286
5287                 list_scb = scb;
5288                 do {
5289                         if (SCB_GET_TAG(list_scb) == tag)
5290                                 return (list_scb);
5291                         list_scb = LIST_NEXT(list_scb, collision_links);
5292                 } while (list_scb);
5293         }
5294
5295         /*
5296          * And finally on the generic free list.
5297          */
5298         LIST_FOREACH(scb, &ahd->scb_data.any_dev_free_scb_list, links.le) {
5299                 if (SCB_GET_TAG(scb) == tag)
5300                         return (scb);
5301         }
5302
5303         return (NULL);
5304 }
5305
5306 static void
5307 ahd_fini_scbdata(struct ahd_softc *ahd)
5308 {
5309         struct scb_data *scb_data;
5310
5311         scb_data = &ahd->scb_data;
5312         if (scb_data == NULL)
5313                 return;
5314
5315         switch (scb_data->init_level) {
5316         default:
5317         case 7:
5318         {
5319                 struct map_node *sns_map;
5320
5321                 while ((sns_map = SLIST_FIRST(&scb_data->sense_maps)) != NULL) {
5322                         SLIST_REMOVE_HEAD(&scb_data->sense_maps, links);
5323                         ahd_dmamap_unload(ahd, scb_data->sense_dmat,
5324                                           sns_map->dmamap);
5325                         ahd_dmamem_free(ahd, scb_data->sense_dmat,
5326                                         sns_map->vaddr, sns_map->dmamap);
5327                         free(sns_map, M_DEVBUF);
5328                 }
5329                 ahd_dma_tag_destroy(ahd, scb_data->sense_dmat);
5330                 /* FALLTHROUGH */
5331         }
5332         case 6:
5333         {
5334                 struct map_node *sg_map;
5335
5336                 while ((sg_map = SLIST_FIRST(&scb_data->sg_maps)) != NULL) {
5337                         SLIST_REMOVE_HEAD(&scb_data->sg_maps, links);
5338                         ahd_dmamap_unload(ahd, scb_data->sg_dmat,
5339                                           sg_map->dmamap);
5340                         ahd_dmamem_free(ahd, scb_data->sg_dmat,
5341                                         sg_map->vaddr, sg_map->dmamap);
5342                         free(sg_map, M_DEVBUF);
5343                 }
5344                 ahd_dma_tag_destroy(ahd, scb_data->sg_dmat);
5345                 /* FALLTHROUGH */
5346         }
5347         case 5:
5348         {
5349                 struct map_node *hscb_map;
5350
5351                 while ((hscb_map = SLIST_FIRST(&scb_data->hscb_maps)) != NULL) {
5352                         SLIST_REMOVE_HEAD(&scb_data->hscb_maps, links);
5353                         ahd_dmamap_unload(ahd, scb_data->hscb_dmat,
5354                                           hscb_map->dmamap);
5355                         ahd_dmamem_free(ahd, scb_data->hscb_dmat,
5356                                         hscb_map->vaddr, hscb_map->dmamap);
5357                         free(hscb_map, M_DEVBUF);
5358                 }
5359                 ahd_dma_tag_destroy(ahd, scb_data->hscb_dmat);
5360                 /* FALLTHROUGH */
5361         }
5362         case 4:
5363         case 3:
5364         case 2:
5365         case 1:
5366         case 0:
5367                 break;
5368         }
5369 }
5370
5371 /*
5372  * DSP filter Bypass must be enabled until the first selection
5373  * after a change in bus mode (Razor #491 and #493).
5374  */
5375 static void
5376 ahd_setup_iocell_workaround(struct ahd_softc *ahd)
5377 {
5378         ahd_mode_state saved_modes;
5379
5380         saved_modes = ahd_save_modes(ahd);
5381         ahd_set_modes(ahd, AHD_MODE_CFG, AHD_MODE_CFG);
5382         ahd_outb(ahd, DSPDATACTL, ahd_inb(ahd, DSPDATACTL)
5383                | BYPASSENAB | RCVROFFSTDIS | XMITOFFSTDIS);
5384         ahd_outb(ahd, SIMODE0, ahd_inb(ahd, SIMODE0) | (ENSELDO|ENSELDI));
5385 #ifdef AHD_DEBUG
5386         if ((ahd_debug & AHD_SHOW_MISC) != 0)
5387                 printf("%s: Setting up iocell workaround\n", ahd_name(ahd));
5388 #endif
5389         ahd_restore_modes(ahd, saved_modes);
5390 }
5391
5392 static void
5393 ahd_iocell_first_selection(struct ahd_softc *ahd)
5394 {
5395         ahd_mode_state  saved_modes;
5396         u_int           sblkctl;
5397
5398         saved_modes = ahd_save_modes(ahd);
5399         ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
5400         sblkctl = ahd_inb(ahd, SBLKCTL);
5401         ahd_set_modes(ahd, AHD_MODE_CFG, AHD_MODE_CFG);
5402 #ifdef AHD_DEBUG
5403         if ((ahd_debug & AHD_SHOW_MISC) != 0)
5404                 printf("%s: iocell first selection\n", ahd_name(ahd));
5405 #endif
5406         if ((sblkctl & ENAB40) != 0) {
5407                 ahd_outb(ahd, DSPDATACTL,
5408                          ahd_inb(ahd, DSPDATACTL) & ~BYPASSENAB);
5409 #ifdef AHD_DEBUG
5410                 if ((ahd_debug & AHD_SHOW_MISC) != 0)
5411                         printf("%s: BYPASS now disabled\n", ahd_name(ahd));
5412 #endif
5413         }
5414         ahd_outb(ahd, SIMODE0, ahd_inb(ahd, SIMODE0) & ~(ENSELDO|ENSELDI));
5415         ahd_outb(ahd, CLRINT, CLRSCSIINT);
5416         ahd_restore_modes(ahd, saved_modes);
5417 }
5418
5419 /*************************** SCB Management ***********************************/
5420 static void
5421 ahd_add_col_list(struct ahd_softc *ahd, struct scb *scb, u_int col_idx)
5422 {
5423         struct  scb_list *free_list;
5424         struct  scb_tailq *free_tailq;
5425         struct  scb *first_scb;
5426
5427         scb->flags |= SCB_ON_COL_LIST;
5428         AHD_SET_SCB_COL_IDX(scb, col_idx);
5429         free_list = &ahd->scb_data.free_scb_lists[col_idx];
5430         free_tailq = &ahd->scb_data.free_scbs;
5431         first_scb = LIST_FIRST(free_list);
5432         if (first_scb != NULL) {
5433                 LIST_INSERT_AFTER(first_scb, scb, collision_links);
5434         } else {
5435                 LIST_INSERT_HEAD(free_list, scb, collision_links);
5436                 TAILQ_INSERT_TAIL(free_tailq, scb, links.tqe);
5437         }
5438 }
5439
5440 static void
5441 ahd_rem_col_list(struct ahd_softc *ahd, struct scb *scb)
5442 {
5443         struct  scb_list *free_list;
5444         struct  scb_tailq *free_tailq;
5445         struct  scb *first_scb;
5446         u_int   col_idx;
5447
5448         scb->flags &= ~SCB_ON_COL_LIST;
5449         col_idx = AHD_GET_SCB_COL_IDX(ahd, scb);
5450         free_list = &ahd->scb_data.free_scb_lists[col_idx];
5451         free_tailq = &ahd->scb_data.free_scbs;
5452         first_scb = LIST_FIRST(free_list);
5453         if (first_scb == scb) {
5454                 struct scb *next_scb;
5455
5456                 /*
5457                  * Maintain order in the collision free
5458                  * lists for fairness if this device has
5459                  * other colliding tags active.
5460                  */
5461                 next_scb = LIST_NEXT(scb, collision_links);
5462                 if (next_scb != NULL) {
5463                         TAILQ_INSERT_AFTER(free_tailq, scb,
5464                                            next_scb, links.tqe);
5465                 }
5466                 TAILQ_REMOVE(free_tailq, scb, links.tqe);
5467         }
5468         LIST_REMOVE(scb, collision_links);
5469 }
5470
5471 /*
5472  * Get a free scb. If there are none, see if we can allocate a new SCB.
5473  */
5474 struct scb *
5475 ahd_get_scb(struct ahd_softc *ahd, u_int col_idx)
5476 {
5477         struct scb *scb;
5478         int tries;
5479
5480         tries = 0;
5481 look_again:
5482         TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) {
5483                 if (AHD_GET_SCB_COL_IDX(ahd, scb) != col_idx) {
5484                         ahd_rem_col_list(ahd, scb);
5485                         goto found;
5486                 }
5487         }
5488         if ((scb = LIST_FIRST(&ahd->scb_data.any_dev_free_scb_list)) == NULL) {
5489
5490                 if (tries++ != 0)
5491                         return (NULL);
5492                 ahd_alloc_scbs(ahd);
5493                 goto look_again;
5494         }
5495         LIST_REMOVE(scb, links.le);
5496         if (col_idx != AHD_NEVER_COL_IDX
5497          && (scb->col_scb != NULL)
5498          && (scb->col_scb->flags & SCB_ACTIVE) == 0) {
5499                 LIST_REMOVE(scb->col_scb, links.le);
5500                 ahd_add_col_list(ahd, scb->col_scb, col_idx);
5501         }
5502 found:
5503         scb->flags |= SCB_ACTIVE;
5504         return (scb);
5505 }
5506
5507 /*
5508  * Return an SCB resource to the free list.
5509  */
5510 void
5511 ahd_free_scb(struct ahd_softc *ahd, struct scb *scb)
5512 {       
5513
5514         /* Clean up for the next user */
5515         scb->flags = SCB_FLAG_NONE;
5516         scb->hscb->control = 0;
5517         ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = NULL;
5518
5519         if (scb->col_scb == NULL) {
5520
5521                 /*
5522                  * No collision possible.  Just free normally.
5523                  */
5524                 LIST_INSERT_HEAD(&ahd->scb_data.any_dev_free_scb_list,
5525                                  scb, links.le);
5526         } else if ((scb->col_scb->flags & SCB_ON_COL_LIST) != 0) {
5527
5528                 /*
5529                  * The SCB we might have collided with is on
5530                  * a free collision list.  Put both SCBs on
5531                  * the generic list.
5532                  */
5533                 ahd_rem_col_list(ahd, scb->col_scb);
5534                 LIST_INSERT_HEAD(&ahd->scb_data.any_dev_free_scb_list,
5535                                  scb, links.le);
5536                 LIST_INSERT_HEAD(&ahd->scb_data.any_dev_free_scb_list,
5537                                  scb->col_scb, links.le);
5538         } else if ((scb->col_scb->flags
5539                   & (SCB_PACKETIZED|SCB_ACTIVE)) == SCB_ACTIVE
5540                 && (scb->col_scb->hscb->control & TAG_ENB) != 0) {
5541
5542                 /*
5543                  * The SCB we might collide with on the next allocation
5544                  * is still active in a non-packetized, tagged, context.
5545                  * Put us on the SCB collision list.
5546                  */
5547                 ahd_add_col_list(ahd, scb,
5548                                  AHD_GET_SCB_COL_IDX(ahd, scb->col_scb));
5549         } else {
5550                 /*
5551                  * The SCB we might collide with on the next allocation
5552                  * is either active in a packetized context, or free.
5553                  * Since we can't collide, put this SCB on the generic
5554                  * free list.
5555                  */
5556                 LIST_INSERT_HEAD(&ahd->scb_data.any_dev_free_scb_list,
5557                                  scb, links.le);
5558         }
5559
5560         ahd_platform_scb_free(ahd, scb);
5561 }
5562
5563 void
5564 ahd_alloc_scbs(struct ahd_softc *ahd)
5565 {
5566         struct scb_data *scb_data;
5567         struct scb      *next_scb;
5568         struct hardware_scb *hscb;
5569         struct map_node *hscb_map;
5570         struct map_node *sg_map;
5571         struct map_node *sense_map;
5572         uint8_t         *segs;
5573         uint8_t         *sense_data;
5574         bus_addr_t       hscb_busaddr;
5575         bus_addr_t       sg_busaddr;
5576         bus_addr_t       sense_busaddr;
5577         int              newcount;
5578         int              i;
5579
5580         scb_data = &ahd->scb_data;
5581         if (scb_data->numscbs >= AHD_SCB_MAX_ALLOC)
5582                 /* Can't allocate any more */
5583                 return;
5584
5585         if (scb_data->scbs_left != 0) {
5586                 int offset;
5587
5588                 offset = (PAGE_SIZE / sizeof(*hscb)) - scb_data->scbs_left;
5589                 hscb_map = SLIST_FIRST(&scb_data->hscb_maps);
5590                 hscb = &((struct hardware_scb *)hscb_map->vaddr)[offset];
5591                 hscb_busaddr = hscb_map->physaddr + (offset * sizeof(*hscb));
5592         } else {
5593                 hscb_map = malloc(sizeof(*hscb_map), M_DEVBUF, M_INTWAIT);
5594
5595                 /* Allocate the next batch of hardware SCBs */
5596                 if (ahd_dmamem_alloc(ahd, scb_data->hscb_dmat,
5597                                      (void **)&hscb_map->vaddr,
5598                                      BUS_DMA_NOWAIT, &hscb_map->dmamap) != 0) {
5599                         free(hscb_map, M_DEVBUF);
5600                         return;
5601                 }
5602
5603                 SLIST_INSERT_HEAD(&scb_data->hscb_maps, hscb_map, links);
5604
5605                 ahd_dmamap_load(ahd, scb_data->hscb_dmat, hscb_map->dmamap,
5606                                 hscb_map->vaddr, PAGE_SIZE, ahd_dmamap_cb,
5607                                 &hscb_map->physaddr, /*flags*/0);
5608
5609                 hscb = (struct hardware_scb *)hscb_map->vaddr;
5610                 hscb_busaddr = hscb_map->physaddr;
5611                 scb_data->scbs_left = PAGE_SIZE / sizeof(*hscb);
5612         }
5613
5614         if (scb_data->sgs_left != 0) {
5615                 int offset;
5616
5617                 offset = ((ahd_sglist_allocsize(ahd) / ahd_sglist_size(ahd))
5618                        - scb_data->sgs_left) * ahd_sglist_size(ahd);
5619                 sg_map = SLIST_FIRST(&scb_data->sg_maps);
5620                 segs = sg_map->vaddr + offset;
5621                 sg_busaddr = sg_map->physaddr + offset;
5622         } else {
5623                 sg_map = malloc(sizeof(*sg_map), M_DEVBUF, M_INTWAIT);
5624
5625                 /* Allocate the next batch of S/G lists */
5626                 if (ahd_dmamem_alloc(ahd, scb_data->sg_dmat,
5627                                      (void **)&sg_map->vaddr,
5628                                      BUS_DMA_NOWAIT, &sg_map->dmamap) != 0) {
5629                         free(sg_map, M_DEVBUF);
5630                         return;
5631                 }
5632
5633                 SLIST_INSERT_HEAD(&scb_data->sg_maps, sg_map, links);
5634
5635                 ahd_dmamap_load(ahd, scb_data->sg_dmat, sg_map->dmamap,
5636                                 sg_map->vaddr, ahd_sglist_allocsize(ahd),
5637                                 ahd_dmamap_cb, &sg_map->physaddr, /*flags*/0);
5638
5639                 segs = sg_map->vaddr;
5640                 sg_busaddr = sg_map->physaddr;
5641                 scb_data->sgs_left =
5642                     ahd_sglist_allocsize(ahd) / ahd_sglist_size(ahd);
5643 #ifdef AHD_DEBUG
5644                 if (ahd_debug & AHD_SHOW_MEMORY)
5645                         printf("Mapped SG data\n");
5646 #endif
5647         }
5648
5649         if (scb_data->sense_left != 0) {
5650                 int offset;
5651
5652                 offset = PAGE_SIZE - (AHD_SENSE_BUFSIZE * scb_data->sense_left);
5653                 sense_map = SLIST_FIRST(&scb_data->sense_maps);
5654                 sense_data = sense_map->vaddr + offset;
5655                 sense_busaddr = sense_map->physaddr + offset;
5656         } else {
5657                 sense_map = malloc(sizeof(*sense_map), M_DEVBUF, M_INTWAIT);
5658
5659                 /* Allocate the next batch of sense buffers */
5660                 if (ahd_dmamem_alloc(ahd, scb_data->sense_dmat,
5661                                      (void **)&sense_map->vaddr,
5662                                      BUS_DMA_NOWAIT, &sense_map->dmamap) != 0) {
5663                         free(sense_map, M_DEVBUF);
5664                         return;
5665                 }
5666
5667                 SLIST_INSERT_HEAD(&scb_data->sense_maps, sense_map, links);
5668
5669                 ahd_dmamap_load(ahd, scb_data->sense_dmat, sense_map->dmamap,
5670                                 sense_map->vaddr, PAGE_SIZE, ahd_dmamap_cb,
5671                                 &sense_map->physaddr, /*flags*/0);
5672
5673                 sense_data = sense_map->vaddr;
5674                 sense_busaddr = sense_map->physaddr;
5675                 scb_data->sense_left = PAGE_SIZE / AHD_SENSE_BUFSIZE;
5676 #ifdef AHD_DEBUG
5677                 if (ahd_debug & AHD_SHOW_MEMORY)
5678                         printf("Mapped sense data\n");
5679 #endif
5680         }
5681
5682         newcount = MIN(scb_data->sense_left, scb_data->scbs_left);
5683         newcount = MIN(newcount, scb_data->sgs_left);
5684         newcount = MIN(newcount, (AHD_SCB_MAX_ALLOC - scb_data->numscbs));
5685         scb_data->sense_left -= newcount;
5686         scb_data->scbs_left -= newcount;
5687         scb_data->sgs_left -= newcount;
5688         for (i = 0; i < newcount; i++) {
5689                 u_int col_tag;
5690
5691                 struct scb_platform_data *pdata;
5692 #ifndef __linux__
5693                 int error;
5694 #endif
5695                 next_scb = malloc(sizeof(*next_scb), M_DEVBUF, M_INTWAIT);
5696                 pdata = malloc(sizeof(*pdata), M_DEVBUF, M_INTWAIT);
5697                 next_scb->platform_data = pdata;
5698                 next_scb->hscb_map = hscb_map;
5699                 next_scb->sg_map = sg_map;
5700                 next_scb->sense_map = sense_map;
5701                 next_scb->sg_list = segs;
5702                 next_scb->sense_data = sense_data;
5703                 next_scb->sense_busaddr = sense_busaddr;
5704                 memset(hscb, 0, sizeof(*hscb));
5705                 next_scb->hscb = hscb;
5706                 hscb->hscb_busaddr = ahd_htole32(hscb_busaddr);
5707
5708                 /*
5709                  * The sequencer always starts with the second entry.
5710                  * The first entry is embedded in the scb.
5711                  */
5712                 next_scb->sg_list_busaddr = sg_busaddr;
5713                 if ((ahd->flags & AHD_64BIT_ADDRESSING) != 0)
5714                         next_scb->sg_list_busaddr
5715                             += sizeof(struct ahd_dma64_seg);
5716                 else
5717                         next_scb->sg_list_busaddr += sizeof(struct ahd_dma_seg);
5718                 next_scb->ahd_softc = ahd;
5719                 next_scb->flags = SCB_FLAG_NONE;
5720 #ifndef __linux__
5721                 error = ahd_dmamap_create(ahd, ahd->buffer_dmat, /*flags*/0,
5722                                           &next_scb->dmamap);
5723                 if (error != 0) {
5724                         free(next_scb, M_DEVBUF);
5725                         free(pdata, M_DEVBUF);
5726                         break;
5727                 }
5728 #endif
5729                 next_scb->hscb->tag = ahd_htole16(scb_data->numscbs);
5730                 col_tag = scb_data->numscbs ^ 0x100;
5731                 next_scb->col_scb = ahd_find_scb_by_tag(ahd, col_tag);
5732                 if (next_scb->col_scb != NULL)
5733                         next_scb->col_scb->col_scb = next_scb;
5734                 ahd_free_scb(ahd, next_scb);
5735                 hscb++;
5736                 hscb_busaddr += sizeof(*hscb);
5737                 segs += ahd_sglist_size(ahd);
5738                 sg_busaddr += ahd_sglist_size(ahd);
5739                 sense_data += AHD_SENSE_BUFSIZE;
5740                 sense_busaddr += AHD_SENSE_BUFSIZE;
5741                 scb_data->numscbs++;
5742         }
5743 }
5744
5745 void
5746 ahd_controller_info(struct ahd_softc *ahd, char *buf)
5747 {
5748         const char *speed;
5749         const char *type;
5750         int len;
5751
5752         len = sprintf(buf, "%s: ", ahd_chip_names[ahd->chip & AHD_CHIPID_MASK]);
5753         buf += len;
5754
5755         speed = "Ultra320 ";
5756         if ((ahd->features & AHD_WIDE) != 0) {
5757                 type = "Wide ";
5758         } else {
5759                 type = "Single ";
5760         }
5761         len = sprintf(buf, "%s%sChannel %c, SCSI Id=%d, ",
5762                       speed, type, ahd->channel, ahd->our_id);
5763         buf += len;
5764
5765         sprintf(buf, "%s, %d SCBs", ahd->bus_description,
5766                 ahd->scb_data.maxhscbs);
5767 }
5768
5769 static const char *channel_strings[] = {
5770         "Primary Low",
5771         "Primary High",
5772         "Secondary Low", 
5773         "Secondary High"
5774 };
5775
5776 static const char *termstat_strings[] = {
5777         "Terminated Correctly",
5778         "Over Terminated",
5779         "Under Terminated",
5780         "Not Configured"
5781 };
5782
5783 /*
5784  * Start the board, ready for normal operation
5785  */
5786 int
5787 ahd_init(struct ahd_softc *ahd)
5788 {
5789         uint8_t         *base_vaddr;
5790         uint8_t         *next_vaddr;
5791         bus_addr_t       next_baddr;
5792         size_t           driver_data_size;
5793         int              i;
5794         int              error;
5795         u_int            warn_user;
5796         uint8_t          current_sensing;
5797         uint8_t          fstat;
5798
5799         AHD_ASSERT_MODES(ahd, AHD_MODE_SCSI_MSK, AHD_MODE_SCSI_MSK);
5800
5801         ahd->stack_size = ahd_probe_stack_size(ahd);
5802         ahd->saved_stack = malloc(ahd->stack_size * sizeof(uint16_t),
5803                                   M_DEVBUF, M_WAITOK);
5804
5805         /*
5806          * Verify that the compiler hasn't over-agressively
5807          * padded important structures.
5808          */
5809         if (sizeof(struct hardware_scb) != 64)
5810                 panic("Hardware SCB size is incorrect");
5811
5812 #ifdef AHD_DEBUG
5813         if ((ahd_debug & AHD_DEBUG_SEQUENCER) != 0)
5814                 ahd->flags |= AHD_SEQUENCER_DEBUG;
5815 #endif
5816
5817         /*
5818          * Default to allowing initiator operations.
5819          */
5820         ahd->flags |= AHD_INITIATORROLE;
5821
5822         /*
5823          * Only allow target mode features if this unit has them enabled.
5824          */
5825         if ((AHD_TMODE_ENABLE & (0x1 << ahd->unit)) == 0)
5826                 ahd->features &= ~AHD_TARGETMODE;
5827
5828 #ifndef __linux__
5829         /* DMA tag for mapping buffers into device visible space. */
5830         if (ahd_dma_tag_create(ahd, ahd->parent_dmat, /*alignment*/1,
5831                                /*boundary*/BUS_SPACE_MAXADDR_32BIT + 1,
5832                                /*lowaddr*/ahd->flags & AHD_39BIT_ADDRESSING
5833                                         ? (bus_addr_t)0x7FFFFFFFFFULL
5834                                         : BUS_SPACE_MAXADDR_32BIT,
5835                                /*highaddr*/BUS_SPACE_MAXADDR,
5836                                /*filter*/NULL, /*filterarg*/NULL,
5837                                /*maxsize*/(AHD_NSEG - 1) * PAGE_SIZE,
5838                                /*nsegments*/AHD_NSEG,
5839                                /*maxsegsz*/AHD_MAXTRANSFER_SIZE,
5840                                /*flags*/BUS_DMA_ALLOCNOW,
5841                                &ahd->buffer_dmat) != 0) {
5842                 return (ENOMEM);
5843         }
5844 #endif
5845
5846         ahd->init_level++;
5847
5848         /*
5849          * DMA tag for our command fifos and other data in system memory
5850          * the card's sequencer must be able to access.  For initiator
5851          * roles, we need to allocate space for the qoutfifo.  When providing
5852          * for the target mode role, we must additionally provide space for
5853          * the incoming target command fifo.
5854          */
5855         driver_data_size = AHD_SCB_MAX * sizeof(uint16_t)
5856                          + sizeof(struct hardware_scb);
5857         if ((ahd->features & AHD_TARGETMODE) != 0)
5858                 driver_data_size += AHD_TMODE_CMDS * sizeof(struct target_cmd);
5859         if ((ahd->bugs & AHD_PKT_BITBUCKET_BUG) != 0)
5860                 driver_data_size += PKT_OVERRUN_BUFSIZE;
5861         if (ahd_dma_tag_create(ahd, ahd->parent_dmat, /*alignment*/1,
5862                                /*boundary*/BUS_SPACE_MAXADDR_32BIT + 1,
5863                                /*lowaddr*/BUS_SPACE_MAXADDR_32BIT,
5864                                /*highaddr*/BUS_SPACE_MAXADDR,
5865                                /*filter*/NULL, /*filterarg*/NULL,
5866                                driver_data_size,
5867                                /*nsegments*/1,
5868                                /*maxsegsz*/BUS_SPACE_MAXSIZE_32BIT,
5869                                /*flags*/0, &ahd->shared_data_dmat) != 0) {
5870                 return (ENOMEM);
5871         }
5872
5873         ahd->init_level++;
5874
5875         /* Allocation of driver data */
5876         if (ahd_dmamem_alloc(ahd, ahd->shared_data_dmat,
5877                              (void **)&base_vaddr,
5878                              BUS_DMA_NOWAIT, &ahd->shared_data_dmamap) != 0) {
5879                 return (ENOMEM);
5880         }
5881
5882         ahd->init_level++;
5883
5884         /* And permanently map it in */
5885         ahd_dmamap_load(ahd, ahd->shared_data_dmat, ahd->shared_data_dmamap,
5886                         base_vaddr, driver_data_size, ahd_dmamap_cb,
5887                         &ahd->shared_data_busaddr, /*flags*/0);
5888         ahd->qoutfifo = (uint16_t *)base_vaddr;
5889         next_vaddr = (uint8_t *)&ahd->qoutfifo[AHD_QOUT_SIZE];
5890         next_baddr = ahd->shared_data_busaddr + AHD_QOUT_SIZE*sizeof(uint16_t);
5891         if ((ahd->features & AHD_TARGETMODE) != 0) {
5892                 ahd->targetcmds = (struct target_cmd *)next_vaddr;
5893                 next_vaddr += AHD_TMODE_CMDS * sizeof(struct target_cmd);
5894                 next_baddr += AHD_TMODE_CMDS * sizeof(struct target_cmd);
5895         }
5896
5897         if ((ahd->bugs & AHD_PKT_BITBUCKET_BUG) != 0) {
5898                 ahd->overrun_buf = next_vaddr;
5899                 next_vaddr += PKT_OVERRUN_BUFSIZE;
5900                 next_baddr += PKT_OVERRUN_BUFSIZE;
5901         }
5902
5903         /*
5904          * We need one SCB to serve as the "next SCB".  Since the
5905          * tag identifier in this SCB will never be used, there is
5906          * no point in using a valid HSCB tag from an SCB pulled from
5907          * the standard free pool.  So, we allocate this "sentinel"
5908          * specially from the DMA safe memory chunk used for the QOUTFIFO.
5909          */
5910         ahd->next_queued_hscb = (struct hardware_scb *)next_vaddr;
5911         ahd->next_queued_hscb->hscb_busaddr = ahd_htole32(next_baddr);
5912
5913         ahd->init_level++;
5914
5915         /* Allocate SCB data now that buffer_dmat is initialized */
5916         if (ahd_init_scbdata(ahd) != 0)
5917                 return (ENOMEM);
5918
5919         if ((ahd->flags & AHD_INITIATORROLE) == 0)
5920                 ahd->flags &= ~AHD_RESET_BUS_A;
5921
5922         /*
5923          * Before committing these settings to the chip, give
5924          * the OSM one last chance to modify our configuration.
5925          */
5926         ahd_platform_init(ahd);
5927
5928         /* Bring up the chip. */
5929         ahd_chip_init(ahd);
5930
5931         AHD_ASSERT_MODES(ahd, AHD_MODE_SCSI_MSK, AHD_MODE_SCSI_MSK);
5932
5933         if ((ahd->flags & AHD_CURRENT_SENSING) == 0)
5934                 goto init_done;
5935
5936         /*
5937          * Verify termination based on current draw and
5938          * warn user if the bus is over/under terminated.
5939          */
5940         error = ahd_write_flexport(ahd, FLXADDR_ROMSTAT_CURSENSECTL,
5941                                    CURSENSE_ENB);
5942         if (error != 0) {
5943                 printf("%s: current sensing timeout 1\n", ahd_name(ahd));
5944                 goto init_done;
5945         }
5946         for (i = 20, fstat = FLX_FSTAT_BUSY;
5947              (fstat & FLX_FSTAT_BUSY) != 0 && i; i--) {
5948                 error = ahd_read_flexport(ahd, FLXADDR_FLEXSTAT, &fstat);
5949                 if (error != 0) {
5950                         printf("%s: current sensing timeout 2\n",
5951                                ahd_name(ahd));
5952                         goto init_done;
5953                 }
5954         }
5955         if (i == 0) {
5956                 printf("%s: Timedout during current-sensing test\n",
5957                        ahd_name(ahd));
5958                 goto init_done;
5959         }
5960
5961         /* Latch Current Sensing status. */
5962         error = ahd_read_flexport(ahd, FLXADDR_CURRENT_STAT, &current_sensing);
5963         if (error != 0) {
5964                 printf("%s: current sensing timeout 3\n", ahd_name(ahd));
5965                 goto init_done;
5966         }
5967
5968         /* Diable current sensing. */
5969         ahd_write_flexport(ahd, FLXADDR_ROMSTAT_CURSENSECTL, 0);
5970
5971 #ifdef AHD_DEBUG
5972         if ((ahd_debug & AHD_SHOW_TERMCTL) != 0) {
5973                 printf("%s: current_sensing == 0x%x\n",
5974                        ahd_name(ahd), current_sensing);
5975         }
5976 #endif
5977         warn_user = 0;
5978         for (i = 0; i < 4; i++, current_sensing >>= FLX_CSTAT_SHIFT) {
5979                 u_int term_stat;
5980
5981                 term_stat = (current_sensing & FLX_CSTAT_MASK);
5982                 switch (term_stat) {
5983                 case FLX_CSTAT_OVER:
5984                 case FLX_CSTAT_UNDER:
5985                         warn_user++;
5986                 case FLX_CSTAT_INVALID:
5987                 case FLX_CSTAT_OKAY:
5988                         if (warn_user == 0 && bootverbose == 0)
5989                                 break;
5990                         printf("%s: %s Channel %s\n", ahd_name(ahd),
5991                                channel_strings[i], termstat_strings[term_stat]);
5992                         break;
5993                 }
5994         }
5995         if (warn_user) {
5996                 printf("%s: WARNING. Termination is not configured correctly.\n"
5997                        "%s: WARNING. SCSI bus operations may FAIL.\n",
5998                        ahd_name(ahd), ahd_name(ahd));
5999         }
6000 init_done:
6001         ahd_restart(ahd);
6002         ahd_timer_reset(&ahd->stat_timer, AHD_STAT_UPDATE_US,
6003                         ahd_stat_timer, ahd);
6004         return (0);
6005 }
6006
6007 /*
6008  * (Re)initialize chip state after a chip reset.
6009  */
6010 static void
6011 ahd_chip_init(struct ahd_softc *ahd)
6012 {
6013         uint32_t busaddr;
6014         u_int    sxfrctl1;
6015         u_int    scsiseq_template;
6016         u_int    wait;
6017         u_int    i;
6018         u_int    target;
6019
6020         ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
6021         /*
6022          * Take the LED out of diagnostic mode
6023          */
6024         ahd_outb(ahd, SBLKCTL, ahd_inb(ahd, SBLKCTL) & ~(DIAGLEDEN|DIAGLEDON));
6025
6026         /*
6027          * Return HS_MAILBOX to its default value.
6028          */
6029         ahd->hs_mailbox = 0;
6030         ahd_outb(ahd, HS_MAILBOX, 0);
6031
6032         /* Set the SCSI Id, SXFRCTL0, SXFRCTL1, and SIMODE1. */
6033         ahd_outb(ahd, IOWNID, ahd->our_id);
6034         ahd_outb(ahd, TOWNID, ahd->our_id);
6035         sxfrctl1 = (ahd->flags & AHD_TERM_ENB_A) != 0 ? STPWEN : 0;
6036         sxfrctl1 |= (ahd->flags & AHD_SPCHK_ENB_A) != 0 ? ENSPCHK : 0;
6037         if ((ahd->bugs & AHD_LONG_SETIMO_BUG)
6038          && (ahd->seltime != STIMESEL_MIN)) {
6039                 /*
6040                  * The selection timer duration is twice as long
6041                  * as it should be.  Halve it by adding "1" to
6042                  * the user specified setting.
6043                  */
6044                 sxfrctl1 |= ahd->seltime + STIMESEL_BUG_ADJ;
6045         } else {
6046                 sxfrctl1 |= ahd->seltime;
6047         }
6048                 
6049         ahd_outb(ahd, SXFRCTL0, DFON);
6050         ahd_outb(ahd, SXFRCTL1, sxfrctl1|ahd->seltime|ENSTIMER|ACTNEGEN);
6051         ahd_outb(ahd, SIMODE1, ENSELTIMO|ENSCSIRST|ENSCSIPERR);
6052
6053         /*
6054          * Now that termination is set, wait for up
6055          * to 500ms for our transceivers to settle.  If
6056          * the adapter does not have a cable attached,
6057          * the transceivers may never settle, so don't
6058          * complain if we fail here.
6059          */
6060         for (wait = 10000;
6061              (ahd_inb(ahd, SBLKCTL) & (ENAB40|ENAB20)) == 0 && wait;
6062              wait--)
6063                 ahd_delay(100);
6064
6065         /* Clear any false bus resets due to the transceivers settling */
6066         ahd_outb(ahd, CLRSINT1, CLRSCSIRSTI);
6067         ahd_outb(ahd, CLRINT, CLRSCSIINT);
6068
6069         /* Initialize mode specific S/G state. */
6070         for (i = 0; i < 2; i++) {
6071                 ahd_set_modes(ahd, AHD_MODE_DFF0 + i, AHD_MODE_DFF0 + i);
6072                 ahd_outb(ahd, LONGJMP_ADDR + 1, INVALID_ADDR);
6073                 ahd_outb(ahd, SG_STATE, 0);
6074                 ahd_outb(ahd, CLRSEQINTSRC, 0xFF);
6075                 ahd_outb(ahd, SEQIMODE,
6076                          ENSAVEPTRS|ENCFG4DATA|ENCFG4ISTAT
6077                         |ENCFG4TSTAT|ENCFG4ICMD|ENCFG4TCMD);
6078         }
6079
6080         ahd_set_modes(ahd, AHD_MODE_CFG, AHD_MODE_CFG);
6081         ahd_outb(ahd, DSCOMMAND0, ahd_inb(ahd, DSCOMMAND0)|MPARCKEN|CACHETHEN);
6082         ahd_outb(ahd, DFF_THRSH, RD_DFTHRSH_75|WR_DFTHRSH_75);
6083         ahd_outb(ahd, SIMODE0, ENIOERR|ENOVERRUN);
6084         ahd_outb(ahd, SIMODE3, ENNTRAMPERR|ENOSRAMPERR);
6085         if ((ahd->bugs & AHD_BUSFREEREV_BUG) != 0) {
6086                 ahd_outb(ahd, OPTIONMODE, AUTOACKEN|AUTO_MSGOUT_DE);
6087         } else {
6088                 ahd_outb(ahd, OPTIONMODE, AUTOACKEN|BUSFREEREV|AUTO_MSGOUT_DE);
6089         }
6090         ahd_outb(ahd, SCSCHKN, CURRFIFODEF|WIDERESEN|SHVALIDSTDIS);
6091         if ((ahd->chip & AHD_BUS_MASK) == AHD_PCIX)
6092                 /*
6093                  * Do not issue a target abort when a split completion
6094                  * error occurs.  Let our PCIX interrupt handler deal
6095                  * with it instead. H2A4 Razor #625
6096                  */
6097                 ahd_outb(ahd, PCIXCTL, ahd_inb(ahd, PCIXCTL) | SPLTSTADIS);
6098
6099         if ((ahd->bugs & AHD_LQOOVERRUN_BUG) != 0)
6100                 ahd_outb(ahd, LQOSCSCTL, LQONOCHKOVER);
6101
6102         /*
6103          * Tweak IOCELL settings.
6104          */
6105         if ((ahd->flags & AHD_HP_BOARD) != 0) {
6106                 for (i = 0; i < NUMDSPS; i++) {
6107                         ahd_outb(ahd, DSPSELECT, i);
6108                         ahd_outb(ahd, WRTBIASCTL, WRTBIASCTL_HP_DEFAULT);
6109                 }
6110 #ifdef AHD_DEBUG
6111                 if ((ahd_debug & AHD_SHOW_MISC) != 0)
6112                         printf("%s: WRTBIASCTL now 0x%x\n", ahd_name(ahd),
6113                                WRTBIASCTL_HP_DEFAULT);
6114 #endif
6115         }
6116         ahd_setup_iocell_workaround(ahd);
6117
6118         /*
6119          * Enable LQI Manager interrupts.
6120          */
6121         ahd_outb(ahd, LQIMODE1, ENLQIPHASE_LQ|ENLQIPHASE_NLQ|ENLIQABORT
6122                               | ENLQICRCI_LQ|ENLQICRCI_NLQ|ENLQIBADLQI
6123                               | ENLQIOVERI_LQ|ENLQIOVERI_NLQ);
6124         ahd_outb(ahd, LQOMODE0, ENLQOATNLQ|ENLQOATNPKT|ENLQOTCRC);
6125         /*
6126          * An interrupt from LQOBUSFREE is made redundant by the
6127          * BUSFREE interrupt.  We choose to have the sequencer catch
6128          * LQOPHCHGINPKT errors manually for the command phase at the
6129          * start of a packetized selection case.
6130         ahd_outb(ahd, LQOMODE1, ENLQOBUSFREE|ENLQOPHACHGINPKT);
6131          */
6132         ahd_outb(ahd, LQOMODE1, 0);
6133
6134         /*
6135          * Setup sequencer interrupt handlers.
6136          */
6137         ahd_outw(ahd, INTVEC1_ADDR, ahd_resolve_seqaddr(ahd, LABEL_seq_isr));
6138         ahd_outw(ahd, INTVEC2_ADDR, ahd_resolve_seqaddr(ahd, LABEL_timer_isr));
6139
6140         /*
6141          * Setup SCB Offset registers.
6142          */
6143         if ((ahd->bugs & AHD_PKT_LUN_BUG) != 0) {
6144                 ahd_outb(ahd, LUNPTR, offsetof(struct hardware_scb,
6145                          pkt_long_lun));
6146         } else {
6147                 ahd_outb(ahd, LUNPTR, offsetof(struct hardware_scb, lun));
6148         }
6149         ahd_outb(ahd, CMDLENPTR, offsetof(struct hardware_scb, cdb_len));
6150         ahd_outb(ahd, ATTRPTR, offsetof(struct hardware_scb, task_attribute));
6151         ahd_outb(ahd, FLAGPTR, offsetof(struct hardware_scb, task_management));
6152         ahd_outb(ahd, CMDPTR, offsetof(struct hardware_scb,
6153                                        shared_data.idata.cdb));
6154         ahd_outb(ahd, QNEXTPTR,
6155                  offsetof(struct hardware_scb, next_hscb_busaddr));
6156         ahd_outb(ahd, ABRTBITPTR, MK_MESSAGE_BIT_OFFSET);
6157         ahd_outb(ahd, ABRTBYTEPTR, offsetof(struct hardware_scb, control));
6158         if ((ahd->bugs & AHD_PKT_LUN_BUG) != 0) {
6159                 ahd_outb(ahd, LUNLEN,
6160                          sizeof(ahd->next_queued_hscb->pkt_long_lun) - 1);
6161         } else {
6162                 ahd_outb(ahd, LUNLEN, LUNLEN_SINGLE_LEVEL_LUN);
6163         }
6164         ahd_outb(ahd, CDBLIMIT, SCB_CDB_LEN_PTR - 1);
6165         ahd_outb(ahd, MAXCMD, 0xFF);
6166         ahd_outb(ahd, SCBAUTOPTR,
6167                  AUSCBPTR_EN | offsetof(struct hardware_scb, tag));
6168
6169         /* We haven't been enabled for target mode yet. */
6170         ahd_outb(ahd, MULTARGID, 0);
6171         ahd_outb(ahd, MULTARGID + 1, 0);
6172
6173         ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
6174         /* Initialize the negotiation table. */
6175         if ((ahd->features & AHD_NEW_IOCELL_OPTS) == 0) {
6176                 /*
6177                  * Clear the spare bytes in the neg table to avoid
6178                  * spurious parity errors.
6179                  */
6180                 for (target = 0; target < AHD_NUM_TARGETS; target++) {
6181                         ahd_outb(ahd, NEGOADDR, target);
6182                         ahd_outb(ahd, ANNEXCOL, AHD_ANNEXCOL_PER_DEV0);
6183                         for (i = 0; i < AHD_NUM_PER_DEV_ANNEXCOLS; i++)
6184                                 ahd_outb(ahd, ANNEXDAT, 0);
6185                 }
6186         }
6187         for (target = 0; target < AHD_NUM_TARGETS; target++) {
6188                 struct   ahd_devinfo devinfo;
6189                 struct   ahd_initiator_tinfo *tinfo;
6190                 struct   ahd_tmode_tstate *tstate;
6191
6192                 tinfo = ahd_fetch_transinfo(ahd, 'A', ahd->our_id,
6193                                             target, &tstate);
6194                 ahd_compile_devinfo(&devinfo, ahd->our_id,
6195                                     target, CAM_LUN_WILDCARD,
6196                                     'A', ROLE_INITIATOR);
6197                 ahd_update_neg_table(ahd, &devinfo, &tinfo->curr);
6198         }
6199
6200         ahd_outb(ahd, CLRSINT3, NTRAMPERR|OSRAMPERR);
6201         ahd_outb(ahd, CLRINT, CLRSCSIINT);
6202
6203         /*
6204          * Always enable abort on incoming L_Qs if this feature is
6205          * supported.  We use this to catch invalid SCB references.
6206          */
6207         if ((ahd->bugs & AHD_ABORT_LQI_BUG) == 0)
6208                 ahd_outb(ahd, LQCTL1, ABORTPENDING);
6209         else
6210                 ahd_outb(ahd, LQCTL1, 0);
6211
6212         /* All of our queues are empty */
6213         ahd->qoutfifonext = 0;
6214         ahd->qoutfifonext_valid_tag = QOUTFIFO_ENTRY_VALID_LE;
6215         ahd_outb(ahd, QOUTFIFO_ENTRY_VALID_TAG, QOUTFIFO_ENTRY_VALID >> 8);
6216         for (i = 0; i < AHD_QOUT_SIZE; i++)
6217                 ahd->qoutfifo[i] = 0;
6218         ahd_sync_qoutfifo(ahd, BUS_DMASYNC_PREREAD);
6219
6220         ahd->qinfifonext = 0;
6221         for (i = 0; i < AHD_QIN_SIZE; i++)
6222                 ahd->qinfifo[i] = SCB_LIST_NULL;
6223
6224         if ((ahd->features & AHD_TARGETMODE) != 0) {
6225                 /* All target command blocks start out invalid. */
6226                 for (i = 0; i < AHD_TMODE_CMDS; i++)
6227                         ahd->targetcmds[i].cmd_valid = 0;
6228                 ahd_sync_tqinfifo(ahd, BUS_DMASYNC_PREREAD);
6229                 ahd->tqinfifonext = 1;
6230                 ahd_outb(ahd, KERNEL_TQINPOS, ahd->tqinfifonext - 1);
6231                 ahd_outb(ahd, TQINPOS, ahd->tqinfifonext);
6232         }
6233
6234         /* Initialize Scratch Ram. */
6235         ahd_outb(ahd, SEQ_FLAGS, 0);
6236         ahd_outb(ahd, SEQ_FLAGS2, 0);
6237
6238         /* We don't have any waiting selections */
6239         ahd_outw(ahd, WAITING_TID_HEAD, SCB_LIST_NULL);
6240         ahd_outw(ahd, WAITING_TID_TAIL, SCB_LIST_NULL);
6241         for (i = 0; i < AHD_NUM_TARGETS; i++)
6242                 ahd_outw(ahd, WAITING_SCB_TAILS + (2 * i), SCB_LIST_NULL);
6243
6244         /*
6245          * Nobody is waiting to be DMAed into the QOUTFIFO.
6246          */
6247         ahd_outw(ahd, COMPLETE_SCB_HEAD, SCB_LIST_NULL);
6248         ahd_outw(ahd, COMPLETE_SCB_DMAINPROG_HEAD, SCB_LIST_NULL);
6249         ahd_outw(ahd, COMPLETE_DMA_SCB_HEAD, SCB_LIST_NULL);
6250
6251         /*
6252          * The Freeze Count is 0.
6253          */
6254         ahd_outw(ahd, QFREEZE_COUNT, 0);
6255
6256         /*
6257          * Tell the sequencer where it can find our arrays in memory.
6258          */
6259         busaddr = ahd->shared_data_busaddr;
6260         ahd_outb(ahd, SHARED_DATA_ADDR, busaddr & 0xFF);
6261         ahd_outb(ahd, SHARED_DATA_ADDR + 1, (busaddr >> 8) & 0xFF);
6262         ahd_outb(ahd, SHARED_DATA_ADDR + 2, (busaddr >> 16) & 0xFF);
6263         ahd_outb(ahd, SHARED_DATA_ADDR + 3, (busaddr >> 24) & 0xFF);
6264         ahd_outb(ahd, QOUTFIFO_NEXT_ADDR, busaddr & 0xFF);
6265         ahd_outb(ahd, QOUTFIFO_NEXT_ADDR + 1, (busaddr >> 8) & 0xFF);
6266         ahd_outb(ahd, QOUTFIFO_NEXT_ADDR + 2, (busaddr >> 16) & 0xFF);
6267         ahd_outb(ahd, QOUTFIFO_NEXT_ADDR + 3, (busaddr >> 24) & 0xFF);
6268
6269         /*
6270          * Setup the allowed SCSI Sequences based on operational mode.
6271          * If we are a target, we'll enable select in operations once
6272          * we've had a lun enabled.
6273          */
6274         scsiseq_template = ENAUTOATNP;
6275         if ((ahd->flags & AHD_INITIATORROLE) != 0)
6276                 scsiseq_template |= ENRSELI;
6277         ahd_outb(ahd, SCSISEQ_TEMPLATE, scsiseq_template);
6278
6279         /* There are no busy SCBs yet. */
6280         for (target = 0; target < AHD_NUM_TARGETS; target++) {
6281                 int lun;
6282
6283                 for (lun = 0; lun < AHD_NUM_LUNS_NONPKT; lun++)
6284                         ahd_unbusy_tcl(ahd, BUILD_TCL_RAW(target, 'A', lun));
6285         }
6286
6287         /*
6288          * Initialize the group code to command length table.
6289          * Vendor Unique codes are set to 0 so we only capture
6290          * the first byte of the cdb.  These can be overridden
6291          * when target mode is enabled.
6292          */
6293         ahd_outb(ahd, CMDSIZE_TABLE, 5);
6294         ahd_outb(ahd, CMDSIZE_TABLE + 1, 9);
6295         ahd_outb(ahd, CMDSIZE_TABLE + 2, 9);
6296         ahd_outb(ahd, CMDSIZE_TABLE + 3, 0);
6297         ahd_outb(ahd, CMDSIZE_TABLE + 4, 15);
6298         ahd_outb(ahd, CMDSIZE_TABLE + 5, 11);
6299         ahd_outb(ahd, CMDSIZE_TABLE + 6, 0);
6300         ahd_outb(ahd, CMDSIZE_TABLE + 7, 0);
6301                 
6302         /* Tell the sequencer of our initial queue positions */
6303         ahd_set_modes(ahd, AHD_MODE_CCHAN, AHD_MODE_CCHAN);
6304         ahd_outb(ahd, QOFF_CTLSTA, SCB_QSIZE_512);
6305         ahd->qinfifonext = 0;
6306         ahd_set_hnscb_qoff(ahd, ahd->qinfifonext);
6307         ahd_set_hescb_qoff(ahd, 0);
6308         ahd_set_snscb_qoff(ahd, 0);
6309         ahd_set_sescb_qoff(ahd, 0);
6310         ahd_set_sdscb_qoff(ahd, 0);
6311
6312         /*
6313          * Tell the sequencer which SCB will be the next one it receives.
6314          */
6315         busaddr = ahd_le32toh(ahd->next_queued_hscb->hscb_busaddr);
6316         ahd_outb(ahd, NEXT_QUEUED_SCB_ADDR + 0, busaddr & 0xFF);
6317         ahd_outb(ahd, NEXT_QUEUED_SCB_ADDR + 1, (busaddr >> 8) & 0xFF);
6318         ahd_outb(ahd, NEXT_QUEUED_SCB_ADDR + 2, (busaddr >> 16) & 0xFF);
6319         ahd_outb(ahd, NEXT_QUEUED_SCB_ADDR + 3, (busaddr >> 24) & 0xFF);
6320
6321         /*
6322          * Default to coalescing disabled.
6323          */
6324         ahd_outw(ahd, INT_COALESCING_CMDCOUNT, 0);
6325         ahd_outw(ahd, CMDS_PENDING, 0);
6326         ahd_update_coalescing_values(ahd, ahd->int_coalescing_timer,
6327                                      ahd->int_coalescing_maxcmds,
6328                                      ahd->int_coalescing_mincmds);
6329         ahd_enable_coalescing(ahd, FALSE);
6330
6331         ahd_loadseq(ahd);
6332         ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
6333 }
6334
6335 /*
6336  * Setup default device and controller settings.
6337  * This should only be called if our probe has
6338  * determined that no configuration data is available.
6339  */
6340 int
6341 ahd_default_config(struct ahd_softc *ahd)
6342 {
6343         int     targ;
6344
6345         ahd->our_id = 7;
6346
6347         /*
6348          * Allocate a tstate to house information for our
6349          * initiator presence on the bus as well as the user
6350          * data for any target mode initiator.
6351          */
6352         if (ahd_alloc_tstate(ahd, ahd->our_id, 'A') == NULL) {
6353                 printf("%s: unable to allocate ahd_tmode_tstate.  "
6354                        "Failing attach\n", ahd_name(ahd));
6355                 return (ENOMEM);
6356         }
6357
6358         for (targ = 0; targ < AHD_NUM_TARGETS; targ++) {
6359                 struct   ahd_devinfo devinfo;
6360                 struct   ahd_initiator_tinfo *tinfo;
6361                 struct   ahd_tmode_tstate *tstate;
6362                 uint16_t target_mask;
6363
6364                 tinfo = ahd_fetch_transinfo(ahd, 'A', ahd->our_id,
6365                                             targ, &tstate);
6366                 /*
6367                  * We support SPC2 and SPI4.
6368                  */
6369                 tinfo->user.protocol_version = 4;
6370                 tinfo->user.transport_version = 4;
6371
6372                 target_mask = 0x01 << targ;
6373                 ahd->user_discenable |= target_mask;
6374                 tstate->discenable |= target_mask;
6375                 ahd->user_tagenable |= target_mask;
6376 #ifdef AHD_FORCE_160
6377                 tinfo->user.period = AHD_SYNCRATE_DT;
6378 #else
6379                 tinfo->user.period = AHD_SYNCRATE_160;
6380 #endif
6381                 tinfo->user.offset = MAX_OFFSET;
6382                 tinfo->user.ppr_options = MSG_EXT_PPR_RD_STRM
6383                                         | MSG_EXT_PPR_WR_FLOW
6384                                         | MSG_EXT_PPR_HOLD_MCS
6385                                         | MSG_EXT_PPR_IU_REQ
6386                                         | MSG_EXT_PPR_QAS_REQ
6387                                         | MSG_EXT_PPR_DT_REQ;
6388                 if ((ahd->features & AHD_RTI) != 0)
6389                         tinfo->user.ppr_options |= MSG_EXT_PPR_RTI;
6390
6391                 tinfo->user.width = MSG_EXT_WDTR_BUS_16_BIT;
6392
6393                 /*
6394                  * Start out Async/Narrow/Untagged and with
6395                  * conservative protocol support.
6396                  */
6397                 tinfo->goal.protocol_version = 2;
6398                 tinfo->goal.transport_version = 2;
6399                 tinfo->curr.protocol_version = 2;
6400                 tinfo->curr.transport_version = 2;
6401                 ahd_compile_devinfo(&devinfo, ahd->our_id,
6402                                     targ, CAM_LUN_WILDCARD,
6403                                     'A', ROLE_INITIATOR);
6404                 tstate->tagenable &= ~target_mask;
6405                 ahd_set_width(ahd, &devinfo, MSG_EXT_WDTR_BUS_8_BIT,
6406                               AHD_TRANS_CUR|AHD_TRANS_GOAL, /*paused*/TRUE);
6407                 ahd_set_syncrate(ahd, &devinfo, /*period*/0, /*offset*/0,
6408                                  /*ppr_options*/0, AHD_TRANS_CUR|AHD_TRANS_GOAL,
6409                                  /*paused*/TRUE);
6410         }
6411         return (0);
6412 }
6413
6414 /*
6415  * Parse device configuration information.
6416  */
6417 int
6418 ahd_parse_cfgdata(struct ahd_softc *ahd, struct seeprom_config *sc)
6419 {
6420         int targ;
6421         int max_targ;
6422
6423         max_targ = sc->max_targets & CFMAXTARG;
6424         ahd->our_id = sc->brtime_id & CFSCSIID;
6425
6426         /*
6427          * Allocate a tstate to house information for our
6428          * initiator presence on the bus as well as the user
6429          * data for any target mode initiator.
6430          */
6431         if (ahd_alloc_tstate(ahd, ahd->our_id, 'A') == NULL) {
6432                 printf("%s: unable to allocate ahd_tmode_tstate.  "
6433                        "Failing attach\n", ahd_name(ahd));
6434                 return (ENOMEM);
6435         }
6436
6437         for (targ = 0; targ < max_targ; targ++) {
6438                 struct   ahd_devinfo devinfo;
6439                 struct   ahd_initiator_tinfo *tinfo;
6440                 struct   ahd_transinfo *user_tinfo;
6441                 struct   ahd_tmode_tstate *tstate;
6442                 uint16_t target_mask;
6443
6444                 tinfo = ahd_fetch_transinfo(ahd, 'A', ahd->our_id,
6445                                             targ, &tstate);
6446                 user_tinfo = &tinfo->user;
6447
6448                 /*
6449                  * We support SPC2 and SPI4.
6450                  */
6451                 tinfo->user.protocol_version = 4;
6452                 tinfo->user.transport_version = 4;
6453
6454                 target_mask = 0x01 << targ;
6455                 ahd->user_discenable &= ~target_mask;
6456                 tstate->discenable &= ~target_mask;
6457                 ahd->user_tagenable &= ~target_mask;
6458                 if (sc->device_flags[targ] & CFDISC) {
6459                         tstate->discenable |= target_mask;
6460                         ahd->user_discenable |= target_mask;
6461                         ahd->user_tagenable |= target_mask;
6462                 } else {
6463                         /*
6464                          * Cannot be packetized without disconnection.
6465                          */
6466                         sc->device_flags[targ] &= ~CFPACKETIZED;
6467                 }
6468
6469                 user_tinfo->ppr_options = 0;
6470                 user_tinfo->period = (sc->device_flags[targ] & CFXFER);
6471                 if (user_tinfo->period < CFXFER_ASYNC) {
6472                         if (user_tinfo->period <= AHD_PERIOD_10MHz)
6473                                 user_tinfo->ppr_options |= MSG_EXT_PPR_DT_REQ;
6474                         user_tinfo->offset = MAX_OFFSET;
6475                 } else  {
6476                         user_tinfo->offset = 0;
6477                         user_tinfo->period = AHD_ASYNC_XFER_PERIOD;
6478                 }
6479 #ifdef AHD_FORCE_160
6480                 if (user_tinfo->period <= AHD_SYNCRATE_160)
6481                         user_tinfo->period = AHD_SYNCRATE_DT;
6482 #endif
6483
6484                 if ((sc->device_flags[targ] & CFPACKETIZED) != 0) {
6485                         user_tinfo->ppr_options |= MSG_EXT_PPR_RD_STRM
6486                                                 |  MSG_EXT_PPR_WR_FLOW
6487                                                 |  MSG_EXT_PPR_HOLD_MCS
6488                                                 |  MSG_EXT_PPR_IU_REQ;
6489                         if ((ahd->features & AHD_RTI) != 0)
6490                                 user_tinfo->ppr_options |= MSG_EXT_PPR_RTI;
6491                 }
6492
6493                 if ((sc->device_flags[targ] & CFQAS) != 0)
6494                         user_tinfo->ppr_options |= MSG_EXT_PPR_QAS_REQ;
6495
6496                 if ((sc->device_flags[targ] & CFWIDEB) != 0)
6497                         user_tinfo->width = MSG_EXT_WDTR_BUS_16_BIT;
6498                 else
6499                         user_tinfo->width = MSG_EXT_WDTR_BUS_8_BIT;
6500 #ifdef AHD_DEBUG
6501                 if ((ahd_debug & AHD_SHOW_MISC) != 0)
6502                         printf("(%d): %x:%x:%x:%x\n", targ, user_tinfo->width,
6503                                user_tinfo->period, user_tinfo->offset,
6504                                user_tinfo->ppr_options);
6505 #endif
6506                 /*
6507                  * Start out Async/Narrow/Untagged and with
6508                  * conservative protocol support.
6509                  */
6510                 tstate->tagenable &= ~target_mask;
6511                 tinfo->goal.protocol_version = 2;
6512                 tinfo->goal.transport_version = 2;
6513                 tinfo->curr.protocol_version = 2;
6514                 tinfo->curr.transport_version = 2;
6515                 ahd_compile_devinfo(&devinfo, ahd->our_id,
6516                                     targ, CAM_LUN_WILDCARD,
6517                                     'A', ROLE_INITIATOR);
6518                 ahd_set_width(ahd, &devinfo, MSG_EXT_WDTR_BUS_8_BIT,
6519                               AHD_TRANS_CUR|AHD_TRANS_GOAL, /*paused*/TRUE);
6520                 ahd_set_syncrate(ahd, &devinfo, /*period*/0, /*offset*/0,
6521                                  /*ppr_options*/0, AHD_TRANS_CUR|AHD_TRANS_GOAL,
6522                                  /*paused*/TRUE);
6523         }
6524
6525         ahd->flags &= ~AHD_SPCHK_ENB_A;
6526         if (sc->bios_control & CFSPARITY)
6527                 ahd->flags |= AHD_SPCHK_ENB_A;
6528
6529         ahd->flags &= ~AHD_RESET_BUS_A;
6530         if (sc->bios_control & CFRESETB)
6531                 ahd->flags |= AHD_RESET_BUS_A;
6532
6533         ahd->flags &= ~AHD_EXTENDED_TRANS_A;
6534         if (sc->bios_control & CFEXTEND)
6535                 ahd->flags |= AHD_EXTENDED_TRANS_A;
6536
6537         ahd->flags &= ~AHD_BIOS_ENABLED;
6538         if ((sc->bios_control & CFBIOSSTATE) == CFBS_ENABLED)
6539                 ahd->flags |= AHD_BIOS_ENABLED;
6540
6541         ahd->flags &= ~AHD_STPWLEVEL_A;
6542         if ((sc->adapter_control & CFSTPWLEVEL) != 0)
6543                 ahd->flags |= AHD_STPWLEVEL_A;
6544
6545         return (0);
6546 }
6547
6548 /*
6549  * Parse device configuration information.
6550  */
6551 int
6552 ahd_parse_vpddata(struct ahd_softc *ahd, struct vpd_config *vpd)
6553 {
6554         int error;
6555
6556         error = ahd_verify_vpd_cksum(vpd);
6557         if (error == 0)
6558                 return (EINVAL);
6559         if ((vpd->bios_flags & VPDBOOTHOST) != 0)
6560                 ahd->flags |= AHD_BOOT_CHANNEL;
6561         return (0);
6562 }
6563
6564 void
6565 ahd_intr_enable(struct ahd_softc *ahd, int enable)
6566 {
6567         u_int hcntrl;
6568
6569         hcntrl = ahd_inb(ahd, HCNTRL);
6570         hcntrl &= ~INTEN;
6571         ahd->pause &= ~INTEN;
6572         ahd->unpause &= ~INTEN;
6573         if (enable) {
6574                 hcntrl |= INTEN;
6575                 ahd->pause |= INTEN;
6576                 ahd->unpause |= INTEN;
6577         }
6578         ahd_outb(ahd, HCNTRL, hcntrl);
6579 }
6580
6581 void
6582 ahd_update_coalescing_values(struct ahd_softc *ahd, u_int timer, u_int maxcmds,
6583                              u_int mincmds)
6584 {
6585         if (timer > AHD_TIMER_MAX_US)
6586                 timer = AHD_TIMER_MAX_US;
6587         ahd->int_coalescing_timer = timer;
6588
6589         if (maxcmds > AHD_INT_COALESCING_MAXCMDS_MAX)
6590                 maxcmds = AHD_INT_COALESCING_MAXCMDS_MAX;
6591         if (mincmds > AHD_INT_COALESCING_MINCMDS_MAX)
6592                 mincmds = AHD_INT_COALESCING_MINCMDS_MAX;
6593         ahd->int_coalescing_maxcmds = maxcmds;
6594         ahd_outw(ahd, INT_COALESCING_TIMER, timer / AHD_TIMER_US_PER_TICK);
6595         ahd_outb(ahd, INT_COALESCING_MAXCMDS, -maxcmds);
6596         ahd_outb(ahd, INT_COALESCING_MINCMDS, -mincmds);
6597 }
6598
6599 void
6600 ahd_enable_coalescing(struct ahd_softc *ahd, int enable)
6601 {
6602
6603         ahd->hs_mailbox &= ~ENINT_COALESCE;
6604         if (enable)
6605                 ahd->hs_mailbox |= ENINT_COALESCE;
6606         ahd_outb(ahd, HS_MAILBOX, ahd->hs_mailbox);
6607         ahd_flush_device_writes(ahd);
6608         ahd_run_qoutfifo(ahd);
6609 }
6610
6611 /*
6612  * Ensure that the card is paused in a location
6613  * outside of all critical sections and that all
6614  * pending work is completed prior to returning.
6615  * This routine should only be called from outside
6616  * an interrupt context.
6617  */
6618 void
6619 ahd_pause_and_flushwork(struct ahd_softc *ahd)
6620 {
6621         u_int intstat;
6622         u_int maxloops;
6623         u_int qfreeze_cnt;
6624
6625         maxloops = 1000;
6626         ahd->flags |= AHD_ALL_INTERRUPTS;
6627         ahd_pause(ahd);
6628         /*
6629          * Increment the QFreeze Count so that the sequencer
6630          * will not start new selections.  We do this only
6631          * until we are safely paused without further selections
6632          * pending.
6633          */
6634         ahd_outw(ahd, QFREEZE_COUNT, ahd_inw(ahd, QFREEZE_COUNT) + 1);
6635         ahd_outb(ahd, SEQ_FLAGS2, ahd_inb(ahd, SEQ_FLAGS2) | SELECTOUT_QFROZEN);
6636         do {
6637                 struct scb *waiting_scb;
6638
6639                 ahd_unpause(ahd);
6640                 ahd_intr(ahd);
6641                 ahd_pause(ahd);
6642                 ahd_clear_critical_section(ahd);
6643                 intstat = ahd_inb(ahd, INTSTAT);
6644                 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
6645                 if ((ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) == 0)
6646                         ahd_outb(ahd, SCSISEQ0,
6647                                  ahd_inb(ahd, SCSISEQ0) & ~ENSELO);
6648                 /*
6649                  * In the non-packetized case, the sequencer (for Rev A),
6650                  * relies on ENSELO remaining set after SELDO.  The hardware
6651                  * auto-clears ENSELO in the packetized case.
6652                  */
6653                 waiting_scb = ahd_lookup_scb(ahd,
6654                                              ahd_inw(ahd, WAITING_TID_HEAD));
6655                 if (waiting_scb != NULL
6656                  && (waiting_scb->flags & SCB_PACKETIZED) == 0
6657                  && (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) != 0)
6658                         ahd_outb(ahd, SCSISEQ0,
6659                                  ahd_inb(ahd, SCSISEQ0) | ENSELO);
6660         } while (--maxloops
6661               && (intstat != 0xFF || (ahd->features & AHD_REMOVABLE) == 0)
6662               && ((intstat & INT_PEND) != 0
6663                || (ahd_inb(ahd, SCSISEQ0) & ENSELO) != 0
6664                || (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) != 0));
6665
6666         if (maxloops == 0) {
6667                 printf("Infinite interrupt loop, INTSTAT = %x",
6668                       ahd_inb(ahd, INTSTAT));
6669         }
6670         qfreeze_cnt = ahd_inw(ahd, QFREEZE_COUNT);
6671         if (qfreeze_cnt == 0) {
6672                 printf("%s: ahd_pause_and_flushwork with 0 qfreeze count!\n",
6673                        ahd_name(ahd));
6674         } else {
6675                 qfreeze_cnt--;
6676         }
6677         ahd_outw(ahd, QFREEZE_COUNT, qfreeze_cnt);
6678         if (qfreeze_cnt == 0)
6679                 ahd_outb(ahd, SEQ_FLAGS2,
6680                          ahd_inb(ahd, SEQ_FLAGS2) & ~SELECTOUT_QFROZEN);
6681
6682         ahd_flush_qoutfifo(ahd);
6683
6684         ahd_platform_flushwork(ahd);
6685         ahd->flags &= ~AHD_ALL_INTERRUPTS;
6686 }
6687
6688 int
6689 ahd_suspend(struct ahd_softc *ahd)
6690 {
6691
6692         ahd_pause_and_flushwork(ahd);
6693
6694         if (LIST_FIRST(&ahd->pending_scbs) != NULL) {
6695                 ahd_unpause(ahd);
6696                 return (EBUSY);
6697         }
6698         ahd_shutdown(ahd);
6699         return (0);
6700 }
6701
6702 int
6703 ahd_resume(struct ahd_softc *ahd)
6704 {
6705
6706         ahd_reset(ahd, /*reinit*/TRUE);
6707         ahd_intr_enable(ahd, TRUE); 
6708         ahd_restart(ahd);
6709         return (0);
6710 }
6711
6712 /************************** Busy Target Table *********************************/
6713 /*
6714  * Set SCBPTR to the SCB that contains the busy
6715  * table entry for TCL.  Return the offset into
6716  * the SCB that contains the entry for TCL.
6717  * saved_scbid is dereferenced and set to the
6718  * scbid that should be restored once manipualtion
6719  * of the TCL entry is complete.
6720  */
6721 static __inline u_int
6722 ahd_index_busy_tcl(struct ahd_softc *ahd, u_int *saved_scbid, u_int tcl)
6723 {
6724         /*
6725          * Index to the SCB that contains the busy entry.
6726          */
6727         AHD_ASSERT_MODES(ahd, AHD_MODE_SCSI_MSK, AHD_MODE_SCSI_MSK);
6728         *saved_scbid = ahd_get_scbptr(ahd);
6729         ahd_set_scbptr(ahd, TCL_LUN(tcl)
6730                      | ((TCL_TARGET_OFFSET(tcl) & 0xC) << 4));
6731
6732         /*
6733          * And now calculate the SCB offset to the entry.
6734          * Each entry is 2 bytes wide, hence the
6735          * multiplication by 2.
6736          */
6737         return (((TCL_TARGET_OFFSET(tcl) & 0x3) << 1) + SCB_DISCONNECTED_LISTS);
6738 }
6739
6740 /*
6741  * Return the untagged transaction id for a given target/channel lun.
6742  */
6743 u_int
6744 ahd_find_busy_tcl(struct ahd_softc *ahd, u_int tcl)
6745 {
6746         u_int scbid;
6747         u_int scb_offset;
6748         u_int saved_scbptr;
6749                 
6750         scb_offset = ahd_index_busy_tcl(ahd, &saved_scbptr, tcl);
6751         scbid = ahd_inw_scbram(ahd, scb_offset);
6752         ahd_set_scbptr(ahd, saved_scbptr);
6753         return (scbid);
6754 }
6755
6756 void
6757 ahd_busy_tcl(struct ahd_softc *ahd, u_int tcl, u_int scbid)
6758 {
6759         u_int scb_offset;
6760         u_int saved_scbptr;
6761                 
6762         scb_offset = ahd_index_busy_tcl(ahd, &saved_scbptr, tcl);
6763         ahd_outw(ahd, scb_offset, scbid);
6764         ahd_set_scbptr(ahd, saved_scbptr);
6765 }
6766
6767 /************************** SCB and SCB queue management **********************/
6768 int
6769 ahd_match_scb(struct ahd_softc *ahd, struct scb *scb, int target,
6770               char channel, int lun, u_int tag, role_t role)
6771 {
6772         int targ = SCB_GET_TARGET(ahd, scb);
6773         char chan = SCB_GET_CHANNEL(ahd, scb);
6774         int slun = SCB_GET_LUN(scb);
6775         int match;
6776
6777         match = ((chan == channel) || (channel == ALL_CHANNELS));
6778         if (match != 0)
6779                 match = ((targ == target) || (target == CAM_TARGET_WILDCARD));
6780         if (match != 0)
6781                 match = ((lun == slun) || (lun == CAM_LUN_WILDCARD));
6782         if (match != 0) {
6783 #if AHD_TARGET_MODE
6784                 int group;
6785
6786                 group = XPT_FC_GROUP(scb->io_ctx->ccb_h.func_code);
6787                 if (role == ROLE_INITIATOR) {
6788                         match = (group != XPT_FC_GROUP_TMODE)
6789                               && ((tag == SCB_GET_TAG(scb))
6790                                || (tag == SCB_LIST_NULL));
6791                 } else if (role == ROLE_TARGET) {
6792                         match = (group == XPT_FC_GROUP_TMODE)
6793                               && ((tag == scb->io_ctx->csio.tag_id)
6794                                || (tag == SCB_LIST_NULL));
6795                 }
6796 #else /* !AHD_TARGET_MODE */
6797                 match = ((tag == SCB_GET_TAG(scb)) || (tag == SCB_LIST_NULL));
6798 #endif /* AHD_TARGET_MODE */
6799         }
6800
6801         return match;
6802 }
6803
6804 void
6805 ahd_freeze_devq(struct ahd_softc *ahd, struct scb *scb)
6806 {
6807         int     target;
6808         char    channel;
6809         int     lun;
6810
6811         target = SCB_GET_TARGET(ahd, scb);
6812         lun = SCB_GET_LUN(scb);
6813         channel = SCB_GET_CHANNEL(ahd, scb);
6814         
6815         ahd_search_qinfifo(ahd, target, channel, lun,
6816                            /*tag*/SCB_LIST_NULL, ROLE_UNKNOWN,
6817                            CAM_REQUEUE_REQ, SEARCH_COMPLETE);
6818
6819         ahd_platform_freeze_devq(ahd, scb);
6820 }
6821
6822 void
6823 ahd_qinfifo_requeue_tail(struct ahd_softc *ahd, struct scb *scb)
6824 {
6825         struct scb      *prev_scb;
6826         ahd_mode_state   saved_modes;
6827
6828         saved_modes = ahd_save_modes(ahd);
6829         ahd_set_modes(ahd, AHD_MODE_CCHAN, AHD_MODE_CCHAN);
6830         prev_scb = NULL;
6831         if (ahd_qinfifo_count(ahd) != 0) {
6832                 u_int prev_tag;
6833                 u_int prev_pos;
6834
6835                 prev_pos = AHD_QIN_WRAP(ahd->qinfifonext - 1);
6836                 prev_tag = ahd->qinfifo[prev_pos];
6837                 prev_scb = ahd_lookup_scb(ahd, prev_tag);
6838         }
6839         ahd_qinfifo_requeue(ahd, prev_scb, scb);
6840         ahd_set_hnscb_qoff(ahd, ahd->qinfifonext);
6841         ahd_restore_modes(ahd, saved_modes);
6842 }
6843
6844 static void
6845 ahd_qinfifo_requeue(struct ahd_softc *ahd, struct scb *prev_scb,
6846                     struct scb *scb)
6847 {
6848         if (prev_scb == NULL) {
6849                 uint32_t busaddr;
6850
6851                 busaddr = ahd_le32toh(scb->hscb->hscb_busaddr);
6852                 ahd_outb(ahd, NEXT_QUEUED_SCB_ADDR + 0, busaddr & 0xFF);
6853                 ahd_outb(ahd, NEXT_QUEUED_SCB_ADDR + 1, (busaddr >> 8) & 0xFF);
6854                 ahd_outb(ahd, NEXT_QUEUED_SCB_ADDR + 2, (busaddr >> 16) & 0xFF);
6855                 ahd_outb(ahd, NEXT_QUEUED_SCB_ADDR + 3, (busaddr >> 24) & 0xFF);
6856         } else {
6857                 prev_scb->hscb->next_hscb_busaddr = scb->hscb->hscb_busaddr;
6858                 ahd_sync_scb(ahd, prev_scb, 
6859                              BUS_DMASYNC_PREREAD|BUS_DMASYNC_PREWRITE);
6860         }
6861         ahd->qinfifo[AHD_QIN_WRAP(ahd->qinfifonext)] = SCB_GET_TAG(scb);
6862         ahd->qinfifonext++;
6863         scb->hscb->next_hscb_busaddr = ahd->next_queued_hscb->hscb_busaddr;
6864         ahd_sync_scb(ahd, scb, BUS_DMASYNC_PREREAD|BUS_DMASYNC_PREWRITE);
6865 }
6866
6867 static int
6868 ahd_qinfifo_count(struct ahd_softc *ahd)
6869 {
6870         u_int qinpos;
6871         u_int wrap_qinpos;
6872         u_int wrap_qinfifonext;
6873
6874         AHD_ASSERT_MODES(ahd, AHD_MODE_CCHAN_MSK, AHD_MODE_CCHAN_MSK);
6875         qinpos = ahd_get_snscb_qoff(ahd);
6876         wrap_qinpos = AHD_QIN_WRAP(qinpos);
6877         wrap_qinfifonext = AHD_QIN_WRAP(ahd->qinfifonext);
6878         if (wrap_qinfifonext >= wrap_qinpos)
6879                 return (wrap_qinfifonext - wrap_qinpos);
6880         else
6881                 return (wrap_qinfifonext
6882                       + NUM_ELEMENTS(ahd->qinfifo) - wrap_qinpos);
6883 }
6884
6885 void
6886 ahd_reset_cmds_pending(struct ahd_softc *ahd)
6887 {
6888         struct          scb *scb;
6889         ahd_mode_state  saved_modes;
6890         u_int           pending_cmds;
6891
6892         saved_modes = ahd_save_modes(ahd);
6893         ahd_set_modes(ahd, AHD_MODE_CCHAN, AHD_MODE_CCHAN);
6894
6895         /*
6896          * Don't count any commands as outstanding that the
6897          * sequencer has already marked for completion.
6898          */
6899         ahd_flush_qoutfifo(ahd);
6900
6901         pending_cmds = 0;
6902         LIST_FOREACH(scb, &ahd->pending_scbs, pending_links) {
6903                 pending_cmds++;
6904         }
6905         ahd_outw(ahd, CMDS_PENDING, pending_cmds - ahd_qinfifo_count(ahd));
6906         ahd_restore_modes(ahd, saved_modes);
6907         ahd->flags &= ~AHD_UPDATE_PEND_CMDS;
6908 }
6909
6910 int
6911 ahd_search_qinfifo(struct ahd_softc *ahd, int target, char channel,
6912                    int lun, u_int tag, role_t role, uint32_t status,
6913                    ahd_search_action action)
6914 {
6915         struct scb      *scb;
6916         struct scb      *prev_scb;
6917         ahd_mode_state   saved_modes;
6918         u_int            qinstart;
6919         u_int            qinpos;
6920         u_int            qintail;
6921         u_int            tid_next;
6922         u_int            tid_prev;
6923         u_int            scbid;
6924         u_int            savedscbptr;
6925         uint32_t         busaddr;
6926         int              found;
6927         int              targets;
6928
6929         /* Must be in CCHAN mode */
6930         saved_modes = ahd_save_modes(ahd);
6931         ahd_set_modes(ahd, AHD_MODE_CCHAN, AHD_MODE_CCHAN);
6932
6933         /*
6934          * Halt any pending SCB DMA.  The sequencer will reinitiate
6935          * this dma if the qinfifo is not empty once we unpause.
6936          */
6937         if ((ahd_inb(ahd, CCSCBCTL) & (CCARREN|CCSCBEN|CCSCBDIR))
6938          == (CCARREN|CCSCBEN|CCSCBDIR)) {
6939                 ahd_outb(ahd, CCSCBCTL,
6940                          ahd_inb(ahd, CCSCBCTL) & ~(CCARREN|CCSCBEN));
6941                 while ((ahd_inb(ahd, CCSCBCTL) & (CCARREN|CCSCBEN)) != 0)
6942                         ;
6943         }
6944         /* Determine sequencer's position in the qinfifo. */
6945         qintail = AHD_QIN_WRAP(ahd->qinfifonext);
6946         qinstart = ahd_get_snscb_qoff(ahd);
6947         qinpos = AHD_QIN_WRAP(qinstart);
6948         found = 0;
6949         prev_scb = NULL;
6950
6951         if (action == SEARCH_PRINT) {
6952                 printf("qinstart = %d qinfifonext = %d\nQINFIFO:",
6953                        qinstart, ahd->qinfifonext);
6954         }
6955
6956         /*
6957          * Start with an empty queue.  Entries that are not chosen
6958          * for removal will be re-added to the queue as we go.
6959          */
6960         ahd->qinfifonext = qinstart;
6961         busaddr = ahd_le32toh(ahd->next_queued_hscb->hscb_busaddr);
6962         ahd_outb(ahd, NEXT_QUEUED_SCB_ADDR + 0, busaddr & 0xFF);
6963         ahd_outb(ahd, NEXT_QUEUED_SCB_ADDR + 1, (busaddr >> 8) & 0xFF);
6964         ahd_outb(ahd, NEXT_QUEUED_SCB_ADDR + 2, (busaddr >> 16) & 0xFF);
6965         ahd_outb(ahd, NEXT_QUEUED_SCB_ADDR + 3, (busaddr >> 24) & 0xFF);
6966
6967         while (qinpos != qintail) {
6968                 scb = ahd_lookup_scb(ahd, ahd->qinfifo[qinpos]);
6969                 if (scb == NULL) {
6970                         printf("qinpos = %d, SCB index = %d\n",
6971                                 qinpos, ahd->qinfifo[qinpos]);
6972                         panic("Loop 1\n");
6973                 }
6974
6975                 if (ahd_match_scb(ahd, scb, target, channel, lun, tag, role)) {
6976                         /*
6977                          * We found an scb that needs to be acted on.
6978                          */
6979                         found++;
6980                         switch (action) {
6981                         case SEARCH_COMPLETE:
6982                         {
6983                                 cam_status ostat;
6984                                 cam_status cstat;
6985
6986                                 ostat = ahd_get_transaction_status(scb);
6987                                 if (ostat == CAM_REQ_INPROG)
6988                                         ahd_set_transaction_status(scb,
6989                                                                    status);
6990                                 cstat = ahd_get_transaction_status(scb);
6991                                 if (cstat != CAM_REQ_CMP)
6992                                         ahd_freeze_scb(scb);
6993                                 if ((scb->flags & SCB_ACTIVE) == 0)
6994                                         printf("Inactive SCB in qinfifo\n");
6995                                 ahd_done(ahd, scb);
6996
6997                                 /* FALLTHROUGH */
6998                         }
6999                         case SEARCH_REMOVE:
7000                                 break;
7001                         case SEARCH_PRINT:
7002                                 printf(" 0x%x", ahd->qinfifo[qinpos]);
7003                                 /* FALLTHROUGH */
7004                         case SEARCH_COUNT:
7005                                 ahd_qinfifo_requeue(ahd, prev_scb, scb);
7006                                 prev_scb = scb;
7007                                 break;
7008                         }
7009                 } else {
7010                         ahd_qinfifo_requeue(ahd, prev_scb, scb);
7011                         prev_scb = scb;
7012                 }
7013                 qinpos = AHD_QIN_WRAP(qinpos+1);
7014         }
7015
7016         ahd_set_hnscb_qoff(ahd, ahd->qinfifonext);
7017
7018         if (action == SEARCH_PRINT)
7019                 printf("\nWAITING_TID_QUEUES:\n");
7020
7021         /*
7022          * Search waiting for selection lists.  We traverse the
7023          * list of "their ids" waiting for selection and, if
7024          * appropriate, traverse the SCBs of each "their id"
7025          * looking for matches.
7026          */
7027         savedscbptr = ahd_get_scbptr(ahd);
7028         tid_next = ahd_inw(ahd, WAITING_TID_HEAD);
7029         tid_prev = SCB_LIST_NULL;
7030         targets = 0;
7031         for (scbid = tid_next; !SCBID_IS_NULL(scbid); scbid = tid_next) {
7032                 u_int tid_head;
7033
7034                 /*
7035                  * We limit based on the number of SCBs since
7036                  * MK_MESSAGE SCBs are not in the per-tid lists.
7037                  */
7038                 targets++;
7039                 if (targets > AHD_SCB_MAX) {
7040                         panic("TID LIST LOOP");
7041                 }
7042                 if (scbid >= ahd->scb_data.numscbs) {
7043                         printf("%s: Waiting TID List inconsistency. "
7044                                "SCB index == 0x%x, yet numscbs == 0x%x.",
7045                                ahd_name(ahd), scbid, ahd->scb_data.numscbs);
7046                         ahd_dump_card_state(ahd);
7047                         panic("for safety");
7048                 }
7049                 scb = ahd_lookup_scb(ahd, scbid);
7050                 if (scb == NULL) {
7051                         printf("%s: SCB = 0x%x Not Active!\n",
7052                                ahd_name(ahd), scbid);
7053                         panic("Waiting TID List traversal\n");
7054                 }
7055                 ahd_set_scbptr(ahd, scbid);
7056                 tid_next = ahd_inw_scbram(ahd, SCB_NEXT2);
7057                 if (ahd_match_scb(ahd, scb, target, channel, CAM_LUN_WILDCARD,
7058                                   SCB_LIST_NULL, ROLE_UNKNOWN) == 0) {
7059                         tid_prev = scbid;
7060                         continue;
7061                 }
7062
7063                 /*
7064                  * We found a list of scbs that needs to be searched.
7065                  */
7066                 if (action == SEARCH_PRINT)
7067                         printf("       %d ( ", SCB_GET_TARGET(ahd, scb));
7068                 tid_head = scbid;
7069                 found += ahd_search_scb_list(ahd, target, channel,
7070                                              lun, tag, role, status,
7071                                              action, &tid_head,
7072                                              SCB_GET_TARGET(ahd, scb));
7073                 if (tid_head != scbid)
7074                         ahd_stitch_tid_list(ahd, tid_prev, tid_head, tid_next);
7075                 if (!SCBID_IS_NULL(tid_head))
7076                         tid_prev = tid_head;
7077                 if (action == SEARCH_PRINT)
7078                         printf(")\n");
7079         }
7080         ahd_set_scbptr(ahd, savedscbptr);
7081         ahd_restore_modes(ahd, saved_modes);
7082         return (found);
7083 }
7084
7085 static int
7086 ahd_search_scb_list(struct ahd_softc *ahd, int target, char channel,
7087                     int lun, u_int tag, role_t role, uint32_t status,
7088                     ahd_search_action action, u_int *list_head, u_int tid)
7089 {
7090         struct  scb *scb;
7091         u_int   scbid;
7092         u_int   next;
7093         u_int   prev;
7094         int     found;
7095
7096         AHD_ASSERT_MODES(ahd, AHD_MODE_CCHAN_MSK, AHD_MODE_CCHAN_MSK);
7097         found = 0;
7098         prev = SCB_LIST_NULL;
7099         next = *list_head;
7100         for (scbid = next; !SCBID_IS_NULL(scbid); scbid = next) {
7101                 if (scbid >= ahd->scb_data.numscbs) {
7102                         printf("%s:SCB List inconsistency. "
7103                                "SCB == 0x%x, yet numscbs == 0x%x.",
7104                                ahd_name(ahd), scbid, ahd->scb_data.numscbs);
7105                         ahd_dump_card_state(ahd);
7106                         panic("for safety");
7107                 }
7108                 scb = ahd_lookup_scb(ahd, scbid);
7109                 if (scb == NULL) {
7110                         printf("%s: SCB = %d Not Active!\n",
7111                                ahd_name(ahd), scbid);
7112                         panic("Waiting List traversal\n");
7113                 }
7114                 ahd_set_scbptr(ahd, scbid);
7115                 next = ahd_inw_scbram(ahd, SCB_NEXT);
7116                 if (ahd_match_scb(ahd, scb, target, channel,
7117                                   lun, SCB_LIST_NULL, role) == 0) {
7118                         prev = scbid;
7119                         continue;
7120                 }
7121                 found++;
7122                 switch (action) {
7123                 case SEARCH_COMPLETE:
7124                 {
7125                         cam_status ostat;
7126                         cam_status cstat;
7127
7128                         ostat = ahd_get_transaction_status(scb);
7129                         if (ostat == CAM_REQ_INPROG)
7130                                 ahd_set_transaction_status(scb, status);
7131                         cstat = ahd_get_transaction_status(scb);
7132                         if (cstat != CAM_REQ_CMP)
7133                                 ahd_freeze_scb(scb);
7134                         if ((scb->flags & SCB_ACTIVE) == 0)
7135                                 printf("Inactive SCB in Waiting List\n");
7136                         ahd_done(ahd, scb);
7137                         /* FALLTHROUGH */
7138                 }
7139                 case SEARCH_REMOVE:
7140                         ahd_rem_wscb(ahd, scbid, prev, next, tid);
7141                         if (prev == SCB_LIST_NULL)
7142                                 *list_head = next;
7143                         break;
7144                 case SEARCH_PRINT:
7145                         printf("0x%x ", scbid);
7146                 case SEARCH_COUNT:
7147                         prev = scbid;
7148                         break;
7149                 }
7150                 if (found > AHD_SCB_MAX)
7151                         panic("SCB LIST LOOP");
7152         }
7153         if (action == SEARCH_COMPLETE
7154          || action == SEARCH_REMOVE)
7155                 ahd_outw(ahd, CMDS_PENDING, ahd_inw(ahd, CMDS_PENDING) - found);
7156         return (found);
7157 }
7158
7159 static void
7160 ahd_stitch_tid_list(struct ahd_softc *ahd, u_int tid_prev,
7161                     u_int tid_cur, u_int tid_next)
7162 {
7163         AHD_ASSERT_MODES(ahd, AHD_MODE_CCHAN_MSK, AHD_MODE_CCHAN_MSK);
7164
7165         if (SCBID_IS_NULL(tid_cur)) {
7166
7167                 /* Bypass current TID list */
7168                 if (SCBID_IS_NULL(tid_prev)) {
7169                         ahd_outw(ahd, WAITING_TID_HEAD, tid_next);
7170                 } else {
7171                         ahd_set_scbptr(ahd, tid_prev);
7172                         ahd_outw(ahd, SCB_NEXT2, tid_next);
7173                 }
7174                 if (SCBID_IS_NULL(tid_next))
7175                         ahd_outw(ahd, WAITING_TID_TAIL, tid_prev);
7176         } else {
7177
7178                 /* Stitch through tid_cur */
7179                 if (SCBID_IS_NULL(tid_prev)) {
7180                         ahd_outw(ahd, WAITING_TID_HEAD, tid_cur);
7181                 } else {
7182                         ahd_set_scbptr(ahd, tid_prev);
7183                         ahd_outw(ahd, SCB_NEXT2, tid_cur);
7184                 }
7185                 ahd_set_scbptr(ahd, tid_cur);
7186                 ahd_outw(ahd, SCB_NEXT2, tid_next);
7187
7188                 if (SCBID_IS_NULL(tid_next))
7189                         ahd_outw(ahd, WAITING_TID_TAIL, tid_cur);
7190         }
7191 }
7192
7193 /*
7194  * Manipulate the waiting for selection list and return the
7195  * scb that follows the one that we remove.
7196  */
7197 static u_int
7198 ahd_rem_wscb(struct ahd_softc *ahd, u_int scbid,
7199              u_int prev, u_int next, u_int tid)
7200 {
7201         u_int tail_offset;
7202
7203         AHD_ASSERT_MODES(ahd, AHD_MODE_CCHAN_MSK, AHD_MODE_CCHAN_MSK);
7204         if (!SCBID_IS_NULL(prev)) {
7205                 ahd_set_scbptr(ahd, prev);
7206                 ahd_outw(ahd, SCB_NEXT, next);
7207         }
7208
7209         /*
7210          * SCBs that had MK_MESSAGE set in them will not
7211          * be queued to the per-target lists, so don't
7212          * blindly clear the tail pointer.
7213          */
7214         tail_offset = WAITING_SCB_TAILS + (2 * tid);
7215         if (SCBID_IS_NULL(next)
7216          && ahd_inw(ahd, tail_offset) == scbid)
7217                 ahd_outw(ahd, tail_offset, prev);
7218         ahd_add_scb_to_free_list(ahd, scbid);
7219         return (next);
7220 }
7221
7222 /*
7223  * Add the SCB as selected by SCBPTR onto the on chip list of
7224  * free hardware SCBs.  This list is empty/unused if we are not
7225  * performing SCB paging.
7226  */
7227 static void
7228 ahd_add_scb_to_free_list(struct ahd_softc *ahd, u_int scbid)
7229 {
7230 /* XXX Need some other mechanism to designate "free". */
7231         /*
7232          * Invalidate the tag so that our abort
7233          * routines don't think it's active.
7234         ahd_outb(ahd, SCB_TAG, SCB_LIST_NULL);
7235          */
7236 }
7237
7238 /******************************** Error Handling ******************************/
7239 /*
7240  * Abort all SCBs that match the given description (target/channel/lun/tag),
7241  * setting their status to the passed in status if the status has not already
7242  * been modified from CAM_REQ_INPROG.  This routine assumes that the sequencer
7243  * is paused before it is called.
7244  */
7245 int
7246 ahd_abort_scbs(struct ahd_softc *ahd, int target, char channel,
7247                int lun, u_int tag, role_t role, uint32_t status)
7248 {
7249         struct          scb *scbp;
7250         struct          scb *scbp_next;
7251         u_int           i, j;
7252         u_int           maxtarget;
7253         u_int           minlun;
7254         u_int           maxlun;
7255         int             found;
7256         ahd_mode_state  saved_modes;
7257
7258         /* restore this when we're done */
7259         saved_modes = ahd_save_modes(ahd);
7260         ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
7261
7262         found = ahd_search_qinfifo(ahd, target, channel, lun, SCB_LIST_NULL,
7263                                    role, CAM_REQUEUE_REQ, SEARCH_COMPLETE);
7264
7265         /*
7266          * Clean out the busy target table for any untagged commands.
7267          */
7268         i = 0;
7269         maxtarget = 16;
7270         if (target != CAM_TARGET_WILDCARD) {
7271                 i = target;
7272                 if (channel == 'B')
7273                         i += 8;
7274                 maxtarget = i + 1;
7275         }
7276
7277         if (lun == CAM_LUN_WILDCARD) {
7278                 minlun = 0;
7279                 maxlun = AHD_NUM_LUNS_NONPKT;
7280         } else if (lun >= AHD_NUM_LUNS_NONPKT) {
7281                 minlun = maxlun = 0;
7282         } else {
7283                 minlun = lun;
7284                 maxlun = lun + 1;
7285         }
7286
7287         if (role != ROLE_TARGET) {
7288                 for (;i < maxtarget; i++) {
7289                         for (j = minlun;j < maxlun; j++) {
7290                                 u_int scbid;
7291                                 u_int tcl;
7292
7293                                 tcl = BUILD_TCL_RAW(i, 'A', j);
7294                                 scbid = ahd_find_busy_tcl(ahd, tcl);
7295                                 scbp = ahd_lookup_scb(ahd, scbid);
7296                                 if (scbp == NULL
7297                                  || ahd_match_scb(ahd, scbp, target, channel,
7298                                                   lun, tag, role) == 0)
7299                                         continue;
7300                                 ahd_unbusy_tcl(ahd, BUILD_TCL_RAW(i, 'A', j));
7301                         }
7302                 }
7303         }
7304
7305         /*
7306          * Don't abort commands that have already completed,
7307          * but haven't quite made it up to the host yet.
7308          */
7309         ahd_flush_qoutfifo(ahd);
7310
7311         /*
7312          * Go through the pending CCB list and look for
7313          * commands for this target that are still active.
7314          * These are other tagged commands that were
7315          * disconnected when the reset occurred.
7316          */
7317         scbp_next = LIST_FIRST(&ahd->pending_scbs);
7318         while (scbp_next != NULL) {
7319                 scbp = scbp_next;
7320                 scbp_next = LIST_NEXT(scbp, pending_links);
7321                 if (ahd_match_scb(ahd, scbp, target, channel, lun, tag, role)) {
7322                         cam_status ostat;
7323
7324                         ostat = ahd_get_transaction_status(scbp);
7325                         if (ostat == CAM_REQ_INPROG)
7326                                 ahd_set_transaction_status(scbp, status);
7327                         if (ahd_get_transaction_status(scbp) != CAM_REQ_CMP)
7328                                 ahd_freeze_scb(scbp);
7329                         if ((scbp->flags & SCB_ACTIVE) == 0)
7330                                 printf("Inactive SCB on pending list\n");
7331                         ahd_done(ahd, scbp);
7332                         found++;
7333                 }
7334         }
7335         ahd_restore_modes(ahd, saved_modes);
7336         ahd_platform_abort_scbs(ahd, target, channel, lun, tag, role, status);
7337         ahd->flags |= AHD_UPDATE_PEND_CMDS;
7338         return found;
7339 }
7340
7341 static void
7342 ahd_reset_current_bus(struct ahd_softc *ahd)
7343 {
7344         uint8_t scsiseq;
7345
7346         AHD_ASSERT_MODES(ahd, AHD_MODE_SCSI_MSK, AHD_MODE_SCSI_MSK);
7347         ahd_outb(ahd, SIMODE1, ahd_inb(ahd, SIMODE1) & ~ENSCSIRST);
7348         scsiseq = ahd_inb(ahd, SCSISEQ0) & ~(ENSELO|ENARBO|SCSIRSTO);
7349         ahd_outb(ahd, SCSISEQ0, scsiseq | SCSIRSTO);
7350         ahd_delay(AHD_BUSRESET_DELAY);
7351         /* Turn off the bus reset */
7352         ahd_outb(ahd, SCSISEQ0, scsiseq);
7353         if ((ahd->bugs & AHD_SCSIRST_BUG) != 0) {
7354                 /*
7355                  * 2A Razor #474
7356                  * Certain chip state is not cleared for
7357                  * SCSI bus resets that we initiate, so
7358                  * we must reset the chip.
7359                  */
7360                 ahd_delay(AHD_BUSRESET_DELAY);
7361                 ahd_reset(ahd, /*reinit*/TRUE);
7362                 ahd_intr_enable(ahd, /*enable*/TRUE);
7363                 AHD_ASSERT_MODES(ahd, AHD_MODE_SCSI_MSK, AHD_MODE_SCSI_MSK);
7364         }
7365
7366         ahd_clear_intstat(ahd);
7367 }
7368
7369 int
7370 ahd_reset_channel(struct ahd_softc *ahd, char channel, int initiate_reset)
7371 {
7372         struct  ahd_devinfo devinfo;
7373         u_int   initiator;
7374         u_int   target;
7375         u_int   max_scsiid;
7376         int     found;
7377         u_int   fifo;
7378         u_int   next_fifo;
7379
7380         ahd->pending_device = NULL;
7381
7382         ahd_compile_devinfo(&devinfo,
7383                             CAM_TARGET_WILDCARD,
7384                             CAM_TARGET_WILDCARD,
7385                             CAM_LUN_WILDCARD,
7386                             channel, ROLE_UNKNOWN);
7387         ahd_pause(ahd);
7388
7389         /* Make sure the sequencer is in a safe location. */
7390         ahd_clear_critical_section(ahd);
7391
7392 #if AHD_TARGET_MODE
7393         if ((ahd->flags & AHD_TARGETROLE) != 0) {
7394                 ahd_run_tqinfifo(ahd, /*paused*/TRUE);
7395         }
7396 #endif
7397         ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
7398
7399         /*
7400          * Disable selections so no automatic hardware
7401          * functions will modify chip state.
7402          */
7403         ahd_outb(ahd, SCSISEQ0, 0);
7404         ahd_outb(ahd, SCSISEQ1, 0);
7405
7406         /*
7407          * Safely shut down our DMA engines.  Always start with
7408          * the FIFO that is not currently active (if any are
7409          * actively connected).
7410          */
7411         next_fifo = fifo = ahd_inb(ahd, DFFSTAT) & CURRFIFO;
7412         if (next_fifo > CURRFIFO_1)
7413                 /* If disconneced, arbitrarily start with FIFO1. */
7414                 next_fifo = fifo = 0;
7415         do {
7416                 next_fifo ^= CURRFIFO_1;
7417                 ahd_set_modes(ahd, next_fifo, next_fifo);
7418                 ahd_outb(ahd, DFCNTRL,
7419                          ahd_inb(ahd, DFCNTRL) & ~(SCSIEN|HDMAEN));
7420                 while ((ahd_inb(ahd, DFCNTRL) & HDMAENACK) != 0)
7421                         ahd_delay(10);
7422                 /*
7423                  * Set CURRFIFO to the now inactive channel.
7424                  */
7425                 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
7426                 ahd_outb(ahd, DFFSTAT, next_fifo);
7427         } while (next_fifo != fifo);
7428
7429         /*
7430          * Reset the bus if we are initiating this reset
7431          */
7432         ahd_clear_msg_state(ahd);
7433         ahd_outb(ahd, SIMODE1,
7434                  ahd_inb(ahd, SIMODE1) & ~(ENBUSFREE|ENSCSIRST|ENBUSFREE));
7435
7436         if (initiate_reset)
7437                 ahd_reset_current_bus(ahd);
7438
7439         ahd_clear_intstat(ahd);
7440
7441         /*
7442          * Clean up all the state information for the
7443          * pending transactions on this bus.
7444          */
7445         found = ahd_abort_scbs(ahd, CAM_TARGET_WILDCARD, channel,
7446                                CAM_LUN_WILDCARD, SCB_LIST_NULL,
7447                                ROLE_UNKNOWN, CAM_SCSI_BUS_RESET);
7448
7449         /*
7450          * Cleanup anything left in the FIFOs.
7451          */
7452         ahd_clear_fifo(ahd, 0);
7453         ahd_clear_fifo(ahd, 1);
7454
7455         /*
7456          * Revert to async/narrow transfers until we renegotiate.
7457          */
7458         max_scsiid = (ahd->features & AHD_WIDE) ? 15 : 7;
7459         for (target = 0; target <= max_scsiid; target++) {
7460
7461                 if (ahd->enabled_targets[target] == NULL)
7462                         continue;
7463                 for (initiator = 0; initiator <= max_scsiid; initiator++) {
7464                         struct ahd_devinfo devinfo;
7465
7466                         ahd_compile_devinfo(&devinfo, target, initiator,
7467                                             CAM_LUN_WILDCARD,
7468                                             'A', ROLE_UNKNOWN);
7469                         ahd_set_width(ahd, &devinfo, MSG_EXT_WDTR_BUS_8_BIT,
7470                                       AHD_TRANS_CUR, /*paused*/TRUE);
7471                         ahd_set_syncrate(ahd, &devinfo, /*period*/0,
7472                                          /*offset*/0, /*ppr_options*/0,
7473                                          AHD_TRANS_CUR, /*paused*/TRUE);
7474                 }
7475         }
7476
7477 #ifdef AHD_TARGET_MODE
7478         max_scsiid = (ahd->features & AHD_WIDE) ? 15 : 7;
7479
7480         /*
7481          * Send an immediate notify ccb to all target more peripheral
7482          * drivers affected by this action.
7483          */
7484         for (target = 0; target <= max_scsiid; target++) {
7485                 struct ahd_tmode_tstate* tstate;
7486                 u_int lun;
7487
7488                 tstate = ahd->enabled_targets[target];
7489                 if (tstate == NULL)
7490                         continue;
7491                 for (lun = 0; lun < AHD_NUM_LUNS; lun++) {
7492                         struct ahd_tmode_lstate* lstate;
7493
7494                         lstate = tstate->enabled_luns[lun];
7495                         if (lstate == NULL)
7496                                 continue;
7497
7498                         ahd_queue_lstate_event(ahd, lstate, CAM_TARGET_WILDCARD,
7499                                                EVENT_TYPE_BUS_RESET, /*arg*/0);
7500                         ahd_send_lstate_events(ahd, lstate);
7501                 }
7502         }
7503 #endif
7504         /* Notify the XPT that a bus reset occurred */
7505         ahd_send_async(ahd, devinfo.channel, CAM_TARGET_WILDCARD,
7506                        CAM_LUN_WILDCARD, AC_BUS_RESET, NULL);
7507         ahd_restart(ahd);
7508         /*
7509          * Freeze the SIMQ until our poller can determine that
7510          * the bus reset has really gone away.  We set the initial
7511          * timer to 0 to have the check performed as soon as possible
7512          * from the timer context.
7513          */
7514         if ((ahd->flags & AHD_RESET_POLL_ACTIVE) == 0) {
7515                 ahd->flags |= AHD_RESET_POLL_ACTIVE;
7516                 ahd_freeze_simq(ahd);
7517                 ahd_timer_reset(&ahd->reset_timer, 0, ahd_reset_poll, ahd);
7518         }
7519         return (found);
7520 }
7521
7522
7523 #define AHD_RESET_POLL_US 1000
7524 static void
7525 ahd_reset_poll(void *arg)
7526 {
7527         struct  ahd_softc *ahd;
7528         u_int   scsiseq1;
7529         u_long  l;
7530         u_long  s;
7531         
7532         ahd_list_lock(&l);
7533         ahd = ahd_find_softc((struct ahd_softc *)arg);
7534         if (ahd == NULL) {
7535                 printf("ahd_reset_poll: Instance %p no longer exists\n", arg);
7536                 ahd_list_unlock(&l);
7537                 return;
7538         }
7539         ahd_lock(ahd, &s);
7540         ahd_pause(ahd);
7541         ahd_update_modes(ahd);
7542         ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
7543         ahd_outb(ahd, CLRSINT1, CLRSCSIRSTI);
7544         if ((ahd_inb(ahd, SSTAT1) & SCSIRSTI) != 0) {
7545                 ahd_timer_reset(&ahd->reset_timer, AHD_RESET_POLL_US,
7546                                 ahd_reset_poll, ahd);
7547                 ahd_unpause(ahd);
7548                 ahd_unlock(ahd, &s);
7549                 ahd_list_unlock(&l);
7550                 return;
7551         }
7552
7553         /* Reset is now low.  Complete chip reinitialization. */
7554         ahd_outb(ahd, SIMODE1, ahd_inb(ahd, SIMODE1) | ENSCSIRST);
7555         scsiseq1 = ahd_inb(ahd, SCSISEQ_TEMPLATE);
7556         ahd_outb(ahd, SCSISEQ1, scsiseq1 & (ENSELI|ENRSELI|ENAUTOATNP));
7557         ahd_unpause(ahd);
7558         ahd->flags &= ~AHD_RESET_POLL_ACTIVE;
7559         ahd_unlock(ahd, &s);
7560         ahd_release_simq(ahd);
7561         ahd_list_unlock(&l);
7562 }
7563
7564 /**************************** Statistics Processing ***************************/
7565 static void
7566 ahd_stat_timer(void *arg)
7567 {
7568         struct  ahd_softc *ahd;
7569         u_long  l;
7570         u_long  s;
7571         int     enint_coal;
7572         
7573         ahd_list_lock(&l);
7574         ahd = ahd_find_softc((struct ahd_softc *)arg);
7575         if (ahd == NULL) {
7576                 printf("ahd_stat_timer: Instance %p no longer exists\n", arg);
7577                 ahd_list_unlock(&l);
7578                 return;
7579         }
7580         ahd_lock(ahd, &s);
7581
7582         enint_coal = ahd->hs_mailbox & ENINT_COALESCE;
7583         if (ahd->cmdcmplt_total > ahd->int_coalescing_threshold)
7584                 enint_coal |= ENINT_COALESCE;
7585         else if (ahd->cmdcmplt_total < ahd->int_coalescing_stop_threshold)
7586                 enint_coal &= ~ENINT_COALESCE;
7587
7588         if (enint_coal != (ahd->hs_mailbox & ENINT_COALESCE)) {
7589                 ahd_enable_coalescing(ahd, enint_coal);
7590 #ifdef AHD_DEBUG
7591                 if ((ahd_debug & AHD_SHOW_INT_COALESCING) != 0)
7592                         printf("%s: Interrupt coalescing "
7593                                "now %sabled. Cmds %d\n",
7594                                ahd_name(ahd),
7595                                (enint_coal & ENINT_COALESCE) ? "en" : "dis",
7596                                ahd->cmdcmplt_total);
7597 #endif
7598         }
7599
7600         ahd->cmdcmplt_bucket = (ahd->cmdcmplt_bucket+1) & (AHD_STAT_BUCKETS-1);
7601         ahd->cmdcmplt_total -= ahd->cmdcmplt_counts[ahd->cmdcmplt_bucket];
7602         ahd->cmdcmplt_counts[ahd->cmdcmplt_bucket] = 0;
7603         ahd_timer_reset(&ahd->stat_timer, AHD_STAT_UPDATE_US,
7604                         ahd_stat_timer, ahd);
7605         ahd_unlock(ahd, &s);
7606         ahd_list_unlock(&l);
7607 }
7608
7609 /****************************** Status Processing *****************************/
7610 void
7611 ahd_handle_scb_status(struct ahd_softc *ahd, struct scb *scb)
7612 {
7613         if (scb->hscb->shared_data.istatus.scsi_status != 0) {
7614                 ahd_handle_scsi_status(ahd, scb);
7615         } else {
7616                 ahd_calc_residual(ahd, scb);
7617                 ahd_done(ahd, scb);
7618         }
7619 }
7620
7621 void
7622 ahd_handle_scsi_status(struct ahd_softc *ahd, struct scb *scb)
7623 {
7624         struct hardware_scb *hscb;
7625         u_int  qfreeze_cnt;
7626
7627         /*
7628          * The sequencer freezes its select-out queue
7629          * anytime a SCSI status error occurs.  We must
7630          * handle the error and decrement the QFREEZE count
7631          * to allow the sequencer to continue.
7632          */
7633         hscb = scb->hscb; 
7634
7635         /* Freeze the queue until the client sees the error. */
7636         ahd_freeze_devq(ahd, scb);
7637         ahd_freeze_scb(scb);
7638         qfreeze_cnt = ahd_inw(ahd, QFREEZE_COUNT);
7639         if (qfreeze_cnt == 0) {
7640                 printf("%s: Bad status with 0 qfreeze count!\n", ahd_name(ahd));
7641         } else {
7642                 qfreeze_cnt--;
7643                 ahd_outw(ahd, QFREEZE_COUNT, qfreeze_cnt);
7644         }
7645         if (qfreeze_cnt == 0)
7646                 ahd_outb(ahd, SEQ_FLAGS2,
7647                          ahd_inb(ahd, SEQ_FLAGS2) & ~SELECTOUT_QFROZEN);
7648
7649         /* Don't want to clobber the original sense code */
7650         if ((scb->flags & SCB_SENSE) != 0) {
7651                 /*
7652                  * Clear the SCB_SENSE Flag and perform
7653                  * a normal command completion.
7654                  */
7655                 scb->flags &= ~SCB_SENSE;
7656                 ahd_set_transaction_status(scb, CAM_AUTOSENSE_FAIL);
7657                 ahd_done(ahd, scb);
7658                 return;
7659         }
7660         ahd_set_transaction_status(scb, CAM_SCSI_STATUS_ERROR);
7661         ahd_set_scsi_status(scb, hscb->shared_data.istatus.scsi_status);
7662         switch (hscb->shared_data.istatus.scsi_status) {
7663         case STATUS_PKT_SENSE:
7664         {
7665                 struct scsi_status_iu_header *siu;
7666
7667                 ahd_sync_sense(ahd, scb, BUS_DMASYNC_POSTREAD);
7668                 siu = (struct scsi_status_iu_header *)scb->sense_data;
7669                 ahd_set_scsi_status(scb, siu->status);
7670 #ifdef AHD_DEBUG
7671                 if ((ahd_debug & AHD_SHOW_SENSE) != 0) {
7672                         ahd_print_path(ahd, scb);
7673                         printf("SCB 0x%x Received PKT Status of 0x%x\n",
7674                                SCB_GET_TAG(scb), siu->status);
7675                         printf("\tflags = 0x%x, sense len = 0x%x, "
7676                                "pktfail = 0x%x\n",
7677                                siu->flags, scsi_4btoul(siu->sense_length),
7678                                scsi_4btoul(siu->pkt_failures_length));
7679                 }
7680 #endif
7681                 if ((siu->flags & SIU_RSPVALID) != 0) {
7682                         ahd_print_path(ahd, scb);
7683                         if (scsi_4btoul(siu->pkt_failures_length) < 4) {
7684                                 printf("Unable to parse pkt_failures\n");
7685                         } else {
7686
7687                                 switch (SIU_PKTFAIL_CODE(siu)) {
7688                                 case SIU_PFC_NONE:
7689                                         printf("No packet failure found\n");
7690                                         break;
7691                                 case SIU_PFC_CIU_FIELDS_INVALID:
7692                                         printf("Invalid Command IU Field\n");
7693                                         break;
7694                                 case SIU_PFC_TMF_NOT_SUPPORTED:
7695                                         printf("TMF not supportd\n");
7696                                         break;
7697                                 case SIU_PFC_TMF_FAILED:
7698                                         printf("TMF failed\n");
7699                                         break;
7700                                 case SIU_PFC_INVALID_TYPE_CODE:
7701                                         printf("Invalid L_Q Type code\n");
7702                                         break;
7703                                 case SIU_PFC_ILLEGAL_REQUEST:
7704                                         printf("Illegal request\n");
7705                                 default:
7706                                         break;
7707                                 }
7708                         }
7709                         if (siu->status == SCSI_STATUS_OK)
7710                                 ahd_set_transaction_status(scb,
7711                                                            CAM_REQ_CMP_ERR);
7712                 }
7713                 if ((siu->flags & SIU_SNSVALID) != 0) {
7714                         scb->flags |= SCB_PKT_SENSE;
7715 #ifdef AHD_DEBUG
7716                         if ((ahd_debug & AHD_SHOW_SENSE) != 0)
7717                                 printf("Sense data available\n");
7718 #endif
7719                 }
7720                 ahd_done(ahd, scb);
7721                 break;
7722         }
7723         case SCSI_STATUS_CMD_TERMINATED:
7724         case SCSI_STATUS_CHECK_COND:
7725         {
7726                 struct ahd_devinfo devinfo;
7727                 struct ahd_dma_seg *sg;
7728                 struct scsi_sense *sc;
7729                 struct ahd_initiator_tinfo *targ_info;
7730                 struct ahd_tmode_tstate *tstate;
7731                 struct ahd_transinfo *tinfo;
7732 #ifdef AHD_DEBUG
7733                 if (ahd_debug & AHD_SHOW_SENSE) {
7734                         ahd_print_path(ahd, scb);
7735                         printf("SCB %d: requests Check Status\n",
7736                                SCB_GET_TAG(scb));
7737                 }
7738 #endif
7739
7740                 if (ahd_perform_autosense(scb) == 0)
7741                         break;
7742
7743                 ahd_compile_devinfo(&devinfo, SCB_GET_OUR_ID(scb),
7744                                     SCB_GET_TARGET(ahd, scb),
7745                                     SCB_GET_LUN(scb),
7746                                     SCB_GET_CHANNEL(ahd, scb),
7747                                     ROLE_INITIATOR);
7748                 targ_info = ahd_fetch_transinfo(ahd,
7749                                                 devinfo.channel,
7750                                                 devinfo.our_scsiid,
7751                                                 devinfo.target,
7752                                                 &tstate);
7753                 tinfo = &targ_info->curr;
7754                 sg = scb->sg_list;
7755                 sc = (struct scsi_sense *)hscb->shared_data.idata.cdb;
7756                 /*
7757                  * Save off the residual if there is one.
7758                  */
7759                 ahd_update_residual(ahd, scb);
7760 #ifdef AHD_DEBUG
7761                 if (ahd_debug & AHD_SHOW_SENSE) {
7762                         ahd_print_path(ahd, scb);
7763                         printf("Sending Sense\n");
7764                 }
7765 #endif
7766                 scb->sg_count = 0;
7767                 sg = ahd_sg_setup(ahd, scb, sg, ahd_get_sense_bufaddr(ahd, scb),
7768                                   ahd_get_sense_bufsize(ahd, scb),
7769                                   /*last*/TRUE);
7770                 sc->opcode = REQUEST_SENSE;
7771                 sc->byte2 = 0;
7772                 if (tinfo->protocol_version <= SCSI_REV_2
7773                  && SCB_GET_LUN(scb) < 8)
7774                         sc->byte2 = SCB_GET_LUN(scb) << 5;
7775                 sc->unused[0] = 0;
7776                 sc->unused[1] = 0;
7777                 sc->length = ahd_get_sense_bufsize(ahd, scb);
7778                 sc->control = 0;
7779
7780                 /*
7781                  * We can't allow the target to disconnect.
7782                  * This will be an untagged transaction and
7783                  * having the target disconnect will make this
7784                  * transaction indestinguishable from outstanding
7785                  * tagged transactions.
7786                  */
7787                 hscb->control = 0;
7788
7789                 /*
7790                  * This request sense could be because the
7791                  * the device lost power or in some other
7792                  * way has lost our transfer negotiations.
7793                  * Renegotiate if appropriate.  Unit attention
7794                  * errors will be reported before any data
7795                  * phases occur.
7796                  */
7797                 if (ahd_get_residual(scb) == ahd_get_transfer_length(scb)) {
7798                         ahd_update_neg_request(ahd, &devinfo,
7799                                                tstate, targ_info,
7800                                                AHD_NEG_IF_NON_ASYNC);
7801                 }
7802                 if (tstate->auto_negotiate & devinfo.target_mask) {
7803                         hscb->control |= MK_MESSAGE;
7804                         scb->flags &=
7805                             ~(SCB_NEGOTIATE|SCB_ABORT|SCB_DEVICE_RESET);
7806                         scb->flags |= SCB_AUTO_NEGOTIATE;
7807                 }
7808                 hscb->cdb_len = sizeof(*sc);
7809                 ahd_setup_data_scb(ahd, scb);
7810                 scb->flags |= SCB_SENSE;
7811                 ahd_queue_scb(ahd, scb);
7812                 /*
7813                  * Ensure we have enough time to actually
7814                  * retrieve the sense.
7815                  */
7816                 ahd_scb_timer_reset(scb, 5 * 1000000);
7817                 break;
7818         }
7819         case SCSI_STATUS_OK:
7820                 printf("%s: Interrupted for staus of 0???\n",
7821                        ahd_name(ahd));
7822                 /* FALLTHROUGH */
7823         default:
7824                 ahd_done(ahd, scb);
7825                 break;
7826         }
7827 }
7828
7829 /*
7830  * Calculate the residual for a just completed SCB.
7831  */
7832 void
7833 ahd_calc_residual(struct ahd_softc *ahd, struct scb *scb)
7834 {
7835         struct hardware_scb *hscb;
7836         struct initiator_status *spkt;
7837         uint32_t sgptr;
7838         uint32_t resid_sgptr;
7839         uint32_t resid;
7840
7841         /*
7842          * 5 cases.
7843          * 1) No residual.
7844          *    SG_STATUS_VALID clear in sgptr.
7845          * 2) Transferless command
7846          * 3) Never performed any transfers.
7847          *    sgptr has SG_FULL_RESID set.
7848          * 4) No residual but target did not
7849          *    save data pointers after the
7850          *    last transfer, so sgptr was
7851          *    never updated.
7852          * 5) We have a partial residual.
7853          *    Use residual_sgptr to determine
7854          *    where we are.
7855          */
7856
7857         hscb = scb->hscb;
7858         sgptr = ahd_le32toh(hscb->sgptr);
7859         if ((sgptr & SG_STATUS_VALID) == 0)
7860                 /* Case 1 */
7861                 return;
7862         sgptr &= ~SG_STATUS_VALID;
7863
7864         if ((sgptr & SG_LIST_NULL) != 0)
7865                 /* Case 2 */
7866                 return;
7867
7868         /*
7869          * Residual fields are the same in both
7870          * target and initiator status packets,
7871          * so we can always use the initiator fields
7872          * regardless of the role for this SCB.
7873          */
7874         spkt = &hscb->shared_data.istatus;
7875         resid_sgptr = ahd_le32toh(spkt->residual_sgptr);
7876         if ((sgptr & SG_FULL_RESID) != 0) {
7877                 /* Case 3 */
7878                 resid = ahd_get_transfer_length(scb);
7879         } else if ((resid_sgptr & SG_LIST_NULL) != 0) {
7880                 /* Case 4 */
7881                 return;
7882         } else if ((resid_sgptr & SG_OVERRUN_RESID) != 0) {
7883                 ahd_print_path(ahd, scb);
7884                 printf("data overrun detected Tag == 0x%x.\n",
7885                        SCB_GET_TAG(scb));
7886                 ahd_freeze_devq(ahd, scb);
7887                 ahd_set_transaction_status(scb, CAM_DATA_RUN_ERR);
7888                 ahd_freeze_scb(scb);
7889                 return;
7890         } else if ((resid_sgptr & ~SG_PTR_MASK) != 0) {
7891                 panic("Bogus resid sgptr value 0x%x\n", resid_sgptr);
7892                 /* NOTREACHED */
7893         } else {
7894                 struct ahd_dma_seg *sg;
7895
7896                 /*
7897                  * Remainder of the SG where the transfer
7898                  * stopped.  
7899                  */
7900                 resid = ahd_le32toh(spkt->residual_datacnt) & AHD_SG_LEN_MASK;
7901                 sg = ahd_sg_bus_to_virt(ahd, scb, resid_sgptr & SG_PTR_MASK);
7902
7903                 /* The residual sg_ptr always points to the next sg */
7904                 sg--;
7905
7906                 /*
7907                  * Add up the contents of all residual
7908                  * SG segments that are after the SG where
7909                  * the transfer stopped.
7910                  */
7911                 while ((ahd_le32toh(sg->len) & AHD_DMA_LAST_SEG) == 0) {
7912                         sg++;
7913                         resid += ahd_le32toh(sg->len) & AHD_SG_LEN_MASK;
7914                 }
7915         }
7916         if ((scb->flags & SCB_SENSE) == 0)
7917                 ahd_set_residual(scb, resid);
7918         else
7919                 ahd_set_sense_residual(scb, resid);
7920
7921 #ifdef AHD_DEBUG
7922         if ((ahd_debug & AHD_SHOW_MISC) != 0) {
7923                 ahd_print_path(ahd, scb);
7924                 printf("Handled %sResidual of %d bytes\n",
7925                        (scb->flags & SCB_SENSE) ? "Sense " : "", resid);
7926         }
7927 #endif
7928 }
7929
7930 /******************************* Target Mode **********************************/
7931 #ifdef AHD_TARGET_MODE
7932 /*
7933  * Add a target mode event to this lun's queue
7934  */
7935 static void
7936 ahd_queue_lstate_event(struct ahd_softc *ahd, struct ahd_tmode_lstate *lstate,
7937                        u_int initiator_id, u_int event_type, u_int event_arg)
7938 {
7939         struct ahd_tmode_event *event;
7940         int pending;
7941
7942         xpt_freeze_devq(lstate->path, /*count*/1);
7943         if (lstate->event_w_idx >= lstate->event_r_idx)
7944                 pending = lstate->event_w_idx - lstate->event_r_idx;
7945         else
7946                 pending = AHD_TMODE_EVENT_BUFFER_SIZE + 1
7947                         - (lstate->event_r_idx - lstate->event_w_idx);
7948
7949         if (event_type == EVENT_TYPE_BUS_RESET
7950          || event_type == MSG_BUS_DEV_RESET) {
7951                 /*
7952                  * Any earlier events are irrelevant, so reset our buffer.
7953                  * This has the effect of allowing us to deal with reset
7954                  * floods (an external device holding down the reset line)
7955                  * without losing the event that is really interesting.
7956                  */
7957                 lstate->event_r_idx = 0;
7958                 lstate->event_w_idx = 0;
7959                 xpt_release_devq(lstate->path, pending, /*runqueue*/FALSE);
7960         }
7961
7962         if (pending == AHD_TMODE_EVENT_BUFFER_SIZE) {
7963                 xpt_print_path(lstate->path);
7964                 printf("immediate event %x:%x lost\n",
7965                        lstate->event_buffer[lstate->event_r_idx].event_type,
7966                        lstate->event_buffer[lstate->event_r_idx].event_arg);
7967                 lstate->event_r_idx++;
7968                 if (lstate->event_r_idx == AHD_TMODE_EVENT_BUFFER_SIZE)
7969                         lstate->event_r_idx = 0;
7970                 xpt_release_devq(lstate->path, /*count*/1, /*runqueue*/FALSE);
7971         }
7972
7973         event = &lstate->event_buffer[lstate->event_w_idx];
7974         event->initiator_id = initiator_id;
7975         event->event_type = event_type;
7976         event->event_arg = event_arg;
7977         lstate->event_w_idx++;
7978         if (lstate->event_w_idx == AHD_TMODE_EVENT_BUFFER_SIZE)
7979                 lstate->event_w_idx = 0;
7980 }
7981
7982 /*
7983  * Send any target mode events queued up waiting
7984  * for immediate notify resources.
7985  */
7986 void
7987 ahd_send_lstate_events(struct ahd_softc *ahd, struct ahd_tmode_lstate *lstate)
7988 {
7989         struct ccb_hdr *ccbh;
7990         struct ccb_immed_notify *inot;
7991
7992         while (lstate->event_r_idx != lstate->event_w_idx
7993             && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) {
7994                 struct ahd_tmode_event *event;
7995
7996                 event = &lstate->event_buffer[lstate->event_r_idx];
7997                 SLIST_REMOVE_HEAD(&lstate->immed_notifies, sim_links.sle);
7998                 inot = (struct ccb_immed_notify *)ccbh;
7999                 switch (event->event_type) {
8000                 case EVENT_TYPE_BUS_RESET:
8001                         ccbh->status = CAM_SCSI_BUS_RESET|CAM_DEV_QFRZN;
8002                         break;
8003                 default:
8004                         ccbh->status = CAM_MESSAGE_RECV|CAM_DEV_QFRZN;
8005                         inot->message_args[0] = event->event_type;
8006                         inot->message_args[1] = event->event_arg;
8007                         break;
8008                 }
8009                 inot->initiator_id = event->initiator_id;
8010                 inot->sense_len = 0;
8011                 xpt_done((union ccb *)inot);
8012                 lstate->event_r_idx++;
8013                 if (lstate->event_r_idx == AHD_TMODE_EVENT_BUFFER_SIZE)
8014                         lstate->event_r_idx = 0;
8015         }
8016 }
8017 #endif
8018
8019 /******************** Sequencer Program Patching/Download *********************/
8020
8021 #ifdef AHD_DUMP_SEQ
8022 void
8023 ahd_dumpseq(struct ahd_softc* ahd)
8024 {
8025         int i;
8026         int max_prog;
8027
8028         max_prog = 2048;
8029
8030         ahd_outb(ahd, SEQCTL0, PERRORDIS|FAILDIS|FASTMODE|LOADRAM);
8031         ahd_outb(ahd, PRGMCNT, 0);
8032         ahd_outb(ahd, PRGMCNT+1, 0);
8033         for (i = 0; i < max_prog; i++) {
8034                 uint8_t ins_bytes[4];
8035
8036                 ahd_insb(ahd, SEQRAM, ins_bytes, 4);
8037                 printf("0x%08x\n", ins_bytes[0] << 24
8038                                  | ins_bytes[1] << 16
8039                                  | ins_bytes[2] << 8
8040                                  | ins_bytes[3]);
8041         }
8042 }
8043 #endif
8044
8045 static void
8046 ahd_loadseq(struct ahd_softc *ahd)
8047 {
8048         struct  cs cs_table[num_critical_sections];
8049         u_int   begin_set[num_critical_sections];
8050         u_int   end_set[num_critical_sections];
8051         struct  patch *cur_patch;
8052         u_int   cs_count;
8053         u_int   cur_cs;
8054         u_int   i;
8055         int     downloaded;
8056         u_int   skip_addr;
8057         u_int   sg_prefetch_cnt;
8058         u_int   sg_prefetch_cnt_limit;
8059         u_int   sg_prefetch_align;
8060         u_int   sg_size;
8061         uint8_t download_consts[DOWNLOAD_CONST_COUNT];
8062
8063         if (bootverbose)
8064                 printf("%s: Downloading Sequencer Program...",
8065                        ahd_name(ahd));
8066
8067 #if DOWNLOAD_CONST_COUNT != 7
8068 #error "Download Const Mismatch"
8069 #endif
8070         /*
8071          * Start out with 0 critical sections
8072          * that apply to this firmware load.
8073          */
8074         cs_count = 0;
8075         cur_cs = 0;
8076         memset(begin_set, 0, sizeof(begin_set));
8077         memset(end_set, 0, sizeof(end_set));
8078
8079         /*
8080          * Setup downloadable constant table.
8081          * 
8082          * The computation for the S/G prefetch variables is
8083          * a bit complicated.  We would like to always fetch
8084          * in terms of cachelined sized increments.  However,
8085          * if the cacheline is not an even multiple of the
8086          * SG element size or is larger than our SG RAM, using
8087          * just the cache size might leave us with only a portion
8088          * of an SG element at the tail of a prefetch.  If the
8089          * cacheline is larger than our S/G prefetch buffer less
8090          * the size of an SG element, we may round down to a cacheline
8091          * that doesn't contain any or all of the S/G of interest
8092          * within the bounds of our S/G ram.  Provide variables to
8093          * the sequencer that will allow it to handle these edge
8094          * cases.
8095          */
8096         /* Start by aligning to the nearest cacheline. */
8097         sg_prefetch_align = ahd->pci_cachesize;
8098         if (sg_prefetch_align == 0)
8099                 sg_prefetch_align = 8;
8100         /* Round down to the nearest power of 2. */
8101         while (powerof2(sg_prefetch_align) == 0)
8102                 sg_prefetch_align--;
8103         /*
8104          * If the cacheline boundary is greater than half our prefetch RAM
8105          * we risk not being able to fetch even a single complete S/G
8106          * segment if we align to that boundary.
8107          */
8108         if (sg_prefetch_align > CCSGADDR_MAX/2)
8109                 sg_prefetch_align = CCSGADDR_MAX/2;
8110         /* Start by fetching a single cacheline. */
8111         sg_prefetch_cnt = sg_prefetch_align;
8112         /*
8113          * Increment the prefetch count by cachelines until
8114          * at least one S/G element will fit.
8115          */
8116         sg_size = sizeof(struct ahd_dma_seg);
8117         if ((ahd->flags & AHD_64BIT_ADDRESSING) != 0)
8118                 sg_size = sizeof(struct ahd_dma64_seg);
8119         while (sg_prefetch_cnt < sg_size)
8120                 sg_prefetch_cnt += sg_prefetch_align;
8121         /*
8122          * If the cacheline is not an even multiple of
8123          * the S/G size, we may only get a partial S/G when
8124          * we align. Add a cacheline if this is the case.
8125          */
8126         if ((sg_prefetch_align % sg_size) != 0
8127          && (sg_prefetch_cnt < CCSGADDR_MAX))
8128                 sg_prefetch_cnt += sg_prefetch_align;
8129         /*
8130          * Lastly, compute a value that the sequencer can use
8131          * to determine if the remainder of the CCSGRAM buffer
8132          * has a full S/G element in it.
8133          */
8134         sg_prefetch_cnt_limit = -(sg_prefetch_cnt - sg_size + 1);
8135         download_consts[SG_PREFETCH_CNT] = sg_prefetch_cnt;
8136         download_consts[SG_PREFETCH_CNT_LIMIT] = sg_prefetch_cnt_limit;
8137         download_consts[SG_PREFETCH_ALIGN_MASK] = ~(sg_prefetch_align - 1);
8138         download_consts[SG_PREFETCH_ADDR_MASK] = (sg_prefetch_align - 1);
8139         download_consts[SG_SIZEOF] = sg_size;
8140         download_consts[PKT_OVERRUN_BUFOFFSET] =
8141                 (ahd->overrun_buf - (uint8_t *)ahd->qoutfifo) / 256;
8142         download_consts[SCB_TRANSFER_SIZE] = SCB_TRANSFER_SIZE_1BYTE_LUN;
8143         cur_patch = patches;
8144         downloaded = 0;
8145         skip_addr = 0;
8146         ahd_outb(ahd, SEQCTL0, PERRORDIS|FAILDIS|FASTMODE|LOADRAM);
8147         ahd_outb(ahd, PRGMCNT, 0);
8148         ahd_outb(ahd, PRGMCNT+1, 0);
8149
8150         for (i = 0; i < sizeof(seqprog)/4; i++) {
8151                 if (ahd_check_patch(ahd, &cur_patch, i, &skip_addr) == 0) {
8152                         /*
8153                          * Don't download this instruction as it
8154                          * is in a patch that was removed.
8155                          */
8156                         continue;
8157                 }
8158                 /*
8159                  * Move through the CS table until we find a CS
8160                  * that might apply to this instruction.
8161                  */
8162                 for (; cur_cs < num_critical_sections; cur_cs++) {
8163                         if (critical_sections[cur_cs].end <= i) {
8164                                 if (begin_set[cs_count] == TRUE
8165                                  && end_set[cs_count] == FALSE) {
8166                                         cs_table[cs_count].end = downloaded;
8167                                         end_set[cs_count] = TRUE;
8168                                         cs_count++;
8169                                 }
8170                                 continue;
8171                         }
8172                         if (critical_sections[cur_cs].begin <= i
8173                          && begin_set[cs_count] == FALSE) {
8174                                 cs_table[cs_count].begin = downloaded;
8175                                 begin_set[cs_count] = TRUE;
8176                         }
8177                         break;
8178                 }
8179                 ahd_download_instr(ahd, i, download_consts);
8180                 downloaded++;
8181         }
8182
8183         ahd->num_critical_sections = cs_count;
8184         if (cs_count != 0) {
8185                 cs_count *= sizeof(struct cs);
8186                 ahd->critical_sections = malloc(cs_count, M_DEVBUF, M_INTWAIT);
8187                 memcpy(ahd->critical_sections, cs_table, cs_count);
8188         }
8189         ahd_outb(ahd, SEQCTL0, PERRORDIS|FAILDIS|FASTMODE);
8190
8191         if (bootverbose) {
8192                 printf(" %d instructions downloaded\n", downloaded);
8193                 printf("%s: Features 0x%x, Bugs 0x%x, Flags 0x%x\n",
8194                        ahd_name(ahd), ahd->features, ahd->bugs, ahd->flags);
8195         }
8196 }
8197
8198 static int
8199 ahd_check_patch(struct ahd_softc *ahd, struct patch **start_patch,
8200                 u_int start_instr, u_int *skip_addr)
8201 {
8202         struct  patch *cur_patch;
8203         struct  patch *last_patch;
8204         u_int   num_patches;
8205
8206         num_patches = sizeof(patches)/sizeof(struct patch);
8207         last_patch = &patches[num_patches];
8208         cur_patch = *start_patch;
8209
8210         while (cur_patch < last_patch && start_instr == cur_patch->begin) {
8211
8212                 if (cur_patch->patch_func(ahd) == 0) {
8213
8214                         /* Start rejecting code */
8215                         *skip_addr = start_instr + cur_patch->skip_instr;
8216                         cur_patch += cur_patch->skip_patch;
8217                 } else {
8218                         /* Accepted this patch.  Advance to the next
8219                          * one and wait for our intruction pointer to
8220                          * hit this point.
8221                          */
8222                         cur_patch++;
8223                 }
8224         }
8225
8226         *start_patch = cur_patch;
8227         if (start_instr < *skip_addr)
8228                 /* Still skipping */
8229                 return (0);
8230
8231         return (1);
8232 }
8233
8234 static u_int
8235 ahd_resolve_seqaddr(struct ahd_softc *ahd, u_int address)
8236 {
8237         struct patch *cur_patch;
8238         int address_offset;
8239         u_int skip_addr;
8240         u_int i;
8241
8242         address_offset = 0;
8243         cur_patch = patches;
8244         skip_addr = 0;
8245
8246         for (i = 0; i < address;) {
8247
8248                 ahd_check_patch(ahd, &cur_patch, i, &skip_addr);
8249
8250                 if (skip_addr > i) {
8251                         int end_addr;
8252
8253                         end_addr = MIN(address, skip_addr);
8254                         address_offset += end_addr - i;
8255                         i = skip_addr;
8256                 } else {
8257                         i++;
8258                 }
8259         }
8260         return (address - address_offset);
8261 }
8262
8263 static void
8264 ahd_download_instr(struct ahd_softc *ahd, u_int instrptr, uint8_t *dconsts)
8265 {
8266         union   ins_formats instr;
8267         struct  ins_format1 *fmt1_ins;
8268         struct  ins_format3 *fmt3_ins;
8269         u_int   opcode;
8270
8271         /*
8272          * The firmware is always compiled into a little endian format.
8273          */
8274         instr.integer = ahd_le32toh(*(uint32_t*)&seqprog[instrptr * 4]);
8275
8276         fmt1_ins = &instr.format1;
8277         fmt3_ins = NULL;
8278
8279         /* Pull the opcode */
8280         opcode = instr.format1.opcode;
8281         switch (opcode) {
8282         case AIC_OP_JMP:
8283         case AIC_OP_JC:
8284         case AIC_OP_JNC:
8285         case AIC_OP_CALL:
8286         case AIC_OP_JNE:
8287         case AIC_OP_JNZ:
8288         case AIC_OP_JE:
8289         case AIC_OP_JZ:
8290         {
8291                 fmt3_ins = &instr.format3;
8292                 fmt3_ins->address = ahd_resolve_seqaddr(ahd, fmt3_ins->address);
8293                 /* FALLTHROUGH */
8294         }
8295         case AIC_OP_OR:
8296         case AIC_OP_AND:
8297         case AIC_OP_XOR:
8298         case AIC_OP_ADD:
8299         case AIC_OP_ADC:
8300         case AIC_OP_BMOV:
8301                 if (fmt1_ins->parity != 0) {
8302                         fmt1_ins->immediate = dconsts[fmt1_ins->immediate];
8303                 }
8304                 fmt1_ins->parity = 0;
8305                 /* FALLTHROUGH */
8306         case AIC_OP_ROL:
8307         {
8308                 int i, count;
8309
8310                 /* Calculate odd parity for the instruction */
8311                 for (i = 0, count = 0; i < 31; i++) {
8312                         uint32_t mask;
8313
8314                         mask = 0x01 << i;
8315                         if ((instr.integer & mask) != 0)
8316                                 count++;
8317                 }
8318                 if ((count & 0x01) == 0)
8319                         instr.format1.parity = 1;
8320
8321                 /* The sequencer is a little endian cpu */
8322                 instr.integer = ahd_htole32(instr.integer);
8323                 ahd_outsb(ahd, SEQRAM, instr.bytes, 4);
8324                 break;
8325         }
8326         default:
8327                 panic("Unknown opcode encountered in seq program");
8328                 break;
8329         }
8330 }
8331
8332 static int
8333 ahd_probe_stack_size(struct ahd_softc *ahd)
8334 {
8335         int last_probe;
8336
8337         last_probe = 0;
8338         while (1) {
8339                 int i;
8340
8341                 /*
8342                  * We avoid using 0 as a pattern to avoid
8343                  * confusion if the stack implementation
8344                  * "back-fills" with zeros when "poping'
8345                  * entries.
8346                  */
8347                 for (i = 1; i <= last_probe+1; i++) {
8348                        ahd_outb(ahd, STACK, i & 0xFF);
8349                        ahd_outb(ahd, STACK, (i >> 8) & 0xFF);
8350                 }
8351
8352                 /* Verify */
8353                 for (i = last_probe+1; i > 0; i--) {
8354                         u_int stack_entry;
8355
8356                         stack_entry = ahd_inb(ahd, STACK)
8357                                     |(ahd_inb(ahd, STACK) << 8);
8358                         if (stack_entry != i)
8359                                 goto sized;
8360                 }
8361                 last_probe++;
8362         }
8363 sized:
8364         return (last_probe);
8365 }
8366
8367 void
8368 ahd_dump_all_cards_state(void)
8369 {
8370         struct ahd_softc *list_ahd;
8371
8372         TAILQ_FOREACH(list_ahd, &ahd_tailq, links) {
8373                 ahd_dump_card_state(list_ahd);
8374         }
8375 }
8376
8377 int
8378 ahd_print_register(ahd_reg_parse_entry_t *table, u_int num_entries,
8379                    const char *name, u_int address, u_int value,
8380                    u_int *cur_column, u_int wrap_point)
8381 {
8382         int     printed;
8383         u_int   printed_mask;
8384
8385         if (cur_column != NULL && *cur_column >= wrap_point) {
8386                 printf("\n");
8387                 *cur_column = 0;
8388         }
8389         printed = printf("%s[0x%x]", name, value);
8390         if (table == NULL) {
8391                 printed += printf(" ");
8392                 *cur_column += printed;
8393                 return (printed);
8394         }
8395         printed_mask = 0;
8396         while (printed_mask != 0xFF) {
8397                 int entry;
8398
8399                 for (entry = 0; entry < num_entries; entry++) {
8400                         if (((value & table[entry].mask)
8401                           != table[entry].value)
8402                          || ((printed_mask & table[entry].mask)
8403                           == table[entry].mask))
8404                                 continue;
8405
8406                         printed += printf("%s%s",
8407                                           printed_mask == 0 ? ":(" : "|",
8408                                           table[entry].name);
8409                         printed_mask |= table[entry].mask;
8410                         
8411                         break;
8412                 }
8413                 if (entry >= num_entries)
8414                         break;
8415         }
8416         if (printed_mask != 0)
8417                 printed += printf(") ");
8418         else
8419                 printed += printf(" ");
8420         if (cur_column != NULL)
8421                 *cur_column += printed;
8422         return (printed);
8423 }
8424
8425 void
8426 ahd_dump_card_state(struct ahd_softc *ahd)
8427 {
8428         struct scb      *scb;
8429         ahd_mode_state   saved_modes;
8430         u_int            dffstat;
8431         int              paused;
8432         u_int            scb_index;
8433         u_int            saved_scb_index;
8434         u_int            cur_col;
8435         int              i;
8436
8437         if (ahd_is_paused(ahd)) {
8438                 paused = 1;
8439         } else {
8440                 paused = 0;
8441                 ahd_pause(ahd);
8442         }
8443         saved_modes = ahd_save_modes(ahd);
8444         ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
8445         printf(">>>>>>>>>>>>>>>>>> Dump Card State Begins <<<<<<<<<<<<<<<<<\n"
8446                "%s: Dumping Card State at program address 0x%x Mode 0x%x\n",
8447                ahd_name(ahd), 
8448                ahd_inb(ahd, CURADDR) | (ahd_inb(ahd, CURADDR+1) << 8),
8449                ahd_build_mode_state(ahd, ahd->saved_src_mode,
8450                                     ahd->saved_dst_mode));
8451         if (paused)
8452                 printf("Card was paused\n");
8453         /*
8454          * Mode independent registers.
8455          */
8456         cur_col = 0;
8457         ahd_hs_mailbox_print(ahd_inb(ahd, LOCAL_HS_MAILBOX), &cur_col, 50);
8458         ahd_intctl_print(ahd_inb(ahd, INTCTL), &cur_col, 50);
8459         ahd_seqintstat_print(ahd_inb(ahd, SEQINTSTAT), &cur_col, 50);
8460         ahd_saved_mode_print(ahd_inb(ahd, SAVED_MODE), &cur_col, 50);
8461         ahd_dffstat_print(ahd_inb(ahd, DFFSTAT), &cur_col, 50);
8462         ahd_scsisigi_print(ahd_inb(ahd, SCSISIGI), &cur_col, 50);
8463         ahd_scsiphase_print(ahd_inb(ahd, SCSIPHASE), &cur_col, 50);
8464         ahd_scsibus_print(ahd_inb(ahd, SCSIBUS), &cur_col, 50);
8465         ahd_lastphase_print(ahd_inb(ahd, LASTPHASE), &cur_col, 50);
8466         ahd_scsiseq0_print(ahd_inb(ahd, SCSISEQ0), &cur_col, 50);
8467         ahd_scsiseq1_print(ahd_inb(ahd, SCSISEQ1), &cur_col, 50);
8468         ahd_seqctl0_print(ahd_inb(ahd, SEQCTL0), &cur_col, 50);
8469         ahd_seqintctl_print(ahd_inb(ahd, SEQINTCTL), &cur_col, 50);
8470         ahd_seq_flags_print(ahd_inb(ahd, SEQ_FLAGS), &cur_col, 50);
8471         ahd_seq_flags2_print(ahd_inb(ahd, SEQ_FLAGS2), &cur_col, 50);
8472         ahd_sstat0_print(ahd_inb(ahd, SSTAT0), &cur_col, 50);
8473         ahd_sstat1_print(ahd_inb(ahd, SSTAT1), &cur_col, 50);
8474         ahd_sstat2_print(ahd_inb(ahd, SSTAT2), &cur_col, 50);
8475         ahd_sstat3_print(ahd_inb(ahd, SSTAT3), &cur_col, 50);
8476         ahd_perrdiag_print(ahd_inb(ahd, PERRDIAG), &cur_col, 50);
8477         ahd_simode1_print(ahd_inb(ahd, SIMODE1), &cur_col, 50);
8478         ahd_lqistat0_print(ahd_inb(ahd, LQISTAT0), &cur_col, 50);
8479         ahd_lqistat1_print(ahd_inb(ahd, LQISTAT1), &cur_col, 50);
8480         ahd_lqistat2_print(ahd_inb(ahd, LQISTAT2), &cur_col, 50);
8481         ahd_lqostat0_print(ahd_inb(ahd, LQOSTAT0), &cur_col, 50);
8482         ahd_lqostat1_print(ahd_inb(ahd, LQOSTAT1), &cur_col, 50);
8483         ahd_lqostat2_print(ahd_inb(ahd, LQOSTAT2), &cur_col, 50);
8484         printf("\n");
8485         printf("\nSCB Count = %d CMDS_PENDING = %d LASTSCB 0x%x "
8486                "CURRSCB 0x%x NEXTSCB 0x%x\n",
8487                ahd->scb_data.numscbs, ahd_inw(ahd, CMDS_PENDING),
8488                ahd_inw(ahd, LASTSCB), ahd_inw(ahd, CURRSCB),
8489                ahd_inw(ahd, NEXTSCB));
8490         cur_col = 0;
8491         /* QINFIFO */
8492         ahd_search_qinfifo(ahd, CAM_TARGET_WILDCARD, ALL_CHANNELS,
8493                            CAM_LUN_WILDCARD, SCB_LIST_NULL,
8494                            ROLE_UNKNOWN, /*status*/0, SEARCH_PRINT);
8495         saved_scb_index = ahd_get_scbptr(ahd);
8496         printf("Pending list:");
8497         i = 0;
8498         LIST_FOREACH(scb, &ahd->pending_scbs, pending_links) {
8499                 if (i++ > AHD_SCB_MAX)
8500                         break;
8501                 cur_col = printf("\n%3d FIFO_USE[0x%x] ", SCB_GET_TAG(scb),
8502                                  ahd_inb(ahd, SCB_FIFO_USE_COUNT));
8503                 ahd_set_scbptr(ahd, SCB_GET_TAG(scb));
8504                 ahd_scb_control_print(ahd_inb(ahd, SCB_CONTROL), &cur_col, 60);
8505                 ahd_scb_scsiid_print(ahd_inb(ahd, SCB_SCSIID), &cur_col, 60);
8506         }
8507         printf("\nTotal %d\n", i);
8508
8509         printf("Kernel Free SCB list: ");
8510         i = 0;
8511         TAILQ_FOREACH(scb, &ahd->scb_data.free_scbs, links.tqe) {
8512                 struct scb *list_scb;
8513
8514                 list_scb = scb;
8515                 do {
8516                         printf("%d ", SCB_GET_TAG(list_scb));
8517                         list_scb = LIST_NEXT(list_scb, collision_links);
8518                 } while (list_scb && i++ < AHD_SCB_MAX);
8519         }
8520
8521         LIST_FOREACH(scb, &ahd->scb_data.any_dev_free_scb_list, links.le) {
8522                 if (i++ > AHD_SCB_MAX)
8523                         break;
8524                 printf("%d ", SCB_GET_TAG(scb));
8525         }
8526         printf("\n");
8527
8528         printf("Sequencer Complete DMA-inprog list: ");
8529         scb_index = ahd_inw(ahd, COMPLETE_SCB_DMAINPROG_HEAD);
8530         i = 0;
8531         while (!SCBID_IS_NULL(scb_index) && i++ < AHD_SCB_MAX) {
8532                 ahd_set_scbptr(ahd, scb_index);
8533                 printf("%d ", scb_index);
8534                 scb_index = ahd_inw(ahd, SCB_NEXT_COMPLETE);
8535         }
8536         printf("\n");
8537
8538         printf("Sequencer Complete list: ");
8539         scb_index = ahd_inw(ahd, COMPLETE_SCB_HEAD);
8540         i = 0;
8541         while (!SCBID_IS_NULL(scb_index) && i++ < AHD_SCB_MAX) {
8542                 ahd_set_scbptr(ahd, scb_index);
8543                 printf("%d ", scb_index);
8544                 scb_index = ahd_inw(ahd, SCB_NEXT_COMPLETE);
8545         }
8546         printf("\n");
8547
8548         
8549         printf("Sequencer DMA-Up and Complete list: ");
8550         scb_index = ahd_inw(ahd, COMPLETE_DMA_SCB_HEAD);
8551         i = 0;
8552         while (!SCBID_IS_NULL(scb_index) && i++ < AHD_SCB_MAX) {
8553                 ahd_set_scbptr(ahd, scb_index);
8554                 printf("%d ", scb_index);
8555                 scb_index = ahd_inw(ahd, SCB_NEXT_COMPLETE);
8556         }
8557         printf("\n");
8558         ahd_set_scbptr(ahd, saved_scb_index);
8559         dffstat = ahd_inb(ahd, DFFSTAT);
8560         for (i = 0; i < 2; i++) {
8561 #ifdef AHD_DEBUG
8562                 struct scb *fifo_scb;
8563 #endif
8564                 u_int       fifo_scbptr;
8565
8566                 ahd_set_modes(ahd, AHD_MODE_DFF0 + i, AHD_MODE_DFF0 + i);
8567                 fifo_scbptr = ahd_get_scbptr(ahd);
8568                 printf("\n%s: FIFO%d %s, LONGJMP == 0x%x, SCB 0x%x\n",
8569                        ahd_name(ahd), i,
8570                        (dffstat & (FIFO0FREE << i)) ? "Free" : "Active",
8571                        ahd_inw(ahd, LONGJMP_ADDR), fifo_scbptr);
8572                 cur_col = 0;
8573                 ahd_seqimode_print(ahd_inb(ahd, SEQIMODE), &cur_col, 50);
8574                 ahd_seqintsrc_print(ahd_inb(ahd, SEQINTSRC), &cur_col, 50);
8575                 ahd_dfcntrl_print(ahd_inb(ahd, DFCNTRL), &cur_col, 50);
8576                 ahd_dfstatus_print(ahd_inb(ahd, DFSTATUS), &cur_col, 50);
8577                 ahd_sg_cache_shadow_print(ahd_inb(ahd, SG_CACHE_SHADOW),
8578                                           &cur_col, 50);
8579                 ahd_sg_state_print(ahd_inb(ahd, SG_STATE), &cur_col, 50);
8580                 ahd_dffsxfrctl_print(ahd_inb(ahd, DFFSXFRCTL), &cur_col, 50);
8581                 ahd_soffcnt_print(ahd_inb(ahd, SOFFCNT), &cur_col, 50);
8582                 ahd_mdffstat_print(ahd_inb(ahd, MDFFSTAT), &cur_col, 50);
8583                 if (cur_col > 50) {
8584                         printf("\n");
8585                         cur_col = 0;
8586                 }
8587                 cur_col += printf("SHADDR = 0x%x%x, SHCNT = 0x%x ",
8588                                   ahd_inl(ahd, SHADDR+4),
8589                                   ahd_inl(ahd, SHADDR),
8590                                   (ahd_inb(ahd, SHCNT)
8591                                 | (ahd_inb(ahd, SHCNT + 1) << 8)
8592                                 | (ahd_inb(ahd, SHCNT + 2) << 16)));
8593                 if (cur_col > 50) {
8594                         printf("\n");
8595                         cur_col = 0;
8596                 }
8597                 cur_col += printf("HADDR = 0x%x%x, HCNT = 0x%x ",
8598                                   ahd_inl(ahd, HADDR+4),
8599                                   ahd_inl(ahd, HADDR),
8600                                   (ahd_inb(ahd, HCNT)
8601                                 | (ahd_inb(ahd, HCNT + 1) << 8)
8602                                 | (ahd_inb(ahd, HCNT + 2) << 16)));
8603                 ahd_ccsgctl_print(ahd_inb(ahd, CCSGCTL), &cur_col, 50);
8604 #ifdef AHD_DEBUG
8605                 if ((ahd_debug & AHD_SHOW_SG) != 0) {
8606                         fifo_scb = ahd_lookup_scb(ahd, fifo_scbptr);
8607                         if (fifo_scb != NULL)
8608                                 ahd_dump_sglist(fifo_scb);
8609                 }
8610 #endif
8611         }
8612         printf("\nLQIN: ");
8613         for (i = 0; i < 20; i++)
8614                 printf("0x%x ", ahd_inb(ahd, LQIN + i));
8615         printf("\n");
8616         ahd_set_modes(ahd, AHD_MODE_CFG, AHD_MODE_CFG);
8617         printf("%s: LQISTATE = 0x%x, LQOSTATE = 0x%x, OPTIONMODE = 0x%x\n",
8618                ahd_name(ahd), ahd_inb(ahd, LQISTATE), ahd_inb(ahd, LQOSTATE),
8619                ahd_inb(ahd, OPTIONMODE));
8620         printf("%s: OS_SPACE_CNT = 0x%x MAXCMDCNT = 0x%x\n",
8621                ahd_name(ahd), ahd_inb(ahd, OS_SPACE_CNT),
8622                ahd_inb(ahd, MAXCMDCNT));
8623         ahd_simode0_print(ahd_inb(ahd, SIMODE0), &cur_col, 50);
8624         printf("\n");
8625         ahd_set_modes(ahd, AHD_MODE_CCHAN, AHD_MODE_CCHAN);
8626         cur_col = 0;
8627         ahd_ccscbctl_print(ahd_inb(ahd, CCSCBCTL), &cur_col, 50);
8628         printf("\n");
8629         ahd_set_modes(ahd, ahd->saved_src_mode, ahd->saved_dst_mode);
8630         printf("%s: REG0 == 0x%x, SINDEX = 0x%x, DINDEX = 0x%x\n",
8631                ahd_name(ahd), ahd_inw(ahd, REG0), ahd_inw(ahd, SINDEX),
8632                ahd_inw(ahd, DINDEX));
8633         printf("%s: SCBPTR == 0x%x, SCB_NEXT == 0x%x, SCB_NEXT2 == 0x%x\n",
8634                ahd_name(ahd), ahd_get_scbptr(ahd), ahd_inw(ahd, SCB_NEXT),
8635                ahd_inw(ahd, SCB_NEXT2));
8636         printf("CDB %x %x %x %x %x %x\n",
8637                ahd_inb(ahd, SCB_CDB_STORE),
8638                ahd_inb(ahd, SCB_CDB_STORE+1),
8639                ahd_inb(ahd, SCB_CDB_STORE+2),
8640                ahd_inb(ahd, SCB_CDB_STORE+3),
8641                ahd_inb(ahd, SCB_CDB_STORE+4),
8642                ahd_inb(ahd, SCB_CDB_STORE+5));
8643         printf("STACK:");
8644         for (i = 0; i < ahd->stack_size; i++) {
8645                 ahd->saved_stack[i] =
8646                     ahd_inb(ahd, STACK)|(ahd_inb(ahd, STACK) << 8);
8647                 printf(" 0x%x", ahd->saved_stack[i]);
8648         }
8649         for (i = ahd->stack_size-1; i >= 0; i--) {
8650                 ahd_outb(ahd, STACK, ahd->saved_stack[i] & 0xFF);
8651                 ahd_outb(ahd, STACK, (ahd->saved_stack[i] >> 8) & 0xFF);
8652         }
8653         printf("\n<<<<<<<<<<<<<<<<< Dump Card State Ends >>>>>>>>>>>>>>>>>>\n");
8654         ahd_platform_dump_card_state(ahd);
8655         ahd_restore_modes(ahd, saved_modes);
8656         if (paused == 0)
8657                 ahd_unpause(ahd);
8658 }
8659
8660 void
8661 ahd_dump_scbs(struct ahd_softc *ahd)
8662 {
8663         ahd_mode_state saved_modes;
8664         u_int          saved_scb_index;
8665         int            i;
8666
8667         saved_modes = ahd_save_modes(ahd);
8668         ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
8669         saved_scb_index = ahd_get_scbptr(ahd);
8670         for (i = 0; i < AHD_SCB_MAX; i++) {
8671                 ahd_set_scbptr(ahd, i);
8672                 printf("%3d", i);
8673                 printf("(CTRL 0x%x ID 0x%x N 0x%x N2 0x%x SG 0x%x, RSG 0x%x)\n",
8674                        ahd_inb(ahd, SCB_CONTROL),
8675                        ahd_inb(ahd, SCB_SCSIID), ahd_inw(ahd, SCB_NEXT),
8676                        ahd_inw(ahd, SCB_NEXT2), ahd_inl(ahd, SCB_SGPTR),
8677                        ahd_inl(ahd, SCB_RESIDUAL_SGPTR));
8678         }
8679         printf("\n");
8680         ahd_set_scbptr(ahd, saved_scb_index);
8681         ahd_restore_modes(ahd, saved_modes);
8682 }
8683
8684 /**************************** Flexport Logic **********************************/
8685 /*
8686  * Read count 16bit words from 16bit word address start_addr from the
8687  * SEEPROM attached to the controller, into buf, using the controller's
8688  * SEEPROM reading state machine.  Optionally treat the data as a byte
8689  * stream in terms of byte order.
8690  */
8691 int
8692 ahd_read_seeprom(struct ahd_softc *ahd, uint16_t *buf,
8693                  u_int start_addr, u_int count, int bytestream)
8694 {
8695         u_int cur_addr;
8696         u_int end_addr;
8697         int   error;
8698
8699         /*
8700          * If we never make it through the loop even once,
8701          * we were passed invalid arguments.
8702          */
8703         error = EINVAL;
8704         AHD_ASSERT_MODES(ahd, AHD_MODE_SCSI_MSK, AHD_MODE_SCSI_MSK);
8705         end_addr = start_addr + count;
8706         for (cur_addr = start_addr; cur_addr < end_addr; cur_addr++) {
8707
8708                 ahd_outb(ahd, SEEADR, cur_addr);
8709                 ahd_outb(ahd, SEECTL, SEEOP_READ | SEESTART);
8710                 
8711                 error = ahd_wait_seeprom(ahd);
8712                 if (error)
8713                         break;
8714                 if (bytestream != 0) {
8715                         uint8_t *bytestream_ptr;
8716
8717                         bytestream_ptr = (uint8_t *)buf;
8718                         *bytestream_ptr++ = ahd_inb(ahd, SEEDAT);
8719                         *bytestream_ptr = ahd_inb(ahd, SEEDAT+1);
8720                 } else {
8721                         /*
8722                          * ahd_inw() already handles machine byte order.
8723                          */
8724                         *buf = ahd_inw(ahd, SEEDAT);
8725                 }
8726                 buf++;
8727         }
8728         return (error);
8729 }
8730
8731 /*
8732  * Write count 16bit words from buf, into SEEPROM attache to the
8733  * controller starting at 16bit word address start_addr, using the
8734  * controller's SEEPROM writing state machine.
8735  */
8736 int
8737 ahd_write_seeprom(struct ahd_softc *ahd, uint16_t *buf,
8738                   u_int start_addr, u_int count)
8739 {
8740         u_int cur_addr;
8741         u_int end_addr;
8742         int   error;
8743         int   retval;
8744
8745         AHD_ASSERT_MODES(ahd, AHD_MODE_SCSI_MSK, AHD_MODE_SCSI_MSK);
8746         error = ENOENT;
8747
8748         /* Place the chip into write-enable mode */
8749         ahd_outb(ahd, SEEADR, SEEOP_EWEN_ADDR);
8750         ahd_outb(ahd, SEECTL, SEEOP_EWEN | SEESTART);
8751         error = ahd_wait_seeprom(ahd);
8752         if (error)
8753                 return (error);
8754
8755         /*
8756          * Write the data.  If we don't get throught the loop at
8757          * least once, the arguments were invalid.
8758          */
8759         retval = EINVAL;
8760         end_addr = start_addr + count;
8761         for (cur_addr = start_addr; cur_addr < end_addr; cur_addr++) {
8762                 ahd_outw(ahd, SEEDAT, *buf++);
8763                 ahd_outb(ahd, SEEADR, cur_addr);
8764                 ahd_outb(ahd, SEECTL, SEEOP_WRITE | SEESTART);
8765                 
8766                 retval = ahd_wait_seeprom(ahd);
8767                 if (retval)
8768                         break;
8769         }
8770
8771         /*
8772          * Disable writes.
8773          */
8774         ahd_outb(ahd, SEEADR, SEEOP_EWDS_ADDR);
8775         ahd_outb(ahd, SEECTL, SEEOP_EWDS | SEESTART);
8776         error = ahd_wait_seeprom(ahd);
8777         if (error)
8778                 return (error);
8779         return (retval);
8780 }
8781
8782 /*
8783  * Wait ~100us for the serial eeprom to satisfy our request.
8784  */
8785 int
8786 ahd_wait_seeprom(struct ahd_softc *ahd)
8787 {
8788         int cnt;
8789
8790         cnt = 20;
8791         while ((ahd_inb(ahd, SEESTAT) & (SEEARBACK|SEEBUSY)) != 0 && --cnt)
8792                 ahd_delay(5);
8793
8794         if (cnt == 0)
8795                 return (ETIMEDOUT);
8796         return (0);
8797 }
8798
8799 /*
8800  * Validate the two checksums in the per_channel
8801  * vital product data struct.
8802  */
8803 int
8804 ahd_verify_vpd_cksum(struct vpd_config *vpd)
8805 {
8806         int i;
8807         int maxaddr;
8808         uint32_t checksum;
8809         uint8_t *vpdarray;
8810
8811         vpdarray = (uint8_t *)vpd;
8812         maxaddr = offsetof(struct vpd_config, vpd_checksum);
8813         checksum = 0;
8814         for (i = offsetof(struct vpd_config, resource_type); i < maxaddr; i++)
8815                 checksum = checksum + vpdarray[i];
8816         if (checksum == 0
8817          || (-checksum & 0xFF) != vpd->vpd_checksum)
8818                 return (0);
8819
8820         checksum = 0;
8821         maxaddr = offsetof(struct vpd_config, checksum);
8822         for (i = offsetof(struct vpd_config, default_target_flags);
8823              i < maxaddr; i++)
8824                 checksum = checksum + vpdarray[i];
8825         if (checksum == 0
8826          || (-checksum & 0xFF) != vpd->checksum)
8827                 return (0);
8828         return (1);
8829 }
8830
8831 int
8832 ahd_verify_cksum(struct seeprom_config *sc)
8833 {
8834         int i;
8835         int maxaddr;
8836         uint32_t checksum;
8837         uint16_t *scarray;
8838
8839         maxaddr = (sizeof(*sc)/2) - 1;
8840         checksum = 0;
8841         scarray = (uint16_t *)sc;
8842
8843         for (i = 0; i < maxaddr; i++)
8844                 checksum = checksum + scarray[i];
8845         if (checksum == 0
8846          || (checksum & 0xFFFF) != sc->checksum) {
8847                 return (0);
8848         } else {
8849                 return (1);
8850         }
8851 }
8852
8853 int
8854 ahd_acquire_seeprom(struct ahd_softc *ahd)
8855 {
8856         /*
8857          * We should be able to determine the SEEPROM type
8858          * from the flexport logic, but unfortunately not
8859          * all implementations have this logic and there is
8860          * no programatic method for determining if the logic
8861          * is present.
8862          */
8863         return (1);
8864 #if 0
8865         uint8_t seetype;
8866         int     error;
8867
8868         error = ahd_read_flexport(ahd, FLXADDR_ROMSTAT_CURSENSECTL, &seetype);
8869         if (error != 0
8870          || ((seetype & FLX_ROMSTAT_SEECFG) == FLX_ROMSTAT_SEE_NONE))
8871                 return (0);
8872         return (1);
8873 #endif
8874 }
8875
8876 void
8877 ahd_release_seeprom(struct ahd_softc *ahd)
8878 {
8879         /* Currently a no-op */
8880 }
8881
8882 int
8883 ahd_write_flexport(struct ahd_softc *ahd, u_int addr, u_int value)
8884 {
8885         int error;
8886
8887         AHD_ASSERT_MODES(ahd, AHD_MODE_SCSI_MSK, AHD_MODE_SCSI_MSK);
8888         if (addr > 7)
8889                 panic("ahd_write_flexport: address out of range");
8890         ahd_outb(ahd, BRDCTL, BRDEN|(addr << 3));
8891         error = ahd_wait_flexport(ahd);
8892         if (error != 0)
8893                 return (error);
8894         ahd_outb(ahd, BRDDAT, value);
8895         ahd_flush_device_writes(ahd);
8896         ahd_outb(ahd, BRDCTL, BRDSTB|BRDEN|(addr << 3));
8897         ahd_flush_device_writes(ahd);
8898         ahd_outb(ahd, BRDCTL, BRDEN|(addr << 3));
8899         ahd_flush_device_writes(ahd);
8900         ahd_outb(ahd, BRDCTL, 0);
8901         ahd_flush_device_writes(ahd);
8902         return (0);
8903 }
8904
8905 int
8906 ahd_read_flexport(struct ahd_softc *ahd, u_int addr, uint8_t *value)
8907 {
8908         int     error;
8909
8910         AHD_ASSERT_MODES(ahd, AHD_MODE_SCSI_MSK, AHD_MODE_SCSI_MSK);
8911         if (addr > 7)
8912                 panic("ahd_read_flexport: address out of range");
8913         ahd_outb(ahd, BRDCTL, BRDRW|BRDEN|(addr << 3));
8914         error = ahd_wait_flexport(ahd);
8915         if (error != 0)
8916                 return (error);
8917         *value = ahd_inb(ahd, BRDDAT);
8918         ahd_outb(ahd, BRDCTL, 0);
8919         ahd_flush_device_writes(ahd);
8920         return (0);
8921 }
8922
8923 /*
8924  * Wait at most 2 seconds for flexport arbitration to succeed.
8925  */
8926 int
8927 ahd_wait_flexport(struct ahd_softc *ahd)
8928 {
8929         int cnt;
8930
8931         AHD_ASSERT_MODES(ahd, AHD_MODE_SCSI_MSK, AHD_MODE_SCSI_MSK);
8932         cnt = 1000000 * 2 / 5;
8933         while ((ahd_inb(ahd, BRDCTL) & FLXARBACK) == 0 && --cnt)
8934                 ahd_delay(5);
8935
8936         if (cnt == 0)
8937                 return (ETIMEDOUT);
8938         return (0);
8939 }
8940
8941 /************************* Target Mode ****************************************/
8942 #ifdef AHD_TARGET_MODE
8943 cam_status
8944 ahd_find_tmode_devs(struct ahd_softc *ahd, struct cam_sim *sim, union ccb *ccb,
8945                     struct ahd_tmode_tstate **tstate,
8946                     struct ahd_tmode_lstate **lstate,
8947                     int notfound_failure)
8948 {
8949
8950         if ((ahd->features & AHD_TARGETMODE) == 0)
8951                 return (CAM_REQ_INVALID);
8952
8953         /*
8954          * Handle the 'black hole' device that sucks up
8955          * requests to unattached luns on enabled targets.
8956          */
8957         if (ccb->ccb_h.target_id == CAM_TARGET_WILDCARD
8958          && ccb->ccb_h.target_lun == CAM_LUN_WILDCARD) {
8959                 *tstate = NULL;
8960                 *lstate = ahd->black_hole;
8961         } else {
8962                 u_int max_id;
8963
8964                 max_id = (ahd->features & AHD_WIDE) ? 15 : 7;
8965                 if (ccb->ccb_h.target_id > max_id)
8966                         return (CAM_TID_INVALID);
8967
8968                 if (ccb->ccb_h.target_lun >= AHD_NUM_LUNS)
8969                         return (CAM_LUN_INVALID);
8970
8971                 *tstate = ahd->enabled_targets[ccb->ccb_h.target_id];
8972                 *lstate = NULL;
8973                 if (*tstate != NULL)
8974                         *lstate =
8975                             (*tstate)->enabled_luns[ccb->ccb_h.target_lun];
8976         }
8977
8978         if (notfound_failure != 0 && *lstate == NULL)
8979                 return (CAM_PATH_INVALID);
8980
8981         return (CAM_REQ_CMP);
8982 }
8983
8984 void
8985 ahd_handle_en_lun(struct ahd_softc *ahd, struct cam_sim *sim, union ccb *ccb)
8986 {
8987 #if NOT_YET
8988         struct     ahd_tmode_tstate *tstate;
8989         struct     ahd_tmode_lstate *lstate;
8990         struct     ccb_en_lun *cel;
8991         cam_status status;
8992         u_int      target;
8993         u_int      lun;
8994         u_int      target_mask;
8995         u_long     s;
8996         char       channel;
8997
8998         status = ahd_find_tmode_devs(ahd, sim, ccb, &tstate, &lstate,
8999                                      /*notfound_failure*/FALSE);
9000
9001         if (status != CAM_REQ_CMP) {
9002                 ccb->ccb_h.status = status;
9003                 return;
9004         }
9005
9006         if ((ahd->features & AHD_MULTIROLE) != 0) {
9007                 u_int      our_id;
9008
9009                 our_id = ahd->our_id;
9010                 if (ccb->ccb_h.target_id != our_id) {
9011                         if ((ahd->features & AHD_MULTI_TID) != 0
9012                          && (ahd->flags & AHD_INITIATORROLE) != 0) {
9013                                 /*
9014                                  * Only allow additional targets if
9015                                  * the initiator role is disabled.
9016                                  * The hardware cannot handle a re-select-in
9017                                  * on the initiator id during a re-select-out
9018                                  * on a different target id.
9019                                  */
9020                                 status = CAM_TID_INVALID;
9021                         } else if ((ahd->flags & AHD_INITIATORROLE) != 0
9022                                 || ahd->enabled_luns > 0) {
9023                                 /*
9024                                  * Only allow our target id to change
9025                                  * if the initiator role is not configured
9026                                  * and there are no enabled luns which
9027                                  * are attached to the currently registered
9028                                  * scsi id.
9029                                  */
9030                                 status = CAM_TID_INVALID;
9031                         }
9032                 }
9033         }
9034
9035         if (status != CAM_REQ_CMP) {
9036                 ccb->ccb_h.status = status;
9037                 return;
9038         }
9039
9040         /*
9041          * We now have an id that is valid.
9042          * If we aren't in target mode, switch modes.
9043          */
9044         if ((ahd->flags & AHD_TARGETROLE) == 0
9045          && ccb->ccb_h.target_id != CAM_TARGET_WILDCARD) {
9046                 u_long  s;
9047
9048                 printf("Configuring Target Mode\n");
9049                 ahd_lock(ahd, &s);
9050                 if (LIST_FIRST(&ahd->pending_scbs) != NULL) {
9051                         ccb->ccb_h.status = CAM_BUSY;
9052                         ahd_unlock(ahd, &s);
9053                         return;
9054                 }
9055                 ahd->flags |= AHD_TARGETROLE;
9056                 if ((ahd->features & AHD_MULTIROLE) == 0)
9057                         ahd->flags &= ~AHD_INITIATORROLE;
9058                 ahd_pause(ahd);
9059                 ahd_loadseq(ahd);
9060                 ahd_restart(ahd);
9061                 ahd_unlock(ahd, &s);
9062         }
9063         cel = &ccb->cel;
9064         target = ccb->ccb_h.target_id;
9065         lun = ccb->ccb_h.target_lun;
9066         channel = SIM_CHANNEL(ahd, sim);
9067         target_mask = 0x01 << target;
9068         if (channel == 'B')
9069                 target_mask <<= 8;
9070
9071         if (cel->enable != 0) {
9072                 u_int scsiseq1;
9073
9074                 /* Are we already enabled?? */
9075                 if (lstate != NULL) {
9076                         xpt_print_path(ccb->ccb_h.path);
9077                         printf("Lun already enabled\n");
9078                         ccb->ccb_h.status = CAM_LUN_ALRDY_ENA;
9079                         return;
9080                 }
9081
9082                 if (cel->grp6_len != 0
9083                  || cel->grp7_len != 0) {
9084                         /*
9085                          * Don't (yet?) support vendor
9086                          * specific commands.
9087                          */
9088                         ccb->ccb_h.status = CAM_REQ_INVALID;
9089                         printf("Non-zero Group Codes\n");
9090                         return;
9091                 }
9092
9093                 /*
9094                  * Seems to be okay.
9095                  * Setup our data structures.
9096                  */
9097                 if (target != CAM_TARGET_WILDCARD && tstate == NULL) {
9098                         tstate = ahd_alloc_tstate(ahd, target, channel);
9099                         if (tstate == NULL) {
9100                                 xpt_print_path(ccb->ccb_h.path);
9101                                 printf("Couldn't allocate tstate\n");
9102                                 ccb->ccb_h.status = CAM_RESRC_UNAVAIL;
9103                                 return;
9104                         }
9105                 }
9106                 lstate = malloc(sizeof(*lstate), M_DEVBUF, M_INTWAIT | M_ZERO);
9107                 status = xpt_create_path(&lstate->path, /*periph*/NULL,
9108                                          xpt_path_path_id(ccb->ccb_h.path),
9109                                          xpt_path_target_id(ccb->ccb_h.path),
9110                                          xpt_path_lun_id(ccb->ccb_h.path));
9111                 if (status != CAM_REQ_CMP) {
9112                         free(lstate, M_DEVBUF);
9113                         xpt_print_path(ccb->ccb_h.path);
9114                         printf("Couldn't allocate path\n");
9115                         ccb->ccb_h.status = CAM_RESRC_UNAVAIL;
9116                         return;
9117                 }
9118                 SLIST_INIT(&lstate->accept_tios);
9119                 SLIST_INIT(&lstate->immed_notifies);
9120                 ahd_lock(ahd, &s);
9121                 ahd_pause(ahd);
9122                 if (target != CAM_TARGET_WILDCARD) {
9123                         tstate->enabled_luns[lun] = lstate;
9124                         ahd->enabled_luns++;
9125
9126                         if ((ahd->features & AHD_MULTI_TID) != 0) {
9127                                 u_int targid_mask;
9128
9129                                 targid_mask = ahd_inb(ahd, TARGID)
9130                                             | (ahd_inb(ahd, TARGID + 1) << 8);
9131
9132                                 targid_mask |= target_mask;
9133                                 ahd_outb(ahd, TARGID, targid_mask);
9134                                 ahd_outb(ahd, TARGID+1, (targid_mask >> 8));
9135                                 
9136                                 ahd_update_scsiid(ahd, targid_mask);
9137                         } else {
9138                                 u_int our_id;
9139                                 char  channel;
9140
9141                                 channel = SIM_CHANNEL(ahd, sim);
9142                                 our_id = SIM_SCSI_ID(ahd, sim);
9143
9144                                 /*
9145                                  * This can only happen if selections
9146                                  * are not enabled
9147                                  */
9148                                 if (target != our_id) {
9149                                         u_int sblkctl;
9150                                         char  cur_channel;
9151                                         int   swap;
9152
9153                                         sblkctl = ahd_inb(ahd, SBLKCTL);
9154                                         cur_channel = (sblkctl & SELBUSB)
9155                                                     ? 'B' : 'A';
9156                                         if ((ahd->features & AHD_TWIN) == 0)
9157                                                 cur_channel = 'A';
9158                                         swap = cur_channel != channel;
9159                                         ahd->our_id = target;
9160
9161                                         if (swap)
9162                                                 ahd_outb(ahd, SBLKCTL,
9163                                                          sblkctl ^ SELBUSB);
9164
9165                                         ahd_outb(ahd, SCSIID, target);
9166
9167                                         if (swap)
9168                                                 ahd_outb(ahd, SBLKCTL, sblkctl);
9169                                 }
9170                         }
9171                 } else
9172                         ahd->black_hole = lstate;
9173                 /* Allow select-in operations */
9174                 if (ahd->black_hole != NULL && ahd->enabled_luns > 0) {
9175                         scsiseq1 = ahd_inb(ahd, SCSISEQ_TEMPLATE);
9176                         scsiseq1 |= ENSELI;
9177                         ahd_outb(ahd, SCSISEQ_TEMPLATE, scsiseq1);
9178                         scsiseq1 = ahd_inb(ahd, SCSISEQ1);
9179                         scsiseq1 |= ENSELI;
9180                         ahd_outb(ahd, SCSISEQ1, scsiseq1);
9181                 }
9182                 ahd_unpause(ahd);
9183                 ahd_unlock(ahd, &s);
9184                 ccb->ccb_h.status = CAM_REQ_CMP;
9185                 xpt_print_path(ccb->ccb_h.path);
9186                 printf("Lun now enabled for target mode\n");
9187         } else {
9188                 struct scb *scb;
9189                 int i, empty;
9190
9191                 if (lstate == NULL) {
9192                         ccb->ccb_h.status = CAM_LUN_INVALID;
9193                         return;
9194                 }
9195
9196                 ahd_lock(ahd, &s);
9197                 
9198                 ccb->ccb_h.status = CAM_REQ_CMP;
9199                 LIST_FOREACH(scb, &ahd->pending_scbs, pending_links) {
9200                         struct ccb_hdr *ccbh;
9201
9202                         ccbh = &scb->io_ctx->ccb_h;
9203                         if (ccbh->func_code == XPT_CONT_TARGET_IO
9204                          && !xpt_path_comp(ccbh->path, ccb->ccb_h.path)){
9205                                 printf("CTIO pending\n");
9206                                 ccb->ccb_h.status = CAM_REQ_INVALID;
9207                                 ahd_unlock(ahd, &s);
9208                                 return;
9209                         }
9210                 }
9211
9212                 if (SLIST_FIRST(&lstate->accept_tios) != NULL) {
9213                         printf("ATIOs pending\n");
9214                         ccb->ccb_h.status = CAM_REQ_INVALID;
9215                 }
9216
9217                 if (SLIST_FIRST(&lstate->immed_notifies) != NULL) {
9218                         printf("INOTs pending\n");
9219                         ccb->ccb_h.status = CAM_REQ_INVALID;
9220                 }
9221
9222                 if (ccb->ccb_h.status != CAM_REQ_CMP) {
9223                         ahd_unlock(ahd, &s);
9224                         return;
9225                 }
9226
9227                 xpt_print_path(ccb->ccb_h.path);
9228                 printf("Target mode disabled\n");
9229                 xpt_free_path(lstate->path);
9230                 free(lstate, M_DEVBUF);
9231
9232                 ahd_pause(ahd);
9233                 /* Can we clean up the target too? */
9234                 if (target != CAM_TARGET_WILDCARD) {
9235                         tstate->enabled_luns[lun] = NULL;
9236                         ahd->enabled_luns--;
9237                         for (empty = 1, i = 0; i < 8; i++)
9238                                 if (tstate->enabled_luns[i] != NULL) {
9239                                         empty = 0;
9240                                         break;
9241                                 }
9242
9243                         if (empty) {
9244                                 ahd_free_tstate(ahd, target, channel,
9245                                                 /*force*/FALSE);
9246                                 if (ahd->features & AHD_MULTI_TID) {
9247                                         u_int targid_mask;
9248
9249                                         targid_mask = ahd_inb(ahd, TARGID)
9250                                                     | (ahd_inb(ahd, TARGID + 1)
9251                                                        << 8);
9252
9253                                         targid_mask &= ~target_mask;
9254                                         ahd_outb(ahd, TARGID, targid_mask);
9255                                         ahd_outb(ahd, TARGID+1,
9256                                                  (targid_mask >> 8));
9257                                         ahd_update_scsiid(ahd, targid_mask);
9258                                 }
9259                         }
9260                 } else {
9261
9262                         ahd->black_hole = NULL;
9263
9264                         /*
9265                          * We can't allow selections without
9266                          * our black hole device.
9267                          */
9268                         empty = TRUE;
9269                 }
9270                 if (ahd->enabled_luns == 0) {
9271                         /* Disallow select-in */
9272                         u_int scsiseq1;
9273
9274                         scsiseq1 = ahd_inb(ahd, SCSISEQ_TEMPLATE);
9275                         scsiseq1 &= ~ENSELI;
9276                         ahd_outb(ahd, SCSISEQ_TEMPLATE, scsiseq1);
9277                         scsiseq1 = ahd_inb(ahd, SCSISEQ1);
9278                         scsiseq1 &= ~ENSELI;
9279                         ahd_outb(ahd, SCSISEQ1, scsiseq1);
9280
9281                         if ((ahd->features & AHD_MULTIROLE) == 0) {
9282                                 printf("Configuring Initiator Mode\n");
9283                                 ahd->flags &= ~AHD_TARGETROLE;
9284                                 ahd->flags |= AHD_INITIATORROLE;
9285                                 ahd_pause(ahd);
9286                                 ahd_loadseq(ahd);
9287                                 ahd_restart(ahd);
9288                                 /*
9289                                  * Unpaused.  The extra unpause
9290                                  * that follows is harmless.
9291                                  */
9292                         }
9293                 }
9294                 ahd_unpause(ahd);
9295                 ahd_unlock(ahd, &s);
9296         }
9297 #endif
9298 }
9299
9300 static void
9301 ahd_update_scsiid(struct ahd_softc *ahd, u_int targid_mask)
9302 {
9303 #if NOT_YET
9304         u_int scsiid_mask;
9305         u_int scsiid;
9306
9307         if ((ahd->features & AHD_MULTI_TID) == 0)
9308                 panic("ahd_update_scsiid called on non-multitid unit\n");
9309
9310         /*
9311          * Since we will rely on the TARGID mask
9312          * for selection enables, ensure that OID
9313          * in SCSIID is not set to some other ID
9314          * that we don't want to allow selections on.
9315          */
9316         if ((ahd->features & AHD_ULTRA2) != 0)
9317                 scsiid = ahd_inb(ahd, SCSIID_ULTRA2);
9318         else
9319                 scsiid = ahd_inb(ahd, SCSIID);
9320         scsiid_mask = 0x1 << (scsiid & OID);
9321         if ((targid_mask & scsiid_mask) == 0) {
9322                 u_int our_id;
9323
9324                 /* ffs counts from 1 */
9325                 our_id = ffs(targid_mask);
9326                 if (our_id == 0)
9327                         our_id = ahd->our_id;
9328                 else
9329                         our_id--;
9330                 scsiid &= TID;
9331                 scsiid |= our_id;
9332         }
9333         if ((ahd->features & AHD_ULTRA2) != 0)
9334                 ahd_outb(ahd, SCSIID_ULTRA2, scsiid);
9335         else
9336                 ahd_outb(ahd, SCSIID, scsiid);
9337 #endif
9338 }
9339
9340 void
9341 ahd_run_tqinfifo(struct ahd_softc *ahd, int paused)
9342 {
9343         struct target_cmd *cmd;
9344
9345         ahd_sync_tqinfifo(ahd, BUS_DMASYNC_POSTREAD);
9346         while ((cmd = &ahd->targetcmds[ahd->tqinfifonext])->cmd_valid != 0) {
9347
9348                 /*
9349                  * Only advance through the queue if we
9350                  * have the resources to process the command.
9351                  */
9352                 if (ahd_handle_target_cmd(ahd, cmd) != 0)
9353                         break;
9354
9355                 cmd->cmd_valid = 0;
9356                 ahd_dmamap_sync(ahd, ahd->shared_data_dmat,
9357                                 ahd->shared_data_dmamap,
9358                                 ahd_targetcmd_offset(ahd, ahd->tqinfifonext),
9359                                 sizeof(struct target_cmd),
9360                                 BUS_DMASYNC_PREREAD);
9361                 ahd->tqinfifonext++;
9362
9363                 /*
9364                  * Lazily update our position in the target mode incoming
9365                  * command queue as seen by the sequencer.
9366                  */
9367                 if ((ahd->tqinfifonext & (HOST_TQINPOS - 1)) == 1) {
9368                         u_int hs_mailbox;
9369
9370                         hs_mailbox = ahd_inb(ahd, HS_MAILBOX);
9371                         hs_mailbox &= ~HOST_TQINPOS;
9372                         hs_mailbox |= ahd->tqinfifonext & HOST_TQINPOS;
9373                         ahd_outb(ahd, HS_MAILBOX, hs_mailbox);
9374                 }
9375         }
9376 }
9377
9378 static int
9379 ahd_handle_target_cmd(struct ahd_softc *ahd, struct target_cmd *cmd)
9380 {
9381         struct    ahd_tmode_tstate *tstate;
9382         struct    ahd_tmode_lstate *lstate;
9383         struct    ccb_accept_tio *atio;
9384         uint8_t *byte;
9385         int       initiator;
9386         int       target;
9387         int       lun;
9388
9389         initiator = SCSIID_TARGET(ahd, cmd->scsiid);
9390         target = SCSIID_OUR_ID(cmd->scsiid);
9391         lun    = (cmd->identify & MSG_IDENTIFY_LUNMASK);
9392
9393         byte = cmd->bytes;
9394         tstate = ahd->enabled_targets[target];
9395         lstate = NULL;
9396         if (tstate != NULL)
9397                 lstate = tstate->enabled_luns[lun];
9398
9399         /*
9400          * Commands for disabled luns go to the black hole driver.
9401          */
9402         if (lstate == NULL)
9403                 lstate = ahd->black_hole;
9404
9405         atio = (struct ccb_accept_tio*)SLIST_FIRST(&lstate->accept_tios);
9406         if (atio == NULL) {
9407                 ahd->flags |= AHD_TQINFIFO_BLOCKED;
9408                 /*
9409                  * Wait for more ATIOs from the peripheral driver for this lun.
9410                  */
9411                 return (1);
9412         } else
9413                 ahd->flags &= ~AHD_TQINFIFO_BLOCKED;
9414 #ifdef AHD_DEBUG
9415         if ((ahd_debug & AHD_SHOW_TQIN) != 0)
9416                 printf("Incoming command from %d for %d:%d%s\n",
9417                        initiator, target, lun,
9418                        lstate == ahd->black_hole ? "(Black Holed)" : "");
9419 #endif
9420         SLIST_REMOVE_HEAD(&lstate->accept_tios, sim_links.sle);
9421
9422         if (lstate == ahd->black_hole) {
9423                 /* Fill in the wildcards */
9424                 atio->ccb_h.target_id = target;
9425                 atio->ccb_h.target_lun = lun;
9426         }
9427
9428         /*
9429          * Package it up and send it off to
9430          * whomever has this lun enabled.
9431          */
9432         atio->sense_len = 0;
9433         atio->init_id = initiator;
9434         if (byte[0] != 0xFF) {
9435                 /* Tag was included */
9436                 atio->tag_action = *byte++;
9437                 atio->tag_id = *byte++;
9438                 atio->ccb_h.flags = CAM_TAG_ACTION_VALID;
9439         } else {
9440                 atio->ccb_h.flags = 0;
9441         }
9442         byte++;
9443
9444         /* Okay.  Now determine the cdb size based on the command code */
9445         switch (*byte >> CMD_GROUP_CODE_SHIFT) {
9446         case 0:
9447                 atio->cdb_len = 6;
9448                 break;
9449         case 1:
9450         case 2:
9451                 atio->cdb_len = 10;
9452                 break;
9453         case 4:
9454                 atio->cdb_len = 16;
9455                 break;
9456         case 5:
9457                 atio->cdb_len = 12;
9458                 break;
9459         case 3:
9460         default:
9461                 /* Only copy the opcode. */
9462                 atio->cdb_len = 1;
9463                 printf("Reserved or VU command code type encountered\n");
9464                 break;
9465         }
9466         
9467         memcpy(atio->cdb_io.cdb_bytes, byte, atio->cdb_len);
9468
9469         atio->ccb_h.status |= CAM_CDB_RECVD;
9470
9471         if ((cmd->identify & MSG_IDENTIFY_DISCFLAG) == 0) {
9472                 /*
9473                  * We weren't allowed to disconnect.
9474                  * We're hanging on the bus until a
9475                  * continue target I/O comes in response
9476                  * to this accept tio.
9477                  */
9478 #ifdef AHD_DEBUG
9479                 if ((ahd_debug & AHD_SHOW_TQIN) != 0)
9480                         printf("Received Immediate Command %d:%d:%d - %p\n",
9481                                initiator, target, lun, ahd->pending_device);
9482 #endif
9483                 ahd->pending_device = lstate;
9484                 ahd_freeze_ccb((union ccb *)atio);
9485                 atio->ccb_h.flags |= CAM_DIS_DISCONNECT;
9486         }
9487         xpt_done((union ccb*)atio);
9488         return (0);
9489 }
9490
9491 #endif