cvs commit: src/sys/dev/usb if_aue.c if_axe.c if_cdce.c if_cue.c
if_kue.c if_udav.c
Xin LI
delphij at FreeBSD.org
Sat Oct 8 20:59:37 PDT 2005
delphij 2005-10-09 03:59:36 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/dev/usb if_aue.c if_axe.c if_cdce.c if_cue.c
if_kue.c if_udav.c
Log:
MFC (by ru)
| Add missing mtx_destroy() when if_alloc() fails.
| Add missing if_free() when mii_phy_probe() fails.
| Put if_free() into the correct #ifdef in detach().
|
| Revision Changes Path
| 1.93 +6 -1 src/sys/dev/usb/if_aue.c
| 1.33 +6 -1 src/sys/dev/usb/if_axe.c
| 1.9 +2 -0 src/sys/dev/usb/if_cdce.c
| 1.60 +5 -1 src/sys/dev/usb/if_cue.c
| 1.67 +5 -1 src/sys/dev/usb/if_kue.c
| 1.17 +3 -0 src/sys/dev/usb/if_udav.c
Approved by: re (scottl)
Revision Changes Path
1.90.2.3 +6 -1 src/sys/dev/usb/if_aue.c
1.30.2.3 +6 -1 src/sys/dev/usb/if_axe.c
1.7.2.3 +2 -0 src/sys/dev/usb/if_cdce.c
1.57.2.3 +5 -1 src/sys/dev/usb/if_cue.c
1.64.2.3 +5 -1 src/sys/dev/usb/if_kue.c
1.14.2.3 +3 -0 src/sys/dev/usb/if_udav.c
More information about the cvs-src
mailing list