git: kernel/ral: Bring in support for further chips (RT2700/2800/3090 series).

Sascha Wildner swildner at crater.dragonflybsd.org
Thu May 15 02:43:46 PDT 2014


commit 76c21ea37af4bebe2950abb4cff100b0e656b582
Author: Sascha Wildner <saw at online.de>
Date:   Thu May 15 11:42:35 2014 +0200

    kernel/ral: Bring in support for further chips (RT2700/2800/3090 series).
    
    Unfortunately I don't have any hardware to test and no one volunteered
    when I asked on the lists. Pushing anyway because it shouldn't break
    RT2500/2501/2600 support. We'll see if someone reports issues with
    it.

Summary of changes:
 share/man/man4/ral.4                 |   87 +-
 sys/bus/pci/pcidevs                  |   44 +-
 sys/conf/files                       |    1 +
 sys/contrib/dev/ral/rt2860.fw.uu     |  202 +-
 sys/dev/netif/ral/Makefile           |    4 +-
 sys/dev/netif/ral/fw/Makefile        |    2 +-
 sys/dev/netif/ral/fw/rt2860/Makefile |    5 +
 sys/dev/netif/ral/if_ral_pci.c       |   80 +-
 sys/dev/netif/ral/rt2860.c           | 4086 ++++++++++++++++++++++++++++++++++
 sys/dev/netif/ral/rt2860reg.h        | 1255 +++++++++++
 sys/dev/netif/ral/rt2860var.h        |  206 ++
 11 files changed, 5835 insertions(+), 137 deletions(-)
 create mode 100644 sys/dev/netif/ral/fw/rt2860/Makefile
 create mode 100644 sys/dev/netif/ral/rt2860.c
 create mode 100644 sys/dev/netif/ral/rt2860reg.h
 create mode 100644 sys/dev/netif/ral/rt2860var.h

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/76c21ea37af4bebe2950abb4cff100b0e656b582


-- 
DragonFly BSD source repository



More information about the Commits mailing list