git: kernel/oce: Sync oce(4) driver with FreeBSD.

Sascha Wildner swildner at crater.dragonflybsd.org
Mon Jul 15 13:22:12 PDT 2013


commit c976b08e407a223bdc385d4da769cb5dcf87a9cf
Author: Sascha Wildner <saw at online.de>
Date:   Sat Jul 13 12:09:41 2013 +0200

    kernel/oce: Sync oce(4) driver with FreeBSD.
    
    An update by Emulex. Most notably, it adds support for Skyhawk adapters.
    
    The port to DragonFly wasn't tested on a Skyhawk but looks like it should
    just work[tm].
    
    Thanks to Mihai Carabas for testing it on a BladeEngine 3 to see that I
    didn't break anything which previously worked.
    
    Taken-from: FreeBSD

Summary of changes:
 share/man/man4/oce.4           |   4 +-
 sys/dev/netif/oce/oce_hw.c     |  22 ++---
 sys/dev/netif/oce/oce_hw.h     |  80 ++++++++++++++-
 sys/dev/netif/oce/oce_if.c     | 148 ++++++++++++++--------------
 sys/dev/netif/oce/oce_if.h     | 100 ++++++++++++++-----
 sys/dev/netif/oce/oce_mbox.c   | 218 ++++++++++++++++++++++++++++++++++++++---
 sys/dev/netif/oce/oce_queue.c  |   8 +-
 sys/dev/netif/oce/oce_sysctl.c |  12 +--
 sys/dev/netif/oce/oce_util.c   |   4 +-
 9 files changed, 456 insertions(+), 140 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c976b08e407a223bdc385d4da769cb5dcf87a9cf


-- 
DragonFly BSD source repository


More information about the Commits mailing list