[Bug 206649] cyapa(4): Add common gestures for Cypress APA I2C touchpad

2020-04-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206649

Michael Gmelin  changed:

   What|Removed |Added

 CC||g...@unixarea.de

--- Comment #5 from Michael Gmelin  ---
This looks sane to me in general.

I swapped touchpads with Matthias a few years ago though, as his broke and he
couldn't get a replacement from Acer, so I can't test myself.

Added him in Cc, maybe he has time/a chance to test the patch?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 245654] ig4(4): Intel Bay Trail I2C not recognized

2020-04-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245654

--- Comment #12 from Vladimir Kondratyev  ---
(In reply to xspbe3ho3p5uac from comment #11)
> Here is the dmesg after I enabled `hw.iicbus.enable_acpi_space_handler`.
> Let me know if you have any ideas on how to get that last device to show up.

Unfortunately, nothing interesting. Except the 3-rd controller is
dysfunctional. 
Full power off/on cycle may be required to restore it. I hope, all 7 /dev/iic*
will appear after that.

> interface ig4iic.1 already present in the KLD 'kernel'!
> linker_load_file: /boot/kernel/ig4.ko - unsupported file type

Looks like you have ig4 compiled in to kernel and something ?devmatch? tries to
load it one more time as a module. Most probably, it is harmless in the case if
you have `device ig4` line in your kernel config.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 245654] ig4(4): Intel Bay Trail I2C not recognized

2020-04-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245654

Vladimir Kondratyev  changed:

   What|Removed |Added

 Status|Open|In Progress
   Assignee|b...@freebsd.org|w...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 245348] [loader] does not detect the memstick device it was loaded from

2020-04-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245348

cyril  changed:

   What|Removed |Added

 CC||martin.cyril0...@orange.fr

--- Comment #2 from cyril  ---
Hello there Bertrand.
Did you take into acount this particularity of v12 loader.conf:


Lualoader's kernel autodetection, disabled on install media.
As documented in loader.conf(5), kernels_autodetect="YES" will cause the Lua
scripts to effectively scan /boot for directories with a "kernel" file inside,
to be listed in the loader menu.

https://svnweb.freebsd.org/base?view=revision&revision=339308

You can also check Section 9 'bootloader changes' at this page: 
https://www.freebsd.org/releases/12.0R/relnotes.html#boot

Hope it can help

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"