mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2007-11-26 Eric Norum <norume@aps.anl.gov>
* network/network.c: Fix LED configuration to match uCDIMM.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2007-11-26 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* network/network.c: Fix LED configuration to match uCDIMM.
|
||||
|
||||
2007-10-14 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* clock/clock.c: Add nanoseconds since tick support.
|
||||
|
||||
@@ -304,13 +304,13 @@ mcf5282_fec_initialize_hardware(struct mcf5282_enet_struct *sc)
|
||||
|
||||
/*
|
||||
* Set PHYS
|
||||
* LED1 link status, LED2 receive status, LEDs stretched
|
||||
* LED1 receive status, LED2 link status, LEDs stretched
|
||||
* Advertise 100 Mb/s, full-duplex, IEEE-802.3
|
||||
* Turn off auto-negotiate
|
||||
* Enable speed-change, duplex-change and link-status-change interrupts
|
||||
* Set 100/full and perhaps auto-negotiate
|
||||
*/
|
||||
setMII(1, 20, 0x42F2);
|
||||
setMII(1, 20, 0x24F2);
|
||||
setMII(1, 4, 0x0181);
|
||||
setMII(1, 0, 0x2100);
|
||||
rtems_task_wake_after(2);
|
||||
|
||||
Reference in New Issue
Block a user