Chris Johns commented on a discussion on bsps/powerpc/beatnik/start/bspstart.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1276#note_152396

 >    printk("Number of PCI buses found is : %d\n", pci_bus_count());
 >  #endif
 >  
 > +  motload_gev_set_nvbase(BSP_NVRAM_BASE_ADDR);
 > +  if (board_type == MVME5500) {
 > +    motload_gev_set_net_unit(1);
 > +    motload_gev_set_net_label(1, "em0");
 > +  } else {
 > +    motload_gev_set_net_unit(1);
 > +    motload_gev_set_net_unit(2);
 > +    motload_gev_set_net_label(1, "em0");
 > +    motload_gev_set_net_label(2, "em1");
 > +  }

I would prefer they stay grouped as I have them because the grouping is per 
type of board and when you look at the block it is very easier to see the 
interfaces supported.

Note, the 5500 has a Marvell interface like the 6100 but the 5500 is a 
Discovery II and the 6100 is a Discovery III and the driver in LibBSD checks 
the version and requires III. The driver in LibBSD should be replaced as it is 
a legacy driver forced to be a LibBSD one and while it does run I would not 
depend on it.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1276#note_152396
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to