Changeset 3c5006a0 in mainline for arch/ia32/src/drivers/i8259.c


Ignore:
Timestamp:
2006-06-20T11:15:34Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1e0a5fc
Parents:
f260256
Message:

Indentation and some improved comments.
Remove forgotten comment from gxemul.sh.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/drivers/i8259.c

    rf260256 r3c5006a0  
    2727 */
    2828
    29  /** @addtogroup ia32   
     29/** @addtogroup ia32   
    3030 * @{
    3131 */
    32 /** @file
     32/**
     33 * @file
     34 * @brief PIC driver.
     35 *
     36 * Programmable Interrupt Controller for UP systems based on i8259 chip.
    3337 */
    3438
     
    4044#include <print.h>
    4145#include <interrupt.h>
    42 
    43 /*
    44  * This is the PIC driver.
    45  * Programmable Interrupt Controller for UP systems.
    46  */
    4746
    4847static void pic_spurious(int n, istate_t *istate);
     
    132131}
    133132
    134  /** @}
     133/** @}
    135134 */
    136 
Note: See TracChangeset for help on using the changeset viewer.