Changeset aae96a2 in rtems


Ignore:
Timestamp:
11/13/02 15:34:39 (21 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
dd1ad07b
Parents:
b10520f
Message:

2002-11-13 Jay Monkman <jtm@…>

  • network/cs8900.c: I don't know why we have to SelfST register twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
Location:
c/src/libchip
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/libchip/ChangeLog

    rb10520f raae96a2  
     12002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
     2
     3        * network/cs8900.c: I don't know why we have to SelfST register
     4        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
     5
    162002-10-31      Joel Sherrill <joel@OARcorp.com>
    27
  • c/src/libchip/network/cs8900.c

    rb10520f raae96a2  
    262262 
    263263  status = io_pp_get_reg_16 (dev, CS8900_PP_SelfST);
     264  if (status == 0) {
     265      printf("Reading status register again\n");
     266      status = io_pp_get_reg_16 (dev, CS8900_PP_SelfST);
     267  }
    264268   
    265269  if (((status & CS8900_SELF_STATUS_INITD) == 0) ||
Note: See TracChangeset for help on using the changeset viewer.