Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Mar 2005 16:37:51 +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/pccard pccard.c
Message-ID:  <200503181637.j2IGbpKx013653@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2005-03-18 16:37:51 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/pccard       pccard.c 
  Log:
  Need to initialize the resource list that we keep for our children.
  STAILQ's require this, while it is optional for SLIST (well, as long
  as the memory is bzeroed).
  
  Noticed by: phk's crash
  
  Revision  Changes    Path
  1.101     +1 -0      src/sys/dev/pccard/pccard.c



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