NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
lib/44618: rump_etfs should support disk(9)
>Number: 44618
>Category: lib
>Synopsis: rump_etfs should support disk(9)
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: lib-bug-people
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Mon Feb 21 09:10:00 +0000 2011
>Originator: Antti Kantee
>Release:
>Organization:
>Environment:
>Description:
Currently, rump_etfs provides a direct block device mapping to
a host file. It does not allow to register a disk(9) device.
Also, it does not allow to specify things like "this file is a cd".
>How-To-Repeat:
>Fix:
Maybe add another interface such as rump_etfs_register_disk()?
Then you could say register("/dev/cd0d", "/dev/cd", DEVTYPE_CD)
or something like that (the in-rump device node names might need
a little thinking).
Home |
Main Index |
Thread Index |
Old Index