git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
regression: test serial port r/w.
[lunaix-os.git]
/
lunaix-os
/
hal
/
rng
/
rngx86.c
diff --git
a/lunaix-os/hal/rng/rngx86.c
b/lunaix-os/hal/rng/rngx86.c
index bb069d7f61d13025f05ad19a05abd248e360b343..af11802a43378de27c63f40ee62cb911e6ca4629 100644
(file)
--- a/
lunaix-os/hal/rng/rngx86.c
+++ b/
lunaix-os/hal/rng/rngx86.c
@@
-39,7
+39,7
@@
pdev_randdev_init(struct device_def* devdef)
}
static struct device_def devrandx86_def = {
- .name = "
null
",
+ .name = "
x86 On-Chip RNG
",
.class = DEVCLASS(DEVIF_SOC, DEVFN_CHAR, DEV_RNG, 0),
.init = pdev_randdev_init
};