diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-06-24 11:38:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-06-24 11:38:41 +0000 |
commit | 17a9c2cb31dc9e022ae56cd4a1e3d659fdf177c5 (patch) | |
tree | 76f7c9cbd404605bb054a3b1310d5e77be5d6972 /sys/arch/sparc64/conf/GENERIC | |
parent | 74eb12422d55fa5cd187c1f16e494a3545c33d4c (diff) |
for the isp(4) driver, invert the meaning of the options which pull
firmwares into the smaller (and larger) media
ok krw
Diffstat (limited to 'sys/arch/sparc64/conf/GENERIC')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index ab8ead7732b..3c9b6cecc21 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.239 2009/06/04 00:26:17 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.240 2009/06/24 11:38:40 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -111,7 +111,6 @@ scsibus* at ahc? siop* at pci? # NCR 538XX SCSI controllers scsibus* at siop? isp* at pci? # Qlogic ISP [12]0x0 SCSI/FibreChannel -option ISP_COMPILE_FW=1 pcscp* at pci? # AMD 53c974 PCscsi-PCI SCSI scsibus* at pcscp? mpi* at pci? # LSI Logic Fusion MPT Message Passing Interface @@ -394,9 +393,7 @@ wd* at wdc? flags 0x0000 dma* at sbus? # SBus esp* at dma? # SBus esp* at sbus? - isp* at sbus? -option ISP_COMPILE_1000_FW=1 # SCSI bus layer. SCSI devices attach to the SCSI bus, which attaches # to the underlying hardware controller. |