OpenBSD cvs log

created 2021-11-29T10:42:59Z
begin 2021-11-22T03:30:20Z
end 2021-11-22T10:17:14Z
path src/sys
commits 1

date 2021-11-22T10:17:14Z
author mglocker
files src/sys/dev/usb/ehci.c log diff annotate
src/sys/dev/usb/if_athn_usb.c log diff annotate
src/sys/dev/usb/if_otus.c log diff annotate
src/sys/dev/usb/if_run.c log diff annotate
src/sys/dev/usb/if_wi_usb.c log diff annotate
src/sys/dev/usb/if_zyd.c log diff annotate
src/sys/dev/usb/ohci.c log diff annotate
src/sys/dev/usb/uaudio.c log diff annotate
src/sys/dev/usb/udl.c log diff annotate
src/sys/dev/usb/uhci.c log diff annotate
src/sys/dev/usb/umass_scsi.c log diff annotate
src/sys/dev/usb/utvfu.c log diff annotate
src/sys/dev/usb/uvideo.c log diff annotate
src/sys/dev/usb/xhci.c log diff annotate
message Align memory allocation for USB device drivers and USB HC drivers:

* USB device drivers use M_USBDEV instead of M_DEVBUF.
* USB HC drivers use M_USBHC instead of M_DEVBUF.

In a vanilla setup, this enlarges the USB memory pool.

ok anton@