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

Scott Long scottl at FreeBSD.org
Fri Mar 4 06:11:00 GMT 2005


scottl      2005-03-04 06:11:00 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/amr          amr.c 
  Log:
  Fix the ioctl path by ensuring that amr_start1() gets called for commands
  with no associated data.  Also revert previous changes that allocate off
  of the stack instead of using malloc, as it's not needed.  Many thanks to
  LSI for investigating and fixing these problems.
  
  Submitted by: rajeshpr @ lsil . com
  
  Revision  Changes    Path
  1.61      +22 -18    src/sys/dev/amr/amr.c


More information about the cvs-src mailing list