Changes between Initial Version and Version 82 of Ticket #2998


Ignore:
Timestamp:
Apr 23, 2012, 9:51:02 AM (12 years ago)
Author:
diver
Comment:

Probably a kernel issue.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2998

    • Property Cc pieter@… adek336@… added
    • Property Component Drivers/NetworkSystem/Kernel
    • Property Blocking8016
    • Property Version R1/pre-alpha1R1/Development
  • Ticket #2998 – Description

    initial v82  
    11bcm440x driver compiles without a problem and reckognizes the NIC by vendorID/productID, but does not initialize the network card.
     2
    23I've put some debug messages and found that in b44um.c @ line 119:
    3 
     4{{{
    45if (b44_LM_GetAdapterInfo(&be_b44_dev_cards[sCardsFound].lm_dev) != LM_STATUS_SUCCESS)
    56
     
    1011    if ((eprom[126] != 1) && (eprom[126] != 0x10))
    1112        return LM_STATUS_FAILURE;
     13}}}
    1214Always return LM_STATUS_FAILURE, I don't know which are the correct values or b44_LM_EepromReadBlock(pDevice, 0, eprom_dw, sizeof(eprom_dw)); doesn't reads the values correctly.
    1315