DragonFly commits List (threaded) for 2013-07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: kernel/oce: Sync oce(4) driver with FreeBSD.
commit c976b08e407a223bdc385d4da769cb5dcf87a9cf
Author: Sascha Wildner <saw@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]