diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2015-06-06 12:30:54 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2015-06-06 12:30:54 +0000 |
commit | 67e54571e0c314211843d00097dbcd9acee5765b (patch) | |
tree | d2284385604cb6d28840ef7b76fc34ecc6e5ba63 /sys | |
parent | 54b9f6f5796ceb86047002b3844c7c7234ae5eb0 (diff) |
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 |