update component lists: scsipi is independent of umass now
Check open return value and close fd when we're done.
Use DIOCTUR to test if a newly configured CD drive is ready insteadof playing a random waiting game.
Pause after probe here too, so that you can amuse yourself byunplugging and replugging devices and looking at the detach/attachfeedback messages.
* support cd devices (@scsibus & @atapibus, per libumass)* support cd9660* add "probe" keyword, which just prints the dmesg in verbose form
rumpusbhc is now ugenhc
WARNS
Try ffs is msdosfs mount fails -- I happened to have one USB stickwhere the file system is ffs.
Add an example program which shows how to mount and read files froman msdos file system which is located on a usb stick. What makesthis special is that the USB driver stack (and the file systemdr
Add an example program which shows how to mount and read files froman msdos file system which is located on a usb stick. What makesthis special is that the USB driver stack (and the file systemdriver, of course) is run in rump instead of in the host kernel.
show more ...