tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: (Semi-random) thoughts on device tree structure and devfs



> We don't need a second mechanism to handle dk(4), do we?  If dk3 should
> attach to the volume with GUID 60708090-a0b0-c0d0-e0f0-01020304050, let
> the device properties say so:
> 
> <plist version="1.0">
> <dict>
>         <key>device-driver</key>
>         <string>dk</string>
>         <key>device-unit</key>
>         <integer>0x3</integer>
>       <key>guid</key>
>       <string>60708090-a0b0-c0d0-e0f0-01020304050</string>
> </dict>
> </plist>

Usually GUID is recorded in partition table.  You're viewing things in reverse
order...

Masao

-- 
Masao Uebayashi / Tombi Inc. / Tel: +81-90-9141-4635


Home | Main Index | Thread Index | Old Index