- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Today
duplicate of D55577 . or vice versa.
In D55534#1271706, @timo.voelker_fh-muenster.de wrote:In D55534#1270843, @tuexen wrote:Does this patch solve any problem?
Yes. I tried to dump the content of a PCI BAR with:
pciconf -D pci0:0:10:0 0x18 | hexdumpThis command failed with EINVAL. It calls pci_bar_mmap(pcidev, pbm) in sys/dev/pci/pci_user.c, which returns EINVAL if pmap_is_valid_memattr(pmap, mode) returns false. With this patch, I was able to dump the content of the PCI BAR.
Ok, this time it worked. No idea what I did wrong the first time, I thought I had run the same exact command...
Try again to fix last days of June and September
In D55491#1271519, @gperciva_tarsnap.com wrote:Sorry, did you actually change the dates? It looks like the version on Phabricator still lists 6/31 and 9/31. Is the website slow to update the diff it displays?
In D55534#1270843, @tuexen wrote:Does this patch solve any problem?
Improving grammar to distract from being fuzzy on the markup.
It looks good (modulo the .Dd comment from @dtxdf).
Add a comment in sys/fcntl.h, same as for other AT_ constants.
On my Ryzen PRO 5650U, now showing 18 freq_settings per thread under CPPC. Still need to see how this affects performance on battery.
devel/gprbuild only
- fixed typo in sysctl declaration
Hmm... atopcase(4) still panicked with a similar issue (once I figured out that I needed to add ig4 to my KERNCONF). This may have also occurred because my Mac had low battery and the hardware sends out events on other platforms to suspend the host (there's always a chance that this is a bug with atopcase(4)).
Yesterday
- Re-add drivers that got accidentally removed in the earlier diff.
- Put ufshci back: I mistakingly though the driver was related to USB, but it's not.
attempt to restore ints
Rather than preemptively dirtying pages, make the map read-only unless all pages are already dirty.
Sorry but where are _rtwn_usb and _usb defined now?
In D55491#1271519, @gperciva_tarsnap.com wrote:Sorry, did you actually change the dates? It looks like the version on Phabricator still lists 6/31 and 9/31. Is the website slow to update the diff it displays?