CVSROOT: /cvs Module name: src Changes by: mgloc...@cvs.openbsd.org 2021/11/22 03:17:14
Modified files: sys/dev/usb : ehci.c if_athn_usb.c if_otus.c if_run.c if_wi_usb.c if_zyd.c ohci.c uaudio.c udl.c uhci.c umass_scsi.c utvfu.c uvideo.c xhci.c Log 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@