diff options
author | bde <bde@FreeBSD.org> | 1998-10-22 15:53:06 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-10-22 15:53:06 +0000 |
commit | 6e141e7972276b02e1cead5dd19ce9e10d42ab5b (patch) | |
tree | 743a5b8c00cfad4601038f1fc802d29b18e6925a | |
parent | 5889df5c8ef80891d33eca9ebca957b3c5b91325 (diff) | |
download | FreeBSD-src-6e141e7972276b02e1cead5dd19ce9e10d42ab5b.zip FreeBSD-src-6e141e7972276b02e1cead5dd19ce9e10d42ab5b.tar.gz |
Removed all `vector xxxintr' specifications. Interrupt handlers are now
configured in drivers.
-rw-r--r-- | share/man/man9/spl.9 | 4 | ||||
-rw-r--r-- | tools/tools/kdrv/sample.drvinfo | 6 | ||||
-rw-r--r-- | usr.bin/sasc/INSTALL | 2 | ||||
-rw-r--r-- | usr.sbin/stallion/bootcode/stl.4 | 8 | ||||
-rw-r--r-- | usr.sbin/xten/README | 6 |
5 files changed, 13 insertions, 13 deletions
diff --git a/share/man/man9/spl.9 b/share/man/man9/spl.9 index f4befd4..ef1a19c 100644 --- a/share/man/man9/spl.9 +++ b/share/man/man9/spl.9 @@ -23,7 +23,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: spl.9,v 1.5 1997/04/13 14:49:09 bde Exp $ +.\" $Id: spl.9,v 1.6 1998/01/16 18:14:34 bde Exp $ .\" " .Dd July 21, 1996 .Os @@ -84,7 +84,7 @@ Each driver that uses interrupts is normally assigned to an interrupt priority group by a keyword in its config line. For example: .Bd -literal -offset indent -device foo0 at isa? port 0x0815 irq 12 tty vector foointr +device foo0 at isa? port 0x0815 irq 12 tty .Ed .Pp assigns interrupt 12 to the diff --git a/tools/tools/kdrv/sample.drvinfo b/tools/tools/kdrv/sample.drvinfo index cd624cd..7618d0b 100644 --- a/tools/tools/kdrv/sample.drvinfo +++ b/tools/tools/kdrv/sample.drvinfo @@ -2,7 +2,7 @@ # Sample driver information file for KernelDriver. See the top of # the KernelDriver script for a more exact definition of the syntax. # -# $Id: sample.drvinfo,v 1.2 1998/05/04 03:31:03 doconnor Exp $ +# $Id: sample.drvinfo,v 1.2 1998/05/06 05:45:17 msmith Exp $ # Device driver name # @@ -39,6 +39,6 @@ linttext # # This driver causes your system to emit occasional digestive noises. # -device blorg0 at isa? port 0x123 irq 10 flags 0x10 drq 2 vector blorgintr -device blorg1 at isa? port 0x234 irq 11 flags 0x10 drq 2 vector blorgintr +device blorg0 at isa? port 0x123 irq 10 flags 0x10 drq 2 +device blorg1 at isa? port 0x234 irq 11 flags 0x10 drq 2 end diff --git a/usr.bin/sasc/INSTALL b/usr.bin/sasc/INSTALL index 448a7a2..484aa2d 100644 --- a/usr.bin/sasc/INSTALL +++ b/usr.bin/sasc/INSTALL @@ -57,7 +57,7 @@ To install the device driver, please do the following steps: 6. Edit your kernel configuration file (in /usr/src/sys/i386/conf/) by inserting the following line: - device asc0 at isa? port 0x2ab tty drq 3 irq 10 vector ascintr + device asc0 at isa? port 0x2ab tty drq 3 irq 10 This should usually work for you as it reflects the factory settings of the AMI scanner. However, if this conflicts with diff --git a/usr.sbin/stallion/bootcode/stl.4 b/usr.sbin/stallion/bootcode/stl.4 index 8717449..81177ec 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. diff --git a/usr.sbin/xten/README b/usr.sbin/xten/README index 7ff07fa..1ea5ddd 100644 --- a/usr.sbin/xten/README +++ b/usr.sbin/xten/README @@ -89,7 +89,7 @@ connect to your parallel port. Add a line like the following - device tw0 at isa? port 0x278 tty irq 5 vector twintr + device tw0 at isa? port 0x278 tty irq 5 to /sys/i386/conf/YOURSYSTEM, but make sure to change the I/O port and interrupt to match your hardware configuration. @@ -274,8 +274,8 @@ x-10 devices fail to work when plugged in NEXT to a surge protector! I placed the tw option before the lpt entries in my config file: -device tw0 at isa? port 0x378 tty irq 7 vector twintr -device lpt0 at isa? port? tty irq 7 vector lptintr +device tw0 at isa? port 0x378 tty irq 7 +device lpt0 at isa? port? tty irq 7 from dmesg I get: |