diff options
author | 2015-06-06 12:30:53 +0000 | |
---|---|---|
committer | 2015-06-06 12:30:53 +0000 | |
commit | 353d36b4d0fbf2cb8e1e49f707558566f954a53b (patch) | |
tree | 631af7e6d75f4a52535a695944fddc900923fd38 /sys | |
parent | Put the link-layer address back into the gateway field of RTF_LOCAL (diff) | |
download | wireguard-openbsd-353d36b4d0fbf2cb8e1e49f707558566f954a53b.tar.xz wireguard-openbsd-353d36b4d0fbf2cb8e1e49f707558566f954a53b.zip |
Enable rtwn(4) on RAMDISK_CD kernels for upgrades. ok deraadt
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index be6f7d4d10b..c6a06c17d5f 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.151 2015/03/16 20:31:47 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.152 2015/06/06 12:30:53 stsp Exp $ machine amd64 maxusers 4 @@ -232,6 +232,7 @@ ral* at pci? # Ralink RT2500/RT2501/RT2600 ral* at cardbus? # Ralink RT2500/RT2501/RT2600 rtw* at pci? # Realtek 8180 rtw* at cardbus? # Realtek 8180 +rtwn* at pci? # Realtek 8188CE/8192CE pgt* at pci? # Prism54 (only full-mac varients) pgt* at cardbus? # Prism54 (only full-mac varients) malo* at pci? # Marvell 88W8385 diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 11ca991aef5..f638e1b8041 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.224 2015/03/16 20:31:47 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.225 2015/06/06 12:30:53 stsp Exp $ machine i386 maxusers 4 @@ -289,6 +289,7 @@ ral* at pci? # Ralink RT2500/RT2501/RT2600 ral* at cardbus? # Ralink RT2500/RT2501/RT2600 rtw* at pci? # Realtek 8180 rtw* at cardbus? # Realtek 8180 +rtwn* at pci? # Realtek 8188CE/8192CE pgt* at pci? # Prism54 (only full-mac varients) pgt* at cardbus? # Prism54 (only full-mac varients) malo* at cardbus? # Marvell Libertas |