Changeset 287920f in mainline for kernel/arch/ia32/src/ia32.c


Ignore:
Timestamp:
2006-08-09T13:27:55Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d46c6ecd
Parents:
da74747
Message:

i8042 and z8530 separated, the tree compiles again.
Now there is some duplicated code in i8042.c and z8530.c,
but that can be eliminated in slower pace.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/src/ia32.c

    rda74747 r287920f  
    4242#include <arch/drivers/ega.h>
    4343#include <arch/drivers/vesa.h>
    44 #include <genarch/i8042/i8042.h>
     44#include <genarch/kbd/i8042.h>
    4545#include <arch/drivers/i8254.h>
    4646#include <arch/drivers/i8259.h>
Note: See TracChangeset for help on using the changeset viewer.