Notes so far:

> +xmmc*)
> +     dev=${U%.*}
> +     func=${U#*.}
> +     M xmmc$U c 101 $(($(($dev*16))+$func)) 660
> +     ;;

"sh MAKEDEV xmmc" isn't enough, it needs "sh MAKEDEV xmmc.0"

> +     ret = EIO;
> +     syslog(LOG_ERR, "FCC unlock not implemented, yet");

Thus ends my initial experimentation ;)

Reply via email to