History log of /src/share/examples/rump/sdread |
Revision | Date | Author | Comments |
1.6 | 23-Aug-2010 |
pooka | update component lists: scsipi is independent of umass now
|
1.5 | 17-Feb-2010 |
pooka | * support cd devices (@scsibus & @atapibus, per libumass) * support cd9660 * add "probe" keyword, which just prints the dmesg in verbose form
|
1.4 | 10-Feb-2010 |
pooka | rumpusbhc is now ugenhc
|
1.3 | 14-Oct-2009 |
pooka | WARNS
|
1.2 | 13-Oct-2009 |
pooka | Try ffs is msdosfs mount fails -- I happened to have one USB stick where the file system is ffs.
|
1.1 | 05-Oct-2009 |
pooka | Add an example program which shows how to mount and read files from an msdos file system which is located on a usb stick. What makes this special is that the USB driver stack (and the file system driver, of course) is run in rump instead of in the host kernel.
|
1.6 | 25-Mar-2010 |
pooka | Check open return value and close fd when we're done.
|
1.5 | 22-Mar-2010 |
pooka | Use DIOCTUR to test if a newly configured CD drive is ready instead of playing a random waiting game.
|
1.4 | 07-Mar-2010 |
pooka | Pause after probe here too, so that you can amuse yourself by unplugging and replugging devices and looking at the detach/attach feedback messages.
|
1.3 | 17-Feb-2010 |
pooka | * support cd devices (@scsibus & @atapibus, per libumass) * support cd9660 * add "probe" keyword, which just prints the dmesg in verbose form
|
1.2 | 13-Oct-2009 |
pooka | Try ffs is msdosfs mount fails -- I happened to have one USB stick where the file system is ffs.
|
1.1 | 05-Oct-2009 |
pooka | Add an example program which shows how to mount and read files from an msdos file system which is located on a usb stick. What makes this special is that the USB driver stack (and the file system driver, of course) is run in rump instead of in the host kernel.
|