Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Feb 2021 14:47:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 253494] the uart driver does not recognize HSUARTs on a FitPC Fitlet2 computer
Message-ID:  <bug-253494-227-N869B4NOKp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-253494-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-253494-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253494

--- Comment #1 from Tommy Johnson <bsd@bobdbob.com> ---

The baud rate is incorrectly configured by the settings.  To get the correct
baud rate, the "24 *" needs to be deleted, the correct lines in the file ar=
e:

{ 0x8086, 0x5abc, 0xffff, 0, "Celeron N3350/Pentium N4200/Atom E3900 Series
HSUART#0", 0x10,=20=20=20=20
         DEFAULT_RCLK , 2 },
{ 0x8086, 0x5abe, 0xffff, 0, "Celeron N3350/Pentium N4200/Atom E3900 Series
HSUART#1", 0x10,=20=20=20=20
         DEFAULT_RCLK, 2 },
{ 0x8086, 0x5ac0, 0xffff, 0, "Celeron N3350/Pentium N4200/Atom E3900 Series
HSUART#2", 0x10,=20=20=20=20
         DEFAULT_RCLK, 2 },
{ 0x8086, 0x5aee, 0xffff, 0, "Celeron N3350/Pentium N4200/Atom E3900 Series
HSUART#3", 0x10,=20=20=20=20
         DEFAULT_RCLK, 2 },

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253494-227-N869B4NOKp>