diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2016-04-10 19:16:17 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2016-04-10 19:16:17 +0000 |
commit | 5ee3bdf49fa96f6b4b213b219640241dbe04a9f7 (patch) | |
tree | 24bcff166a29da483f8b7394503d5280386b3f34 /sys | |
parent | efeb77691d809e19c53893b1b6b4bfc6b3579d97 (diff) |
For now, disable ahc(4) such that GENERIC.MP kernels don't overflow the 8M
reserved for .text and .rodata. Hopefully I can get rid of this limit soon.
propmpted by guenther@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 8a8e021f82e..e9161ed91a8 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.301 2016/03/30 01:28:51 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.302 2016/04/10 19:16:16 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -111,7 +111,7 @@ malo* at cardbus? # Marvell Libertas malo* at pcmcia? # Marvell 88W8385 # PCI SCSI -ahc* at pci? # Adaptec 2940 SCSI controllers +#ahc* at pci? # Adaptec 2940 SCSI controllers siop* at pci? # NCR 538XX SCSI controllers qlw* at pci? # QLogic ISP SCSI qla* at pci? # QLogic ISP 2[123]xx FibreChannel |