I just pulled latest version from cvs and recompiled it

did cd /usr/src && cvs -q up -Pd -A && cd /usr/src/sys/arch/amd64/compile/GENERIC.MP && make obj && make config && make && doas make install

so i guess it contained the change below

On 8/29/19 9:08 AM, Stefan Sperling wrote:
On Thu, Aug 29, 2019 at 09:01:03AM +0200, Matija Zezelj wrote:
I just registered so my last post is not visible but - recompile fixed the
issue.

Thanks to gaston!
Which version of the code did you recompile?

Did it contain the change below, or did it not?

On 8/29/19 8:57 AM, Stefan Sperling wrote:
On Thu, Aug 29, 2019 at 08:49:49AM +0200, Matija Zezelj wrote:
previous one or maybe 254, i usually do sysupgrade once a day
This does not look like a problem that could be caused by recent
changes to net80211 or wifi drivers.

Could you try to find out if the following change could be causing this?
Apart from that I don't have any other suggestions at this time, sorry.

CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2019/08/28 16:39:09

Modified files:
          sys/arch/amd64/amd64: mainbus.c
          sys/arch/amd64/conf: GENERIC RAMDISK RAMDISK_CD files.amd64
          sys/arch/amd64/pci: acpipci.c pci_machdep.c
          sys/dev/acpi   : acpi.c acpireg.h acpivar.h

Log message:
Use ACPI information to attach PCI busses like we do on arm64.  There are a
few additional quirks though, and attaching the PCI busses is delayed to
replicate the existing code more closely.  That may be changed in the
future.  Also tweak how we handle MSI support and respect to ACPI flag
that says we shouldn't attempt to use MSIs.

Some fallout is expected.

ok patrick@

Reply via email to