Deleted Added
full compact
isp_target.c (105134) isp_target.c (108470)
1/* $FreeBSD: head/sys/dev/isp/isp_target.c 105134 2002-10-14 22:13:51Z mjacob $ */
1/* $FreeBSD: head/sys/dev/isp/isp_target.c 108470 2002-12-30 21:18:15Z schweikh $ */
2/*
3 * Machine and OS Independent Target Mode Code for the Qlogic SCSI/FC adapters.
4 *
5 * Copyright (c) 1999, 2000, 2001 by Matthew Jacob
6 * All rights reserved.
7 * mjacob@feral.com
8 *
9 * Redistribution and use in source and binary forms, with or without

--- 748 unchanged lines hidden (view full) ---

758 /*
759 * Punt to platform specific layer.
760 */
761 (void) isp_async(isp, ISPASYNC_TARGET_ACTION, aep);
762 break;
763
764 case AT_RESET:
765 /*
2/*
3 * Machine and OS Independent Target Mode Code for the Qlogic SCSI/FC adapters.
4 *
5 * Copyright (c) 1999, 2000, 2001 by Matthew Jacob
6 * All rights reserved.
7 * mjacob@feral.com
8 *
9 * Redistribution and use in source and binary forms, with or without

--- 748 unchanged lines hidden (view full) ---

758 /*
759 * Punt to platform specific layer.
760 */
761 (void) isp_async(isp, ISPASYNC_TARGET_ACTION, aep);
762 break;
763
764 case AT_RESET:
765 /*
766 * A bus reset came along an blew away this command. Why
766 * A bus reset came along and blew away this command. Why
767 * they do this in addition the async event code stuff,
768 * I dunno.
769 *
770 * Ignore it because the async event will clear things
771 * up for us.
772 */
773 isp_prt(isp, ISP_LOGWARN, atior, lun,
774 GET_IID_VAL(aep->at_iid), GET_BUS_VAL(aep->at_iid));

--- 412 unchanged lines hidden ---
767 * they do this in addition the async event code stuff,
768 * I dunno.
769 *
770 * Ignore it because the async event will clear things
771 * up for us.
772 */
773 isp_prt(isp, ISP_LOGWARN, atior, lun,
774 GET_IID_VAL(aep->at_iid), GET_BUS_VAL(aep->at_iid));

--- 412 unchanged lines hidden ---