On Tue, 27 Aug 2019 at 16:52, Michael van Elst <[email protected]> wrote: > > [email protected] (David Brownlee) writes: > > >Is there a way to have NetBSD honour the same BIOS setting as Windows? - > >this is under NetBSD-8 and latest -9 > > > >[ 1.0131298] pms0 at pckbc1 (aux slot) > >[ 1.0131298] pms0: Synaptics touchpad version 8.16 > >[ 1.0131298] pms0: Extended W mode, Passthrough, Palm detect, One button > >click pad, Multi-finger Report, Multi-finger > >[ 1.0131298] wsmouse0 at pms0 mux 0 > >[ 7.5542528] wsmux1: connecting to wsdisplay0 > > > Is that pckbc* at isa? or at acpi? > > I could imagine that the BIOS setting has only an effect on ACPI.
Hi - looks like it is picking it up at acpi, but presumably as some merged 'trackpoint and trackpad' device? Thanks David % cat /var/run/dmesg.boot|ag pckb pckbc1 at acpi0 (KBD, LEN0071) (kbd port): io 0x60,0x64 irq 1 pckbc2 at acpi0 (MOU, LEN0093) (aux port): irq 12 pckbd0 at pckbc1 (kbd slot) pckbc1: using irq 1 for kbd slot wskbd0 at pckbd0: console keyboard pms0 at pckbc1 (aux slot) pckbc1: using irq 12 for aux slot
