git: if_de: Sync with current FreeBSD version (r271849). Now works with >4G ram.

Imre Vadasz ivadasz at crater.dragonflybsd.org
Sat Apr 11 04:58:53 PDT 2015


commit 5d2944c2ceb6e87645a18a3698308653aa94450a
Author: Imre Vadasz <imre at vdsz.com>
Date:   Sat Apr 11 13:53:55 2015 +0200

    if_de: Sync with current FreeBSD version (r271849). Now works with >4G ram.
    
    * if_de now uses the bus_dma api for DMA memory handling. This makes the
      driver work on systems with more than 4G of ram.
    
    * Remove currently unused code for the TULIP_DO_GPR_SENSE option.
    
    * Keeps most original modifications relative to the code from FreeBSD.

Summary of changes:
 sys/dev/netif/de/dc21040reg.h |   30 +-
 sys/dev/netif/de/if_de.c      | 1118 +++++++++++++++++++++++------------------
 sys/dev/netif/de/if_devar.h   |  905 ++++++++++++++++++---------------
 3 files changed, 1148 insertions(+), 905 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5d2944c2ceb6e87645a18a3698308653aa94450a


-- 
DragonFly BSD source repository



More information about the Commits mailing list