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