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
/
char
/
uart
/
16550_pmio.c
diff --git
a/lunaix-os/hal/char/uart/16550_pmio.c
b/lunaix-os/hal/char/uart/16550_pmio.c
index 9910051fa8f84d3dcbb8249b8d347c27439fc3a6..81d06422e910b5570df022e8fdd388c4d996d15a 100644
(file)
--- a/
lunaix-os/hal/char/uart/16550_pmio.c
+++ b/
lunaix-os/hal/char/uart/16550_pmio.c
@@
-101,4
+101,4
@@
static struct device_def uart_pmio_def = {
.name = "16550 Generic UART (I/O)",
.init = upiom_init
};
.name = "16550 Generic UART (I/O)",
.init = upiom_init
};
-EXPORT_DEVICE(uart16550_pmio, &uart_pmio_def, load_
earlystage
);
\ No newline at end of file
+EXPORT_DEVICE(uart16550_pmio, &uart_pmio_def, load_
onboot
);
\ No newline at end of file