Changes in kernel/arch/ia32/src/ia32.c [83dab11:38b0ae2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/ia32.c
r83dab11 r38b0ae2 201 201 #endif 202 202 ns16550_instance_t *ns16550_instance 203 = ns16550_init( (ns16550_t *) NS16550_BASE, IRQ_NS16550, NULL, NULL,203 = ns16550_init(NS16550_BASE, 0, IRQ_NS16550, NULL, NULL, 204 204 ns16550_out_ptr); 205 205 if (ns16550_instance) {
Note:
See TracChangeset
for help on using the changeset viewer.