Ignore:
Timestamp:
Jan 1, 2015, 8:23:48 PM (9 years ago)
Author:
alain
Message:

1) The NIC, IOC, DMA and HBA drivers have been adapted to support the new _v2p_translate() function prototype (returns void).
2) The _mmc_inval() and _mmc_sync() functions does not use anymore the hard lock in the MMC, but use a soft spin_lock.
3) The NIC driver does not use anymore the GIET_NIC_BUFSIZE, GIET_NIC_NBUFS, and GIET_NIC_TIMEOUT parameters (removed from giet_config.h file).
4) The NIC driver registers map has been modified to support 64 bytes buffer descriptors for chained buffers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_drivers/nic_driver.c

    r456 r481  
    4949# error: You must define USE_IOB in the hard_config.h file
    5050#endif
    51 
    52 #if !defined( GIET_NIC_NBUFS )
    53 # error: You must define GIET_NIC_NBUFS in the giet_config.h file
    54 #endif
    55 
    56 #if !defined( GIET_NIC_BUFSIZE )
    57 # error: You must define GIET_NIC_BUFSIZE in the giet_config.h file
    58 #endif
    59 
    60 #if !defined( GIET_NIC_TIMEOUT )
    61 # error: You must define GIET_NIC_TIMEOUT in the giet_config.h file
    62 #endif
    63 
    64 #define in_unckdata __attribute__((section (".unckdata")))
    6551
    6652///////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.