kernel/ral: Bring in support for further chips (RT2700/2800/3090 series).
authorSascha Wildner <saw@online.de>
Thu, 15 May 2014 09:42:35 +0000 (11:42 +0200)
committerSascha Wildner <saw@online.de>
Thu, 15 May 2014 09:43:08 +0000 (11:43 +0200)
commit76c21ea37af4bebe2950abb4cff100b0e656b582
treeeb43cb1b84f3190b183ddb81f3c76bbd9dcc51f8
parenta28e2171b0881d4874f118422abbaa116897277d
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.
share/man/man4/ral.4
sys/bus/pci/pcidevs
sys/conf/files
sys/contrib/dev/ral/rt2860.fw.uu
sys/dev/netif/ral/Makefile
sys/dev/netif/ral/fw/Makefile
sys/dev/netif/ral/fw/rt2860/Makefile [new file with mode: 0644]
sys/dev/netif/ral/if_ral_pci.c
sys/dev/netif/ral/rt2860.c [new file with mode: 0644]
sys/dev/netif/ral/rt2860reg.h [new file with mode: 0644]
sys/dev/netif/ral/rt2860var.h [new file with mode: 0644]