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: Miod Vallat (miodcvs.openbsd.org)
Date: Mon Sep 06 2004 - 01:25:28 CDT


CVSROOT: /cvs
Module name: src
Changes by: miodcvs.openbsd.org 2004/09/06 00:25:28

Modified files:
        sys/arch/mvme88k/dev: vs.c vsreg.h vsvar.h

Log message:
Jumbo pack of fixes:
- do not leak memory when polling;
- bring LUN support back - Motorola documentation says LUNs are not
supported, but it's a SysV/m88k limitation, not a hardware one.
- honour request timeout while polling (instead of using a fixed value)
- do not program the scsi command length if the hardware knows it from
the scsi command group (as advised in the manual)
- various minor fixes, especially better error recovery.

tested by nick and I; ok deraadt.