diff options
author | nate <nate@FreeBSD.org> | 1997-10-08 17:05:03 +0000 |
---|---|---|
committer | nate <nate@FreeBSD.org> | 1997-10-08 17:05:03 +0000 |
commit | 967f29d3c48aa668ad337c4e9022a3720fc3b01e (patch) | |
tree | da8b6d0eb890ded3a31f9cff56f06d80e5ddeebc /sys/amd64/conf | |
parent | 228606a79e389dfc086ac00430293922a943f1bb (diff) | |
download | FreeBSD-src-967f29d3c48aa668ad337c4e9022a3720fc3b01e.zip FreeBSD-src-967f29d3c48aa668ad337c4e9022a3720fc3b01e.tar.gz |
- Enable PS/2 mouse support by default. Given that almost all new hardware
has a PS/2 port, this is a good thing. Note, older 386/486 boxes may
lockup the keyboard controller with this enabled, but most of these kinds
of machines don't run -current, so the benefits outweigh the downsides.
Discussed with: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r-- | sys/amd64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 52cfd63..d52b3d8 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -11,7 +11,7 @@ # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id: GENERIC,v 1.94 1997/09/14 18:57:01 joerg Exp $ +# $Id: GENERIC,v 1.96 1997/09/22 00:37:08 gibbs Exp $ machine "i386" cpu "I386_CPU" @@ -123,7 +123,7 @@ device lpt0 at isa? port? tty irq 7 vector lptintr device lpt1 at isa? port? tty device mse0 at isa? port 0x23c tty irq 5 vector mseintr -device psm0 at isa? disable port "IO_KBD" conflicts tty irq 12 vector psmintr +device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr # Order is important here due to intrusive probes, do *not* alphabetize # this list of network interfaces until the probes have been fixed. |