Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2002 14:46:09 -0700 (PDT)
From:      Paul Saab <ps@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ciss ciss.c
Message-ID:  <200204292146.g3TLk9V07523@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ps          2002/04/29 14:46:09 PDT

  Modified files:
    sys/dev/ciss         ciss.c 
  Log:
  - Set the maximum number of device transactions to what the driver
    is limiting it to, not what the device says it can handle.
  - cl_status is an integer. cl_lstatus is a pointer.
  - Add some debugging code to dump some things the driver knows about
    the adapter.
  - Tell CAM that the adapter can handle more commands when a command
    completes.  This fixes the problem were the SIM would freeze once
    the driver hit the maximum number of transactions for the device.
  - Change the vendor string to COMPAQ.
  - Turn of Synchronize Cache for now.  It locks the controller up.
  
  Approved by:    msmith
  Obtained from:  Yahoo!
  
  Revision  Changes    Path
  1.5       +73 -7     src/sys/dev/ciss/ciss.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?200204292146.g3TLk9V07523>