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/RAMDISK | |
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/RAMDISK')
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index a578460de87..afa4c9e57fa 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.90 2009/06/04 00:26:17 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.91 2009/06/24 11:38:40 deraadt Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -163,7 +163,6 @@ dma* at sbus? # SBus esp* at dma? # SBus esp* at sbus? isp* at sbus? -option ISP_COMPILE_1000_FW=1 scsibus* at esp? ahc* at pci? @@ -177,14 +176,13 @@ ahci* at jmb? pciide* at jmb? ahci* at pci? -option ISP_COMPILE_FW=1 scsibus* at ahc? scsibus* at siop? -scsibus* at isp? scsibus* at mpi? scsibus* at sili? scsibus* at arc? scsibus* at ahci? +scsibus* at isp? # These entries find devices on all SCSI busses and assign # unit numers dynamically. @@ -321,3 +319,4 @@ pseudo-device rd 2 # ramdisk pseudo-device loop 1 # network loopback pseudo-device bpfilter 1 # packet filter pseudo-device vlan # IEEE 802.1Q VLAN +pseudo-device bio 1 |