User Details
- User Since
- Feb 7 2019, 10:49 AM (311 w, 3 d)
Sep 15 2019
And it's basically a new port, nothing is common with the old one so I would just copy paste my own Makefile over the old one.
@zeising You mean reverted? There's a lot going on in that commit https://svnweb.freebsd.org/ports?view=revision&revision=418057
Sep 14 2019
Remove devel/acme entry from MOVED where it's reported BROKEN.
Sep 13 2019
Sep 6 2019
Apply reviewer suggestions
Improve strlen safety checks.
Check if strlen=0.
Aug 30 2019
Jul 22 2019
Having to specify each source and header file seems like a huge maintenance burden. For every update in Linux version files get added, removed and renamed. Some sort of recursive directory install would be nice...
Jul 18 2019
hm. EVDEV_SUPPORT enables evdev in "legacy" drivers like psm, ums, ukbd etc. I'm not sure why @johalun added ifdefs for that here, this is a new driver :)
Jun 23 2019
I've been playing around with it here https://gist.github.com/johalun/ffc271a07a0cf50d0bc816138c4eec81 but still no success. Basically there are no interrupts from the device after resume. I don't know if this is because ig4 or the i2c device missing some kind of reset command. I found something in MS docs about sending an i2c reset command which you can see in the resume function but it doesn't do anything which makes me think that ig4 is the problem. Here I simply copy/paste the routine from the attach function to resume but not sure that's enough. Probably need to spend some times reading reference manual for the devices.
Jun 21 2019
Also bump freebsd version so we can have a checkpoint from where the virtualbox drm driver builds.
Add () where needed. Make sure define is followed by a tab.
Jun 17 2019
Jun 16 2019
Move up ONLY_ARCHS in Makefile and set myself as creator of the file.
Fix build by reversing dependencies. Limit build to amd64 and i386.
Build test OK for both archs with poudriere.
Jun 6 2019
Can you MFC to stable/12 as well?
Jun 4 2019
Elegant solution! I will ponder a bit over where's the best place to declare LINUXKPI_VERSION in the DRM repo. The best of course would be to have it in one single place, like the root makefile since both drm drivers and linuxkpi_gplv2 depends on it and there's no guarantee that a certain linux header is always included.
Jun 3 2019
I want the same behaviour for both 4.16 and 5.0, so this doesn't quite work: as far as I can see, 4.16 doesn't define LINUXKPI_VERSION.
I'm guessing we would also have to revert this recent fix https://github.com/FreeBSDDesktop/kms-drm/commit/4d4b2baf9cbc22588fd379e158c717030bce0d29 ?
We could use LINUXKPI_VERSION if you want to do something like this:
May 28 2019
May 25 2019
May 24 2019
May 22 2019
May 21 2019
Take ownership over fs-uae as per agreement with maintainer.
Update diff, include full context.
Abandoned in favor of D20064
Run portfmt
Update distinfo to fix error after changing version.
May 19 2019
May 18 2019
May 16 2019
May 15 2019
May 14 2019
May 13 2019
Check LINUXKPI_VERSION before declaring IS_ALIGNED (declared in gplv2 code for < 5.0) macro to avoid build error with older out of tree code.
Use function macro for get_random_u32 as suggested by reviewer.
Rebase after committing r347470
May 10 2019
May 3 2019
May 2 2019
May 1 2019
Driver does not work after resume. I had to reboot to get working touchpad again.
Apr 30 2019
Fix Makefile according to comments by reviewer.
Apr 29 2019
Change from slave port to separate port.
Apr 27 2019
Apr 26 2019
Apr 25 2019
Use LINUXKPI_VERSION macro to check what KPI version the client expects, as per discussion. Any code that uses LinuxKPI will define this. We will support at most 2 versions concurrently and it is recommended that that any code that depends on LINUXKPI_VERSION < 50000 is updated to most recent version.
Apr 21 2019
Here's preliminary evdev support. Can you please incorporate it into your patch?
https://gist.github.com/johalun/3c67a678e740b82512cec52bfe926092