From 7d46902e0664fdeb233963166ac3a8692e713e6b Mon Sep 17 00:00:00 2001 From: Stefan Sperling Date: Thu, 26 Jan 2017 12:18:56 +0000 Subject: Disable pgt(4) and acx(4) on sparc64. The kernel has grown too large. Unbreaks the build and allows GENERIC.MP to boot again on T5220. I am quite sure the zero users of these old wireless cards on sparc64 will be much happier with a ral(4) or athn(4) card instead. ok otto@ --- sys/arch/sparc64/conf/GENERIC | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/arch/sparc64') diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index e33ce7082d5..05ce191d076 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.305 2016/06/28 04:41:37 jmatthew Exp $ +# $OpenBSD: GENERIC,v 1.306 2017/01/26 12:18:55 stsp Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -101,9 +101,9 @@ ath* at pci? # Atheros AR5k (802.11a/b/g) ath* at cardbus? # Atheros AR5k (802.11a/b/g) athn* at pci? # Atheros AR9k (802.11a/g/n) athn* at cardbus? # Atheros AR9k (802.11a/g/n) -pgt* at pci? # Prism54 (only full-mac varients) -acx* at pci? # TI ACX100/ACX111 (802.11b/g) -acx* at cardbus? # TI ACX100/ACX111 (802.11b/g) +#pgt* at pci? # Prism54 (only full-mac varients) +#acx* at pci? # TI ACX100/ACX111 (802.11b/g) +#acx* at cardbus? # TI ACX100/ACX111 (802.11b/g) ral* at pci? # Ralink RT2500/RT2501/RT2600 ral* at cardbus? # Ralink RT2500/RT2501/RT2600 malo* at pci? # Marvell Libertas -- cgit v1.2.3