https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239894
--- Comment #26 from commit-h...@freebsd.org ---
A commit references this bug:
Author: kib
Date: Tue Sep 10 07:29:23 UTC 2019
New revision: 352125
URL: https://svnweb.freebsd.org/changeset/base/352125
Log:
MFC r351773:
Add procctl(PROC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240339
--- Comment #4 from Greg V ---
(In reply to Vladimir Kondratyev from comment #3)
I mean it's no longer necessary to comment out the Skylake lpss reset (the line
that writes zero to 0x204)
--
You are receiving this mail because:
You are th
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240339
--- Comment #5 from Vladimir Kondratyev ---
Try to set SDA_RX_HOLD to 1. That is what Linux does.
reg_write(sc, IG4_REG_SDA_HOLD, 28); -> reg_write(sc, IG4_REG_SDA_HOLD, 0x1
+ 28);
--
You are receiving this mail because:
You are the a
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239552
--- Comment #6 from Dani ---
(In reply to Sean Eric Fagan from comment #5)
Is there anything i can do for you to help speed this up? Is there a way to
force which version is going to be used?
--
You are receiving this mail because:
You ar
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239894
--- Comment #27 from commit-h...@freebsd.org ---
A commit references this bug:
Author: kib
Date: Tue Sep 10 09:57:25 UTC 2019
New revision: 352133
URL: https://svnweb.freebsd.org/changeset/base/352133
Log:
MFC r351774:
Add stackgap con
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240471
Bug ID: 240471
Summary: panic: rcv_start < rcv_end
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240472
Bug ID: 240472
Summary: r352025: when getting a core.txt file, missing the ps.
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240475
Bug ID: 240475
Summary: [PATCH]: Add support for CPUID 0x16 in
tsc_freq_cpuid() (TSC clock)
Product: Base System
Version: CURRENT
Hardware: Any
OS: An
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240475
Mark Linimon changed:
What|Removed |Added
Keywords||patch
--
You are receiving this ma
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240471
Mark Linimon changed:
What|Removed |Added
Keywords||panic
--
You are receiving this ma
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240464
Mark Linimon changed:
What|Removed |Added
Assignee|b...@freebsd.org|multime...@freebsd.org
--
You are
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240463
Mark Linimon changed:
What|Removed |Added
Assignee|b...@freebsd.org|r...@freebsd.org
--
You are receiv
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240339
--- Comment #6 from Greg V ---
(In reply to Vladimir Kondratyev from comment #5)
That did not help..
I looked at the Linux code, it sets (1 << 16) actually. (Also did not help.)
Zircon (Fuchsia) does not do this. The datasheet for Skylake
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240475
--- Comment #1 from Neel Chauhan ---
Fixed description:
If frequency for CPUID 0x15 is zero, fall back to CPUID 0x16 for the TSC clock
if available. This is needed on some Intel SOCs like Skylake and Kaby Lake
which report 0 for the crysta
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239803
Jason A. Harmening changed:
What|Removed |Added
CC||j...@freebsd.org
--- Comment
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240339
--- Comment #7 from Vladimir Kondratyev ---
Created attachment 207356
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=207356&action=edit
ig4.patch
You can try my ig4 driver version. It borrows timings from LPSS driver and have
so
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240339
--- Comment #8 from Vladimir Kondratyev ---
(In reply to Greg V from comment #6)
> The datasheet for Skylake does not list any such field in that register, 15:0
> are the hold time and 31:16 are reserved.
This field, like some other slave-
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240471
Michael Tuexen changed:
What|Removed |Added
CC||tue...@freebsd.org
--- Comment #1
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240471
Michael Tuexen changed:
What|Removed |Added
Assignee|b...@freebsd.org|tue...@freebsd.org
--
You are re
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240339
--- Comment #9 from Greg V ---
(In reply to Vladimir Kondratyev from comment #7)
oh cool, you already wrote the ACPI lookup of parameters, I was thinking about
doing that haha. Though the values that it ends up applying seem really high
(5
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240339
--- Comment #10 from Greg V ---
(In reply to Greg V from comment #9)
* the parameters are fine, I was expecting fast mode numbers and printing slow
mode ones
--
You are receiving this mail because:
You are the assignee for the bug.
_
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240339
--- Comment #11 from Vladimir Kondratyev ---
(In reply to Greg V from comment #9)
> there's an RX underflow, but here (touchpad) that did not happen, none of
> these errors happened;
RX underflow has happened on attempt to read THQA certif
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240485
Bug ID: 240485
Summary: [PATCH] ig4: Add Cannon Lake LP and H I2C Controller
IDs
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240485
Neel Chauhan changed:
What|Removed |Added
CC||n...@neelc.org
Keywords|
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228826
Ed Maste changed:
What|Removed |Added
See Also||https://bugs.freebsd.org/bu
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240485
Kubilay Kocak changed:
What|Removed |Added
Status|New |Open
Keywords|patch
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240487
Bug ID: 240487
Summary: Boot hangs at "Trying to mount root from
ufs:/dev/da0p3 [rw]..." in recent 12-STABLE
Product: Base System
Version: 12.0-STABLE
Hardware: amd64
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240487
Alan Somers changed:
What|Removed |Added
CC||asom...@freebsd.org
--- Comment #1 f
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240061
--- Comment #9 from commit-h...@freebsd.org ---
A commit references this bug:
Author: kib
Date: Wed Sep 11 04:55:10 UTC 2019
New revision: 352202
URL: https://svnweb.freebsd.org/changeset/base/352202
Log:
MFC r351830:
madvise(MADV_FREE
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240061
--- Comment #10 from commit-h...@freebsd.org ---
A commit references this bug:
Author: kib
Date: Wed Sep 11 04:59:27 UTC 2019
New revision: 352203
URL: https://svnweb.freebsd.org/changeset/base/352203
Log:
MFC r351830:
madvise(MADV_FRE
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240487
wolfg...@lyxys.ka.sub.org changed:
What|Removed |Added
CC||wolfg...@lyxys.ka.sub.or
31 matches
Mail list logo