Index: dev/octhci.c =================================================================== RCS file: /cvs/src/sys/arch/octeon/dev/octhci.c,v retrieving revision 1.17 diff -u -p -r1.17 octhci.c --- dev/octhci.c 11 Feb 2015 01:40:57 -0000 1.17 +++ dev/octhci.c 7 Jun 2016 06:29:31 -0000 @@ -239,6 +239,7 @@ octhci_init(struct octhci_softc *sc) } pool_init(octhcixfer, sizeof(struct octhci_xfer), 0, 0, 0, "octhcixfer", NULL); + pool_setipl(octhcixfer, IPL_SOFTUSB); } /*