Page MenuHomeFreeBSD
Feed Advanced Search

Aug 17 2018

bwidawsk added inline comments to D16635: Summary: acpi: fix acpi_ec_probe to only check EC devices.
Aug 17 2018, 9:09 AM

Aug 16 2018

bwidawsk added inline comments to D16635: Summary: acpi: fix acpi_ec_probe to only check EC devices.
Aug 16 2018, 1:45 PM
bwidawsk added inline comments to D16635: Summary: acpi: fix acpi_ec_probe to only check EC devices.
Aug 16 2018, 1:28 PM
bwidawsk added a comment to D16719: Add pci_early function for Intel stolen memory (and possibly more).
In D16719#355599, @imp wrote:

This strikes me as two different changes. One for the phys_avail_reserve() and another to use it for the pci early stuff. I'm a little uneasy with the pci early name, but the code is clearly PCI specific.
Would there ever be a need to do things like this when running the 32-bit kernel? I know we don't support graphics cards there, but when we're bringing in new interfaces, it's a question that suggests itself.
RPi has this sort of thing too, but it's dealt with in the bowels of the FDT code...

Yes, they are two separate things and once we agree on the best solution I can split them up in two reviews. I thought it was easier to get the whole picture if it's all in one place to start with. As for graphics, I'm uncertain about Intel stolen for i386 support. Time will tell. Maybe other devs have ideas?

I couldn't find any port pci read functions to reuse. If there really aren't any, maybe these pci_early_read_* should be made public (with a nicer name)?

Aug 16 2018, 9:54 AM

Aug 10 2018

bwidawsk created P205 (An Untitled Masterwork).
Aug 10 2018, 9:14 PM

Aug 8 2018

bwidawsk created D16635: Summary: acpi: fix acpi_ec_probe to only check EC devices.
Aug 8 2018, 8:00 PM

Aug 6 2018

bwidawsk committed rS337365: git-svn-init: Clarify branch creation commands.
git-svn-init: Clarify branch creation commands
Aug 6 2018, 1:09 AM
bwidawsk closed D16593: Summary: git-svn-init: Clarify branch creation commands Suggested by: eadler.
Aug 6 2018, 1:09 AM

Aug 5 2018

bwidawsk created D16593: Summary: git-svn-init: Clarify branch creation commands Suggested by: eadler.
Aug 5 2018, 1:19 AM

Aug 2 2018

bwidawsk committed rS337158: Remove spuriously added svn properties.
Remove spuriously added svn properties
Aug 2 2018, 6:37 PM
bwidawsk committed rS337157: tools: Add a git-svn bootstrap script.
tools: Add a git-svn bootstrap script
Aug 2 2018, 6:28 PM

Jul 11 2018

bwidawsk created D16231: [new port] misc/ix: port for the ix command line client.
Jul 11 2018, 10:06 PM
bwidawsk committed rS336187: run(4): Add a new USB device ID..
run(4): Add a new USB device ID.
Jul 11 2018, 2:32 AM
bwidawsk closed D16211: run(4): Add a new USB device ID..
Jul 11 2018, 2:32 AM
bwidawsk committed rS336185: acpidump(8): Add ACPI LPIT (Low Power Idle Table).
acpidump(8): Add ACPI LPIT (Low Power Idle Table)
Jul 11 2018, 1:37 AM
bwidawsk closed D15931: Add LPIT parsing to acpidump.
Jul 11 2018, 1:37 AM

Jul 6 2018

bwidawsk committed rS336034: Adding myself to committers-src.dot and calendar.freebsd.
Adding myself to committers-src.dot and calendar.freebsd
Jul 6 2018, 4:22 PM
bwidawsk closed D16154: Adding myself to committers-src.dot and calendar.freebsd.
Jul 6 2018, 4:22 PM
bwidawsk created D16154: Adding myself to committers-src.dot and calendar.freebsd.
Jul 6 2018, 1:19 AM
bwidawsk added a reviewer for D16042: tools: Add a git-svn bootstrap script: emaste.
Jul 6 2018, 1:00 AM
bwidawsk updated the diff for D16042: tools: Add a git-svn bootstrap script.

Minor fixes and tested now.

Jul 6 2018, 12:59 AM

Jul 5 2018

bwidawsk added a reviewer for D15931: Add LPIT parsing to acpidump: emaste.
Jul 5 2018, 9:39 PM

Jun 27 2018

bwidawsk archived P186 (An Untitled Masterwork).
Jun 27 2018, 10:11 PM
bwidawsk updated the language for P186 (An Untitled Masterwork) from autodetect to diff.
Jun 27 2018, 9:56 PM
bwidawsk created P186 (An Untitled Masterwork).
Jun 27 2018, 9:53 PM
bwidawsk created D16042: tools: Add a git-svn bootstrap script.
Jun 27 2018, 9:36 PM

Jun 21 2018

bwidawsk added a comment to D15931: Add LPIT parsing to acpidump.

Hmmm, I was more wondering if acpi_print_gas() simply needed updating in general for newer GAS parsing in newer ACPI revisions. If instead this is a specific hack just for this table then I don't think acpi_print_gas() needs adjusting. It might be nice to recognize the special case and print it as "MSR=" or some such if that isn't a pain to do. However, if that involves a lot of mess and manual GAS parsing code then the current approach is probably fine.

Jun 21 2018, 12:31 AM

Jun 20 2018

bwidawsk added a comment to D15931: Add LPIT parsing to acpidump.
In D15931#337134, @jhb wrote:

In general this looks fine. I would probably do the NFIT fixup as a separate commit first. Also, changes to manpages generally require updating Dd to the commit date, though it's ok to leave it out of the review and just change that prior to committing.

Jun 20 2018, 6:58 PM
bwidawsk added a comment to D15931: Add LPIT parsing to acpidump.
In D15931#337133, @jhb wrote:

I am far from an expert on ACPI...

Jun 20 2018, 6:57 PM
bwidawsk retitled D15931: Add LPIT parsing to acpidump from acpidump(8): Add NFIT to manpage missed in r321298 to Add LPIT parsing to acpidump.
Jun 20 2018, 6:25 PM
bwidawsk updated the diff for D15931: Add LPIT parsing to acpidump.
  • acpidump(8): Add NFIT to manpage missed in r321298
  • acpidump(8): Add ACPI LPIT (Low Power Idle Table)
Jun 20 2018, 6:20 PM
bwidawsk added a reviewer for D15931: Add LPIT parsing to acpidump: jhb.
Jun 20 2018, 6:13 PM
bwidawsk added a comment to D15931: Add LPIT parsing to acpidump.

I probably should alphabetize the man page entries...

Jun 20 2018, 6:08 PM
bwidawsk created D15931: Add LPIT parsing to acpidump.
Jun 20 2018, 6:05 PM