OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Mark Kettenis (ketteniscvs.openbsd.org)
Date: Fri Dec 31 2010 - 13:26:00 CST


CVSROOT: /cvs
Module name: src
Changes by: ketteniscvs.openbsd.org 2010/12/31 12:26:00

Modified files:
        sys/dev/ic : isp.c

Log message:
The firmware we use for the 1020/1020A (SBUS) cards doesn't seem to implement
the commands necessary to do "big" SCSI commands (e.g. READ_CAPACITY_16).
Bail out early on those cards instead of attempting to execute the
unimplemented firmware command and failing to recover from it.

ok krw, deraadt