Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jul 2005 03:33:23 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ep if_ep.c
Message-ID:  <200507310333.j6V3XNRi024574@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2005-07-31 03:33:23 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ep           if_ep.c 
  Log:
  The isa attachment calls ep_free after it has already been called once
  in the resource error in ep_alloc case.  This results in a panic.
  Zero resources to make it safe to call twice pending resolution of
  layering questions.
  
  MFC After: 3 days
  
  Revision  Changes    Path
  1.142     +3 -1      src/sys/dev/ep/if_ep.c



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