regression: test serial port r/w.
[lunaix-os.git] / lunaix-os / hal / rng / rngx86.c
index bb069d7f61d13025f05ad19a05abd248e360b343..af11802a43378de27c63f40ee62cb911e6ca4629 100644 (file)
@@ -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
 };