diff options
| author | 2014-02-14 14:00:08 +0000 | |
|---|---|---|
| committer | 2014-02-14 14:00:08 +0000 | |
| commit | 2c028a5f57766aed70664aa4e85a55ff1b6cf078 (patch) | |
| tree | 4657a5231713be368854ba38ee79c3063d128ab3 | |
| parent | Style nit - no space between function name and bracket. (diff) | |
| download | wireguard-openbsd-2c028a5f57766aed70664aa4e85a55ff1b6cf078.tar.xz wireguard-openbsd-2c028a5f57766aed70664aa4e85a55ff1b6cf078.zip | |
florian@ noticed that I missed some isp24xx code in the sbus glue
| -rw-r--r-- | sys/dev/sbus/isp_sbus.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/sbus/isp_sbus.c b/sys/dev/sbus/isp_sbus.c index cdbbf1b9d04..378740e47c0 100644 --- a/sys/dev/sbus/isp_sbus.c +++ b/sys/dev/sbus/isp_sbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isp_sbus.c,v 1.19 2014/02/10 22:41:27 jmatthew Exp $ */ +/* $OpenBSD: isp_sbus.c,v 1.20 2014/02/14 14:00:08 jmatthew Exp $ */ /* $NetBSD: isp_sbus.c,v 1.46 2001/09/26 20:53:14 eeh Exp $ */ /* * SBus specific probe and attach routines for QLogic ISP SCSI adapters. @@ -707,9 +707,6 @@ mbxsync: case RQSTYPE_A64: isp_put_request_t3(isp, (ispreqt3_t *) rq, (ispreqt3_t *) qep); break; - case RQSTYPE_T7RQS: - isp_put_request_t7(isp, (ispreqt7_t *) rq, (ispreqt7_t *) qep); - break; } *nxtip = nxti; return (CMD_QUEUED); |
