Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jun 2001 17:21:42 +0200
From:      Ollivier Robert <roberto@eurocontrol.fr>
To:        FreeBSD Current Users' list <freebsd-current@FreeBSD.ORG>
Subject:   Small pb with PS/2 mouse
Message-ID:  <20010615172142.A910@caerdonn.eurocontrol.fr>

next in thread | raw e-mail | index | archive | help
Hi,

I just upgraded to yesterday's current code and I find myself without a
mouse...

I have a PS/2 one (as many others) and it doesn't work anymore, being under
the console or X.

FreeBSD 5.0-CURRENT #69: Fri Jun 15 16:34:50 CEST 2001
    roberto@caerdonn.eurocontrol.fr:/src/src/sys/compile/CAERDONN
Timecounter "i8254"  frequency 1193182 Hz
Timecounter "TSC"  frequency 498747568 Hz
CPU: Pentium III/Pentium III Xeon/Celeron (498.75-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x673  Stepping = 3
  Features=0x383fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE>
real memory  = 268435456 (262144K bytes)
avail memory = 257433600 (251400K bytes)
Preloaded elf kernel "kernel" at 0xc03c6000.
Pentium Pro MTRR support enabled
...
orm0: <Option ROMs> at iomem 0xc0000-0xc7fff,0xc8000-0xcc7ff on isa0
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: model Generic PS/2 mouse, device ID 0
atkbd1: <AT Keyboard> irq 1 on atkbdc0
psm1: unable to allocate the IRQ resource (12).

I don't see why it tries to allocate a second mouse...

My config file is the following:

-=-=-
#
# CAERDONN
#
#       $Id: //depot/caerdonn/kernel/CAERDONN#14 $

machine         i386
cpu             I686_CPU
ident           CAERDONN
maxusers        48

makeoptions     DEBUG="-g"

options         INET                    #InterNETworking
options         FFS                     #Berkeley Fast Filesystem
options		    PROCFS
options         COMPAT_43               #Compatible with BSD 4.3 [KEEP THIS!]
options         UCONSOLE                #Allow users to grab the console

options         CLK_USE_TSC_CALIBRATION

options         SYSVSHM
options         SYSVSEM
options         SYSVMSG
options         SHMMAXPGS=2048

options         DDB
options         INVARIANTS
options         INVARIANT_SUPPORT

options         KTRACE

options         IPSEC
options         IPSEC_ESP

options         SOFTUPDATES

options         P1003_1B
options         _KPOSIX_PRIORITY_SCHEDULING
options         _KPOSIX_VERSION=199309L

device          isa
device          pci

device miibus
device fxp

device          fdc

device          ata
device          atapicd

device          ahc

device          scbus
device          da
device          sa
device          cd   
device          pass           #CAM passthrough driver

device          atkbdc  1
device          atkbd
device          psm
device          vga
device          sc      1

device          splash

device          random

device          npx

device          sio
device          ppc
device          ppbus
device          lpt
device          ppi

device          pcm

device          loop
device          ether
device          tun     2
device          pty
device          gzip            # Exec gzipped a.out's
device          bpf     4
device          snp     4
-=-=-
-- 
Ollivier ROBERT  -=-  Eurocontrol EEC/ITM  -=-  Ollivier.Robert@eurocontrol.fr
FreeBSD caerdonn.eurocontrol.fr 5.0-CURRENT #46: Wed Jan  3 15:52:00 CET 2001

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010615172142.A910>