Home | History | Annotate | Line # | Download | only in ic
isp_netbsd.c revision 1.18.2.12
      1  1.18.2.12   bouyer /* $NetBSD: isp_netbsd.c,v 1.18.2.12 2001/03/27 13:08:12 bouyer Exp $ */
      2   1.18.2.6   bouyer /*
      3   1.18.2.6   bouyer  * This driver, which is contained in NetBSD in the files:
      4   1.18.2.6   bouyer  *
      5   1.18.2.6   bouyer  *	sys/dev/ic/isp.c
      6   1.18.2.9   bouyer  *	sys/dev/ic/isp_inline.h
      7   1.18.2.9   bouyer  *	sys/dev/ic/isp_netbsd.c
      8   1.18.2.9   bouyer  *	sys/dev/ic/isp_netbsd.h
      9   1.18.2.9   bouyer  *	sys/dev/ic/isp_target.c
     10   1.18.2.9   bouyer  *	sys/dev/ic/isp_target.h
     11   1.18.2.9   bouyer  *	sys/dev/ic/isp_tpublic.h
     12   1.18.2.9   bouyer  *	sys/dev/ic/ispmbox.h
     13   1.18.2.9   bouyer  *	sys/dev/ic/ispreg.h
     14   1.18.2.9   bouyer  *	sys/dev/ic/ispvar.h
     15   1.18.2.6   bouyer  *	sys/microcode/isp/asm_sbus.h
     16   1.18.2.6   bouyer  *	sys/microcode/isp/asm_1040.h
     17   1.18.2.6   bouyer  *	sys/microcode/isp/asm_1080.h
     18   1.18.2.6   bouyer  *	sys/microcode/isp/asm_12160.h
     19   1.18.2.6   bouyer  *	sys/microcode/isp/asm_2100.h
     20   1.18.2.6   bouyer  *	sys/microcode/isp/asm_2200.h
     21   1.18.2.6   bouyer  *	sys/pci/isp_pci.c
     22   1.18.2.6   bouyer  *	sys/sbus/isp_sbus.c
     23   1.18.2.6   bouyer  *
     24   1.18.2.6   bouyer  * Is being actively maintained by Matthew Jacob (mjacob (at) netbsd.org).
     25   1.18.2.6   bouyer  * This driver also is shared source with FreeBSD, OpenBSD, Linux, Solaris,
     26   1.18.2.6   bouyer  * Linux versions. This tends to be an interesting maintenance problem.
     27   1.18.2.6   bouyer  *
     28   1.18.2.6   bouyer  * Please coordinate with Matthew Jacob on changes you wish to make here.
     29   1.18.2.6   bouyer  */
     30        1.1   mjacob /*
     31        1.1   mjacob  * Platform (NetBSD) dependent common attachment code for Qlogic adapters.
     32       1.15   mjacob  * Matthew Jacob <mjacob (at) nas.nasa.gov>
     33       1.15   mjacob  */
     34       1.15   mjacob /*
     35       1.15   mjacob  * Copyright (C) 1997, 1998, 1999 National Aeronautics & Space Administration
     36        1.1   mjacob  * All rights reserved.
     37        1.1   mjacob  *
     38        1.1   mjacob  * Redistribution and use in source and binary forms, with or without
     39        1.1   mjacob  * modification, are permitted provided that the following conditions
     40        1.1   mjacob  * are met:
     41        1.1   mjacob  * 1. Redistributions of source code must retain the above copyright
     42       1.15   mjacob  *    notice, this list of conditions and the following disclaimer.
     43        1.1   mjacob  * 2. Redistributions in binary form must reproduce the above copyright
     44        1.1   mjacob  *    notice, this list of conditions and the following disclaimer in the
     45        1.1   mjacob  *    documentation and/or other materials provided with the distribution.
     46        1.1   mjacob  * 3. The name of the author may not be used to endorse or promote products
     47       1.15   mjacob  *    derived from this software without specific prior written permission
     48        1.1   mjacob  *
     49       1.15   mjacob  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
     50       1.15   mjacob  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
     51       1.15   mjacob  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
     52       1.15   mjacob  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
     53       1.15   mjacob  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
     54       1.15   mjacob  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
     55       1.15   mjacob  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
     56       1.15   mjacob  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
     57       1.15   mjacob  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
     58       1.15   mjacob  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     59        1.1   mjacob  */
     60        1.1   mjacob 
     61        1.1   mjacob #include <dev/ic/isp_netbsd.h>
     62       1.17   mjacob #include <sys/scsiio.h>
     63        1.1   mjacob 
     64   1.18.2.6   bouyer 
     65   1.18.2.6   bouyer /*
     66   1.18.2.6   bouyer  * Set a timeout for the watchdogging of a command.
     67   1.18.2.6   bouyer  *
     68   1.18.2.6   bouyer  * The dimensional analysis is
     69   1.18.2.6   bouyer  *
     70   1.18.2.6   bouyer  *	milliseconds * (seconds/millisecond) * (ticks/second) = ticks
     71   1.18.2.6   bouyer  *
     72   1.18.2.6   bouyer  *			=
     73   1.18.2.6   bouyer  *
     74   1.18.2.6   bouyer  *	(milliseconds / 1000) * hz = ticks
     75   1.18.2.6   bouyer  *
     76   1.18.2.6   bouyer  *
     77   1.18.2.6   bouyer  * For timeouts less than 1 second, we'll get zero. Because of this, and
     78   1.18.2.6   bouyer  * because we want to establish *our* timeout to be longer than what the
     79   1.18.2.6   bouyer  * firmware might do, we just add 3 seconds at the back end.
     80   1.18.2.6   bouyer  */
     81   1.18.2.6   bouyer #define	_XT(xs)	((((xs)->timeout/1000) * hz) + (3 * hz))
     82   1.18.2.6   bouyer 
     83        1.1   mjacob static void ispminphys __P((struct buf *));
     84  1.18.2.12   bouyer static void isprequest __P((struct scsipi_channel *,
     85  1.18.2.12   bouyer 	scsipi_adapter_req_t, void *));
     86       1.17   mjacob static int
     87  1.18.2.12   bouyer ispioctl __P((struct scsipi_channel *, u_long, caddr_t, int, struct proc *));
     88        1.1   mjacob 
     89  1.18.2.12   bouyer static void isp_polled_cmd __P((struct ispsoftc *, XS_T *));
     90   1.18.2.6   bouyer static void isp_dog __P((void *));
     91       1.10   mjacob 
     92        1.1   mjacob /*
     93        1.1   mjacob  * Complete attachment of hardware, include subdevices.
     94        1.1   mjacob  */
     95        1.1   mjacob void
     96        1.1   mjacob isp_attach(isp)
     97        1.1   mjacob 	struct ispsoftc *isp;
     98        1.1   mjacob {
     99        1.1   mjacob 	isp->isp_state = ISP_RUNSTATE;
    100  1.18.2.12   bouyer 
    101  1.18.2.12   bouyer 	isp->isp_osinfo._adapter.adapt_dev = &isp->isp_osinfo._dev;
    102  1.18.2.12   bouyer 	isp->isp_osinfo._adapter.adapt_nchannels = IS_DUALBUS(isp) ? 2 : 1;
    103  1.18.2.12   bouyer 	isp->isp_osinfo._adapter.adapt_openings = isp->isp_maxcmds; /* XXX per adapter or per channel ? */
    104  1.18.2.12   bouyer 	isp->isp_osinfo._adapter.adapt_max_periph = isp->isp_maxcmds;
    105  1.18.2.12   bouyer 	isp->isp_osinfo._adapter.adapt_ioctl = ispioctl;
    106  1.18.2.12   bouyer 	isp->isp_osinfo._adapter.adapt_request = isprequest;
    107  1.18.2.12   bouyer 	isp->isp_osinfo._adapter.adapt_minphys = ispminphys;
    108  1.18.2.12   bouyer 
    109  1.18.2.12   bouyer 	isp->isp_osinfo._chan.chan_adapter = &isp->isp_osinfo._adapter;
    110  1.18.2.12   bouyer 	isp->isp_osinfo._chan.chan_bustype = &scsi_bustype;
    111  1.18.2.12   bouyer 	isp->isp_osinfo._chan.chan_channel = 0;
    112   1.18.2.1  thorpej 	/*
    113   1.18.2.6   bouyer 	 * Until the midlayer is fixed to use REPORT LUNS, limit to 8 luns.
    114   1.18.2.1  thorpej 	 */
    115  1.18.2.12   bouyer 	isp->isp_osinfo._chan.chan_nluns =
    116  1.18.2.12   bouyer 		(isp->isp_maxluns < 7)? isp->isp_maxluns : 8;
    117  1.18.2.12   bouyer 
    118   1.18.2.6   bouyer 	TAILQ_INIT(&isp->isp_osinfo.waitq);	/* The 2nd bus will share.. */
    119   1.18.2.6   bouyer 
    120   1.18.2.6   bouyer 	if (IS_FC(isp)) {
    121  1.18.2.12   bouyer 		isp->isp_osinfo._chan.chan_ntargets = MAX_FC_TARG;
    122   1.18.2.6   bouyer 	} else {
    123   1.18.2.6   bouyer 		sdparam *sdp = isp->isp_param;
    124  1.18.2.12   bouyer 		isp->isp_osinfo._chan.chan_ntargets = MAX_TARGETS;
    125  1.18.2.12   bouyer 		isp->isp_osinfo._chan.chan_id = sdp->isp_initiator_id;
    126   1.18.2.6   bouyer 		isp->isp_osinfo.discovered[0] = 1 << sdp->isp_initiator_id;
    127   1.18.2.6   bouyer 		if (IS_DUALBUS(isp)) {
    128  1.18.2.12   bouyer 			isp->isp_osinfo._chan_b = isp->isp_osinfo._chan;
    129   1.18.2.6   bouyer 			sdp++;
    130   1.18.2.6   bouyer 			isp->isp_osinfo.discovered[1] =
    131   1.18.2.6   bouyer 			    1 << sdp->isp_initiator_id;
    132  1.18.2.12   bouyer 			isp->isp_osinfo._chan_b.chan_id = sdp->isp_initiator_id;
    133  1.18.2.12   bouyer 			isp->isp_osinfo._chan_b.chan_channel = 1;
    134       1.14   mjacob 		}
    135        1.1   mjacob 	}
    136        1.8   mjacob 
    137        1.8   mjacob 	/*
    138   1.18.2.6   bouyer 	 * Send a SCSI Bus Reset.
    139       1.10   mjacob 	 */
    140       1.14   mjacob 	if (IS_SCSI(isp)) {
    141   1.18.2.6   bouyer 		int bus = 0;
    142   1.18.2.6   bouyer 		ISP_LOCK(isp);
    143   1.18.2.6   bouyer 		(void) isp_control(isp, ISPCTL_RESET_BUS, &bus);
    144   1.18.2.6   bouyer 		if (IS_DUALBUS(isp)) {
    145   1.18.2.6   bouyer 			bus++;
    146   1.18.2.6   bouyer 			(void) isp_control(isp, ISPCTL_RESET_BUS, &bus);
    147   1.18.2.6   bouyer 		}
    148   1.18.2.6   bouyer 		ISP_UNLOCK(isp);
    149   1.18.2.6   bouyer 	} else {
    150   1.18.2.6   bouyer 		int defid;
    151   1.18.2.6   bouyer 		fcparam *fcp = isp->isp_param;
    152   1.18.2.6   bouyer 		delay(2 * 1000000);
    153   1.18.2.6   bouyer 		defid = MAX_FC_TARG;
    154   1.18.2.6   bouyer 		ISP_LOCK(isp);
    155   1.18.2.6   bouyer 		/*
    156   1.18.2.6   bouyer 		 * We probably won't have clock interrupts running,
    157   1.18.2.6   bouyer 		 * so we'll be really short (smoke test, really)
    158   1.18.2.6   bouyer 		 * at this time.
    159   1.18.2.6   bouyer 		 */
    160   1.18.2.6   bouyer 		if (isp_control(isp, ISPCTL_FCLINK_TEST, NULL)) {
    161   1.18.2.6   bouyer 			(void) isp_control(isp, ISPCTL_PDB_SYNC, NULL);
    162   1.18.2.6   bouyer 			if (fcp->isp_fwstate == FW_READY &&
    163   1.18.2.6   bouyer 			    fcp->isp_loopstate >= LOOP_PDB_RCVD) {
    164   1.18.2.6   bouyer 				defid = fcp->isp_loopid;
    165   1.18.2.6   bouyer 			}
    166   1.18.2.6   bouyer 		}
    167   1.18.2.6   bouyer 		ISP_UNLOCK(isp);
    168  1.18.2.12   bouyer 		isp->isp_osinfo._chan.chan_id = defid;
    169       1.11   mjacob 	}
    170       1.10   mjacob 
    171       1.10   mjacob 	/*
    172   1.18.2.6   bouyer 	 * After this point, we'll be doing the new configuration
    173   1.18.2.6   bouyer 	 * schema which allows interrups, so we can do tsleep/wakeup
    174   1.18.2.6   bouyer 	 * for mailbox stuff at that point.
    175        1.8   mjacob 	 */
    176   1.18.2.6   bouyer 	isp->isp_osinfo.no_mbox_ints = 0;
    177        1.8   mjacob 
    178        1.8   mjacob 	/*
    179        1.8   mjacob 	 * And attach children (if any).
    180        1.8   mjacob 	 */
    181  1.18.2.12   bouyer 	config_found((void *)isp, &isp->isp_osinfo._chan, scsiprint);
    182   1.18.2.6   bouyer 	if (IS_DUALBUS(isp)) {
    183  1.18.2.12   bouyer 		config_found((void *)isp, &isp->isp_osinfo._chan_b, scsiprint);
    184   1.18.2.6   bouyer 	}
    185        1.1   mjacob }
    186        1.1   mjacob 
    187        1.1   mjacob /*
    188        1.1   mjacob  * minphys our xfers
    189        1.1   mjacob  *
    190        1.1   mjacob  * Unfortunately, the buffer pointer describes the target device- not the
    191        1.1   mjacob  * adapter device, so we can't use the pointer to find out what kind of
    192        1.1   mjacob  * adapter we are and adjust accordingly.
    193        1.1   mjacob  */
    194        1.1   mjacob 
    195        1.1   mjacob static void
    196        1.1   mjacob ispminphys(bp)
    197        1.1   mjacob 	struct buf *bp;
    198        1.1   mjacob {
    199        1.1   mjacob 	/*
    200        1.1   mjacob 	 * XX: Only the 1020 has a 24 bit limit.
    201        1.1   mjacob 	 */
    202        1.1   mjacob 	if (bp->b_bcount >= (1 << 24)) {
    203        1.1   mjacob 		bp->b_bcount = (1 << 24);
    204        1.1   mjacob 	}
    205        1.1   mjacob 	minphys(bp);
    206        1.1   mjacob }
    207        1.1   mjacob 
    208       1.17   mjacob static int
    209  1.18.2.12   bouyer ispioctl(chan, cmd, addr, flag, p)
    210  1.18.2.12   bouyer 	struct scsipi_channel *chan;
    211       1.17   mjacob 	u_long cmd;
    212       1.17   mjacob 	caddr_t addr;
    213       1.17   mjacob 	int flag;
    214       1.17   mjacob 	struct proc *p;
    215       1.17   mjacob {
    216  1.18.2.12   bouyer 	struct ispsoftc *isp = (void *)chan->chan_adapter->adapt_dev;
    217  1.18.2.12   bouyer 	int s, retval = ENOTTY;
    218       1.17   mjacob 
    219       1.17   mjacob 	switch (cmd) {
    220       1.17   mjacob 	case SCBUSIORESET:
    221       1.17   mjacob 		s = splbio();
    222  1.18.2.12   bouyer 		if (isp_control(isp, ISPCTL_RESET_BUS, &chan->chan_channel))
    223       1.17   mjacob 			retval = EIO;
    224       1.17   mjacob 		else
    225       1.17   mjacob 			retval = 0;
    226       1.17   mjacob 		(void) splx(s);
    227       1.17   mjacob 		break;
    228       1.17   mjacob 	default:
    229       1.17   mjacob 		break;
    230        1.3   mjacob 	}
    231       1.17   mjacob 	return (retval);
    232       1.17   mjacob }
    233       1.17   mjacob 
    234   1.18.2.6   bouyer 
    235  1.18.2.12   bouyer static void
    236  1.18.2.12   bouyer isprequest(chan, req, arg)
    237  1.18.2.12   bouyer 	struct scsipi_channel *chan;
    238  1.18.2.12   bouyer 	scsipi_adapter_req_t req;
    239  1.18.2.12   bouyer 	void *arg;
    240       1.17   mjacob {
    241  1.18.2.12   bouyer 	struct scsipi_periph *periph;
    242  1.18.2.12   bouyer 	struct ispsoftc *isp = (void *)chan->chan_adapter->adapt_dev;
    243  1.18.2.12   bouyer 	XS_T *xs;
    244  1.18.2.12   bouyer 	int s, result;
    245       1.11   mjacob 
    246  1.18.2.12   bouyer 	switch (req) {
    247  1.18.2.12   bouyer 	case ADAPTER_REQ_RUN_XFER:
    248  1.18.2.12   bouyer 		xs = arg;
    249  1.18.2.12   bouyer 		periph = xs->xs_periph;
    250  1.18.2.12   bouyer 		s = splbio();
    251  1.18.2.12   bouyer 		if (isp->isp_state < ISP_RUNSTATE) {
    252  1.18.2.12   bouyer 			DISABLE_INTS(isp);
    253  1.18.2.12   bouyer 			isp_init(isp);
    254  1.18.2.12   bouyer 			if (isp->isp_state != ISP_INITSTATE) {
    255  1.18.2.12   bouyer 				ENABLE_INTS(isp);
    256  1.18.2.12   bouyer 				(void) splx(s);
    257  1.18.2.12   bouyer       			        XS_SETERR(xs, HBA_BOTCH);
    258  1.18.2.12   bouyer 				scsipi_done(xs);
    259  1.18.2.12   bouyer 				return;
    260  1.18.2.12   bouyer 			}
    261  1.18.2.12   bouyer 			isp->isp_state = ISP_RUNSTATE;
    262   1.18.2.6   bouyer 			ENABLE_INTS(isp);
    263  1.18.2.12   bouyer 		}
    264   1.18.2.1  thorpej 
    265   1.18.2.6   bouyer 		if (xs->xs_control & XS_CTL_POLL) {
    266  1.18.2.12   bouyer 			volatile u_int8_t ombi = isp->isp_osinfo.no_mbox_ints;
    267  1.18.2.12   bouyer 			isp->isp_osinfo.no_mbox_ints = 1;
    268  1.18.2.12   bouyer 			isp_polled_cmd(isp, xs);
    269  1.18.2.12   bouyer 			isp->isp_osinfo.no_mbox_ints = ombi;
    270  1.18.2.12   bouyer 			(void) splx(s);
    271  1.18.2.12   bouyer 			return;
    272   1.18.2.6   bouyer 		}
    273   1.18.2.1  thorpej 
    274  1.18.2.12   bouyer 		result = isp_start(xs);
    275   1.18.2.6   bouyer #if	0
    276   1.18.2.6   bouyer {
    277   1.18.2.6   bouyer 	static int na[16] = { 0 };
    278   1.18.2.6   bouyer 	if (na[isp->isp_unit] < isp->isp_nactive) {
    279   1.18.2.6   bouyer 		isp_prt(isp, ISP_LOGALL, "active hiwater %d", isp->isp_nactive);
    280   1.18.2.6   bouyer 		na[isp->isp_unit] = isp->isp_nactive;
    281   1.18.2.6   bouyer 	}
    282   1.18.2.6   bouyer }
    283   1.18.2.6   bouyer #endif
    284  1.18.2.12   bouyer 		switch (result) {
    285  1.18.2.12   bouyer 		case CMD_QUEUED:
    286  1.18.2.12   bouyer 			if (xs->timeout) {
    287  1.18.2.12   bouyer 				callout_reset(&xs->xs_callout, _XT(xs), isp_dog, xs);
    288  1.18.2.12   bouyer 			}
    289  1.18.2.12   bouyer 			break;
    290  1.18.2.12   bouyer 		case CMD_EAGAIN:
    291  1.18.2.12   bouyer 			xs->error = XS_REQUEUE;
    292  1.18.2.12   bouyer 			scsipi_done(xs);
    293  1.18.2.12   bouyer 			break;
    294  1.18.2.12   bouyer 		case CMD_RQLATER:
    295  1.18.2.12   bouyer 			xs->error = XS_RESOURCE_SHORTAGE;
    296  1.18.2.12   bouyer 			scsipi_done(xs);
    297  1.18.2.12   bouyer 			break;
    298  1.18.2.12   bouyer 		case CMD_COMPLETE:
    299  1.18.2.12   bouyer 			scsipi_done(xs);
    300  1.18.2.12   bouyer 			break;
    301  1.18.2.12   bouyer 		}
    302  1.18.2.12   bouyer 		(void) splx(s);
    303  1.18.2.12   bouyer 		return;
    304  1.18.2.12   bouyer 
    305  1.18.2.12   bouyer 	case ADAPTER_REQ_GROW_RESOURCES:
    306  1.18.2.12   bouyer 		/* XXX Not supported. */
    307  1.18.2.12   bouyer 		return;
    308  1.18.2.12   bouyer 
    309  1.18.2.12   bouyer 	case ADAPTER_REQ_SET_XFER_MODE:
    310  1.18.2.12   bouyer 		{
    311  1.18.2.12   bouyer 		struct scsipi_xfer_mode *xm = arg;
    312  1.18.2.12   bouyer 		if (IS_SCSI(isp)) {
    313  1.18.2.12   bouyer 			int dflags = 0;
    314  1.18.2.12   bouyer 			sdparam *sdp = SDPARAM(isp);
    315  1.18.2.12   bouyer 
    316  1.18.2.12   bouyer 			sdp += chan->chan_channel;
    317  1.18.2.12   bouyer 			if (xm->xm_mode & PERIPH_CAP_TQING)
    318  1.18.2.12   bouyer 				dflags |= DPARM_TQING;
    319  1.18.2.12   bouyer 			if (xm->xm_mode & PERIPH_CAP_WIDE16)
    320  1.18.2.12   bouyer 				dflags |= DPARM_WIDE;
    321  1.18.2.12   bouyer 			if (xm->xm_mode & PERIPH_CAP_SYNC)
    322  1.18.2.12   bouyer 				dflags |= DPARM_SYNC;
    323  1.18.2.12   bouyer 			s = splbio();
    324  1.18.2.12   bouyer 			sdp->isp_devparam[xm->xm_target].dev_flags |= dflags;
    325  1.18.2.12   bouyer 			dflags = sdp->isp_devparam[xm->xm_target].dev_flags;
    326  1.18.2.12   bouyer 			sdp->isp_devparam[xm->xm_target].dev_update = 1;
    327  1.18.2.12   bouyer 			isp->isp_update |= (1 << chan->chan_channel);
    328  1.18.2.12   bouyer 			splx(s);
    329  1.18.2.12   bouyer 			isp_prt(isp, ISP_LOGDEBUG1,
    330  1.18.2.12   bouyer 			    "ispioctl: device flags 0x%x for %d.%d.X",
    331  1.18.2.12   bouyer 			    dflags, chan->chan_channel, xm->xm_target);
    332  1.18.2.12   bouyer 		}
    333   1.18.2.6   bouyer 		}
    334   1.18.2.6   bouyer 	}
    335   1.18.2.6   bouyer }
    336   1.18.2.1  thorpej 
    337  1.18.2.12   bouyer static void
    338   1.18.2.6   bouyer isp_polled_cmd(isp, xs)
    339   1.18.2.6   bouyer 	struct ispsoftc *isp;
    340   1.18.2.6   bouyer 	XS_T *xs;
    341   1.18.2.6   bouyer {
    342   1.18.2.6   bouyer 	int result;
    343   1.18.2.6   bouyer 	int infinite = 0, mswait;
    344   1.18.2.1  thorpej 
    345   1.18.2.6   bouyer 	result = isp_start(xs);
    346   1.18.2.6   bouyer 
    347   1.18.2.6   bouyer 	switch (result) {
    348   1.18.2.6   bouyer 	case CMD_QUEUED:
    349   1.18.2.6   bouyer 		break;
    350   1.18.2.6   bouyer 	case CMD_RQLATER:
    351   1.18.2.6   bouyer 	case CMD_EAGAIN:
    352   1.18.2.6   bouyer 		if (XS_NOERR(xs)) {
    353  1.18.2.12   bouyer 			xs->error = XS_REQUEUE;
    354       1.17   mjacob 		}
    355  1.18.2.12   bouyer 		/* FALLTHROUGH */
    356   1.18.2.6   bouyer 	case CMD_COMPLETE:
    357  1.18.2.12   bouyer 		scsipi_done(xs);
    358  1.18.2.12   bouyer 		return;
    359   1.18.2.6   bouyer 
    360   1.18.2.6   bouyer 	}
    361        1.1   mjacob 
    362   1.18.2.6   bouyer 	/*
    363   1.18.2.6   bouyer 	 * If we can't use interrupts, poll on completion.
    364   1.18.2.6   bouyer 	 */
    365   1.18.2.6   bouyer 	if ((mswait = XS_TIME(xs)) == 0)
    366   1.18.2.6   bouyer 		infinite = 1;
    367   1.18.2.6   bouyer 
    368   1.18.2.6   bouyer 	while (mswait || infinite) {
    369   1.18.2.6   bouyer 		if (isp_intr((void *)isp)) {
    370   1.18.2.6   bouyer 			if (XS_CMD_DONE_P(xs)) {
    371   1.18.2.6   bouyer 				break;
    372        1.1   mjacob 			}
    373        1.1   mjacob 		}
    374   1.18.2.6   bouyer 		USEC_DELAY(1000);
    375   1.18.2.6   bouyer 		mswait -= 1;
    376   1.18.2.6   bouyer 	}
    377   1.18.2.1  thorpej 
    378   1.18.2.6   bouyer 	/*
    379   1.18.2.6   bouyer 	 * If no other error occurred but we didn't finish,
    380   1.18.2.6   bouyer 	 * something bad happened.
    381   1.18.2.6   bouyer 	 */
    382   1.18.2.6   bouyer 	if (XS_CMD_DONE_P(xs) == 0) {
    383   1.18.2.6   bouyer 		if (isp_control(isp, ISPCTL_ABORT_CMD, xs)) {
    384   1.18.2.6   bouyer 			isp_reinit(isp);
    385   1.18.2.6   bouyer 		}
    386   1.18.2.6   bouyer 		if (XS_NOERR(xs)) {
    387   1.18.2.6   bouyer 			XS_SETERR(xs, HBA_BOTCH);
    388   1.18.2.1  thorpej 		}
    389        1.1   mjacob 	}
    390  1.18.2.12   bouyer 	scsipi_done(xs);
    391        1.1   mjacob }
    392        1.1   mjacob 
    393   1.18.2.6   bouyer void
    394   1.18.2.6   bouyer isp_done(xs)
    395   1.18.2.6   bouyer 	XS_T *xs;
    396        1.1   mjacob {
    397   1.18.2.6   bouyer 	XS_CMD_S_DONE(xs);
    398   1.18.2.6   bouyer 	if (XS_CMD_WDOG_P(xs) == 0) {
    399   1.18.2.6   bouyer 		struct ispsoftc *isp = XS_ISP(xs);
    400   1.18.2.6   bouyer 		callout_stop(&xs->xs_callout);
    401   1.18.2.6   bouyer 		if (XS_CMD_GRACE_P(xs)) {
    402   1.18.2.6   bouyer 			isp_prt(isp, ISP_LOGDEBUG1,
    403   1.18.2.6   bouyer 			    "finished command on borrowed time");
    404        1.1   mjacob 		}
    405   1.18.2.6   bouyer 		XS_CMD_S_CLEAR(xs);
    406   1.18.2.6   bouyer 		scsipi_done(xs);
    407        1.1   mjacob 	}
    408        1.8   mjacob }
    409        1.8   mjacob 
    410        1.8   mjacob static void
    411   1.18.2.6   bouyer isp_dog(arg)
    412        1.8   mjacob 	void *arg;
    413        1.8   mjacob {
    414   1.18.2.6   bouyer 	XS_T *xs = arg;
    415   1.18.2.6   bouyer 	struct ispsoftc *isp = XS_ISP(xs);
    416   1.18.2.6   bouyer 	u_int32_t handle;
    417        1.8   mjacob 
    418   1.18.2.6   bouyer 	ISP_ILOCK(isp);
    419        1.8   mjacob 	/*
    420   1.18.2.6   bouyer 	 * We've decided this command is dead. Make sure we're not trying
    421   1.18.2.6   bouyer 	 * to kill a command that's already dead by getting it's handle and
    422   1.18.2.6   bouyer 	 * and seeing whether it's still alive.
    423        1.8   mjacob 	 */
    424   1.18.2.6   bouyer 	handle = isp_find_handle(isp, xs);
    425   1.18.2.6   bouyer 	if (handle) {
    426   1.18.2.6   bouyer 		u_int16_t r, r1, i;
    427   1.18.2.6   bouyer 
    428   1.18.2.6   bouyer 		if (XS_CMD_DONE_P(xs)) {
    429   1.18.2.6   bouyer 			isp_prt(isp, ISP_LOGDEBUG1,
    430   1.18.2.6   bouyer 			    "watchdog found done cmd (handle 0x%x)", handle);
    431   1.18.2.6   bouyer 			ISP_IUNLOCK(isp);
    432   1.18.2.6   bouyer 			return;
    433        1.8   mjacob 		}
    434   1.18.2.6   bouyer 
    435   1.18.2.6   bouyer 		if (XS_CMD_WDOG_P(xs)) {
    436   1.18.2.6   bouyer 			isp_prt(isp, ISP_LOGDEBUG1,
    437   1.18.2.6   bouyer 			    "recursive watchdog (handle 0x%x)", handle);
    438   1.18.2.6   bouyer 			ISP_IUNLOCK(isp);
    439   1.18.2.6   bouyer 			return;
    440        1.8   mjacob 		}
    441   1.18.2.6   bouyer 
    442   1.18.2.6   bouyer 		XS_CMD_S_WDOG(xs);
    443   1.18.2.6   bouyer 
    444   1.18.2.6   bouyer 		i = 0;
    445   1.18.2.6   bouyer 		do {
    446   1.18.2.6   bouyer 			r = ISP_READ(isp, BIU_ISR);
    447   1.18.2.6   bouyer 			USEC_DELAY(1);
    448   1.18.2.6   bouyer 			r1 = ISP_READ(isp, BIU_ISR);
    449   1.18.2.6   bouyer 		} while (r != r1 && ++i < 1000);
    450   1.18.2.6   bouyer 
    451   1.18.2.6   bouyer 		if (INT_PENDING(isp, r) && isp_intr(isp) && XS_CMD_DONE_P(xs)) {
    452   1.18.2.6   bouyer 			isp_prt(isp, ISP_LOGDEBUG1, "watchdog cleanup (%x, %x)",
    453   1.18.2.6   bouyer 			    handle, r);
    454   1.18.2.6   bouyer 			XS_CMD_C_WDOG(xs);
    455   1.18.2.6   bouyer 			isp_done(xs);
    456   1.18.2.6   bouyer 		} else if (XS_CMD_GRACE_P(xs)) {
    457   1.18.2.6   bouyer 			isp_prt(isp, ISP_LOGDEBUG1, "watchdog timeout (%x, %x)",
    458   1.18.2.6   bouyer 			    handle, r);
    459   1.18.2.6   bouyer 			/*
    460   1.18.2.6   bouyer 			 * Make sure the command is *really* dead before we
    461   1.18.2.6   bouyer 			 * release the handle (and DMA resources) for reuse.
    462   1.18.2.6   bouyer 			 */
    463   1.18.2.6   bouyer 			(void) isp_control(isp, ISPCTL_ABORT_CMD, arg);
    464   1.18.2.6   bouyer 
    465   1.18.2.6   bouyer 			/*
    466   1.18.2.6   bouyer 			 * After this point, the comamnd is really dead.
    467   1.18.2.6   bouyer 			 */
    468   1.18.2.6   bouyer 			if (XS_XFRLEN(xs)) {
    469   1.18.2.6   bouyer 				ISP_DMAFREE(isp, xs, handle);
    470   1.18.2.6   bouyer 			}
    471   1.18.2.6   bouyer 			isp_destroy_handle(isp, handle);
    472   1.18.2.6   bouyer 			XS_SETERR(xs, XS_TIMEOUT);
    473   1.18.2.6   bouyer 			XS_CMD_S_CLEAR(xs);
    474   1.18.2.6   bouyer 			isp_done(xs);
    475   1.18.2.6   bouyer 		} else {
    476   1.18.2.6   bouyer 			u_int16_t iptr, optr;
    477   1.18.2.6   bouyer 			ispreq_t *mp;
    478   1.18.2.6   bouyer 			isp_prt(isp, ISP_LOGDEBUG2,
    479   1.18.2.6   bouyer 			    "possible command timeout (%x, %x)", handle, r);
    480   1.18.2.6   bouyer 			XS_CMD_C_WDOG(xs);
    481   1.18.2.6   bouyer 			callout_reset(&xs->xs_callout, hz, isp_dog, xs);
    482   1.18.2.6   bouyer 			if (isp_getrqentry(isp, &iptr, &optr, (void **) &mp)) {
    483   1.18.2.8   bouyer 				ISP_UNLOCK(isp);
    484   1.18.2.6   bouyer 				return;
    485   1.18.2.6   bouyer 			}
    486   1.18.2.6   bouyer 			XS_CMD_S_GRACE(xs);
    487   1.18.2.6   bouyer 			MEMZERO((void *) mp, sizeof (*mp));
    488   1.18.2.6   bouyer 			mp->req_header.rqs_entry_count = 1;
    489   1.18.2.6   bouyer 			mp->req_header.rqs_entry_type = RQSTYPE_MARKER;
    490   1.18.2.6   bouyer 			mp->req_modifier = SYNC_ALL;
    491   1.18.2.6   bouyer 			mp->req_target = XS_CHANNEL(xs) << 7;
    492   1.18.2.6   bouyer 			ISP_SWIZZLE_REQUEST(isp, mp);
    493   1.18.2.6   bouyer 			ISP_ADD_REQUEST(isp, iptr);
    494        1.8   mjacob 		}
    495   1.18.2.6   bouyer 	} else {
    496   1.18.2.6   bouyer 		isp_prt(isp, ISP_LOGDEBUG0, "watchdog with no command");
    497        1.8   mjacob 	}
    498   1.18.2.6   bouyer 	ISP_IUNLOCK(isp);
    499        1.8   mjacob }
    500        1.8   mjacob 
    501        1.8   mjacob /*
    502        1.8   mjacob  * Free any associated resources prior to decommissioning and
    503        1.8   mjacob  * set the card to a known state (so it doesn't wake up and kick
    504        1.8   mjacob  * us when we aren't expecting it to).
    505        1.8   mjacob  *
    506        1.8   mjacob  * Locks are held before coming here.
    507        1.8   mjacob  */
    508        1.8   mjacob void
    509        1.8   mjacob isp_uninit(isp)
    510        1.8   mjacob 	struct ispsoftc *isp;
    511        1.8   mjacob {
    512   1.18.2.6   bouyer 	isp_lock(isp);
    513        1.8   mjacob 	/*
    514        1.8   mjacob 	 * Leave with interrupts disabled.
    515        1.8   mjacob 	 */
    516        1.8   mjacob 	DISABLE_INTS(isp);
    517   1.18.2.6   bouyer 	isp_unlock(isp);
    518        1.9   mjacob }
    519        1.9   mjacob 
    520        1.9   mjacob int
    521        1.9   mjacob isp_async(isp, cmd, arg)
    522        1.9   mjacob 	struct ispsoftc *isp;
    523        1.9   mjacob 	ispasync_t cmd;
    524        1.9   mjacob 	void *arg;
    525        1.9   mjacob {
    526   1.18.2.3  thorpej 	int bus, tgt;
    527       1.10   mjacob 	int s = splbio();
    528        1.9   mjacob 	switch (cmd) {
    529   1.18.2.5  thorpej 	case ISPASYNC_NEW_TGT_PARAMS:
    530   1.18.2.6   bouyer 	if (IS_SCSI(isp) && isp->isp_dblev) {
    531   1.18.2.5  thorpej 		sdparam *sdp = isp->isp_param;
    532  1.18.2.12   bouyer 		int flags;
    533  1.18.2.12   bouyer 		struct scsipi_xfer_mode xm;
    534   1.18.2.3  thorpej 
    535   1.18.2.3  thorpej 		tgt = *((int *) arg);
    536   1.18.2.3  thorpej 		bus = (tgt >> 16) & 0xffff;
    537   1.18.2.3  thorpej 		tgt &= 0xffff;
    538   1.18.2.6   bouyer 		sdp += bus;
    539   1.18.2.5  thorpej 		flags = sdp->isp_devparam[tgt].cur_dflags;
    540   1.18.2.5  thorpej 
    541  1.18.2.12   bouyer 		xm.xm_mode = 0;
    542  1.18.2.12   bouyer 		xm.xm_period = sdp->isp_devparam[tgt].cur_period;
    543  1.18.2.12   bouyer 		xm.xm_offset = sdp->isp_devparam[tgt].cur_offset;
    544  1.18.2.12   bouyer 		xm.xm_target = tgt;
    545  1.18.2.12   bouyer 
    546  1.18.2.12   bouyer 		if ((flags & DPARM_SYNC) && xm.xm_period && xm.xm_offset)
    547  1.18.2.12   bouyer 			xm.xm_mode |= PERIPH_CAP_SYNC;
    548  1.18.2.12   bouyer 		if (flags & DPARM_WIDE)
    549  1.18.2.12   bouyer 			xm.xm_mode |= PERIPH_CAP_WIDE16;
    550  1.18.2.12   bouyer 		if (flags & DPARM_TQING)
    551  1.18.2.12   bouyer 			xm.xm_mode |= PERIPH_CAP_TQING;
    552  1.18.2.12   bouyer 		scsipi_async_event(
    553  1.18.2.12   bouyer 		    bus ? (&isp->isp_osinfo._chan_b) : (&isp->isp_osinfo._chan),
    554  1.18.2.12   bouyer 		    ASYNC_EVENT_XFER_MODE,
    555  1.18.2.12   bouyer 		    &xm);
    556       1.11   mjacob 		break;
    557   1.18.2.3  thorpej 	}
    558       1.11   mjacob 	case ISPASYNC_BUS_RESET:
    559       1.14   mjacob 		if (arg)
    560       1.14   mjacob 			bus = *((int *) arg);
    561       1.14   mjacob 		else
    562       1.14   mjacob 			bus = 0;
    563   1.18.2.6   bouyer 		isp_prt(isp, ISP_LOGINFO, "SCSI bus %d reset detected", bus);
    564       1.11   mjacob 		break;
    565       1.11   mjacob 	case ISPASYNC_LOOP_DOWN:
    566       1.11   mjacob 		/*
    567       1.11   mjacob 		 * Hopefully we get here in time to minimize the number
    568       1.11   mjacob 		 * of commands we are firing off that are sure to die.
    569       1.11   mjacob 		 */
    570  1.18.2.12   bouyer 		scsipi_channel_freeze(&isp->isp_osinfo._chan, 1);
    571  1.18.2.12   bouyer 		if (IS_DUALBUS(isp))
    572  1.18.2.12   bouyer 			scsipi_channel_freeze(&isp->isp_osinfo._chan_b, 1);
    573   1.18.2.6   bouyer 		isp_prt(isp, ISP_LOGINFO, "Loop DOWN");
    574       1.11   mjacob 		break;
    575       1.11   mjacob         case ISPASYNC_LOOP_UP:
    576   1.18.2.6   bouyer 		callout_reset(&isp->isp_osinfo._restart, 1,
    577  1.18.2.12   bouyer 		    scsipi_channel_timed_thaw, &isp->isp_osinfo._chan);
    578  1.18.2.12   bouyer 		if (IS_DUALBUS(isp)) {
    579  1.18.2.12   bouyer 			callout_reset(&isp->isp_osinfo._restart, 1,
    580  1.18.2.12   bouyer 			    scsipi_channel_timed_thaw,
    581  1.18.2.12   bouyer 			    &isp->isp_osinfo._chan_b);
    582  1.18.2.12   bouyer 		}
    583   1.18.2.6   bouyer 		isp_prt(isp, ISP_LOGINFO, "Loop UP");
    584       1.11   mjacob 		break;
    585  1.18.2.11   bouyer 	case ISPASYNC_PROMENADE:
    586       1.17   mjacob 	if (IS_FC(isp) && isp->isp_dblev) {
    587   1.18.2.9   bouyer 		const char fmt[] = "Target %d (Loop 0x%x) Port ID 0x%x "
    588  1.18.2.11   bouyer 		    "(role %s) %s\n Port WWN 0x%08x%08x\n Node WWN 0x%08x%08x";
    589       1.15   mjacob 		const static char *roles[4] = {
    590       1.11   mjacob 		    "No", "Target", "Initiator", "Target/Initiator"
    591       1.11   mjacob 		};
    592       1.15   mjacob 		fcparam *fcp = isp->isp_param;
    593       1.15   mjacob 		int tgt = *((int *) arg);
    594       1.15   mjacob 		struct lportdb *lp = &fcp->portdb[tgt];
    595       1.15   mjacob 
    596   1.18.2.6   bouyer 		isp_prt(isp, ISP_LOGINFO, fmt, tgt, lp->loopid, lp->portid,
    597  1.18.2.11   bouyer 		    roles[lp->roles & 0x3],
    598  1.18.2.11   bouyer 		    (lp->valid)? "Arrived" : "Departed",
    599       1.15   mjacob 		    (u_int32_t) (lp->port_wwn >> 32),
    600       1.15   mjacob 		    (u_int32_t) (lp->port_wwn & 0xffffffffLL),
    601       1.15   mjacob 		    (u_int32_t) (lp->node_wwn >> 32),
    602       1.15   mjacob 		    (u_int32_t) (lp->node_wwn & 0xffffffffLL));
    603       1.11   mjacob 		break;
    604       1.11   mjacob 	}
    605       1.11   mjacob 	case ISPASYNC_CHANGE_NOTIFY:
    606  1.18.2.10   bouyer 		if (arg == (void *) 1) {
    607  1.18.2.10   bouyer 			isp_prt(isp, ISP_LOGINFO,
    608  1.18.2.10   bouyer 			    "Name Server Database Changed");
    609  1.18.2.10   bouyer 		} else {
    610  1.18.2.10   bouyer 			isp_prt(isp, ISP_LOGINFO,
    611  1.18.2.10   bouyer 			    "Name Server Database Changed");
    612  1.18.2.10   bouyer 		}
    613        1.9   mjacob 		break;
    614       1.15   mjacob 	case ISPASYNC_FABRIC_DEV:
    615       1.15   mjacob 	{
    616  1.18.2.11   bouyer 		int target, lrange;
    617  1.18.2.11   bouyer 		struct lportdb *lp = NULL;
    618  1.18.2.11   bouyer 		char *pt;
    619  1.18.2.11   bouyer 		sns_ganrsp_t *resp = (sns_ganrsp_t *) arg;
    620       1.15   mjacob 		u_int32_t portid;
    621  1.18.2.11   bouyer 		u_int64_t wwpn, wwnn;
    622       1.15   mjacob 		fcparam *fcp = isp->isp_param;
    623       1.15   mjacob 
    624       1.15   mjacob 		portid =
    625       1.15   mjacob 		    (((u_int32_t) resp->snscb_port_id[0]) << 16) |
    626       1.15   mjacob 		    (((u_int32_t) resp->snscb_port_id[1]) << 8) |
    627       1.15   mjacob 		    (((u_int32_t) resp->snscb_port_id[2]));
    628  1.18.2.11   bouyer 
    629  1.18.2.11   bouyer 		wwpn =
    630       1.15   mjacob 		    (((u_int64_t)resp->snscb_portname[0]) << 56) |
    631       1.15   mjacob 		    (((u_int64_t)resp->snscb_portname[1]) << 48) |
    632       1.15   mjacob 		    (((u_int64_t)resp->snscb_portname[2]) << 40) |
    633       1.15   mjacob 		    (((u_int64_t)resp->snscb_portname[3]) << 32) |
    634       1.15   mjacob 		    (((u_int64_t)resp->snscb_portname[4]) << 24) |
    635       1.15   mjacob 		    (((u_int64_t)resp->snscb_portname[5]) << 16) |
    636       1.15   mjacob 		    (((u_int64_t)resp->snscb_portname[6]) <<  8) |
    637       1.15   mjacob 		    (((u_int64_t)resp->snscb_portname[7]));
    638   1.18.2.6   bouyer 
    639  1.18.2.11   bouyer 		wwnn =
    640  1.18.2.11   bouyer 		    (((u_int64_t)resp->snscb_nodename[0]) << 56) |
    641  1.18.2.11   bouyer 		    (((u_int64_t)resp->snscb_nodename[1]) << 48) |
    642  1.18.2.11   bouyer 		    (((u_int64_t)resp->snscb_nodename[2]) << 40) |
    643  1.18.2.11   bouyer 		    (((u_int64_t)resp->snscb_nodename[3]) << 32) |
    644  1.18.2.11   bouyer 		    (((u_int64_t)resp->snscb_nodename[4]) << 24) |
    645  1.18.2.11   bouyer 		    (((u_int64_t)resp->snscb_nodename[5]) << 16) |
    646  1.18.2.11   bouyer 		    (((u_int64_t)resp->snscb_nodename[6]) <<  8) |
    647  1.18.2.11   bouyer 		    (((u_int64_t)resp->snscb_nodename[7]));
    648  1.18.2.11   bouyer 		if (portid == 0 || wwpn == 0) {
    649  1.18.2.11   bouyer 			break;
    650  1.18.2.11   bouyer 		}
    651   1.18.2.6   bouyer 
    652  1.18.2.11   bouyer 		switch (resp->snscb_port_type) {
    653  1.18.2.11   bouyer 		case 1:
    654  1.18.2.11   bouyer 			pt = "   N_Port";
    655  1.18.2.11   bouyer 			break;
    656  1.18.2.11   bouyer 		case 2:
    657  1.18.2.11   bouyer 			pt = "  NL_Port";
    658  1.18.2.11   bouyer 			break;
    659  1.18.2.11   bouyer 		case 3:
    660  1.18.2.11   bouyer 			pt = "F/NL_Port";
    661  1.18.2.11   bouyer 			break;
    662  1.18.2.11   bouyer 		case 0x7f:
    663  1.18.2.11   bouyer 			pt = "  Nx_Port";
    664  1.18.2.11   bouyer 			break;
    665  1.18.2.11   bouyer 		case 0x81:
    666  1.18.2.11   bouyer 			pt = "  F_port";
    667  1.18.2.11   bouyer 			break;
    668  1.18.2.11   bouyer 		case 0x82:
    669  1.18.2.11   bouyer 			pt = "  FL_Port";
    670  1.18.2.11   bouyer 			break;
    671  1.18.2.11   bouyer 		case 0x84:
    672  1.18.2.11   bouyer 			pt = "   E_port";
    673  1.18.2.11   bouyer 			break;
    674  1.18.2.11   bouyer 		default:
    675  1.18.2.11   bouyer 			pt = "?";
    676  1.18.2.11   bouyer 			break;
    677  1.18.2.11   bouyer 		}
    678  1.18.2.11   bouyer 		isp_prt(isp, ISP_LOGINFO,
    679  1.18.2.11   bouyer 		    "%s @ 0x%x, Node 0x%08x%08x Port %08x%08x",
    680  1.18.2.11   bouyer 		    pt, portid, ((u_int32_t) (wwnn >> 32)), ((u_int32_t) wwnn),
    681  1.18.2.11   bouyer 		    ((u_int32_t) (wwpn >> 32)), ((u_int32_t) wwpn));
    682  1.18.2.11   bouyer 		/*
    683  1.18.2.11   bouyer 		 * We're only interested in SCSI_FCP types (for now)
    684  1.18.2.11   bouyer 		 */
    685  1.18.2.11   bouyer 		if ((resp->snscb_fc4_types[2] & 1) == 0) {
    686  1.18.2.11   bouyer 			break;
    687  1.18.2.11   bouyer 		}
    688  1.18.2.11   bouyer 		if (fcp->isp_topo != TOPO_F_PORT)
    689  1.18.2.11   bouyer 			lrange = FC_SNS_ID+1;
    690  1.18.2.11   bouyer 		else
    691  1.18.2.11   bouyer 			lrange = 0;
    692  1.18.2.11   bouyer 		/*
    693  1.18.2.11   bouyer 		 * Is it already in our list?
    694  1.18.2.11   bouyer 		 */
    695  1.18.2.11   bouyer 		for (target = lrange; target < MAX_FC_TARG; target++) {
    696  1.18.2.11   bouyer 			if (target >= FL_PORT_ID && target <= FC_SNS_ID) {
    697  1.18.2.11   bouyer 				continue;
    698  1.18.2.11   bouyer 			}
    699       1.15   mjacob 			lp = &fcp->portdb[target];
    700  1.18.2.11   bouyer 			if (lp->port_wwn == wwpn && lp->node_wwn == wwnn) {
    701  1.18.2.11   bouyer 				lp->fabric_dev = 1;
    702       1.15   mjacob 				break;
    703  1.18.2.11   bouyer 			}
    704       1.15   mjacob 		}
    705       1.15   mjacob 		if (target < MAX_FC_TARG) {
    706       1.15   mjacob 			break;
    707       1.15   mjacob 		}
    708  1.18.2.11   bouyer 		for (target = lrange; target < MAX_FC_TARG; target++) {
    709  1.18.2.11   bouyer 			if (target >= FL_PORT_ID && target <= FC_SNS_ID) {
    710  1.18.2.11   bouyer 				continue;
    711  1.18.2.11   bouyer 			}
    712       1.15   mjacob 			lp = &fcp->portdb[target];
    713  1.18.2.11   bouyer 			if (lp->port_wwn == 0) {
    714       1.15   mjacob 				break;
    715  1.18.2.11   bouyer 			}
    716       1.15   mjacob 		}
    717       1.15   mjacob 		if (target == MAX_FC_TARG) {
    718   1.18.2.6   bouyer 			isp_prt(isp, ISP_LOGWARN,
    719   1.18.2.6   bouyer 			    "no more space for fabric devices");
    720  1.18.2.11   bouyer 			break;
    721       1.15   mjacob 		}
    722  1.18.2.11   bouyer 		lp->node_wwn = wwnn;
    723  1.18.2.11   bouyer 		lp->port_wwn = wwpn;
    724       1.15   mjacob 		lp->portid = portid;
    725  1.18.2.11   bouyer 		lp->fabric_dev = 1;
    726       1.15   mjacob 		break;
    727       1.15   mjacob 	}
    728        1.9   mjacob 	default:
    729        1.9   mjacob 		break;
    730        1.9   mjacob 	}
    731       1.10   mjacob 	(void) splx(s);
    732        1.9   mjacob 	return (0);
    733   1.18.2.6   bouyer }
    734   1.18.2.6   bouyer 
    735   1.18.2.6   bouyer #include <machine/stdarg.h>
    736   1.18.2.6   bouyer void
    737   1.18.2.6   bouyer #ifdef	__STDC__
    738   1.18.2.6   bouyer isp_prt(struct ispsoftc *isp, int level, const char *fmt, ...)
    739   1.18.2.6   bouyer #else
    740   1.18.2.6   bouyer isp_prt(isp, fmt, va_alist)
    741   1.18.2.6   bouyer 	struct ispsoftc *isp;
    742   1.18.2.6   bouyer 	char *fmt;
    743   1.18.2.6   bouyer 	va_dcl;
    744   1.18.2.6   bouyer #endif
    745   1.18.2.6   bouyer {
    746   1.18.2.6   bouyer 	va_list ap;
    747   1.18.2.6   bouyer 	if (level != ISP_LOGALL && (level & isp->isp_dblev) == 0) {
    748   1.18.2.6   bouyer 		return;
    749   1.18.2.6   bouyer 	}
    750   1.18.2.6   bouyer 	printf("%s: ", isp->isp_name);
    751   1.18.2.6   bouyer 	va_start(ap, fmt);
    752   1.18.2.6   bouyer 	vprintf(fmt, ap);
    753   1.18.2.6   bouyer 	va_end(ap);
    754   1.18.2.6   bouyer 	printf("\n");
    755        1.1   mjacob }
    756