diff options
Diffstat (limited to 'sys/arch/sparc/conf/SUN4C')
-rw-r--r-- | sys/arch/sparc/conf/SUN4C | 8 |
1 files changed, 4 insertions, 4 deletions
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? |