CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/07/09 12:15:04
Modified files: sys/dev/usb : uhub.c usb.c usb_subr.c usbdivar.h Log message: autoconf(9) is your friend and it knows you more than you think. It even knows your children! So let him handle the seperation correctly. Do not rewrite your own custom config_detach_children(9) and as a bonus start removing the usbd_port tentacles from the stack. ok pirofti@, yuo@, miod@, deraadt@