Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Dec 1998 18:51:55 -0800 (PST)
From:      Warner Losh <imp@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/dev/aha aha.c
Message-ID:  <199812150251.SAA08967@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         1998/12/14 18:51:55 PST

  Modified files:
    sys/dev/aha          aha.c 
  Log:
  o Convert length of hccb to integer from the array.  Eivind Eklund
    pointed this out, but I've not seen a manifestation of this.
  o Check against 0x00 as well as 0xff for geometry register, as some clone
    cards don't return 0xff.  Vadim Mikhailov pointed this out in PR
    8743 for his Dell SCSI Array controller working in AHA-1540
    emulation mode.  Note that this test is likely to go away in the
    future in favor of a better one Justin has recommended.
  
  Revision  Changes    Path
  1.16      +8 -3      src/sys/dev/aha/aha.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812150251.SAA08967>