diff options
author | Bruce Evans <bde@FreeBSD.org> | 1998-10-22 15:53:06 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1998-10-22 15:53:06 +0000 |
commit | 17d1bf426082c0116e6a9c57684c36803fb5503c (patch) | |
tree | a14615dd37cf8ed28d556e92d1d9f24daab058b4 /usr.sbin/stallion | |
parent | 447c20659b67f396c5d99081d1bdb5b49b3e1279 (diff) |
Removed all `vector xxxintr' specifications. Interrupt handlers are now
configured in drivers.
Notes
Notes:
svn path=/head/; revision=40589
Diffstat (limited to 'usr.sbin/stallion')
-rw-r--r-- | usr.sbin/stallion/bootcode/stl.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/stallion/bootcode/stl.4 b/usr.sbin/stallion/bootcode/stl.4 index 871744997e6b..81177eced24a 100644 --- a/usr.sbin/stallion/bootcode/stl.4 +++ b/usr.sbin/stallion/bootcode/stl.4 @@ -36,7 +36,7 @@ .Nm stli .Nd "drivers for Stallion Technologies multiport serial controllers" .Sh SYNOPSIS -.Cd "stl0 at isa? port <addr> tty irq <irq> vector stlintr" +.Cd "stl0 at isa? port <addr> tty irq <irq>" .Cd "stli0 at isa? port <io-addr> tty iomem <mem-addr> iosiz <size> flags <type> " .Cd "stli0 at eisa? port <io-addr> tty iomem <mem-addr> iosiz <size> flags <type> " .Sh DESCRIPTION @@ -78,7 +78,7 @@ ISA board configuration entries for the .Nm stl driver take the general form of: .Pp -.Cd "stlX at isa? port <io-addr> tty irq <irq> vector stlintr" +.Cd "stlX at isa? port <io-addr> tty irq <irq>" .Pp .Ar X is the unit number assigned to the board. @@ -119,7 +119,7 @@ board types. Each EasyIO board requires 8 bytes of I/O address space and 1 IRQ line. A configuration entry for an EasyIO board would look like: .Pp -.Cd "stl0 at isa? port 0x2a8 tty irq 15 vector stlintr" +.Cd "stl0 at isa? port 0x2a8 tty irq 15" .Pp This entry specifies an EasyIO board at I/O address 0x2a8 using IRQ 15. The I/O and IRQ values can be modified as required. @@ -133,7 +133,7 @@ by multiple EasyConnection 8/32-AT boards. This secondary I/O address is set at 0x280 in the driver code. A configuration entry would look like: .Pp -.Cd "stl0 at isa? port 0x2a0 irq 10 tty vector stlintr" +.Cd "stl0 at isa? port 0x2a0 irq 10 tty" .Pp This specifies an EasyConnection 8/32-AT with primary I/O address 0x2a0, secondary I/O address of 0x280 and IRQ 10. |