Make the sample config file entry for mse0 use irq5 instead of irq6.
Apparently some bus mice won't go above 5 and the 2.0.5 LINT shows 5. Submitted by: Brian Handy <handy@condor.physics.montana.edu>
This commit is contained in:
parent
ba19d5bf65
commit
d93768fb51
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=80
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
<title>Frequently Asked Questions for FreeBSD 2.X
|
||||
<author>The FreeBSD FAQ Team, <tt/FAQ@FreeBSD.ORG/
|
||||
<date> $Id: freebsd-faq.sgml,v 1.13 1995-08-28 20:34:59 jfieber Exp $
|
||||
<date> $Id: freebsd-faq.sgml,v 1.14 1995-09-11 02:23:03 jfieber Exp $
|
||||
<abstract>
|
||||
This is the FAQ for FreeBSD systems version 2.X All entries are
|
||||
assumed to be relevant to FreeBSD 2.0.5+, unless otherwise noted.
|
||||
|
@ -744,7 +744,7 @@ sea32550N|Seagate 32550N:\
|
|||
to add the following line to the kernel config file and recompile
|
||||
for the Logitech and ATI mice:
|
||||
<verb>
|
||||
device mse0 at isa? port 0x23c tty irq6 vector mseintr
|
||||
device mse0 at isa? port 0x23c tty irq5 vector mseintr
|
||||
</verb>
|
||||
|
||||
<sect1>
|
||||
|
|
Loading…
Reference in a new issue