summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xten/README
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-10-22 15:53:06 +0000
committerbde <bde@FreeBSD.org>1998-10-22 15:53:06 +0000
commit6e141e7972276b02e1cead5dd19ce9e10d42ab5b (patch)
tree743a5b8c00cfad4601038f1fc802d29b18e6925a /usr.sbin/xten/README
parent5889df5c8ef80891d33eca9ebca957b3c5b91325 (diff)
downloadFreeBSD-src-6e141e7972276b02e1cead5dd19ce9e10d42ab5b.zip
FreeBSD-src-6e141e7972276b02e1cead5dd19ce9e10d42ab5b.tar.gz
Removed all `vector xxxintr' specifications. Interrupt handlers are now
configured in drivers.
Diffstat (limited to 'usr.sbin/xten/README')
-rw-r--r--usr.sbin/xten/README6
1 files changed, 3 insertions, 3 deletions
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:
OpenPOWER on IntegriCloud