git: 30b915d7b2d3 - main - an: Remove driver

Olivier Houchard cognet at FreeBSD.org
Fri Jun 11 23:09:32 UTC 2021


The branch main has been updated by cognet:

URL: https://cgit.FreeBSD.org/src/commit/?id=30b915d7b2d372c20cb80fdc75032fd41d6e1161

commit 30b915d7b2d372c20cb80fdc75032fd41d6e1161
Author:     Olivier Houchard <cognet at FreeBSD.org>
AuthorDate: 2021-06-11 23:08:54 +0000
Commit:     Olivier Houchard <cognet at FreeBSD.org>
CommitDate: 2021-06-11 23:08:54 +0000

    an: Remove driver
    
    Now that an(4) is gone, remove it from GENERIC kernel config files.
    
    Reported by:    flo
---
 sys/amd64/conf/GENERIC | 1 -
 sys/i386/conf/GENERIC  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 696d15698baf..2b49dd4726ec 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -307,7 +307,6 @@ device		wlan_wep		# 802.11 WEP support
 device		wlan_ccmp		# 802.11 CCMP support
 device		wlan_tkip		# 802.11 TKIP support
 device		wlan_amrr		# AMRR transmit rate control algorithm
-device		an			# Aironet 4500/4800 802.11 wireless NICs.
 device		ath			# Atheros NICs
 device		ath_pci			# Atheros pci/cardbus glue
 device		ath_hal			# pci/cardbus chip support
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 288968d84af1..7a3806312f03 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -269,7 +269,6 @@ device		wlan_wep		# 802.11 WEP support
 device		wlan_ccmp		# 802.11 CCMP support
 device		wlan_tkip		# 802.11 TKIP support
 device		wlan_amrr		# AMRR transmit rate control algorithm
-device		an			# Aironet 4500/4800 802.11 wireless NICs.
 device		ath			# Atheros NICs
 device		ath_pci			# Atheros pci/cardbus glue
 device		ath_hal			# pci/cardbus chip support


More information about the dev-commits-src-all mailing list