cvs commit: src/sys/pci if_tl.c

John Baldwin jhb at FreeBSD.org
Mon Mar 31 11:24:39 PST 2003


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


More information about the cvs-src mailing list