Damien Zammit, le sam. 14 nov. 2020 14:37:37 +1100, a ecrit: > /* BSD name of whole disk device is /dev/wdXd > - * but we will receive /dev/wdX as the name */ > + * but we will receive /dev/wdX as the name > + * or @/dev/master:/dev/wdX */
This looks odd to me. The "@/dev/master:" part should rather be dropped way before, by the code that opens /dev/master to access the master device port before calling device_open() on it: the translators shouldn't have to grok which way they were accessed. Samuel
