2007-11-26 Eric Norum <norume@aps.anl.gov>

* network/network.c: Fix LED configuration to match uCDIMM.
This commit is contained in:
Joel Sherrill
2007-11-26 17:48:39 +00:00
parent 08988b7d3d
commit 5cc0c0d3a1
2 changed files with 6 additions and 2 deletions

View File

@@ -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.

View File

@@ -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);