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 /usr.bin/sasc | |
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.
Diffstat (limited to 'usr.bin/sasc')
-rw-r--r-- | usr.bin/sasc/INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
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 |