diff options
author | 2007-09-19 02:28:18 +0000 | |
---|---|---|
committer | 2007-09-19 02:28:18 +0000 | |
commit | 53a58f0494a34d26f65949a38a83468601a1ba6d (patch) | |
tree | 76b501e3ca00a2628d9a66a1fb0281836d4bb765 | |
parent | permit this to compile with gcc 2.x (diff) | |
download | wireguard-openbsd-53a58f0494a34d26f65949a38a83468601a1ba6d.tar.xz wireguard-openbsd-53a58f0494a34d26f65949a38a83468601a1ba6d.zip |
add config bits for siop(4) on hppa.
ok kettenis@ dlg@
-rw-r--r-- | share/man/man4/siop.4 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/share/man/man4/siop.4 b/share/man/man4/siop.4 index f413077f374..97d5ed9d417 100644 --- a/share/man/man4/siop.4 +++ b/share/man/man4/siop.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: siop.4,v 1.15 2007/08/24 13:52:24 kettenis Exp $ +.\" $OpenBSD: siop.4,v 1.16 2007/09/19 02:28:18 brad Exp $ .\" $NetBSD: siop.4,v 1.3 2000/10/23 16:38:10 bouyer Exp $ .\" .\" Copyright (c) 2000 Manuel Bouyer. @@ -30,7 +30,7 @@ .\" INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: August 24 2007 $ +.Dd $Mdocdate: September 19 2007 $ .Dt SIOP 4 .Os .Sh NAME @@ -38,6 +38,12 @@ .Nd LSI/Symbios Logic/NCR 53c8xx SCSI interface .Sh SYNOPSIS .Cd "siop* at pci?" +.Pp +.Cd "# hppa" +.Cd "siop* at mainbus? irq 3" +.Cd "siop* at phatomas? irq 3" +.Cd "siop* at uturn? irq 3" +.Pp .Cd "scsibus* at siop?" .Sh DESCRIPTION The |