Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161810577
D19914.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
444 B
Referenced Files
None
Subscribers
None
D19914.diff
View Options
Index: head/sys/dev/uart/uart_cpu_arm64.c
===================================================================
--- head/sys/dev/uart/uart_cpu_arm64.c
+++ head/sys/dev/uart/uart_cpu_arm64.c
@@ -128,6 +128,13 @@
goto out;
switch(spcr->BaudRate) {
+ case 0:
+ /*
+ * A BaudRate of 0 is a special value which means not to
+ * change the rate that's already programmed.
+ */
+ *baud = 0;
+ break;
case 3:
*baud = 9600;
break;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jul 8, 1:49 AM (14 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34822315
Default Alt Text
D19914.diff (444 B)
Attached To
Mode
D19914: ACPI SPCR: handle BaudRate=0
Attached
Detach File
Event Timeline
Log In to Comment