mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-19 14:31:48 +01:00
Use a more professional device description.
This commit is contained in:
parent
6d12a83408
commit
3329109cb9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264218
@ -352,7 +352,7 @@ imx_uart_bus_probe(struct uart_softc *sc)
|
||||
sc->sc_rxfifosz = 1;
|
||||
sc->sc_txfifosz = 1;
|
||||
|
||||
device_set_desc(sc->sc_dev, "imx_uart");
|
||||
device_set_desc(sc->sc_dev, "Freescale i.MX UART");
|
||||
return (0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user