diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1998-05-12 09:29:51 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1998-05-12 09:29:51 +0000 |
commit | 97d2e25c87f159cac1f2f8c1b77b7d1613ee9bbe (patch) | |
tree | df1fd40f8dd630f25435fb50538ffe7012e8cc79 /share/man/man4/man4.i386/gus.4 | |
parent | e78c4d4462f62cb9d000732d49ff5e4b61bd020b (diff) |
update, from NetBSD.
Diffstat (limited to 'share/man/man4/man4.i386/gus.4')
-rw-r--r-- | share/man/man4/man4.i386/gus.4 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/share/man/man4/man4.i386/gus.4 b/share/man/man4/man4.i386/gus.4 index ec065352192..a3d544857d6 100644 --- a/share/man/man4/man4.i386/gus.4 +++ b/share/man/man4/man4.i386/gus.4 @@ -1,5 +1,5 @@ -.\" $OpenBSD: gus.4,v 1.5 1996/10/08 01:20:45 michaels Exp $ -.\" $NetBSD: gus.4,v 1.2 1996/02/27 22:39:39 jtc Exp $ +.\" $OpenBSD: gus.4,v 1.6 1998/05/12 09:29:47 provos Exp $ +.\" $NetBSD: gus.4,v 1.7 1997/10/08 21:59:55 jtc Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -43,7 +43,8 @@ .Nd Gravis UltraSound/UltraSound MAX device driver .Sh SYNOPSIS -.Cd "gus0 at isa? port 0xPPP irq X drq Y flags Z" +.Cd "gus0 at isa? port 0xPPP irq X drq Y drq2 Z" +.Cd "audio* at gus?" .Sh DESCRIPTION The .Nm gus @@ -60,8 +61,8 @@ GUS takes 16 ports at its base address and 8 ports at its base address + .Pp The IRQ is software programmed, so you may select any IRQ from the set {3,5,7,9,11,12,15}. The DRQ lines are software programmed, and may be -chosen from {1,3,5,6,7}. The flags field in the configuration file line -specifies a second DRQ line for recording. If there is no flags field +chosen from {1,3,5,6,7}. The drq2 field in the configuration file line +specifies a second DRQ line for recording. If there is no drq2 field in the config file, the playback channel will be used for recording DMA and only half-duplex mode will be available. .Pp |