From 56cf7dfe4a627e721562467967ab86b0d4784a8f Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Mon, 8 Aug 2011 20:49:32 +0000 Subject: [PATCH] Two options allegedely required for ath9k detection in Linux 3.0+. Without them nothing works, checked. svn path=/nixpkgs/trunk/; revision=28404 --- pkgs/os-specific/linux/kernel/linux-3.0.nix | 2 ++ pkgs/os-specific/linux/kernel/linux-3.1.nix | 2 ++ 2 files changed, 4 insertions(+) diff --git a/pkgs/os-specific/linux/kernel/linux-3.0.nix b/pkgs/os-specific/linux/kernel/linux-3.0.nix index 113b310cbd2..d17775c9066 100644 --- a/pkgs/os-specific/linux/kernel/linux-3.0.nix +++ b/pkgs/os-specific/linux/kernel/linux-3.0.nix @@ -56,6 +56,8 @@ let IPW2200_MONITOR y # support promiscuous mode HOSTAP_FIRMWARE y # Support downloading firmware images with Host AP driver HOSTAP_FIRMWARE_NVRAM y + ATH9K_PCI y # Detect Atheros AR9xxx cards on PCI(e) bus + ATH9K_AHB y # Ditto, AHB bus # Some settings to make sure that fbcondecor works - in particular, # disable tileblitting and the drivers that need it. diff --git a/pkgs/os-specific/linux/kernel/linux-3.1.nix b/pkgs/os-specific/linux/kernel/linux-3.1.nix index 201b309f90c..18514af4501 100644 --- a/pkgs/os-specific/linux/kernel/linux-3.1.nix +++ b/pkgs/os-specific/linux/kernel/linux-3.1.nix @@ -56,6 +56,8 @@ let IPW2200_MONITOR y # support promiscuous mode HOSTAP_FIRMWARE y # Support downloading firmware images with Host AP driver HOSTAP_FIRMWARE_NVRAM y + ATH9K_PCI y # Detect Atheros AR9xxx cards on PCI(e) bus + ATH9K_AHB y # Ditto, AHB bus # Some settings to make sure that fbcondecor works - in particular, # disable tileblitting and the drivers that need it.