Align memory allocation for USB device drivers and USB HC drivers:
authormglocker <mglocker@openbsd.org>
Mon, 22 Nov 2021 10:17:14 +0000 (10:17 +0000)
committermglocker <mglocker@openbsd.org>
Mon, 22 Nov 2021 10:17:14 +0000 (10:17 +0000)
commit8985a220ef1558e92857a7be860d5c965bda0a32
tree33b346e82f60a695bbedde5695910ddab6e953bc
parent6a37494ece4f0d6310641af1d5f258ea1ea61b31
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@
14 files changed:
sys/dev/usb/ehci.c
sys/dev/usb/if_athn_usb.c
sys/dev/usb/if_otus.c
sys/dev/usb/if_run.c
sys/dev/usb/if_wi_usb.c
sys/dev/usb/if_zyd.c
sys/dev/usb/ohci.c
sys/dev/usb/uaudio.c
sys/dev/usb/udl.c
sys/dev/usb/uhci.c
sys/dev/usb/umass_scsi.c
sys/dev/usb/utvfu.c
sys/dev/usb/uvideo.c
sys/dev/usb/xhci.c