mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Removed all `vector xxxintr' specifications. Interrupt handlers are now
configured in drivers. Fixed some missing closing quotes.
This commit is contained in:
parent
14a7c8e1c4
commit
f94635b179
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40585
7 changed files with 23 additions and 23 deletions
|
@ -35,7 +35,7 @@
|
|||
.\" from: @(#)dca.4 5.2 (Berkeley) 3/27/91
|
||||
.\" from: com.4,v 1.1 1993/08/06 11:19:07 cgd Exp
|
||||
.\" from: sio.4,v 1.16 1995/06/26 06:05:30 bde Exp $
|
||||
.\" $Id: cy.4,v 1.7 1997/03/03 18:38:37 bde Exp $
|
||||
.\" $Id: cy.4,v 1.8 1997/03/21 20:13:42 mpp Exp $
|
||||
.\"
|
||||
.Dd October 10, 1995
|
||||
.Dt CY 4 i386
|
||||
|
@ -44,8 +44,8 @@
|
|||
.Nm cy
|
||||
.Nd Cyclades Cyclom-Y serial driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "device cy0 at isa? tty irq 10 iomem 0xd4000 iosiz 0x2000 vector cyintr
|
||||
.Cd "device cy1 at isa? tty irq 11 iomem 0xd6000 iosiz 0x2000 vector cyintr
|
||||
.Cd "device cy0 at isa? tty irq 10 iomem 0xd4000 iosiz 0x2000"
|
||||
.Cd "device cy1 at isa? tty irq 11 iomem 0xd6000 iosiz 0x2000"
|
||||
.Pp
|
||||
Minor numbering:
|
||||
.Pp
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
.\" from: @(#)dca.4 5.2 (Berkeley) 3/27/91
|
||||
.\" from: com.4,v 1.1 1993/08/06 11:19:07 cgd Exp
|
||||
.\" from: sio.4,v 1.16 1995/06/26 06:05:30 bde Exp $
|
||||
.\" $Id: cy.4,v 1.7 1997/03/03 18:38:37 bde Exp $
|
||||
.\" $Id: cy.4,v 1.8 1997/03/21 20:13:42 mpp Exp $
|
||||
.\"
|
||||
.Dd October 10, 1995
|
||||
.Dt CY 4 i386
|
||||
|
@ -44,8 +44,8 @@
|
|||
.Nm cy
|
||||
.Nd Cyclades Cyclom-Y serial driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "device cy0 at isa? tty irq 10 iomem 0xd4000 iosiz 0x2000 vector cyintr
|
||||
.Cd "device cy1 at isa? tty irq 11 iomem 0xd6000 iosiz 0x2000 vector cyintr
|
||||
.Cd "device cy0 at isa? tty irq 10 iomem 0xd4000 iosiz 0x2000"
|
||||
.Cd "device cy1 at isa? tty irq 11 iomem 0xd6000 iosiz 0x2000"
|
||||
.Pp
|
||||
Minor numbering:
|
||||
.Pp
|
||||
|
|
|
@ -27,7 +27,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.
|
||||
.\"
|
||||
.\" $Id: labpc.4,v 1.4 1997/03/07 02:49:48 jmg Exp $
|
||||
.\" $Id: labpc.4,v 1.5 1998/06/08 06:11:59 jkoshy Exp $
|
||||
.\"
|
||||
.rm ES
|
||||
.rm EE
|
||||
|
@ -48,7 +48,7 @@
|
|||
.Nd
|
||||
National Instruments LABPC and LABPC+ driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "device labpc0 at isa? port 260 tty irq 5 vector labpcintr
|
||||
.Cd "device labpc0 at isa? port 260 tty irq 5"
|
||||
.Sh DESCRIPTION
|
||||
This supports the National Instruments LABPC and LABPC+ \fILow-Cost
|
||||
Multifunction I/O Board\fP.
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
.\" this software for any purpose. It is provided "as is"
|
||||
.\" without express or implied warranty.
|
||||
.\"
|
||||
.\" $Id: mse.4,v 1.3 1997/03/07 02:49:53 jmg Exp $
|
||||
.\" $Id: mse.4,v 1.4 1997/12/07 08:46:53 yokota Exp $
|
||||
.\"
|
||||
.Dd December 3, 1997
|
||||
.Dt MSE 4 i386
|
||||
|
@ -20,7 +20,7 @@
|
|||
.Nd bus and InPort mice driver
|
||||
.Sh SYNOPSIS
|
||||
.\" .Cd "options" \&"MSE_XXX=N\&"
|
||||
.Cd "device mse0 at isa? port" 0x23c tty irq 5 vector mseintr
|
||||
.Cd "device mse0 at isa? port 0x23c tty irq 5"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
@ -328,13 +328,13 @@ movement counts as described in
|
|||
.Em devfs .
|
||||
.El
|
||||
.Sh EXAMPLE
|
||||
.Dl "device mse0 at isa? port" 0x23c tty irq 5 vector mseintr
|
||||
.Dl "device mse0 at isa? port 0x23c tty irq 5"
|
||||
.Pp
|
||||
Add the
|
||||
.Nm
|
||||
driver at the primary port address with the IRQ 5.
|
||||
.Pp
|
||||
.Dl "device mse1 at isa? port" 0x238 tty flags 0x30 irq 4 vector mseintr
|
||||
.Dl "device mse1 at isa? port 0x238 tty flags 0x30 irq 4"
|
||||
.Pp
|
||||
Define the
|
||||
.Nm
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\"modification, are permitted provided redistributions must retain
|
||||
.\"the above copyright notice and this condition.
|
||||
.\"
|
||||
.\" $Id$
|
||||
.\" $Id: nca.4,v 1.5 1997/02/22 13:25:35 peter Exp $
|
||||
.Dd January 9, 1995
|
||||
.Dt NCA 4 i386
|
||||
.Os FreeBSD
|
||||
|
@ -16,16 +16,16 @@
|
|||
Generic NCR-5380/NCR-53C400 SCSI adapter driver
|
||||
.Sh SYNOPSIS
|
||||
Trantor 130, with IRQ:
|
||||
.Cd "controller nca0 at isa? port 0x350 bio irq 5 vector ncaintr
|
||||
.Cd "controller nca0 at isa? port 0x350 bio irq 5"
|
||||
.Pp
|
||||
Trantor 130, without IRQ:
|
||||
.Cd "controller nca0 at isa? port 0x350
|
||||
.Pp
|
||||
ProAudioSpectrum-16, with IRQ:
|
||||
.Cd "controller nca0 at isa? port 0x1f88 bio irq 5 vector ncaintr
|
||||
.Cd "controller nca1 at isa? port 0x1f84 bio irq 5 vector ncaintr
|
||||
.Cd "controller nca2 at isa? port 0x1f8c bio irq 5 vector ncaintr
|
||||
.Cd "controller nca3 at isa? port 0x1e88 bio irq 5 vector ncaintr
|
||||
.Cd "controller nca0 at isa? port 0x1f88 bio irq 5"
|
||||
.Cd "controller nca1 at isa? port 0x1f84 bio irq 5"
|
||||
.Cd "controller nca2 at isa? port 0x1f8c bio irq 5"
|
||||
.Cd "controller nca3 at isa? port 0x1e88 bio irq 5"
|
||||
.Pp
|
||||
ProAudioSpectrum-16, without IRQ:
|
||||
.Cd "controller nca0 at isa? port 0x1f88
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
.\"modification, are permitted provided redistributions must retain
|
||||
.\"the above copyright notice and this condition.
|
||||
.\"
|
||||
.\" $Id: sea.4,v 1.6 1997/02/22 13:25:40 peter Exp $
|
||||
.\" $Id: sea.4,v 1.7 1998/06/08 06:11:59 jkoshy Exp $
|
||||
.Dd December 25, 1994
|
||||
.Dt SEA 4 i386
|
||||
.Os FreeBSD
|
||||
|
@ -17,7 +17,7 @@
|
|||
Seagate ST01/ST02, Future Domain TMC-885, TMC-950 SCSI adapter driver
|
||||
.Sh SYNOPSIS
|
||||
With explicit memory and IRQ parameters:
|
||||
.Cd "controller sea0 at isa? bio irq 5 iomem 0xc8000 vector seaintr
|
||||
.Cd "controller sea0 at isa? bio irq 5 iomem 0xc8000"
|
||||
.Pp
|
||||
With automatic memory address detection and no IRQ:
|
||||
.Cd "controller sea0 at isa?
|
||||
|
|
|
@ -24,7 +24,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.
|
||||
.\"
|
||||
.\" $Id: uha.4,v 1.8 1997/02/22 13:25:45 peter Exp $
|
||||
.\" $Id: uha.4,v 1.9 1998/04/29 17:09:40 andreas Exp $
|
||||
.Dd August 31, 1994
|
||||
.Dt UHA 4 i386
|
||||
.Os FreeBSD
|
||||
|
@ -34,11 +34,11 @@
|
|||
UltraStor SCSI host adapter driver
|
||||
.Sh SYNOPSIS
|
||||
For ULTRA 24F controllers in EISA mode:
|
||||
.Cd "controller uha0 at isa? bio irq ? vector uhaintr
|
||||
.Cd "controller uha0 at isa? bio irq ?"
|
||||
.Cd "controller scbus0
|
||||
.Pp
|
||||
For ULTRA 14F and 34F controllers:
|
||||
.Cd "controller uha0 at isa? port" \&"IO_UHA0\&" bio irq ? drq 5 vector uhaintr
|
||||
.Cd "controller uha0 at isa? port" \&"IO_UHA0\&" bio irq ? drq 5
|
||||
.Cd "controller scbus0
|
||||
.Pp
|
||||
For each disk:
|
||||
|
|
Loading…
Reference in a new issue