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