From c128b2d129a8e305b673ef5e3da76af1fb91ae60 Mon Sep 17 00:00:00 2001 From: Damien Bergamini Date: Sun, 5 Mar 2006 20:38:55 +0000 Subject: [PATCH] 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. --- sys/modules/ral/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/modules/ral/Makefile b/sys/modules/ral/Makefile index b3dcc690b63e..2ec55bff722e 100644 --- a/sys/modules/ral/Makefile +++ b/sys/modules/ral/Makefile @@ -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