diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-06-26 22:16:24 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-06-26 22:16:24 +0000 |
commit | c20bc39ab40cead8c3af0eda351ff586252421f3 (patch) | |
tree | 838f72a38b05b2cafb374ecb945ee9e4aed7ad79 /sys/arch/sparc/conf | |
parent | 8fa5a1d0f63d497acc7c93402d426ef6d5a0c55c (diff) |
Enable wide targets on FAS366 esp; note that this changes the way esp
user-controllable device flags are parsed, be sure to rerun config(8) on your
next kernel compile.
Diffstat (limited to 'sys/arch/sparc/conf')
-rw-r--r-- | sys/arch/sparc/conf/GENERIC | 12 | ||||
-rw-r--r-- | sys/arch/sparc/conf/RAMDISK | 12 | ||||
-rw-r--r-- | sys/arch/sparc/conf/SUN4 | 4 | ||||
-rw-r--r-- | sys/arch/sparc/conf/SUN4C | 8 | ||||
-rw-r--r-- | sys/arch/sparc/conf/SUN4M | 8 |
5 files changed, 22 insertions, 22 deletions
diff --git a/sys/arch/sparc/conf/GENERIC b/sys/arch/sparc/conf/GENERIC index b98cd9024db..54eb2d56719 100644 --- a/sys/arch/sparc/conf/GENERIC +++ b/sys/arch/sparc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.86 2005/12/12 20:39:36 miod Exp $ +# $OpenBSD: GENERIC,v 1.87 2006/06/26 22:16:23 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -139,18 +139,18 @@ sbus* at xbox? # sun4/300 SCSI - an NCR53c94 or equivalent behind # an LSI Logic DMA controller dma0 at obio0 addr 0xfa001000 level 4 # sun4/300 -esp0 at obio0 addr 0xfa000000 level 4 flags 0xff0f # +esp0 at obio0 addr 0xfa000000 level 4 flags 0x00ff000f # sun4c or sun4m SCSI - an NCR53c94 or equivalent behind # specialized DMA glue dma0 at sbus0 # on-board SCSI -esp0 at sbus0 flags 0xff0f # sun4c -esp0 at dma0 flags 0xff0f # sun4m +esp0 at sbus0 flags 0x00ff000f # sun4c +esp0 at dma0 flags 0x00ff000f # sun4m # FSBE/S SCSI - an NCR53c94 or equivalent behind dma* at sbus? # SBus SCSI -esp* at sbus? flags 0xff0f # two flavours -esp* at dma? flags 0xff0f # depending on model +esp* at sbus? flags 0x00ff000f # two flavours +esp* at dma? flags 0x00ff000f # depending on model #sun4c, sun4m isp* at sbus? diff --git a/sys/arch/sparc/conf/RAMDISK b/sys/arch/sparc/conf/RAMDISK index 992e12cd78a..8572f165f9a 100644 --- a/sys/arch/sparc/conf/RAMDISK +++ b/sys/arch/sparc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.57 2005/12/06 20:18:57 pedro Exp $ +# $OpenBSD: RAMDISK,v 1.58 2006/06/26 22:16:23 miod Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -130,18 +130,18 @@ sbus* at xbox? # sun4/300 SCSI - an NCR53c94 or equivalent behind # an LSI Logic DMA controller dma0 at obio0 addr 0xfa001000 level 4 # sun4/300 -esp0 at obio0 addr 0xfa000000 level 4 flags 0xff0f # +esp0 at obio0 addr 0xfa000000 level 4 flags 0x00ff000f # sun4c or sun4m SCSI - an NCR53c94 or equivalent behind # specialized DMA glue dma0 at sbus0 # on-board SCSI -esp0 at sbus0 flags 0xff0f # sun4c -esp0 at dma0 flags 0xff0f # sun4m +esp0 at sbus0 flags 0x00ff000f # sun4c +esp0 at dma0 flags 0x00ff000f # sun4m # FSBE/S SCSI - an NCR53c94 or equivalent behind dma* at sbus? # SBus SCSI -esp* at sbus? flags 0xff0f # two flavours -esp* at dma? flags 0xff0f # depending on model +esp* at sbus? flags 0x00ff000f # two flavours +esp* at dma? flags 0x00ff000f # depending on model # sun4m Ethernet - an AMD 7990 LANCE behind specialized DMA glue ledma0 at sbus? # sun4m on-board diff --git a/sys/arch/sparc/conf/SUN4 b/sys/arch/sparc/conf/SUN4 index cdacd9d0e82..598e953b16e 100644 --- a/sys/arch/sparc/conf/SUN4 +++ b/sys/arch/sparc/conf/SUN4 @@ -1,4 +1,4 @@ -# $OpenBSD: SUN4,v 1.32 2005/12/12 20:39:36 miod Exp $ +# $OpenBSD: SUN4,v 1.33 2006/06/26 22:16:23 miod Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -79,7 +79,7 @@ wskbd* at zskbd? # sun4/300 SCSI - an NCR53c94 or equivalent behind # an LSI Logic DMA controller dma0 at obio0 addr 0xfa001000 level 4 # sun4/300 -esp0 at obio0 addr 0xfa000000 level 4 flags 0xff0f # +esp0 at obio0 addr 0xfa000000 level 4 flags 0x00ff000f # sun4/300 and sun4c Ethernet - an AMD 7990 LANCE le0 at obio0 addr 0xf9000000 level 6 # sun4/300 diff --git a/sys/arch/sparc/conf/SUN4C b/sys/arch/sparc/conf/SUN4C index 1f4c14b4582..2044e031bd7 100644 --- a/sys/arch/sparc/conf/SUN4C +++ b/sys/arch/sparc/conf/SUN4C @@ -1,4 +1,4 @@ -# $OpenBSD: SUN4C,v 1.54 2005/12/12 20:39:36 miod Exp $ +# $OpenBSD: SUN4C,v 1.55 2006/06/26 22:16:23 miod Exp $ # $NetBSD: GENERIC,v 1.48 1997/08/23 19:19:01 mjacob Exp $ # Machine architecture; required by config(8) @@ -84,12 +84,12 @@ sbus* at xbox? # sun4c or sun4m SCSI - an NCR53c94 or equivalent behind # specialized DMA glue dma0 at sbus0 # on-board SCSI -esp0 at sbus0 flags 0xff0f # sun4c +esp0 at sbus0 flags 0x00ff000f # sun4c # FSBE/S SCSI - an NCR53c94 or equivalent behind dma* at sbus? # SBus SCSI -esp* at sbus? flags 0xff0f # two flavours -esp* at dma? flags 0xff0f # depending on model +esp* at sbus? flags 0x00ff000f # two flavours +esp* at dma? flags 0x00ff000f # depending on model #sun4c, sun4m isp* at sbus? diff --git a/sys/arch/sparc/conf/SUN4M b/sys/arch/sparc/conf/SUN4M index 1cac8ec210b..531002af273 100644 --- a/sys/arch/sparc/conf/SUN4M +++ b/sys/arch/sparc/conf/SUN4M @@ -1,4 +1,4 @@ -# $OpenBSD: SUN4M,v 1.70 2005/12/12 20:39:36 miod Exp $ +# $OpenBSD: SUN4M,v 1.71 2006/06/26 22:16:23 miod Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -100,12 +100,12 @@ sbus* at xbox? # sun4c or sun4m SCSI - an NCR53c94 or equivalent behind # specialized DMA glue dma0 at sbus0 # on-board SCSI -esp0 at dma0 flags 0xff0f # sun4m +esp0 at dma0 flags 0x00ff000f # sun4m # FSBE/S SCSI - an NCR53c94 or equivalent behind dma* at sbus? # SBus SCSI -esp* at sbus? flags 0xff0f # two flavours -esp* at dma? flags 0xff0f # depending on model +esp* at sbus? flags 0x00ff000f # two flavours +esp* at dma? flags 0x00ff000f # depending on model #sun4c, sun4m isp* at sbus? |