cvs commit: src/sys/dev/aac aac.c

Scott Long scottl at FreeBSD.org
Sun Mar 30 13:47:19 PST 2003


scottl      2003/03/30 13:47:16 PST

  FreeBSD src repository

  Modified files:
    sys/dev/aac          aac.c 
  Log:
  Add the ability to send 64-bit scatter/gather elements to aac cards.  This
  is enabled when both the size of bus_addr_t > 4 and the card claims support.
  
  Don't wake up the kthread to allocate more commands if we know that we've
  already allocated the max number of commands.
  
  Revision  Changes    Path
  1.66      +78 -39    src/sys/dev/aac/aac.c


More information about the cvs-all mailing list