Very interesting, the driver managed to make the card refuse to talk to the PCI(e) bus any further! I hope the card wants to talk to us again after a (cold) reboot, so we can try again!
I…
@Golffies : Please try the driver from attachment if you have the time. It will perform a dump of registers at certain strategic points, but also has fixed PHY revision logic.
@hidnplayr If you still think it's a mess, should I close this PR and break it down into multiple clean commits where the upstream code and my Kolibrios-specific changes are isolated into…
One thing that worries me is that if someone tries to run this on an older processor that doesn't support
RDRANDandRDSEED, it'll likely cause a problem.Because of this, I was…
The AsmXML library exports it's functions as C-calls, so you might only need some .h files to get going.
It seems kpm uses only a handfull of calls, so estimated work 0.5~1 days.
The…
As impressive as the work might be, the PR looks like a complete massacre to me. I cannot see which code was reused from old port, which code is coming from upstream, and which was modified by…
libc.obj: implement console output via SHELL
It's a much needed mechanism, but unfortunately the provided solution will be exclusive for C users :(
Hi. Looks like AsmXML is BSD licensed. Does that work with this program's license?
It depends on the specific revision of the BSD license,…
Hi. Looks like AsmXML is BSD licensed. Does that work with this program's license?
It depends on the specific revision of the BSD license, which the…
RSS client will introduce AsmXML as a separate library, would be nice if we can use the same here. KolibriOS/kolibrios#379
@Golffies: @Leency had an interesting development where his RTL8169SC card started to work only after a hot reboot from windows. We'll investigate by dumping registers after hot windows vs cold…
Sounds amazing, I'll test it soon.
Any particular reason virtio network was skipped? Is it part of a separate logical module?
May I suggest to add backwards compatibility; to have skins with or without maximize button. It should not be so hard to do, and will ease the transition.
In general, code looks clean and readable. I did not test the application yet this time, only reviewed source.
Some small remarks:
- Source/data layout: Usually, application has all the…
The color code counting logic seems overly complicated at first sight. Did I really wrote a routine that counts characters backwards? From what I remember, we just might need to scan backwards…