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
refactor: make pci device driver loading passive, pci bus scanner will not load them...
[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 3035f314dc6b238ca3f56afc0c20d791667845ae..d732f2cd75eaca742d367f68bf975bf80cd90766 100644
(file)
--- a/
lunaix-os/hal/rng/rngx86.c
+++ b/
lunaix-os/hal/rng/rngx86.c
@@
-45,4
+45,4
@@
static struct device_def devrandx86_def = {
.class = DEVCLASS(DEVIF_SOC, DEVFN_CHAR, DEV_RNG),
.init = pdev_randdev_init
};
-EXPORT_DEVICE(randdev, &devrandx86_def, load_
earlystage
);
\ No newline at end of file
+EXPORT_DEVICE(randdev, &devrandx86_def, load_
onboot
);
\ No newline at end of file