summaryrefslogtreecommitdiff
path: root/sys/rump/dev/wip
AgeCommit message (Expand)Author
2015-08-24These "wip" components have been in progress for >5 years. There hasn'tpooka
2014-12-02Remove shlib_version files and just use Makefile SHLIB_MAJOR/MINOR,pooka
2010-03-25use config_init_component()pooka
2010-03-08Convert to pseudo-root.pooka
2010-03-08need -Irumpkern for RUMP_COMPONENTpooka
2010-03-08Update minimum to make compile. i don't have the hardware anymore,pooka
2010-03-01Rename IOCONFIG to IOCONF. It matches the config(1) keyword andpooka
2010-02-16Globally define -Wno-pointer-sign, as it has become a pointlesspooka
2010-02-12adjust more config files for files.rump movepooka
2010-02-12move files.rump out of wippooka
2010-02-11Move a bunch of rump components from dev/wip to dev/lib now thatpooka
2010-02-10Rename rumpusbhc to ugenhc, as that better describes what it does.pooka
2010-02-10The first step to having cd work is to remember to attach it andpooka
2010-02-09add cd@scsi and cd@atapi (untested. if you have a usb cd drive, let me know)pooka
2010-02-09Now that there is a working bus.h for all architectures, move rumppooka
2010-02-09* UR_CBI_ADSC ctrl req fails with EIO sometime for unknown reasons.pooka
2010-02-05Move the net80211 support component into the proper place in "net"pooka
2010-02-04Put common stuff in a single file which can be included.pooka
2010-02-03Convert to ioconf new world order: define attachments using config(1)pooka
2010-02-03one more request type to pass through (seriously, i'll make it passpooka
2010-01-11decend into ums, ukbd and wsconspooka
2010-01-11Support ums (usb mouse) and ukbd (usb keyboard) drivers in rump.pooka
2010-01-11Add wscons rump component.pooka
2010-01-10Add a simple hack to make interrupt pipes work (can't close thempooka
2010-01-10pass a few more requests through to ugenpooka
2009-12-22Create sashimi nodes too.pooka
2009-12-20Include tty driver here for now to make this usable. Will disappearpooka
2009-12-20+libulptpooka
2009-12-20Add ucom@usb support. This uses the uplcom hardware driver currentlypooka
2009-12-20Improve bulk transfer implementation by adding more completepooka
2009-12-19Replace totally handwritten ioconf.c with only a semi handwrittenpooka
2009-12-19get rid of unnecessary headerspooka
2009-12-19define USBVERBOSEpooka
2009-12-19purge some stuff not used by this component anymorepooka
2009-12-15add component for usb printers (ulpt driver)pooka
2009-12-15Support more stuff, e.g. mapping alternate interface setting to thepooka
2009-12-04Attach uhub@uhub (in addition to uhub@roothub, which was already there).pooka
2009-12-03one more path adjustment for rump_vfs_makedevnodes() changepooka
2009-11-11Give this a makefile for easy rebuild of all the components whenpooka
2009-10-14whoops, restore probing of ugen{0..3} instead of just ugen2pooka
2009-10-13add one more passthroughpooka
2009-10-05* support async transferspooka
2009-10-05Attach sd to devsw and create /dev/sd0[a-h].pooka
2009-10-04* pass a few write requests through to the device.pooka
2009-10-04Pass some requests to the device. Hi ho, required for rum.pooka
2009-10-04Support rum@usb. Currently manages to configure and attach:pooka
2009-10-04Support net80211 in rump (for wireless device drivers, therefore in "dev")pooka
2009-10-03Report the root hub as self-powered. Works better when attachingpooka
2009-10-03probe and attach ugen0 through ugen3pooka
2009-10-02Checkpoint rump usb host controller implementation. It's prettypooka