cvs commit: src/sys/dev/vx if_vx_eisa.c if_vx_pci.c
John Baldwin
jhb at FreeBSD.org
Thu Oct 6 11:41:36 PDT 2005
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
More information about the cvs-src
mailing list