diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2004-12-20 20:56:33 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2004-12-20 20:56:33 +0000 |
commit | 599e6dc3665a06e580c701c66e5732de173dbf8a (patch) | |
tree | 0dacb8e789ff261ed45ae613bbbd04eb360d3887 /sys/dev/ic/aic79xx.c | |
parent | d13069623678a3b7fca87169db73232db87fc4f4 (diff) |
Activate packetized status handling.
ok tdeval@.
Diffstat (limited to 'sys/dev/ic/aic79xx.c')
-rw-r--r-- | sys/dev/ic/aic79xx.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/aic79xx.c b/sys/dev/ic/aic79xx.c index 3ccc1c06112..979cd38b77a 100644 --- a/sys/dev/ic/aic79xx.c +++ b/sys/dev/ic/aic79xx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aic79xx.c,v 1.23 2004/12/19 06:17:54 krw Exp $ */ +/* $OpenBSD: aic79xx.c,v 1.24 2004/12/20 20:56:32 krw Exp $ */ /* * Copyright (c) 2004 Milos Urbanek, Kenneth R. Westerback & Marco Peereboom @@ -8081,7 +8081,6 @@ ahd_handle_scsi_status(struct ahd_softc *ahd, struct scb *scb) aic_set_transaction_status(scb, CAM_SCSI_STATUS_ERROR); aic_set_scsi_status(scb, hscb->shared_data.istatus.scsi_status); switch (hscb->shared_data.istatus.scsi_status) { -#if 0 case STATUS_PKT_SENSE: { struct scsi_status_iu_header *siu; @@ -8142,7 +8141,6 @@ ahd_handle_scsi_status(struct ahd_softc *ahd, struct scb *scb) ahd_done(ahd, scb); break; } -#endif case SCSI_STATUS_CMD_TERMINATED: case SCSI_STATUS_CHECK_COND: { |