Date: Mon, 5 May 2003 19:00:01 -0700 (PDT) From: Olivier Houchard <cognet@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_sis.c Message-ID: <200305060200.h4620175056291@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
cognet 2003/05/05 19:00:01 PDT FreeBSD src repository Modified files: sys/pci if_sis.c Log: Don't call timeout() in sis_tick(), this is done earlier by mii_tick(), and it leads to a panic at unload time, as we own 2 instances of callout and untimeout() only one. Will I'm there, remove a call to callout_handler_init(), one is enough. Reviewed by: wpaul Revision Changes Path 1.75 +0 -4 src/sys/pci/if_sis.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305060200.h4620175056291>