Changeset 287920f in mainline for kernel/arch/amd64/src/amd64.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/amd64/src/amd64.c

    rda74747 r287920f  
    2727 */
    2828
    29  /** @addtogroup amd64
     29/** @addtogroup amd64
    3030 * @{
    3131 */
     
    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>
     
    209209}
    210210
    211  /** @}
    212  */
    213 
     211/** @}
     212 */
Note: See TracChangeset for help on using the changeset viewer.