Date: Mon, 18 Jun 2007 22:25:46 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb if_aue.c if_axe.c if_cue.c if_kue.c if_rue.c if_rum.c if_udav.c if_ural.c Message-ID: <200706182225.l5IMPkDr022836@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2007-06-18 22:25:46 UTC FreeBSD src repository Modified files: sys/dev/usb if_aue.c if_axe.c if_cue.c if_kue.c if_rue.c if_rum.c if_udav.c if_ural.c Log: Use device_foo_t to declare kobj methods Fix shutdown type to return int rather than void. Revision Changes Path 1.113 +9 -9 src/sys/dev/usb/if_aue.c 1.51 +9 -9 src/sys/dev/usb/if_axe.c 1.71 +6 -6 src/sys/dev/usb/if_cue.c 1.81 +6 -6 src/sys/dev/usb/if_kue.c 1.38 +10 -9 src/sys/dev/usb/if_rue.c 1.9 +20 -4 src/sys/dev/usb/if_rum.c 1.31 +16 -12 src/sys/dev/usb/if_udav.c 1.61 +4 -3 src/sys/dev/usb/if_ural.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706182225.l5IMPkDr022836>