xref: /freebsd/sys/dev/aic7xxx/aic79xx_osm.c (revision 4b2eaea43fec8e8792be611dea204071a10b655a)
1 /*
2  * Bus independent FreeBSD shim for the aic7xxx based adaptec SCSI controllers
3  *
4  * Copyright (c) 1994-2002 Justin T. Gibbs.
5  * Copyright (c) 2001-2002 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. The name of the author may not be used to endorse or promote products
15  *    derived from this software without specific prior written permission.
16  *
17  * Alternatively, this software may be distributed under the terms of the
18  * GNU Public License ("GPL").
19  *
20  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
21  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23  * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
24  * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30  * SUCH DAMAGE.
31  *
32  * $Id: //depot/aic7xxx/freebsd/dev/aic7xxx/aic79xx_osm.c#25 $
33  *
34  * $FreeBSD$
35  */
36 
37 #include <dev/aic7xxx/aic79xx_osm.h>
38 #include <dev/aic7xxx/aic79xx_inline.h>
39 
40 #include "opt_ddb.h"
41 #ifdef DDB
42 #include <ddb/ddb.h>
43 #endif
44 
45 #ifndef AHD_TMODE_ENABLE
46 #define AHD_TMODE_ENABLE 0
47 #endif
48 
49 #define ccb_scb_ptr spriv_ptr0
50 
51 #if UNUSED
52 static void	ahd_dump_targcmd(struct target_cmd *cmd);
53 #endif
54 static int	ahd_modevent(module_t mod, int type, void *data);
55 static void	ahd_action(struct cam_sim *sim, union ccb *ccb);
56 static void	ahd_set_tran_settings(struct ahd_softc *ahd,
57 				      int our_id, char channel,
58 				      struct ccb_trans_settings *cts);
59 static void	ahd_get_tran_settings(struct ahd_softc *ahd,
60 				      int our_id, char channel,
61 				      struct ccb_trans_settings *cts);
62 static void	ahd_async(void *callback_arg, uint32_t code,
63 			  struct cam_path *path, void *arg);
64 static void	ahd_execute_scb(void *arg, bus_dma_segment_t *dm_segs,
65 				int nsegments, int error);
66 static void	ahd_poll(struct cam_sim *sim);
67 static void	ahd_setup_data(struct ahd_softc *ahd, struct cam_sim *sim,
68 			       struct ccb_scsiio *csio, struct scb *scb);
69 static void	ahd_abort_ccb(struct ahd_softc *ahd, struct cam_sim *sim,
70 			      union ccb *ccb);
71 static int	ahd_create_path(struct ahd_softc *ahd,
72 				char channel, u_int target, u_int lun,
73 				struct cam_path **path);
74 
75 #if NOT_YET
76 static void	ahd_set_recoveryscb(struct ahd_softc *ahd, struct scb *scb);
77 #endif
78 
79 static int
80 ahd_create_path(struct ahd_softc *ahd, char channel, u_int target,
81 	        u_int lun, struct cam_path **path)
82 {
83 	path_id_t path_id;
84 
85 	if (channel == 'B')
86 		path_id = cam_sim_path(ahd->platform_data->sim_b);
87 	else
88 		path_id = cam_sim_path(ahd->platform_data->sim);
89 
90 	return (xpt_create_path(path, /*periph*/NULL,
91 				path_id, target, lun));
92 }
93 
94 int
95 ahd_map_int(struct ahd_softc *ahd)
96 {
97 	int error;
98 
99 	/* Hook up our interrupt handler */
100 	error = bus_setup_intr(ahd->dev_softc, ahd->platform_data->irq,
101 			       INTR_TYPE_CAM, ahd_platform_intr, ahd,
102 			       &ahd->platform_data->ih);
103 	if (error != 0)
104 		device_printf(ahd->dev_softc, "bus_setup_intr() failed: %d\n",
105 			      error);
106 	return (error);
107 }
108 
109 /*
110  * Attach all the sub-devices we can find
111  */
112 int
113 ahd_attach(struct ahd_softc *ahd)
114 {
115 	char   ahd_info[256];
116 	struct ccb_setasync csa;
117 	struct cam_devq *devq;
118 	struct cam_sim *sim;
119 	struct cam_path *path;
120 	long s;
121 	int count;
122 
123 	count = 0;
124 	sim = NULL;
125 
126 	ahd_controller_info(ahd, ahd_info);
127 	printf("%s\n", ahd_info);
128 	ahd_lock(ahd, &s);
129 
130 	/*
131 	 * Create the device queue for our SIM(s).
132 	 */
133 	devq = cam_simq_alloc(AHD_MAX_QUEUE);
134 	if (devq == NULL)
135 		goto fail;
136 
137 	/*
138 	 * Construct our SIM entry
139 	 */
140 	sim = cam_sim_alloc(ahd_action, ahd_poll, "ahd", ahd,
141 			    device_get_unit(ahd->dev_softc),
142 			    1, /*XXX*/256, devq);
143 	if (sim == NULL) {
144 		cam_simq_free(devq);
145 		goto fail;
146 	}
147 
148 	if (xpt_bus_register(sim, /*bus_id*/0) != CAM_SUCCESS) {
149 		cam_sim_free(sim, /*free_devq*/TRUE);
150 		sim = NULL;
151 		goto fail;
152 	}
153 
154 	if (xpt_create_path(&path, /*periph*/NULL,
155 			    cam_sim_path(sim), CAM_TARGET_WILDCARD,
156 			    CAM_LUN_WILDCARD) != CAM_REQ_CMP) {
157 		xpt_bus_deregister(cam_sim_path(sim));
158 		cam_sim_free(sim, /*free_devq*/TRUE);
159 		sim = NULL;
160 		goto fail;
161 	}
162 
163 	xpt_setup_ccb(&csa.ccb_h, path, /*priority*/5);
164 	csa.ccb_h.func_code = XPT_SASYNC_CB;
165 	csa.event_enable = AC_LOST_DEVICE;
166 	csa.callback = ahd_async;
167 	csa.callback_arg = sim;
168 	xpt_action((union ccb *)&csa);
169 	count++;
170 
171 fail:
172 	ahd->platform_data->sim = sim;
173 	ahd->platform_data->path = path;
174 	if (count != 0) {
175 		/* We have to wait until after any system dumps... */
176 		ahd->platform_data->eh =
177 		    EVENTHANDLER_REGISTER(shutdown_final, ahd_shutdown,
178 					  ahd, SHUTDOWN_PRI_DEFAULT);
179 		ahd_intr_enable(ahd, TRUE);
180 	}
181 
182 	ahd_unlock(ahd, &s);
183 
184 	return (count);
185 }
186 
187 /*
188  * Catch an interrupt from the adapter
189  */
190 void
191 ahd_platform_intr(void *arg)
192 {
193 	struct	ahd_softc *ahd;
194 
195 	ahd = (struct ahd_softc *)arg;
196 	ahd_intr(ahd);
197 }
198 
199 /*
200  * We have an scb which has been processed by the
201  * adaptor, now we look to see how the operation
202  * went.
203  */
204 void
205 ahd_done(struct ahd_softc *ahd, struct scb *scb)
206 {
207 	union ccb *ccb;
208 
209 	CAM_DEBUG(scb->io_ctx->ccb_h.path, CAM_DEBUG_TRACE,
210 		  ("ahd_done - scb %d\n", SCB_GET_TAG(scb)));
211 
212 	ccb = scb->io_ctx;
213 	LIST_REMOVE(scb, pending_links);
214 
215 	untimeout(ahd_timeout, (caddr_t)scb, ccb->ccb_h.timeout_ch);
216 
217 	if ((ccb->ccb_h.flags & CAM_DIR_MASK) != CAM_DIR_NONE) {
218 		bus_dmasync_op_t op;
219 
220 		if ((ccb->ccb_h.flags & CAM_DIR_MASK) == CAM_DIR_IN)
221 			op = BUS_DMASYNC_POSTREAD;
222 		else
223 			op = BUS_DMASYNC_POSTWRITE;
224 		bus_dmamap_sync(ahd->buffer_dmat, scb->dmamap, op);
225 		bus_dmamap_unload(ahd->buffer_dmat, scb->dmamap);
226 	}
227 
228 #ifdef AHD_TARGET_MODE
229 	if (ccb->ccb_h.func_code == XPT_CONT_TARGET_IO) {
230 		struct cam_path *ccb_path;
231 
232 		/*
233 		 * If we have finally disconnected, clean up our
234 		 * pending device state.
235 		 * XXX - There may be error states that cause where
236 		 *       we will remain connected.
237 		 */
238 		ccb_path = ccb->ccb_h.path;
239 		if (ahd->pending_device != NULL
240 		 && xpt_path_comp(ahd->pending_device->path, ccb_path) == 0) {
241 
242 			if ((ccb->ccb_h.flags & CAM_SEND_STATUS) != 0) {
243 				ahd->pending_device = NULL;
244 			} else {
245 				xpt_print_path(ccb->ccb_h.path);
246 				printf("Still disconnected\n");
247 				ahd_freeze_ccb(ccb);
248 			}
249 		}
250 
251 		if (ahd_get_transaction_status(scb) == CAM_REQ_INPROG)
252 			ccb->ccb_h.status |= CAM_REQ_CMP;
253 		ccb->ccb_h.status &= ~CAM_SIM_QUEUED;
254 		ahd_free_scb(ahd, scb);
255 		xpt_done(ccb);
256 		return;
257 	}
258 #endif
259 
260 	/*
261 	 * If the recovery SCB completes, we have to be
262 	 * out of our timeout.
263 	 */
264 	if ((scb->flags & SCB_RECOVERY_SCB) != 0) {
265 		struct	scb *list_scb;
266 
267 		/*
268 		 * We were able to complete the command successfully,
269 		 * so reinstate the timeouts for all other pending
270 		 * commands.
271 		 */
272 		LIST_FOREACH(list_scb, &ahd->pending_scbs, pending_links) {
273 			union ccb *ccb;
274 			uint64_t time;
275 
276 			ccb = list_scb->io_ctx;
277 			if (ccb->ccb_h.timeout == CAM_TIME_INFINITY)
278 				continue;
279 
280 			time = ccb->ccb_h.timeout;
281 			time *= hz;
282 			time /= 1000;
283 			ccb->ccb_h.timeout_ch =
284 			    timeout(ahd_timeout, list_scb, time);
285 		}
286 
287 		if (ahd_get_transaction_status(scb) == CAM_BDR_SENT
288 		 || ahd_get_transaction_status(scb) == CAM_REQ_ABORTED)
289 			ahd_set_transaction_status(scb, CAM_CMD_TIMEOUT);
290 		ahd_print_path(ahd, scb);
291 		printf("no longer in timeout, status = %x\n",
292 		       ccb->ccb_h.status);
293 	}
294 
295 	/* Don't clobber any existing error state */
296 	if (ahd_get_transaction_status(scb) == CAM_REQ_INPROG) {
297 		ccb->ccb_h.status |= CAM_REQ_CMP;
298 	} else if ((scb->flags & SCB_SENSE) != 0) {
299 		/*
300 		 * We performed autosense retrieval.
301 		 *
302 		 * Zero any sense not transferred by the
303 		 * device.  The SCSI spec mandates that any
304 		 * untransfered data should be assumed to be
305 		 * zero.  Complete the 'bounce' of sense information
306 		 * through buffers accessible via bus-space by
307 		 * copying it into the clients csio.
308 		 */
309 		memset(&ccb->csio.sense_data, 0, sizeof(ccb->csio.sense_data));
310 		memcpy(&ccb->csio.sense_data,
311 		       ahd_get_sense_buf(ahd, scb),
312 /* XXX What size do we want to use??? */
313 			sizeof(ccb->csio.sense_data)
314 		       - ccb->csio.sense_resid);
315 		scb->io_ctx->ccb_h.status |= CAM_AUTOSNS_VALID;
316 	} else if ((scb->flags & SCB_PKT_SENSE) != 0) {
317 		struct scsi_status_iu_header *siu;
318 		u_int sense_len;
319 		int i;
320 
321 		/*
322 		 * Copy only the sense data into the provided buffer.
323 		 */
324 		siu = (struct scsi_status_iu_header *)scb->sense_data;
325 		sense_len = MIN(scsi_4btoul(siu->sense_length),
326 				sizeof(ccb->csio.sense_data));
327 		memset(&ccb->csio.sense_data, 0, sizeof(ccb->csio.sense_data));
328 		memcpy(&ccb->csio.sense_data,
329 		       ahd_get_sense_buf(ahd, scb) + SIU_SENSE_OFFSET(siu),
330 		       sense_len);
331 		printf("Copied %d bytes of sense data offset %d:", sense_len,
332 		       SIU_SENSE_OFFSET(siu));
333 		for (i = 0; i < sense_len; i++)
334 			printf(" 0x%x", ((uint8_t *)&ccb->csio.sense_data)[i]);
335 		printf("\n");
336 		scb->io_ctx->ccb_h.status |= CAM_AUTOSNS_VALID;
337 	}
338 	ccb->ccb_h.status &= ~CAM_SIM_QUEUED;
339 	ahd_free_scb(ahd, scb);
340 	xpt_done(ccb);
341 }
342 
343 static void
344 ahd_action(struct cam_sim *sim, union ccb *ccb)
345 {
346 	struct	ahd_softc *ahd;
347 #ifdef AHD_TARGET_MODE
348 	struct	ahd_tmode_lstate *lstate;
349 #endif
350 	u_int	target_id;
351 	u_int	our_id;
352 	long	s;
353 
354 	CAM_DEBUG(ccb->ccb_h.path, CAM_DEBUG_TRACE, ("ahd_action\n"));
355 
356 	ahd = (struct ahd_softc *)cam_sim_softc(sim);
357 
358 	target_id = ccb->ccb_h.target_id;
359 	our_id = SIM_SCSI_ID(ahd, sim);
360 
361 	switch (ccb->ccb_h.func_code) {
362 	/* Common cases first */
363 #ifdef AHD_TARGET_MODE
364 	case XPT_ACCEPT_TARGET_IO:	/* Accept Host Target Mode CDB */
365 	case XPT_CONT_TARGET_IO:/* Continue Host Target I/O Connection*/
366 	{
367 		struct	   ahd_tmode_tstate *tstate;
368 		cam_status status;
369 
370 		status = ahd_find_tmode_devs(ahd, sim, ccb, &tstate,
371 					     &lstate, TRUE);
372 
373 		if (status != CAM_REQ_CMP) {
374 			if (ccb->ccb_h.func_code == XPT_CONT_TARGET_IO) {
375 				/* Response from the black hole device */
376 				tstate = NULL;
377 				lstate = ahd->black_hole;
378 			} else {
379 				ccb->ccb_h.status = status;
380 				xpt_done(ccb);
381 				break;
382 			}
383 		}
384 		if (ccb->ccb_h.func_code == XPT_ACCEPT_TARGET_IO) {
385 
386 			ahd_lock(ahd, &s);
387 			SLIST_INSERT_HEAD(&lstate->accept_tios, &ccb->ccb_h,
388 					  sim_links.sle);
389 			ccb->ccb_h.status = CAM_REQ_INPROG;
390 			if ((ahd->flags & AHD_TQINFIFO_BLOCKED) != 0)
391 				ahd_run_tqinfifo(ahd, /*paused*/FALSE);
392 			ahd_unlock(ahd, &s);
393 			break;
394 		}
395 
396 		/*
397 		 * The target_id represents the target we attempt to
398 		 * select.  In target mode, this is the initiator of
399 		 * the original command.
400 		 */
401 		our_id = target_id;
402 		target_id = ccb->csio.init_id;
403 		/* FALLTHROUGH */
404 	}
405 #endif
406 	case XPT_SCSI_IO:	/* Execute the requested I/O operation */
407 	case XPT_RESET_DEV:	/* Bus Device Reset the specified SCSI device */
408 	{
409 		struct	scb *scb;
410 		struct	hardware_scb *hscb;
411 		struct	ahd_initiator_tinfo *tinfo;
412 		struct	ahd_tmode_tstate *tstate;
413 		u_int	col_idx;
414 
415 		if ((ahd->flags & AHD_INITIATORROLE) == 0
416 		 && (ccb->ccb_h.func_code == XPT_SCSI_IO
417 		  || ccb->ccb_h.func_code == XPT_RESET_DEV)) {
418 			ccb->ccb_h.status = CAM_PROVIDE_FAIL;
419 			xpt_done(ccb);
420 			return;
421 		}
422 
423 		/*
424 		 * get an scb to use.
425 		 */
426 		ahd_lock(ahd, &s);
427 		tinfo = ahd_fetch_transinfo(ahd, 'A', our_id,
428 					    target_id, &tstate);
429 		if ((ccb->ccb_h.flags & CAM_TAG_ACTION_VALID) == 0
430 		 || (tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0
431 		 || ccb->ccb_h.func_code == XPT_CONT_TARGET_IO) {
432 			col_idx = AHD_NEVER_COL_IDX;
433 		} else {
434 			col_idx = AHD_BUILD_COL_IDX(target_id,
435 						    ccb->ccb_h.target_lun);
436 		}
437 		if ((scb = ahd_get_scb(ahd, col_idx)) == NULL) {
438 
439 			xpt_freeze_simq(sim, /*count*/1);
440 			ahd->flags |= AHD_RESOURCE_SHORTAGE;
441 			ahd_unlock(ahd, &s);
442 			ccb->ccb_h.status = CAM_REQUEUE_REQ;
443 			xpt_done(ccb);
444 			return;
445 		}
446 		ahd_unlock(ahd, &s);
447 
448 		hscb = scb->hscb;
449 
450 		CAM_DEBUG(ccb->ccb_h.path, CAM_DEBUG_SUBTRACE,
451 			  ("start scb(%p)\n", scb));
452 		scb->io_ctx = ccb;
453 		/*
454 		 * So we can find the SCB when an abort is requested
455 		 */
456 		ccb->ccb_h.ccb_scb_ptr = scb;
457 
458 		/*
459 		 * Put all the arguments for the xfer in the scb
460 		 */
461 		hscb->control = 0;
462 		hscb->scsiid = BUILD_SCSIID(ahd, sim, target_id, our_id);
463 		hscb->lun = ccb->ccb_h.target_lun;
464 		if (ccb->ccb_h.func_code == XPT_RESET_DEV) {
465 			hscb->cdb_len = 0;
466 			scb->flags |= SCB_DEVICE_RESET;
467 			hscb->control |= MK_MESSAGE;
468 			hscb->task_management = SIU_TASKMGMT_LUN_RESET;
469 			ahd_execute_scb(scb, NULL, 0, 0);
470 		} else {
471 #ifdef AHD_TARGET_MODE
472 			if (ccb->ccb_h.func_code == XPT_CONT_TARGET_IO) {
473 				struct target_data *tdata;
474 
475 				tdata = &hscb->shared_data.tdata;
476 				if (ahd->pending_device == lstate)
477 					scb->flags |= SCB_TARGET_IMMEDIATE;
478 				hscb->control |= TARGET_SCB;
479 				tdata->target_phases = 0;
480 				if ((ccb->ccb_h.flags & CAM_SEND_STATUS) != 0) {
481 					tdata->target_phases |= SPHASE_PENDING;
482 					tdata->scsi_status =
483 					    ccb->csio.scsi_status;
484 				}
485 	 			if (ccb->ccb_h.flags & CAM_DIS_DISCONNECT)
486 					tdata->target_phases |= NO_DISCONNECT;
487 
488 				tdata->initiator_tag =
489 				    ahd_htole16(ccb->csio.tag_id);
490 			}
491 #endif
492 			hscb->task_management = 0;
493 			if (ccb->ccb_h.flags & CAM_TAG_ACTION_VALID)
494 				hscb->control |= ccb->csio.tag_action;
495 
496 			ahd_setup_data(ahd, sim, &ccb->csio, scb);
497 		}
498 		break;
499 	}
500 #ifdef AHD_TARGET_MODE
501 	case XPT_NOTIFY_ACK:
502 	case XPT_IMMED_NOTIFY:
503 	{
504 		struct	   ahd_tmode_tstate *tstate;
505 		struct	   ahd_tmode_lstate *lstate;
506 		cam_status status;
507 
508 		status = ahd_find_tmode_devs(ahd, sim, ccb, &tstate,
509 					     &lstate, TRUE);
510 
511 		if (status != CAM_REQ_CMP) {
512 			ccb->ccb_h.status = status;
513 			xpt_done(ccb);
514 			break;
515 		}
516 		SLIST_INSERT_HEAD(&lstate->immed_notifies, &ccb->ccb_h,
517 				  sim_links.sle);
518 		ccb->ccb_h.status = CAM_REQ_INPROG;
519 		ahd_send_lstate_events(ahd, lstate);
520 		break;
521 	}
522 	case XPT_EN_LUN:		/* Enable LUN as a target */
523 		ahd_handle_en_lun(ahd, sim, ccb);
524 		xpt_done(ccb);
525 		break;
526 #endif
527 	case XPT_ABORT:			/* Abort the specified CCB */
528 	{
529 		ahd_abort_ccb(ahd, sim, ccb);
530 		break;
531 	}
532 	case XPT_SET_TRAN_SETTINGS:
533 	{
534 		ahd_lock(ahd, &s);
535 		ahd_set_tran_settings(ahd, SIM_SCSI_ID(ahd, sim),
536 				      SIM_CHANNEL(ahd, sim), &ccb->cts);
537 		ahd_unlock(ahd, &s);
538 		xpt_done(ccb);
539 		break;
540 	}
541 	case XPT_GET_TRAN_SETTINGS:
542 	/* Get default/user set transfer settings for the target */
543 	{
544 		ahd_lock(ahd, &s);
545 		ahd_get_tran_settings(ahd, SIM_SCSI_ID(ahd, sim),
546 				      SIM_CHANNEL(ahd, sim), &ccb->cts);
547 		ahd_unlock(ahd, &s);
548 		xpt_done(ccb);
549 		break;
550 	}
551 	case XPT_CALC_GEOMETRY:
552 	{
553 		struct	  ccb_calc_geometry *ccg;
554 		uint32_t size_mb;
555 		uint32_t secs_per_cylinder;
556 		int	  extended;
557 
558 		ccg = &ccb->ccg;
559 		size_mb = ccg->volume_size
560 			/ ((1024L * 1024L) / ccg->block_size);
561 		extended = ahd->flags & AHD_EXTENDED_TRANS_A;
562 
563 		if (size_mb > 1024 && extended) {
564 			ccg->heads = 255;
565 			ccg->secs_per_track = 63;
566 		} else {
567 			ccg->heads = 64;
568 			ccg->secs_per_track = 32;
569 		}
570 		secs_per_cylinder = ccg->heads * ccg->secs_per_track;
571 		ccg->cylinders = ccg->volume_size / secs_per_cylinder;
572 		ccb->ccb_h.status = CAM_REQ_CMP;
573 		xpt_done(ccb);
574 		break;
575 	}
576 	case XPT_RESET_BUS:		/* Reset the specified SCSI bus */
577 	{
578 		int  found;
579 
580 		ahd_lock(ahd, &s);
581 		found = ahd_reset_channel(ahd, SIM_CHANNEL(ahd, sim),
582 					  /*initiate reset*/TRUE);
583 		ahd_unlock(ahd, &s);
584 		if (bootverbose) {
585 			xpt_print_path(SIM_PATH(ahd, sim));
586 			printf("SCSI bus reset delivered. "
587 			       "%d SCBs aborted.\n", found);
588 		}
589 		ccb->ccb_h.status = CAM_REQ_CMP;
590 		xpt_done(ccb);
591 		break;
592 	}
593 	case XPT_TERM_IO:		/* Terminate the I/O process */
594 		/* XXX Implement */
595 		ccb->ccb_h.status = CAM_REQ_INVALID;
596 		xpt_done(ccb);
597 		break;
598 	case XPT_PATH_INQ:		/* Path routing inquiry */
599 	{
600 		struct ccb_pathinq *cpi = &ccb->cpi;
601 
602 		cpi->version_num = 1; /* XXX??? */
603 		cpi->hba_inquiry = PI_SDTR_ABLE|PI_TAG_ABLE;
604 		if ((ahd->features & AHD_WIDE) != 0)
605 			cpi->hba_inquiry |= PI_WIDE_16;
606 		if ((ahd->features & AHD_TARGETMODE) != 0) {
607 			cpi->target_sprt = PIT_PROCESSOR
608 					 | PIT_DISCONNECT
609 					 | PIT_TERM_IO;
610 		} else {
611 			cpi->target_sprt = 0;
612 		}
613 		cpi->hba_misc = 0;
614 		cpi->hba_eng_cnt = 0;
615 		cpi->max_target = (ahd->features & AHD_WIDE) ? 15 : 7;
616 		cpi->max_lun = AHD_NUM_LUNS - 1;
617 		cpi->initiator_id = ahd->our_id;
618 		if ((ahd->flags & AHD_RESET_BUS_A) == 0) {
619 			cpi->hba_misc |= PIM_NOBUSRESET;
620 		}
621 		cpi->bus_id = cam_sim_bus(sim);
622 		cpi->base_transfer_speed = 3300;
623 		strncpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
624 		strncpy(cpi->hba_vid, "Adaptec", HBA_IDLEN);
625 		strncpy(cpi->dev_name, cam_sim_name(sim), DEV_IDLEN);
626 		cpi->unit_number = cam_sim_unit(sim);
627 #ifdef AHD_NEW_TRAN_SETTINGS
628 		cpi->protocol = PROTO_SCSI;
629 		cpi->protocol_version = SCSI_REV_2;
630 		cpi->transport = XPORT_SPI;
631 		cpi->transport_version = 2;
632 		cpi->xport_specific.spi.ppr_options = SID_SPI_CLOCK_ST;
633 		cpi->transport_version = 4;
634 		cpi->xport_specific.spi.ppr_options = SID_SPI_CLOCK_DT_ST;
635 #endif
636 		cpi->ccb_h.status = CAM_REQ_CMP;
637 		xpt_done(ccb);
638 		break;
639 	}
640 	default:
641 		ccb->ccb_h.status = CAM_PROVIDE_FAIL;
642 		xpt_done(ccb);
643 		break;
644 	}
645 }
646 
647 
648 static void
649 ahd_set_tran_settings(struct ahd_softc *ahd, int our_id, char channel,
650 		      struct ccb_trans_settings *cts)
651 {
652 #ifdef AHD_NEW_TRAN_SETTINGS
653 	struct	  ahd_devinfo devinfo;
654 	struct	  ccb_trans_settings_scsi *scsi;
655 	struct	  ccb_trans_settings_spi *spi;
656 	struct	  ahd_initiator_tinfo *tinfo;
657 	struct	  ahd_tmode_tstate *tstate;
658 	uint16_t *discenable;
659 	uint16_t *tagenable;
660 	u_int	  update_type;
661 
662 	scsi = &cts->proto_specific.scsi;
663 	spi = &cts->xport_specific.spi;
664 	ahd_compile_devinfo(&devinfo, SIM_SCSI_ID(ahd, sim),
665 			    cts->ccb_h.target_id,
666 			    cts->ccb_h.target_lun,
667 			    SIM_CHANNEL(ahd, sim),
668 			    ROLE_UNKNOWN);
669 	tinfo = ahd_fetch_transinfo(ahd, devinfo.channel,
670 				    devinfo.our_scsiid,
671 				    devinfo.target, &tstate);
672 	update_type = 0;
673 	if (cts->type == CTS_TYPE_CURRENT_SETTINGS) {
674 		update_type |= AHD_TRANS_GOAL;
675 		discenable = &tstate->discenable;
676 		tagenable = &tstate->tagenable;
677 		tinfo->curr.protocol_version = cts->protocol_version;
678 		tinfo->curr.transport_version = cts->transport_version;
679 		tinfo->goal.protocol_version = cts->protocol_version;
680 		tinfo->goal.transport_version = cts->transport_version;
681 	} else if (cts->type == CTS_TYPE_USER_SETTINGS) {
682 		update_type |= AHD_TRANS_USER;
683 		discenable = &ahd->user_discenable;
684 		tagenable = &ahd->user_tagenable;
685 		tinfo->user.protocol_version = cts->protocol_version;
686 		tinfo->user.transport_version = cts->transport_version;
687 	} else {
688 		cts->ccb_h.status = CAM_REQ_INVALID;
689 		return;
690 	}
691 
692 	if ((spi->valid & CTS_SPI_VALID_DISC) != 0) {
693 		if ((spi->flags & CTS_SPI_FLAGS_DISC_ENB) != 0)
694 			*discenable |= devinfo.target_mask;
695 		else
696 			*discenable &= ~devinfo.target_mask;
697 	}
698 
699 	if ((scsi->valid & CTS_SCSI_VALID_TQ) != 0) {
700 		if ((scsi->flags & CTS_SCSI_FLAGS_TAG_ENB) != 0)
701 			*tagenable |= devinfo.target_mask;
702 		else
703 			*tagenable &= ~devinfo.target_mask;
704 	}
705 
706 	if ((spi->valid & CTS_SPI_VALID_BUS_WIDTH) != 0) {
707 		ahd_validate_width(ahd, /*tinfo limit*/NULL,
708 				   &spi->bus_width, ROLE_UNKNOWN);
709 		ahd_set_width(ahd, &devinfo, spi->bus_width,
710 			      update_type, /*paused*/FALSE);
711 	}
712 
713 	if ((spi->valid & CTS_SPI_VALID_PPR_OPTIONS) == 0) {
714 		if (update_type == AHD_TRANS_USER)
715 			spi->ppr_options = tinfo->user.ppr_options;
716 		else
717 			spi->ppr_options = tinfo->goal.ppr_options;
718 	}
719 
720 	if ((spi->valid & CTS_SPI_VALID_SYNC_OFFSET) == 0) {
721 		if (update_type == AHD_TRANS_USER)
722 			spi->sync_offset = tinfo->user.offset;
723 		else
724 			spi->sync_offset = tinfo->goal.offset;
725 	}
726 
727 	if ((spi->valid & CTS_SPI_VALID_SYNC_RATE) == 0) {
728 		if (update_type == AHD_TRANS_USER)
729 			spi->sync_period = tinfo->user.period;
730 		else
731 			spi->sync_period = tinfo->goal.period;
732 	}
733 
734 	if (((spi->valid & CTS_SPI_VALID_SYNC_RATE) != 0)
735 	 || ((spi->valid & CTS_SPI_VALID_SYNC_OFFSET) != 0)) {
736 		u_int	maxsync;
737 
738 		maxsync = AHD_SYNCRATE_MAX;
739 
740 		if (spi->bus_width != MSG_EXT_WDTR_BUS_16_BIT)
741 			spi->ppr_options &= ~MSG_EXT_PPR_DT_REQ;
742 
743 		if ((*discenable & devinfo.target_mask) == 0)
744 			spi->ppr_options &= ~MSG_EXT_PPR_IU_REQ;
745 
746 		ahd_find_syncrate(ahd, &spi->sync_period,
747 				  &spi->ppr_options, maxsync);
748 		ahd_validate_offset(ahd, /*tinfo limit*/NULL,
749 				    spi->sync_period, &spi->sync_offset,
750 				    spi->bus_width, ROLE_UNKNOWN);
751 
752 		/* We use a period of 0 to represent async */
753 		if (spi->sync_offset == 0) {
754 			spi->sync_period = 0;
755 			spi->ppr_options = 0;
756 		}
757 
758 		ahd_set_syncrate(ahd, &devinfo, spi->sync_period,
759 				 spi->sync_offset, spi->ppr_options,
760 				 update_type, /*paused*/FALSE);
761 	}
762 	cts->ccb_h.status = CAM_REQ_CMP;
763 #else
764 	struct	  ahd_devinfo devinfo;
765 	struct	  ahd_initiator_tinfo *tinfo;
766 	struct	  ahd_tmode_tstate *tstate;
767 	uint16_t *discenable;
768 	uint16_t *tagenable;
769 	u_int	  update_type;
770 
771 	ahd_compile_devinfo(&devinfo, SIM_SCSI_ID(ahd, sim),
772 			    cts->ccb_h.target_id,
773 			    cts->ccb_h.target_lun,
774 			    SIM_CHANNEL(ahd, sim),
775 			    ROLE_UNKNOWN);
776 	tinfo = ahd_fetch_transinfo(ahd, devinfo.channel,
777 				    devinfo.our_scsiid,
778 				    devinfo.target, &tstate);
779 	update_type = 0;
780 	if ((cts->flags & CCB_TRANS_CURRENT_SETTINGS) != 0) {
781 		update_type |= AHD_TRANS_GOAL;
782 		discenable = &tstate->discenable;
783 		tagenable = &tstate->tagenable;
784 	} else if ((cts->flags & CCB_TRANS_USER_SETTINGS) != 0) {
785 		update_type |= AHD_TRANS_USER;
786 		discenable = &ahd->user_discenable;
787 		tagenable = &ahd->user_tagenable;
788 	} else {
789 		cts->ccb_h.status = CAM_REQ_INVALID;
790 		return;
791 	}
792 
793 	if ((cts->valid & CCB_TRANS_DISC_VALID) != 0) {
794 		if ((cts->flags & CCB_TRANS_DISC_ENB) != 0)
795 			*discenable |= devinfo.target_mask;
796 		else
797 			*discenable &= ~devinfo.target_mask;
798 	}
799 
800 	if ((cts->valid & CCB_TRANS_TQ_VALID) != 0) {
801 		if ((cts->flags & CCB_TRANS_TAG_ENB) != 0)
802 			*tagenable |= devinfo.target_mask;
803 		else
804 			*tagenable &= ~devinfo.target_mask;
805 	}
806 
807 	if ((cts->valid & CCB_TRANS_BUS_WIDTH_VALID) != 0) {
808 		ahd_validate_width(ahd, /*tinfo limit*/NULL,
809 				   &cts->bus_width, ROLE_UNKNOWN);
810 		ahd_set_width(ahd, &devinfo, cts->bus_width,
811 			      update_type, /*paused*/FALSE);
812 	}
813 
814 	if ((cts->valid & CCB_TRANS_SYNC_OFFSET_VALID) == 0) {
815 		if (update_type == AHD_TRANS_USER)
816 			cts->sync_offset = tinfo->user.offset;
817 		else
818 			cts->sync_offset = tinfo->goal.offset;
819 	}
820 
821 	if ((cts->valid & CCB_TRANS_SYNC_RATE_VALID) == 0) {
822 		if (update_type == AHD_TRANS_USER)
823 			cts->sync_period = tinfo->user.period;
824 		else
825 			cts->sync_period = tinfo->goal.period;
826 	}
827 
828 	if (((cts->valid & CCB_TRANS_SYNC_RATE_VALID) != 0)
829 	 || ((cts->valid & CCB_TRANS_SYNC_OFFSET_VALID) != 0)
830 	 || ((cts->valid & CCB_TRANS_TQ_VALID) != 0)
831 	 || ((cts->valid & CCB_TRANS_DISC_VALID) != 0)) {
832 		u_int ppr_options;
833 		u_int maxsync;
834 
835 		maxsync = AHD_SYNCRATE_MAX;
836 		ppr_options = 0;
837 		if (cts->sync_period <= AHD_SYNCRATE_DT
838 		 && cts->bus_width == MSG_EXT_WDTR_BUS_16_BIT) {
839 			ppr_options = tinfo->user.ppr_options
840 				    | MSG_EXT_PPR_DT_REQ;
841 		}
842 
843 		if ((*tagenable & devinfo.target_mask) == 0
844 		 || (*discenable & devinfo.target_mask) == 0)
845 			ppr_options &= ~MSG_EXT_PPR_IU_REQ;
846 
847 		ahd_find_syncrate(ahd, &cts->sync_period,
848 				  &ppr_options, maxsync);
849 		ahd_validate_offset(ahd, /*tinfo limit*/NULL,
850 				    cts->sync_period, &cts->sync_offset,
851 				    MSG_EXT_WDTR_BUS_8_BIT,
852 				    ROLE_UNKNOWN);
853 
854 		/* We use a period of 0 to represent async */
855 		if (cts->sync_offset == 0) {
856 			cts->sync_period = 0;
857 			ppr_options = 0;
858 		}
859 
860 		if (ppr_options != 0
861 		 && tinfo->user.transport_version >= 3) {
862 			tinfo->goal.transport_version =
863 			    tinfo->user.transport_version;
864 			tinfo->curr.transport_version =
865 			    tinfo->user.transport_version;
866 		}
867 
868 		ahd_set_syncrate(ahd, &devinfo, cts->sync_period,
869 				 cts->sync_offset, ppr_options,
870 				 update_type, /*paused*/FALSE);
871 	}
872 	cts->ccb_h.status = CAM_REQ_CMP;
873 #endif
874 }
875 
876 static void
877 ahd_get_tran_settings(struct ahd_softc *ahd, int our_id, char channel,
878 		      struct ccb_trans_settings *cts)
879 {
880 #ifdef AHD_NEW_TRAN_SETTINGS
881 	struct	ahd_devinfo devinfo;
882 	struct	ccb_trans_settings_scsi *scsi;
883 	struct	ccb_trans_settings_spi *spi;
884 	struct	ahd_initiator_tinfo *targ_info;
885 	struct	ahd_tmode_tstate *tstate;
886 	struct	ahd_transinfo *tinfo;
887 
888 	scsi = &cts->proto_specific.scsi;
889 	spi = &cts->xport_specific.spi;
890 	ahd_compile_devinfo(&devinfo, our_id,
891 			    cts->ccb_h.target_id,
892 			    cts->ccb_h.target_lun,
893 			    channel, ROLE_UNKNOWN);
894 	targ_info = ahd_fetch_transinfo(ahd, devinfo.channel,
895 					devinfo.our_scsiid,
896 					devinfo.target, &tstate);
897 
898 	if (cts->type == CTS_TYPE_CURRENT_SETTINGS)
899 		tinfo = &targ_info->curr;
900 	else
901 		tinfo = &targ_info->user;
902 
903 	scsi->flags &= ~CTS_SCSI_FLAGS_TAG_ENB;
904 	spi->flags &= ~CTS_SPI_FLAGS_DISC_ENB;
905 	if (cts->type == CTS_TYPE_USER_SETTINGS) {
906 		if ((ahd->user_discenable & devinfo.target_mask) != 0)
907 			spi->flags |= CTS_SPI_FLAGS_DISC_ENB;
908 
909 		if ((ahd->user_tagenable & devinfo.target_mask) != 0)
910 			scsi->flags |= CTS_SCSI_FLAGS_TAG_ENB;
911 	} else {
912 		if ((tstate->discenable & devinfo.target_mask) != 0)
913 			spi->flags |= CTS_SPI_FLAGS_DISC_ENB;
914 
915 		if ((tstate->tagenable & devinfo.target_mask) != 0)
916 			scsi->flags |= CTS_SCSI_FLAGS_TAG_ENB;
917 	}
918 	cts->protocol_version = tinfo->protocol_version;
919 	cts->transport_version = tinfo->transport_version;
920 
921 	spi->sync_period = tinfo->period;
922 	spi->sync_offset = tinfo->offset;
923 	spi->bus_width = tinfo->width;
924 	spi->ppr_options = tinfo->ppr_options;
925 
926 	cts->protocol = PROTO_SCSI;
927 	cts->transport = XPORT_SPI;
928 	spi->valid = CTS_SPI_VALID_SYNC_RATE
929 		   | CTS_SPI_VALID_SYNC_OFFSET
930 		   | CTS_SPI_VALID_BUS_WIDTH
931 		   | CTS_SPI_VALID_PPR_OPTIONS;
932 
933 	if (cts->ccb_h.target_lun != CAM_LUN_WILDCARD) {
934 		scsi->valid = CTS_SCSI_VALID_TQ;
935 		spi->valid |= CTS_SPI_VALID_DISC;
936 	} else {
937 		scsi->valid = 0;
938 	}
939 
940 	cts->ccb_h.status = CAM_REQ_CMP;
941 #else
942 	struct	ahd_devinfo devinfo;
943 	struct	ahd_initiator_tinfo *targ_info;
944 	struct	ahd_tmode_tstate *tstate;
945 	struct	ahd_transinfo *tinfo;
946 
947 	ahd_compile_devinfo(&devinfo, our_id,
948 			    cts->ccb_h.target_id,
949 			    cts->ccb_h.target_lun,
950 			    channel, ROLE_UNKNOWN);
951 	targ_info = ahd_fetch_transinfo(ahd, devinfo.channel,
952 					devinfo.our_scsiid,
953 					devinfo.target, &tstate);
954 
955 	if ((cts->flags & CCB_TRANS_CURRENT_SETTINGS) != 0)
956 		tinfo = &targ_info->curr;
957 	else
958 		tinfo = &targ_info->user;
959 
960 	cts->flags &= ~(CCB_TRANS_DISC_ENB|CCB_TRANS_TAG_ENB);
961 	if ((cts->flags & CCB_TRANS_CURRENT_SETTINGS) == 0) {
962 		if ((ahd->user_discenable & devinfo.target_mask) != 0)
963 			cts->flags |= CCB_TRANS_DISC_ENB;
964 
965 		if ((ahd->user_tagenable & devinfo.target_mask) != 0)
966 			cts->flags |= CCB_TRANS_TAG_ENB;
967 	} else {
968 		if ((tstate->discenable & devinfo.target_mask) != 0)
969 			cts->flags |= CCB_TRANS_DISC_ENB;
970 
971 		if ((tstate->tagenable & devinfo.target_mask) != 0)
972 			cts->flags |= CCB_TRANS_TAG_ENB;
973 	}
974 	cts->sync_period = tinfo->period;
975 	cts->sync_offset = tinfo->offset;
976 	cts->bus_width = tinfo->width;
977 
978 	cts->valid = CCB_TRANS_SYNC_RATE_VALID
979 		   | CCB_TRANS_SYNC_OFFSET_VALID
980 		   | CCB_TRANS_BUS_WIDTH_VALID;
981 
982 	if (cts->ccb_h.target_lun != CAM_LUN_WILDCARD)
983 		cts->valid |= CCB_TRANS_DISC_VALID|CCB_TRANS_TQ_VALID;
984 
985 	cts->ccb_h.status = CAM_REQ_CMP;
986 #endif
987 }
988 
989 static void
990 ahd_async(void *callback_arg, uint32_t code, struct cam_path *path, void *arg)
991 {
992 	struct ahd_softc *ahd;
993 	struct cam_sim *sim;
994 
995 	sim = (struct cam_sim *)callback_arg;
996 	ahd = (struct ahd_softc *)cam_sim_softc(sim);
997 	switch (code) {
998 	case AC_LOST_DEVICE:
999 	{
1000 		struct	ahd_devinfo devinfo;
1001 		long	s;
1002 
1003 		ahd_compile_devinfo(&devinfo, SIM_SCSI_ID(ahd, sim),
1004 				    xpt_path_target_id(path),
1005 				    xpt_path_lun_id(path),
1006 				    SIM_CHANNEL(ahd, sim),
1007 				    ROLE_UNKNOWN);
1008 
1009 		/*
1010 		 * Revert to async/narrow transfers
1011 		 * for the next device.
1012 		 */
1013 		ahd_lock(ahd, &s);
1014 		ahd_set_width(ahd, &devinfo, MSG_EXT_WDTR_BUS_8_BIT,
1015 			      AHD_TRANS_GOAL|AHD_TRANS_CUR, /*paused*/FALSE);
1016 		ahd_set_syncrate(ahd, &devinfo, /*period*/0, /*offset*/0,
1017 				 /*ppr_options*/0, AHD_TRANS_GOAL|AHD_TRANS_CUR,
1018 				 /*paused*/FALSE);
1019 		ahd_unlock(ahd, &s);
1020 		break;
1021 	}
1022 	default:
1023 		break;
1024 	}
1025 }
1026 
1027 static void
1028 ahd_execute_scb(void *arg, bus_dma_segment_t *dm_segs, int nsegments,
1029 		int error)
1030 {
1031 	struct	scb *scb;
1032 	union	ccb *ccb;
1033 	struct	ahd_softc *ahd;
1034 	struct	ahd_initiator_tinfo *tinfo;
1035 	struct	ahd_tmode_tstate *tstate;
1036 	u_int	mask;
1037 	u_long	s;
1038 
1039 	scb = (struct scb *)arg;
1040 	ccb = scb->io_ctx;
1041 	ahd = scb->ahd_softc;
1042 
1043 	if (error != 0) {
1044 		if (error == EFBIG)
1045 			ahd_set_transaction_status(scb, CAM_REQ_TOO_BIG);
1046 		else
1047 			ahd_set_transaction_status(scb, CAM_REQ_CMP_ERR);
1048 		if (nsegments != 0)
1049 			bus_dmamap_unload(ahd->buffer_dmat, scb->dmamap);
1050 		ahd_lock(ahd, &s);
1051 		ahd_free_scb(ahd, scb);
1052 		ahd_unlock(ahd, &s);
1053 		xpt_done(ccb);
1054 		return;
1055 	}
1056 	scb->sg_count = 0;
1057 	if (nsegments != 0) {
1058 		void *sg;
1059 		bus_dmasync_op_t op;
1060 		u_int i;
1061 
1062 		/* Copy the segments into our SG list */
1063 		for (i = nsegments, sg = scb->sg_list; i > 0; i--) {
1064 
1065 			sg = ahd_sg_setup(ahd, scb, sg, dm_segs->ds_addr,
1066 					  dm_segs->ds_len,
1067 					  /*last*/i == 1);
1068 			dm_segs++;
1069 		}
1070 
1071 		if ((ccb->ccb_h.flags & CAM_DIR_MASK) == CAM_DIR_IN)
1072 			op = BUS_DMASYNC_PREREAD;
1073 		else
1074 			op = BUS_DMASYNC_PREWRITE;
1075 
1076 		bus_dmamap_sync(ahd->buffer_dmat, scb->dmamap, op);
1077 
1078 		if (ccb->ccb_h.func_code == XPT_CONT_TARGET_IO) {
1079 			struct target_data *tdata;
1080 
1081 			tdata = &scb->hscb->shared_data.tdata;
1082 			tdata->target_phases |= DPHASE_PENDING;
1083 			if ((ccb->ccb_h.flags & CAM_DIR_MASK) == CAM_DIR_OUT)
1084 				tdata->data_phase = P_DATAOUT;
1085 			else
1086 				tdata->data_phase = P_DATAIN;
1087 		}
1088 	}
1089 
1090 	ahd_lock(ahd, &s);
1091 
1092 	/*
1093 	 * Last time we need to check if this SCB needs to
1094 	 * be aborted.
1095 	 */
1096 	if (ahd_get_transaction_status(scb) != CAM_REQ_INPROG) {
1097 		if (nsegments != 0)
1098 			bus_dmamap_unload(ahd->buffer_dmat,
1099 					  scb->dmamap);
1100 		ahd_free_scb(ahd, scb);
1101 		ahd_unlock(ahd, &s);
1102 		xpt_done(ccb);
1103 		return;
1104 	}
1105 
1106 	tinfo = ahd_fetch_transinfo(ahd, SCSIID_CHANNEL(ahd, scb->hscb->scsiid),
1107 				    SCSIID_OUR_ID(scb->hscb->scsiid),
1108 				    SCSIID_TARGET(ahd, scb->hscb->scsiid),
1109 				    &tstate);
1110 
1111 	mask = SCB_GET_TARGET_MASK(ahd, scb);
1112 
1113 	if ((tstate->discenable & mask) != 0
1114 	 && (ccb->ccb_h.flags & CAM_DIS_DISCONNECT) == 0)
1115 		scb->hscb->control |= DISCENB;
1116 
1117 	if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) {
1118 		scb->flags |= SCB_PACKETIZED;
1119 		if (scb->hscb->task_management != 0)
1120 			scb->hscb->control &= ~MK_MESSAGE;
1121 	}
1122 
1123 	if ((ccb->ccb_h.flags & CAM_NEGOTIATE) != 0
1124 	 && (tinfo->goal.width != 0
1125 	  || tinfo->goal.period != 0
1126 	  || tinfo->goal.ppr_options != 0)) {
1127 		scb->flags |= SCB_NEGOTIATE;
1128 		scb->hscb->control |= MK_MESSAGE;
1129 	} else if ((tstate->auto_negotiate & mask) != 0) {
1130 		scb->flags |= SCB_AUTO_NEGOTIATE;
1131 		scb->hscb->control |= MK_MESSAGE;
1132 	}
1133 
1134 	LIST_INSERT_HEAD(&ahd->pending_scbs, scb, pending_links);
1135 
1136 	ccb->ccb_h.status |= CAM_SIM_QUEUED;
1137 
1138 	if (ccb->ccb_h.timeout != CAM_TIME_INFINITY) {
1139 		uint64_t time;
1140 
1141 		if (ccb->ccb_h.timeout == CAM_TIME_DEFAULT)
1142 			ccb->ccb_h.timeout = 5 * 1000;
1143 
1144 		time = ccb->ccb_h.timeout;
1145 		time *= hz;
1146 		time /= 1000;
1147 		ccb->ccb_h.timeout_ch =
1148 		    timeout(ahd_timeout, (caddr_t)scb, time);
1149 	}
1150 
1151 	if ((scb->flags & SCB_TARGET_IMMEDIATE) != 0) {
1152 		/* Define a mapping from our tag to the SCB. */
1153 		ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = scb;
1154 		ahd_pause(ahd);
1155 		ahd_set_scbptr(ahd, SCB_GET_TAG(scb));
1156 		ahd_outb(ahd, RETURN_1, CONT_MSG_LOOP_TARG);
1157 		ahd_unpause(ahd);
1158 	} else {
1159 		ahd_queue_scb(ahd, scb);
1160 	}
1161 
1162 	ahd_unlock(ahd, &s);
1163 }
1164 
1165 static void
1166 ahd_poll(struct cam_sim *sim)
1167 {
1168 	ahd_intr(cam_sim_softc(sim));
1169 }
1170 
1171 static void
1172 ahd_setup_data(struct ahd_softc *ahd, struct cam_sim *sim,
1173 	       struct ccb_scsiio *csio, struct scb *scb)
1174 {
1175 	struct hardware_scb *hscb;
1176 	struct ccb_hdr *ccb_h;
1177 
1178 	hscb = scb->hscb;
1179 	ccb_h = &csio->ccb_h;
1180 
1181 	csio->resid = 0;
1182 	csio->sense_resid = 0;
1183 	if (ccb_h->func_code == XPT_SCSI_IO) {
1184 		hscb->cdb_len = csio->cdb_len;
1185 		if ((ccb_h->flags & CAM_CDB_POINTER) != 0) {
1186 
1187 			if (hscb->cdb_len > MAX_CDB_LEN
1188 			 && (ccb_h->flags & CAM_CDB_PHYS) == 0) {
1189 				u_long s;
1190 
1191 				ahd_set_transaction_status(scb,
1192 							   CAM_REQ_INVALID);
1193 				ahd_lock(ahd, &s);
1194 				ahd_free_scb(ahd, scb);
1195 				ahd_unlock(ahd, &s);
1196 				xpt_done((union ccb *)csio);
1197 				return;
1198 			}
1199 			if ((ccb_h->flags & CAM_CDB_PHYS) != 0) {
1200 				hscb->shared_data.idata.cdbptr =
1201 				   ahd_htole64((uintptr_t)csio->cdb_io.cdb_ptr);
1202 			} else {
1203 				memcpy(hscb->shared_data.idata.cdb,
1204 				       csio->cdb_io.cdb_ptr,
1205 				       hscb->cdb_len);
1206 			}
1207 		} else {
1208 			if (hscb->cdb_len > MAX_CDB_LEN) {
1209 				u_long s;
1210 
1211 				ahd_set_transaction_status(scb,
1212 							   CAM_REQ_INVALID);
1213 				ahd_lock(ahd, &s);
1214 				ahd_free_scb(ahd, scb);
1215 				ahd_unlock(ahd, &s);
1216 				xpt_done((union ccb *)csio);
1217 				return;
1218 			}
1219 			memcpy(hscb->shared_data.idata.cdb,
1220 			       csio->cdb_io.cdb_bytes, hscb->cdb_len);
1221 		}
1222 	}
1223 
1224 	/* Only use S/G if there is a transfer */
1225 	if ((ccb_h->flags & CAM_DIR_MASK) != CAM_DIR_NONE) {
1226 		if ((ccb_h->flags & CAM_SCATTER_VALID) == 0) {
1227 			/* We've been given a pointer to a single buffer */
1228 			if ((ccb_h->flags & CAM_DATA_PHYS) == 0) {
1229 				int s;
1230 				int error;
1231 
1232 				s = splsoftvm();
1233 				error = bus_dmamap_load(ahd->buffer_dmat,
1234 							scb->dmamap,
1235 							csio->data_ptr,
1236 							csio->dxfer_len,
1237 							ahd_execute_scb,
1238 							scb, /*flags*/0);
1239 				if (error == EINPROGRESS) {
1240 					/*
1241 					 * So as to maintain ordering,
1242 					 * freeze the controller queue
1243 					 * until our mapping is
1244 					 * returned.
1245 					 */
1246 					xpt_freeze_simq(sim,
1247 							/*count*/1);
1248 					scb->io_ctx->ccb_h.status |=
1249 					    CAM_RELEASE_SIMQ;
1250 				}
1251 				splx(s);
1252 			} else {
1253 				struct bus_dma_segment seg;
1254 
1255 				/* Pointer to physical buffer */
1256 				if (csio->dxfer_len > AHD_MAXTRANSFER_SIZE)
1257 					panic("ahd_setup_data - Transfer size "
1258 					      "larger than can device max");
1259 
1260 				seg.ds_addr = (bus_addr_t)csio->data_ptr;
1261 				seg.ds_len = csio->dxfer_len;
1262 				ahd_execute_scb(scb, &seg, 1, 0);
1263 			}
1264 		} else {
1265 			struct bus_dma_segment *segs;
1266 
1267 			if ((ccb_h->flags & CAM_DATA_PHYS) != 0)
1268 				panic("ahd_setup_data - Physical segment "
1269 				      "pointers unsupported");
1270 
1271 			if ((ccb_h->flags & CAM_SG_LIST_PHYS) == 0)
1272 				panic("ahd_setup_data - Virtual segment "
1273 				      "addresses unsupported");
1274 
1275 			/* Just use the segments provided */
1276 			segs = (struct bus_dma_segment *)csio->data_ptr;
1277 			ahd_execute_scb(scb, segs, csio->sglist_cnt, 0);
1278 		}
1279 	} else {
1280 		ahd_execute_scb(scb, NULL, 0, 0);
1281 	}
1282 }
1283 
1284 #if NOT_YET
1285 static void
1286 ahd_set_recoveryscb(struct ahd_softc *ahd, struct scb *scb) {
1287 
1288 	if ((scb->flags & SCB_RECOVERY_SCB) == 0) {
1289 		struct scb *list_scb;
1290 
1291 		scb->flags |= SCB_RECOVERY_SCB;
1292 
1293 		/*
1294 		 * Take all queued, but not sent SCBs out of the equation.
1295 		 * Also ensure that no new CCBs are queued to us while we
1296 		 * try to fix this problem.
1297 		 */
1298 		if ((scb->io_ctx->ccb_h.status & CAM_RELEASE_SIMQ) == 0) {
1299 			xpt_freeze_simq(SCB_GET_SIM(ahd, scb), /*count*/1);
1300 			scb->io_ctx->ccb_h.status |= CAM_RELEASE_SIMQ;
1301 		}
1302 
1303 		/*
1304 		 * Go through all of our pending SCBs and remove
1305 		 * any scheduled timeouts for them.  We will reschedule
1306 		 * them after we've successfully fixed this problem.
1307 		 */
1308 		LIST_FOREACH(list_scb, &ahd->pending_scbs, pending_links) {
1309 			union ccb *ccb;
1310 
1311 			ccb = list_scb->io_ctx;
1312 			untimeout(ahd_timeout, list_scb, ccb->ccb_h.timeout_ch);
1313 		}
1314 	}
1315 }
1316 #endif
1317 
1318 void
1319 ahd_timeout(void *arg)
1320 {
1321 	struct	scb	  *scb;
1322 	struct	ahd_softc *ahd;
1323 	ahd_mode_state	   saved_modes;
1324 	long		   s;
1325 	int		   target;
1326 	int		   lun;
1327 	char		   channel;
1328 
1329 #if NOT_YET
1330 	int		   i;
1331 	int		   found;
1332 	u_int		   last_phase;
1333 #endif
1334 
1335 	scb = (struct scb *)arg;
1336 	ahd = (struct ahd_softc *)scb->ahd_softc;
1337 
1338 	ahd_lock(ahd, &s);
1339 
1340 	ahd_pause_and_flushwork(ahd);
1341 
1342 	saved_modes = ahd_save_modes(ahd);
1343 #if 0
1344 	ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
1345 	ahd_outb(ahd, SCSISIGO, ACKO);
1346 	printf("set ACK\n");
1347 	ahd_outb(ahd, SCSISIGO, 0);
1348 	printf("clearing Ack\n");
1349 	ahd_restore_modes(ahd, saved_modes);
1350 #endif
1351 	if ((scb->flags & SCB_ACTIVE) == 0) {
1352 		/* Previous timeout took care of me already */
1353 		printf("%s: Timedout SCB already complete. "
1354 		       "Interrupts may not be functioning.\n", ahd_name(ahd));
1355 		ahd_unpause(ahd);
1356 		ahd_unlock(ahd, &s);
1357 		return;
1358 	}
1359 
1360 	target = SCB_GET_TARGET(ahd, scb);
1361 	channel = SCB_GET_CHANNEL(ahd, scb);
1362 	lun = SCB_GET_LUN(scb);
1363 
1364 	ahd_print_path(ahd, scb);
1365 	printf("SCB 0x%x - timed out\n", SCB_GET_TAG(scb));
1366 	ahd_dump_card_state(ahd);
1367 	ahd_reset_channel(ahd, SIM_CHANNEL(ahd, sim),
1368 			  /*initiate reset*/TRUE);
1369 	ahd_unlock(ahd, &s);
1370 	return;
1371 #if NOT_YET
1372 	last_phase = ahd_inb(ahd, LASTPHASE);
1373 	if (scb->sg_count > 0) {
1374 		for (i = 0; i < scb->sg_count; i++) {
1375 			printf("sg[%d] - Addr 0x%x : Length %d\n",
1376 			       i,
1377 			       ((struct ahd_dma_seg *)scb->sg_list)[i].addr,
1378 			       ((struct ahd_dma_seg *)scb->sg_list)[i].len
1379 				& AHD_SG_LEN_MASK);
1380 		}
1381 	}
1382 	if (scb->flags & (SCB_DEVICE_RESET|SCB_ABORT)) {
1383 		/*
1384 		 * Been down this road before.
1385 		 * Do a full bus reset.
1386 		 */
1387 bus_reset:
1388 		ahd_set_transaction_status(scb, CAM_CMD_TIMEOUT);
1389 		found = ahd_reset_channel(ahd, channel, /*Initiate Reset*/TRUE);
1390 		printf("%s: Issued Channel %c Bus Reset. "
1391 		       "%d SCBs aborted\n", ahd_name(ahd), channel, found);
1392 	} else {
1393 		/*
1394 		 * If we are a target, transition to bus free and report
1395 		 * the timeout.
1396 		 *
1397 		 * The target/initiator that is holding up the bus may not
1398 		 * be the same as the one that triggered this timeout
1399 		 * (different commands have different timeout lengths).
1400 		 * If the bus is idle and we are actiing as the initiator
1401 		 * for this request, queue a BDR message to the timed out
1402 		 * target.  Otherwise, if the timed out transaction is
1403 		 * active:
1404 		 *   Initiator transaction:
1405 		 *	Stuff the message buffer with a BDR message and assert
1406 		 *	ATN in the hopes that the target will let go of the bus
1407 		 *	and go to the mesgout phase.  If this fails, we'll
1408 		 *	get another timeout 2 seconds later which will attempt
1409 		 *	a bus reset.
1410 		 *
1411 		 *   Target transaction:
1412 		 *	Transition to BUS FREE and report the error.
1413 		 *	It's good to be the target!
1414 		 */
1415 		u_int active_scb_index;
1416 		u_int saved_scbptr;
1417 
1418 		saved_scbptr = ahd_get_scbptr(ahd);
1419 		active_scb_index = saved_scbptr;
1420 
1421 		if (last_phase != P_BUSFREE
1422 		  && (ahd_inb(ahd, SEQ_FLAGS) & NOT_IDENTIFIED) == 0
1423 		  && (active_scb_index < ahd->scb_data.numscbs)) {
1424 			struct scb *active_scb;
1425 
1426 			/*
1427 			 * If the active SCB is not us, assume that
1428 			 * the active SCB has a longer timeout than
1429 			 * the timedout SCB, and wait for the active
1430 			 * SCB to timeout.
1431 			 */
1432 			active_scb = ahd_lookup_scb(ahd, active_scb_index);
1433 			if (active_scb != scb) {
1434 				struct	 ccb_hdr *ccbh;
1435 				uint64_t newtimeout;
1436 
1437 				ahd_print_path(ahd, scb);
1438 				printf("Other SCB Timeout%s",
1439 			 	       (scb->flags & SCB_OTHERTCL_TIMEOUT) != 0
1440 				       ? " again\n" : "\n");
1441 				scb->flags |= SCB_OTHERTCL_TIMEOUT;
1442 				newtimeout =
1443 				    MAX(active_scb->io_ctx->ccb_h.timeout,
1444 					scb->io_ctx->ccb_h.timeout);
1445 				newtimeout *= hz;
1446 				newtimeout /= 1000;
1447 				ccbh = &scb->io_ctx->ccb_h;
1448 				scb->io_ctx->ccb_h.timeout_ch =
1449 				    timeout(ahd_timeout, scb, newtimeout);
1450 				ahd_unpause(ahd);
1451 				ahd_unlock(ahd, &s);
1452 				return;
1453 			}
1454 
1455 			/* It's us */
1456 			if ((scb->hscb->control & TARGET_SCB) != 0) {
1457 
1458 				/*
1459 				 * Send back any queued up transactions
1460 				 * and properly record the error condition.
1461 				 */
1462 				ahd_abort_scbs(ahd, SCB_GET_TARGET(ahd, scb),
1463 					       SCB_GET_CHANNEL(ahd, scb),
1464 					       SCB_GET_LUN(scb),
1465 					       SCB_GET_TAG(scb),
1466 					       ROLE_TARGET,
1467 					       CAM_CMD_TIMEOUT);
1468 
1469 				/* Will clear us from the bus */
1470 				ahd_restart(ahd);
1471 				ahd_unlock(ahd, &s);
1472 				return;
1473 			}
1474 
1475 			ahd_set_recoveryscb(ahd, active_scb);
1476 			ahd_outb(ahd, MSG_OUT, HOST_MSG);
1477 			ahd_outb(ahd, SCSISIGO, last_phase|ATNO);
1478 			ahd_print_path(ahd, active_scb);
1479 			printf("BDR message in message buffer\n");
1480 			active_scb->flags |= SCB_DEVICE_RESET;
1481 			active_scb->io_ctx->ccb_h.timeout_ch =
1482 			    timeout(ahd_timeout, (caddr_t)active_scb, 2 * hz);
1483 			ahd_unpause(ahd);
1484 		} else {
1485 			int	 disconnected;
1486 
1487 			/* XXX Shouldn't panic.  Just punt instead? */
1488 			if ((scb->hscb->control & TARGET_SCB) != 0)
1489 				panic("Timed-out target SCB but bus idle");
1490 
1491 			if (last_phase != P_BUSFREE
1492 			 && (ahd_inb(ahd, SSTAT0) & TARGET) != 0) {
1493 				/* XXX What happened to the SCB? */
1494 				/* Hung target selection.  Goto busfree */
1495 				printf("%s: Hung target selection\n",
1496 				       ahd_name(ahd));
1497 				ahd_restart(ahd);
1498 				ahd_unlock(ahd, &s);
1499 				return;
1500 			}
1501 
1502 			if (ahd_search_qinfifo(ahd, target, channel, lun,
1503 					       SCB_GET_TAG(scb), ROLE_INITIATOR,
1504 					       /*status*/0, SEARCH_COUNT) > 0) {
1505 				disconnected = FALSE;
1506 			} else {
1507 				disconnected = TRUE;
1508 			}
1509 
1510 			if (disconnected) {
1511 
1512 				ahd_set_recoveryscb(ahd, scb);
1513 				/*
1514 				 * Actually re-queue this SCB in an attempt
1515 				 * to select the device before it reconnects.
1516 				 * In either case (selection or reselection),
1517 				 * we will now issue a target reset to the
1518 				 * timed-out device.
1519 				 *
1520 				 * Set the MK_MESSAGE control bit indicating
1521 				 * that we desire to send a message.  We
1522 				 * also set the disconnected flag since
1523 				 * in the paging case there is no guarantee
1524 				 * that our SCB control byte matches the
1525 				 * version on the card.  We don't want the
1526 				 * sequencer to abort the command thinking
1527 				 * an unsolicited reselection occurred.
1528 				 */
1529 				scb->hscb->control |= MK_MESSAGE|DISCONNECTED;
1530 				scb->flags |= SCB_DEVICE_RESET;
1531 
1532 				/*
1533 				 * The sequencer will never re-reference the
1534 				 * in-core SCB.  To make sure we are notified
1535 				 * during reslection, set the MK_MESSAGE flag
1536 				 * in the card's copy of the SCB.
1537 				 */
1538 				ahd_set_scbptr(ahd, SCB_GET_TAG(scb));
1539 				ahd_outb(ahd, SCB_CONTROL,
1540 					 ahd_inb(ahd, SCB_CONTROL)|MK_MESSAGE);
1541 
1542 				/*
1543 				 * Clear out any entries in the QINFIFO first
1544 				 * so we are the next SCB for this target
1545 				 * to run.
1546 				 */
1547 				ahd_search_qinfifo(ahd,
1548 						   SCB_GET_TARGET(ahd, scb),
1549 						   channel, SCB_GET_LUN(scb),
1550 						   SCB_LIST_NULL,
1551 						   ROLE_INITIATOR,
1552 						   CAM_REQUEUE_REQ,
1553 						   SEARCH_COMPLETE);
1554 				ahd_print_path(ahd, scb);
1555 				printf("Queuing a BDR SCB\n");
1556 				ahd_qinfifo_requeue_tail(ahd, scb);
1557 				ahd_set_scbptr(ahd, saved_scbptr);
1558 				scb->io_ctx->ccb_h.timeout_ch =
1559 				    timeout(ahd_timeout, (caddr_t)scb, 2 * hz);
1560 				ahd_unpause(ahd);
1561 			} else {
1562 				/* Go "immediatly" to the bus reset */
1563 				/* This shouldn't happen */
1564 				ahd_set_recoveryscb(ahd, scb);
1565 				ahd_print_path(ahd, scb);
1566 				printf("SCB %d: Immediate reset.  "
1567 					"Flags = 0x%x\n", SCB_GET_TAG(scb),
1568 					scb->flags);
1569 				goto bus_reset;
1570 			}
1571 		}
1572 	}
1573 	ahd_unlock(ahd, &s);
1574 #endif
1575 }
1576 
1577 static void
1578 ahd_abort_ccb(struct ahd_softc *ahd, struct cam_sim *sim, union ccb *ccb)
1579 {
1580 	union ccb *abort_ccb;
1581 
1582 	abort_ccb = ccb->cab.abort_ccb;
1583 	switch (abort_ccb->ccb_h.func_code) {
1584 #ifdef AHD_TARGET_MODE
1585 	case XPT_ACCEPT_TARGET_IO:
1586 	case XPT_IMMED_NOTIFY:
1587 	case XPT_CONT_TARGET_IO:
1588 	{
1589 		struct ahd_tmode_tstate *tstate;
1590 		struct ahd_tmode_lstate *lstate;
1591 		struct ccb_hdr_slist *list;
1592 		cam_status status;
1593 
1594 		status = ahd_find_tmode_devs(ahd, sim, abort_ccb, &tstate,
1595 					     &lstate, TRUE);
1596 
1597 		if (status != CAM_REQ_CMP) {
1598 			ccb->ccb_h.status = status;
1599 			break;
1600 		}
1601 
1602 		if (abort_ccb->ccb_h.func_code == XPT_ACCEPT_TARGET_IO)
1603 			list = &lstate->accept_tios;
1604 		else if (abort_ccb->ccb_h.func_code == XPT_IMMED_NOTIFY)
1605 			list = &lstate->immed_notifies;
1606 		else
1607 			list = NULL;
1608 
1609 		if (list != NULL) {
1610 			struct ccb_hdr *curelm;
1611 			int found;
1612 
1613 			curelm = SLIST_FIRST(list);
1614 			found = 0;
1615 			if (curelm == &abort_ccb->ccb_h) {
1616 				found = 1;
1617 				SLIST_REMOVE_HEAD(list, sim_links.sle);
1618 			} else {
1619 				while(curelm != NULL) {
1620 					struct ccb_hdr *nextelm;
1621 
1622 					nextelm =
1623 					    SLIST_NEXT(curelm, sim_links.sle);
1624 
1625 					if (nextelm == &abort_ccb->ccb_h) {
1626 						found = 1;
1627 						SLIST_NEXT(curelm,
1628 							   sim_links.sle) =
1629 						    SLIST_NEXT(nextelm,
1630 							       sim_links.sle);
1631 						break;
1632 					}
1633 					curelm = nextelm;
1634 				}
1635 			}
1636 
1637 			if (found) {
1638 				abort_ccb->ccb_h.status = CAM_REQ_ABORTED;
1639 				xpt_done(abort_ccb);
1640 				ccb->ccb_h.status = CAM_REQ_CMP;
1641 			} else {
1642 				xpt_print_path(abort_ccb->ccb_h.path);
1643 				printf("Not found\n");
1644 				ccb->ccb_h.status = CAM_PATH_INVALID;
1645 			}
1646 			break;
1647 		}
1648 		/* FALLTHROUGH */
1649 	}
1650 #endif
1651 	case XPT_SCSI_IO:
1652 		/* XXX Fully implement the hard ones */
1653 		ccb->ccb_h.status = CAM_UA_ABORT;
1654 		break;
1655 	default:
1656 		ccb->ccb_h.status = CAM_REQ_INVALID;
1657 		break;
1658 	}
1659 	xpt_done(ccb);
1660 }
1661 
1662 void
1663 ahd_send_async(struct ahd_softc *ahd, char channel, u_int target,
1664 		u_int lun, ac_code code, void *opt_arg)
1665 {
1666 	struct	ccb_trans_settings cts;
1667 	struct cam_path *path;
1668 	void *arg;
1669 	int error;
1670 
1671 	arg = NULL;
1672 	error = ahd_create_path(ahd, channel, target, lun, &path);
1673 
1674 	if (error != CAM_REQ_CMP)
1675 		return;
1676 
1677 	switch (code) {
1678 	case AC_TRANSFER_NEG:
1679 	{
1680 #ifdef AHD_NEW_TRAN_SETTINGS
1681 		struct	ccb_trans_settings_scsi *scsi;
1682 
1683 		cts.type = CTS_TYPE_CURRENT_SETTINGS;
1684 		scsi = &cts.proto_specific.scsi;
1685 #else
1686 		cts.flags = CCB_TRANS_CURRENT_SETTINGS;
1687 #endif
1688 		cts.ccb_h.path = path;
1689 		cts.ccb_h.target_id = target;
1690 		cts.ccb_h.target_lun = lun;
1691 		ahd_get_tran_settings(ahd, ahd->our_id, channel, &cts);
1692 		arg = &cts;
1693 #ifdef AHD_NEW_TRAN_SETTINGS
1694 		scsi->valid &= ~CTS_SCSI_VALID_TQ;
1695 		scsi->flags &= ~CTS_SCSI_FLAGS_TAG_ENB;
1696 #else
1697 		cts.valid &= ~CCB_TRANS_TQ_VALID;
1698 		cts.flags &= ~CCB_TRANS_TAG_ENB;
1699 #endif
1700 		if (opt_arg == NULL)
1701 			break;
1702 		if (*((ahd_queue_alg *)opt_arg) == AHD_QUEUE_TAGGED)
1703 #ifdef AHD_NEW_TRAN_SETTINGS
1704 			scsi->flags |= ~CTS_SCSI_FLAGS_TAG_ENB;
1705 		scsi->valid |= CTS_SCSI_VALID_TQ;
1706 #else
1707 			cts.flags |= CCB_TRANS_TAG_ENB;
1708 		cts.valid |= CCB_TRANS_TQ_VALID;
1709 #endif
1710 		break;
1711 	}
1712 	case AC_SENT_BDR:
1713 	case AC_BUS_RESET:
1714 		break;
1715 	default:
1716 		panic("ahd_send_async: Unexpected async event");
1717 	}
1718 	xpt_async(code, path, arg);
1719 	xpt_free_path(path);
1720 }
1721 
1722 void
1723 ahd_platform_set_tags(struct ahd_softc *ahd,
1724 		      struct ahd_devinfo *devinfo, int enable)
1725 {
1726 }
1727 
1728 int
1729 ahd_platform_alloc(struct ahd_softc *ahd, void *platform_arg)
1730 {
1731 	ahd->platform_data = malloc(sizeof(struct ahd_platform_data), M_DEVBUF,
1732 	    M_NOWAIT | M_ZERO);
1733 	if (ahd->platform_data == NULL)
1734 		return (ENOMEM);
1735 	return (0);
1736 }
1737 
1738 void
1739 ahd_platform_free(struct ahd_softc *ahd)
1740 {
1741 	struct ahd_platform_data *pdata;
1742 
1743 	pdata = ahd->platform_data;
1744 	if (pdata != NULL) {
1745 		if (pdata->regs[0] != NULL)
1746 			bus_release_resource(ahd->dev_softc,
1747 					     pdata->regs_res_type[0],
1748 					     pdata->regs_res_id[0],
1749 					     pdata->regs[0]);
1750 
1751 		if (pdata->regs[1] != NULL)
1752 			bus_release_resource(ahd->dev_softc,
1753 					     pdata->regs_res_type[1],
1754 					     pdata->regs_res_id[1],
1755 					     pdata->regs[1]);
1756 
1757 		if (pdata->irq != NULL)
1758 			bus_release_resource(ahd->dev_softc,
1759 					     pdata->irq_res_type,
1760 					     0, pdata->irq);
1761 
1762 		if (pdata->sim_b != NULL) {
1763 			xpt_async(AC_LOST_DEVICE, pdata->path_b, NULL);
1764 			xpt_free_path(pdata->path_b);
1765 			xpt_bus_deregister(cam_sim_path(pdata->sim_b));
1766 			cam_sim_free(pdata->sim_b, /*free_devq*/TRUE);
1767 		}
1768 		if (pdata->sim != NULL) {
1769 			xpt_async(AC_LOST_DEVICE, pdata->path, NULL);
1770 			xpt_free_path(pdata->path);
1771 			xpt_bus_deregister(cam_sim_path(pdata->sim));
1772 			cam_sim_free(pdata->sim, /*free_devq*/TRUE);
1773 		}
1774 		if (pdata->eh != NULL)
1775 			EVENTHANDLER_DEREGISTER(shutdown_final, pdata->eh);
1776 		free(ahd->platform_data, M_DEVBUF);
1777 	}
1778 }
1779 
1780 int
1781 ahd_softc_comp(struct ahd_softc *lahd, struct ahd_softc *rahd)
1782 {
1783 	/* We don't sort softcs under FreeBSD so report equal always */
1784 	return (0);
1785 }
1786 
1787 int
1788 ahd_detach(device_t dev)
1789 {
1790 	struct ahd_softc *ahd;
1791 	u_long l;
1792 	u_long s;
1793 
1794 	ahd_list_lock(&l);
1795 	device_printf(dev, "detaching device\n");
1796 	ahd = device_get_softc(dev);
1797 	ahd = ahd_find_softc(ahd);
1798 	if (ahd == NULL) {
1799 		device_printf(dev, "aic7xxx already detached\n");
1800 		ahd_list_unlock(&l);
1801 		return (ENOENT);
1802 	}
1803 	ahd_lock(ahd, &s);
1804 	ahd_intr_enable(ahd, FALSE);
1805 	bus_teardown_intr(dev, ahd->platform_data->irq, ahd->platform_data->ih);
1806 	ahd_unlock(ahd, &s);
1807 	ahd_free(ahd);
1808 	ahd_list_unlock(&l);
1809 	return (0);
1810 }
1811 
1812 #if UNUSED
1813 static void
1814 ahd_dump_targcmd(struct target_cmd *cmd)
1815 {
1816 	uint8_t *byte;
1817 	uint8_t *last_byte;
1818 	int i;
1819 
1820 	byte = &cmd->initiator_channel;
1821 	/* Debugging info for received commands */
1822 	last_byte = &cmd[1].initiator_channel;
1823 
1824 	i = 0;
1825 	while (byte < last_byte) {
1826 		if (i == 0)
1827 			printf("\t");
1828 		printf("%#x", *byte++);
1829 		i++;
1830 		if (i == 8) {
1831 			printf("\n");
1832 			i = 0;
1833 		} else {
1834 			printf(", ");
1835 		}
1836 	}
1837 }
1838 #endif
1839 
1840 static int
1841 ahd_modevent(module_t mod, int type, void *data)
1842 {
1843 	/* XXX Deal with busy status on unload. */
1844 	return 0;
1845 }
1846 
1847 static moduledata_t ahd_mod = {
1848 	"ahd",
1849 	ahd_modevent,
1850 	NULL
1851 };
1852 
1853 /********************************** DDB Hooks *********************************/
1854 #ifdef DDB
1855 static struct ahd_softc *ahd_ddb_softc;
1856 static int ahd_ddb_paused;
1857 static int ahd_ddb_paused_on_entry;
1858 DB_COMMAND(ahd_set_unit, ahd_ddb_set_unit)
1859 {
1860 	struct ahd_softc *list_ahd;
1861 
1862 	ahd_ddb_softc = NULL;
1863 	TAILQ_FOREACH(list_ahd, &ahd_tailq, links) {
1864 		if (list_ahd->unit == addr)
1865 			ahd_ddb_softc = list_ahd;
1866 	}
1867 	if (ahd_ddb_softc == NULL)
1868 		db_error("No matching softc found!\n");
1869 }
1870 
1871 DB_COMMAND(ahd_pause, ahd_ddb_pause)
1872 {
1873 	if (ahd_ddb_softc == NULL) {
1874 		db_error("Must set unit with ahd_set_unit first!\n");
1875 		return;
1876 	}
1877 	if (ahd_ddb_paused == 0) {
1878 		ahd_ddb_paused++;
1879 		if (ahd_is_paused(ahd_ddb_softc)) {
1880 			ahd_ddb_paused_on_entry++;
1881 			return;
1882 		}
1883 		ahd_pause(ahd_ddb_softc);
1884 	}
1885 }
1886 
1887 DB_COMMAND(ahd_unpause, ahd_ddb_unpause)
1888 {
1889 	if (ahd_ddb_softc == NULL) {
1890 		db_error("Must set unit with ahd_set_unit first!\n");
1891 		return;
1892 	}
1893 	if (ahd_ddb_paused != 0) {
1894 		ahd_ddb_paused = 0;
1895 		if (ahd_ddb_paused_on_entry)
1896 			return;
1897 		ahd_unpause(ahd_ddb_softc);
1898 	} else if (ahd_ddb_paused_on_entry != 0) {
1899 		/* Two unpauses to clear a paused on entry. */
1900 		ahd_ddb_paused_on_entry = 0;
1901 		ahd_unpause(ahd_ddb_softc);
1902 	}
1903 }
1904 
1905 DB_COMMAND(ahd_in, ahd_ddb_in)
1906 {
1907 	int c;
1908 	int size;
1909 
1910 	if (ahd_ddb_softc == NULL) {
1911 		db_error("Must set unit with ahd_set_unit first!\n");
1912 		return;
1913 	}
1914 	if (have_addr == 0)
1915 		return;
1916 
1917 	size = 1;
1918 	while ((c = *modif++) != '\0') {
1919 		switch (c) {
1920 		case 'b':
1921 			size = 1;
1922 			break;
1923 		case 'w':
1924 			size = 2;
1925 			break;
1926 		case 'l':
1927 			size = 4;
1928 		break;
1929 		}
1930 	}
1931 
1932 	if (count <= 0)
1933 		count = 1;
1934 	while (--count >= 0) {
1935 		db_printf("%04lx (M)%x: \t", (u_long)addr,
1936 			  ahd_inb(ahd_ddb_softc, MODE_PTR));
1937 		switch (size) {
1938 		case 1:
1939 			db_printf("%02x\n", ahd_inb(ahd_ddb_softc, addr));
1940 			break;
1941 		case 2:
1942 			db_printf("%04x\n", ahd_inw(ahd_ddb_softc, addr));
1943 			break;
1944 		case 4:
1945 			db_printf("%08x\n", ahd_inl(ahd_ddb_softc, addr));
1946 			break;
1947 		}
1948 	}
1949 }
1950 
1951 DB_SET(ahd_out, ahd_ddb_out, db_cmd_set, CS_MORE, NULL)
1952 {
1953 	db_expr_t old_value;
1954 	db_expr_t new_value;
1955 	int	  size;
1956 
1957 	if (ahd_ddb_softc == NULL) {
1958 		db_error("Must set unit with ahd_set_unit first!\n");
1959 		return;
1960 	}
1961 
1962 	switch (modif[0]) {
1963 	case '\0':
1964 	case 'b':
1965 		size = 1;
1966 		break;
1967 	case 'h':
1968 		size = 2;
1969 		break;
1970 	case 'l':
1971 		size = 4;
1972 		break;
1973 	default:
1974 		db_error("Unknown size\n");
1975 		return;
1976 	}
1977 
1978 	while (db_expression(&new_value)) {
1979 		switch (size) {
1980 		default:
1981 		case 1:
1982 			old_value = ahd_inb(ahd_ddb_softc, addr);
1983 			ahd_outb(ahd_ddb_softc, addr, new_value);
1984 			break;
1985 		case 2:
1986 			old_value = ahd_inw(ahd_ddb_softc, addr);
1987 			ahd_outw(ahd_ddb_softc, addr, new_value);
1988 			break;
1989 		case 4:
1990 			old_value = ahd_inl(ahd_ddb_softc, addr);
1991 			ahd_outl(ahd_ddb_softc, addr, new_value);
1992 			break;
1993 		}
1994 		db_printf("%04lx (M)%x: \t0x%lx\t=\t0x%lx",
1995 			  (u_long)addr, ahd_inb(ahd_ddb_softc, MODE_PTR),
1996 			  (u_long)old_value, (u_long)new_value);
1997 		addr += size;
1998 	}
1999 	db_skip_to_eol();
2000 }
2001 
2002 #endif
2003 
2004 
2005 DECLARE_MODULE(ahd, ahd_mod, SI_SUB_DRIVERS, SI_ORDER_MIDDLE);
2006 MODULE_DEPEND(ahd, cam, 1, 1, 1);
2007 MODULE_VERSION(ahd, 1);
2008