06d49ab5e3
and dm_targets_list ioctl to test if dm driver inside rump works. It will be disable for now, because I need to find out why if I run this test by atf-run it fails while running h_dm by hand works. XXX. component.c in rump/libdm calls devsw_attach before dm_modcmd can do that therefore unmodified modcmd returns error.
20 lines
593 B
Plaintext
20 lines
593 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>cmd_data</key>
|
|
<array/>
|
|
<key>command</key>
|
|
<string>version</string>
|
|
<key>event_nr</key>
|
|
<integer>0x0</integer>
|
|
<key>flags</key>
|
|
<integer>0x4</integer>
|
|
<key>version</key>
|
|
<array>
|
|
<integer>0x4</integer>
|
|
<integer>0x0</integer>
|
|
<integer>0x0</integer>
|
|
</array>
|
|
</dict>
|
|
</plist> |