Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108446172
D43363.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
503 B
Referenced Files
None
Subscribers
None
D43363.diff
View Options
diff --git a/sys/dev/uart/uart_dev_pl011.c b/sys/dev/uart/uart_dev_pl011.c
--- a/sys/dev/uart/uart_dev_pl011.c
+++ b/sys/dev/uart/uart_dev_pl011.c
@@ -332,7 +332,7 @@
};
static struct uart_class uart_pl011_class = {
- "uart_pl011",
+ "pl011",
uart_pl011_methods,
sizeof(struct uart_pl011_softc),
.uc_ops = &uart_pl011_ops,
@@ -340,6 +340,7 @@
.uc_rclk = 0,
.uc_rshift = 2
};
+DATA_SET(uart_class_set, uart_pl011_class);
#ifdef FDT
static struct ofw_compat_data fdt_compat_data[] = {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 25, 8:42 PM (19 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16162421
Default Alt Text
D43363.diff (503 B)
Attached To
Mode
D43363: dev/uart: Support the pl011 uart in hw.uart.console
Attached
Detach File
Event Timeline
Log In to Comment