RB133
Jiří Smejkal <[email protected]> Fri, 15 Feb 2008 19:13:48 +0100
| Newsgroups | gmane.os.netbsd.ports.evbmips |
|---|---|
| Message-ID | <[email protected]> |
I'm using RB153 (six eth ports) wih NetBSD. It works well. I have tried RB133 (three eth ports) and 133C (only one eth port) - there is some strange behavior - board netboot o.k. but then can't attach NFS. Boot device on board is admsw0, when board try attach NFS the device change to admsw2 and attach fails. I tried change vlan_matrix in if_admsw.c (1 << 0) swap to (1 << 2) and then board boot and attach NFS properly but this is not solution. George