ref: 0be2793fa5fbda6a2ee0b31a3d6f77a82e597267
parent: 5e9ab8f4e54e51c1d650faa692588d7afab6d05c
author: stanley lieber <stanley.lieber@gmail.com>
date: Sun Jun 29 10:58:03 EDT 2014
nusbrc: ensure rpi ethernet always appears as /net/etherU0
--- a/sys/src/9/boot/nusbrc
+++ b/sys/src/9/boot/nusbrc
@@ -48,8 +48,9 @@
}
}&}
case *
+ # Raspberry Pi ethernet will always appear as /net/etherU0
if(~ $2 0424)
- nusb/ether -t smsc $etherargs $id
+ nusb/ether -t smsc $etherargs $1:0
}
}
}
--
⑨