[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
TP and Freebsd
- To: tp750@CS.UTK.EDU
- Subject: TP and Freebsd
- From: "Murray W. Goldberg" <goldberg@cs.ubc.ca>
- Date: Tue, 12 Sep 1995 22:59:44 UTC-0700
- X400-Content-Type: P2-1984 (2)
- X400-Mts-Identifier: [/PRMD=ca/ADMD=telecom.canada/C=ca/;950912225944]
- X400-Originator: goldberg@cs.ubc.ca
- X400-Received: by /PRMD=ca/ADMD=telecom.canada/C=ca/; Relayed; Tue, 12 Sep 1995 22:59:44 UTC-0700
- X400-Recipients: non-disclosure:;
Hi. A question for you freebsd users out there. I've installed freebsd on my
thinkpad 360C. I've gotten the keyboard working fine with the following config
lines:
device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint
options "PCVT_FREEBSD=210" # pcvt running on FreeBSD 2.1
options "PCVT_SCANSET=2"
The problem is that my trackpoint mouse is never recognized. I have the
following line in the kernel config file:
device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmint
r
The psm0 device is probed and it is claimed that "psm0: not found at 0x60".
Probing it manually (at boot -c) returns 0.
According to my documentation, this truely is a ps/2 style mouse at irq 12
and port 0x60. Did any of you find the same thing? Any advice?
I appreciate your help. I would like to run X (difficult without a mouse)!
Murray