diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2017-01-26 12:18:56 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2017-01-26 12:18:56 +0000 |
commit | 7d46902e0664fdeb233963166ac3a8692e713e6b (patch) | |
tree | 4472bc127d9b264ac54dcc830c6f37d43d37a7a2 /sys | |
parent | 65492273e6466c04f1c6d4d6571a42d0332ca057 (diff) |
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@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 8 |
1 files changed, 4 insertions, 4 deletions
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 |