Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Oct 2005 18:41:31 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/vx if_vx_eisa.c if_vx_pci.c
Message-ID:  <200510061841.j96IfV4v078123@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2005-10-06 18:41:31 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/vx           if_vx_eisa.c if_vx_pci.c 
  Log:
  Fix another edge case I just noticed when committing the previous changes:
  If bus_setup_intr() fails, cleanup the ifnet setup in vx_attach() by
  calling ether_ifdetach() and if_free().
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.26      +3 -0      src/sys/dev/vx/if_vx_eisa.c
  1.36      +3 -0      src/sys/dev/vx/if_vx_pci.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510061841.j96IfV4v078123>