Add support for the second (RT2561/RT2561S) and third (RT2661 MIMO XR)

generations of 802.11abg chipsets from Ralink Technology.
Get rid of the pccard front-end while I'm here since all adapters are
cardbus ones.
This commit is contained in:
Damien Bergamini 2006-03-05 20:38:55 +00:00
parent 9c6307b145
commit c128b2d129
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156322

View File

@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/../../dev/ral
KMOD = if_ral
SRCS = if_ral.c if_ralrate.c if_ral_pccard.c if_ral_pci.c \
device_if.h bus_if.h pci_if.h card_if.h pccarddevs.h
SRCS = rt2560.c rt2661.c if_ralrate.c if_ral_pci.c \
device_if.h bus_if.h pci_if.h
.include <bsd.kmod.mk>