diff options
author | 2020-02-15 08:49:11 +0000 | |
---|---|---|
committer | 2020-02-15 08:49:11 +0000 | |
commit | 7839b98d40f57cf1b302f07b0dd06d80bd5ad767 (patch) | |
tree | de9e0260fdcefc26c5cfdbd68ed6256c5114a647 | |
parent | add a man page for iwx(4) (diff) | |
download | wireguard-openbsd-7839b98d40f57cf1b302f07b0dd06d80bd5ad767.tar.xz wireguard-openbsd-7839b98d40f57cf1b302f07b0dd06d80bd5ad767.zip |
Enable iwx(4) on amd64.
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 5dec5567be2..e64388b5815 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.486 2020/01/21 01:40:46 tedu Exp $ +# $OpenBSD: GENERIC,v 1.487 2020/02/15 08:49:11 stsp Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -553,6 +553,7 @@ iwi* at pci? # Intel PRO/Wireless 2200BG/2915ABG wpi* at pci? # Intel PRO/Wireless 3945ABG iwn* at pci? # Intel WiFi Link 4965/5000/1000/6000 iwm* at pci? # Intel WiFi Link 7xxx +iwx* at pci? # Intel WiFi Link 22xxx ral* at pci? # Ralink RT2500/RT2501/RT2600 ral* at cardbus? # Ralink RT2500/RT2501/RT2600 rtw* at pci? # Realtek 8180 diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 261061ff1aa..f106f6b87c0 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.187 2019/12/23 08:05:42 kettenis Exp $ +# $OpenBSD: RAMDISK_CD,v 1.188 2020/02/15 08:49:11 stsp Exp $ machine amd64 maxusers 4 @@ -267,6 +267,7 @@ iwi* at pci? # Intel PRO/Wireless 2200BG/2915ABG wpi* at pci? # Intel PRO/Wireless 3945ABG iwn* at pci? # Intel Wireless WiFi Link 4965AGN iwm* at pci? # Intel WiFi Link 7xxx +iwx* at pci? # Intel WiFi Link 22xxx ral* at pci? # Ralink RT2500/RT2501/RT2600 ral* at cardbus? # Ralink RT2500/RT2501/RT2600 rtw* at pci? # Realtek 8180 |