summaryrefslogtreecommitdiff
path: root/sys/rump/dev/lib/libugenhc
AgeCommit message (Expand)Author
2013-09-19Move the bus_dma implementation that works only with ugenhc into thepooka
2013-09-13GC rumpusb_device_intr_methods.joerg
2013-07-04Some systems provide ioctl() via unistd.hpooka
2013-04-30Translate error codes between the hypervisor and rump kernel.pooka
2013-04-30Make hypercall calling conventions consistent: iff a hypercall can fail,pooka
2013-04-29Reduce hypercalls related to reading to essentially an amalgamationpooka
2013-04-29don't compile the for kernelchristos
2013-04-28problem with ioconf.c solved, reenablepooka
2013-04-28need errnopooka
2013-04-28duh, the untypoed version doesn't work with bsd.ioconf.mk. comment itpooka
2013-04-28typopooka
2013-04-28The ioctl hypercall is used only by the usb host controller driver,pooka
2012-10-27split device_t/softc for all remaining drivers.chs
2012-09-14Do not assume that O_FOO flags have matching values in the rump kernelpooka
2012-06-10merge the jmcneill-usbmp branch. many thanks to jared for themrg
2010-03-26Catch up with cosmetic changes to output from config(1)pooka
2010-03-25use config_init_component()pooka
2010-03-22* support isochronous transfers (for as much as they can be supportedpooka
2010-03-08Use config pseudo-root keyword instead of monolithic configurationspooka
2010-02-23* abort correct endpoint in bulk xferspooka
2010-02-22* get UDESC_CONFIG for proper config indexpooka
2010-02-20Fix snafu with error reporting in bulk transfers.pooka
2010-02-18Don't leak control endpoint descriptors.pooka
2010-02-18Actually, detach is possible enough if the device isn't in use.pooka
2010-02-18Change match to be based on the existence of the ugen device nodepooka
2010-02-17* allow one more requestpooka
2010-02-11Move a bunch of rump components from dev/wip to dev/lib now thatpooka