Page MenuHomeFreeBSD

D43363.diff
No OneTemporary

D43363.diff

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

Mime Type
text/plain
Expires
Sat, Sep 28, 2:25 PM (3 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
13036940
Default Alt Text
D43363.diff (503 B)

Event Timeline