EtchedPixels / FUZIX

FuzixOS: Because Small Is Beautiful
Other
2.19k stars 275 forks source link

netd: fix /dev/eth colliding with later introduced /dev/rd0 #1082

Closed pawosm-arm closed 3 months ago

pawosm-arm commented 3 months ago

I've found it when looking into the /dev tree on dk-tm4c129x

pawosm-arm commented 3 months ago

This is most likely insufficient. The kernel should also somehow know that the major/minor numbers have changed.

EtchedPixels commented 3 months ago

I will take a look - at the moment they are both different device specific things

pawosm-arm commented 3 months ago

I will take a look - at the moment they are both different device specific things

I have a fix for it, just want to verify it this time before I push it

pawosm-arm commented 3 months ago

Ok, I've tested with local network. The most recent FUZIX is still workable on this board.