Date: Thu, 14 Jun 2007 15:09:32 +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 usb.h usb_port.h Message-ID: <200706141509.l5EF9WIX093192@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2007-06-14 15:09:22 UTC FreeBSD src repository Modified files: sys/dev/usb usb.h usb_port.h Log: Move malloc definitions to usb.h. Also, remove usb_malloc_type: it was unused. Remove METHODS_NONE: it was unused. Move include of opt_usb.h from usb_port.h to usb.h, since usb_port.h is going away (there will be a usb_compat.h for out-of-tree drivers that want it). Revision Changes Path 1.44 +3 -4 src/sys/dev/usb/usb.h 1.91 +1 -15 src/sys/dev/usb/usb_port.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706141509.l5EF9WIX093192>