Date: Mon, 31 Mar 2003 11:24:37 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_tl.c Message-ID: <200303311924.h2VJOb9n005462@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2003/03/31 11:24:37 PST FreeBSD src repository Modified files: sys/pci if_tl.c Log: If we fail to find our PCI ID in attach (this should never happen), then just return ENXIO directly instead of calling tl_detach() since that would panic since the softc mutex isn't initialized until after this check. Revision Changes Path 1.76 +1 -2 src/sys/pci/if_tl.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303311924.h2VJOb9n005462>