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 /share/man/man4/man4.sparc | |
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 'share/man/man4/man4.sparc')
-rw-r--r-- | share/man/man4/man4.sparc/esp.4 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/share/man/man4/man4.sparc/esp.4 b/share/man/man4/man4.sparc/esp.4 index a123884e4fb..3e0a36f4d0d 100644 --- a/share/man/man4/man4.sparc/esp.4 +++ b/share/man/man4/man4.sparc/esp.4 @@ -1,10 +1,10 @@ -.\" $OpenBSD: esp.4,v 1.8 2004/09/30 19:59:27 mickey Exp $ +.\" $OpenBSD: esp.4,v 1.9 2006/06/26 22:16:21 miod Exp $ .\" .\" Copyright (c) 1998 The OpenBSD Project .\" All rights reserved. .\" .\" -.Dd March 4, 1998 +.Dd June 22, 2006 .Dt ESP 4 sparc .Os .Sh NAME @@ -12,15 +12,15 @@ .Nd ESP NCR 53c94 on-board or SBus SCSI controller .Sh SYNOPSIS .Cd "dma0 at obio0 addr 0xfa001000 level 4 " Pq sun4/300 -.Cd "esp0 at obio0 addr 0xfa000000 level 4 flags 0xff0f" +.Cd "esp0 at obio0 addr 0xfa000000 level 4 flags 0x00ff000f" .Cd "" .Cd "dma0 at sbus0 " Pq on-board -.Cd "esp0 at sbus0 flags 0xff0f " Pq sun4c -.Cd "esp0 at dma0 flags 0xff0f " Pq sun4m +.Cd "esp0 at sbus0 flags 0x00ff000f " Pq sun4c +.Cd "esp0 at dma0 flags 0x00ff000f " Pq sun4m .Cd "" .Cd "dma* at sbus? " Pq "SBus SCSI" -.Cd "esp* at sbus? flags 0xff0f " Pq "two flavours" -.Cd "esp* at dma? flags 0xff0f " Pq "depending on model" +.Cd "esp* at sbus? flags 0x00ff000f " Pq "two flavours" +.Cd "esp* at dma? flags 0x00ff000f " Pq "depending on model" .Sh DESCRIPTION The .Nm @@ -28,10 +28,10 @@ is an on-board or SBus SCSI controller based on the NCR 53c94 chip, found on Sun 4/300, sun4c and sun4m workstations. .Sh DEVICE FLAGS .Bl -tag -width "Bits XX-XX" -compact -.It Bits 0-7 +.It Bits 0-15 Disable disconnect/reselect for the corresponding target -.It Bits 8-15 -Disable synchronous negotiation for target "[bit - 8]" +.It Bits 16-31 +Disable synchronous negotiation for target "[bit - 16]" .El .Pp The |