diff options
author | 2014-03-30 16:36:25 +0000 | |
---|---|---|
committer | 2014-03-30 16:36:25 +0000 | |
commit | 0bbcdee37e2d77692682e4260a84b6051db565ce (patch) | |
tree | 89cf45353b133d8c2491216b04c028be921c8f98 /sys | |
parent | a pesky comma rendered the text describing how output is sorted relevant (diff) | |
download | wireguard-openbsd-0bbcdee37e2d77692682e4260a84b6051db565ce.tar.xz wireguard-openbsd-0bbcdee37e2d77692682e4260a84b6051db565ce.zip |
Drop isp(4) to make the kernel fit again.
ok deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index e4e41581468..ae6f5bc50ea 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.281 2014/03/28 16:24:57 brad Exp $ +# $OpenBSD: GENERIC,v 1.282 2014/03/30 16:36:25 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -112,7 +112,7 @@ malo* at pcmcia? # Marvell 88W8385 # PCI SCSI ahc* at pci? # Adaptec 2940 SCSI controllers siop* at pci? # NCR 538XX SCSI controllers -isp* at pci? # Qlogic ISP [12]0x0 SCSI/FibreChannel +#isp* at pci? # Qlogic ISP [12]0x0 SCSI/FibreChannel qlw* at pci? # QLogic ISP SCSI qla* at pci? # QLogic ISP 2[123]xx FibreChannel qle* at pci? # QLogic ISP 2[45]xx FibreChannel @@ -401,7 +401,7 @@ wd* at wdc? flags 0x0000 dma* at sbus? # SBus esp* at dma? # SBus esp* at sbus? -isp* at sbus? +#isp* at sbus? qlw* at sbus? qla* at sbus? |