Date: Sat, 9 Jun 2007 06:31:07 +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_axe.c if_cdce.c if_cdcereg.h if_cue.c if_kue.c if_rue.c if_rum.c if_udav.c if_ural.c Message-ID: <200706090631.l596V7hL042578@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2007-06-09 06:31:07 UTC FreeBSD src repository Modified files: sys/dev/usb if_axe.c if_cdce.c if_cdcereg.h if_cue.c if_kue.c if_rue.c if_rum.c if_udav.c if_ural.c Log: The devinfo stuff has been moved up into the parent bus. There's no need to do it at all anymore. Remove it from here. Expand USB_ATTACH_SETUP inline now that it is one line and we're moving away from the compat macros. Remove some bzero calls that turn out not be be necessary. Revision Changes Path 1.45 +0 -6 src/sys/dev/usb/if_axe.c 1.17 +0 -5 src/sys/dev/usb/if_cdce.c 1.7 +0 -2 src/sys/dev/usb/if_cdcereg.h 1.65 +0 -6 src/sys/dev/usb/if_cue.c 1.74 +0 -6 src/sys/dev/usb/if_kue.c 1.32 +0 -12 src/sys/dev/usb/if_rue.c 1.4 +1 -4 src/sys/dev/usb/if_rum.c 1.26 +2 -8 src/sys/dev/usb/if_udav.c 1.55 +1 -4 src/sys/dev/usb/if_ural.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706090631.l596V7hL042578>