From d7955b245e1cc4e890a08a422807e6131fafe123 Mon Sep 17 00:00:00 2001 From: Christian Mauderer Date: Thu, 3 Mar 2022 13:27:32 +0100 Subject: bsps and cpukit: Manual file header clean up Updates #4625. --- bsps/i386/pc386/ata/ide.c | 41 +++++++++++++++++------------------------ bsps/i386/pc386/ata/idecfg.c | 33 +++++++++++++++------------------ 2 files changed, 32 insertions(+), 42 deletions(-) (limited to 'bsps') diff --git a/bsps/i386/pc386/ata/ide.c b/bsps/i386/pc386/ata/ide.c index 52877cf60b..8b0b585d22 100644 --- a/bsps/i386/pc386/ata/ide.c +++ b/bsps/i386/pc386/ata/ide.c @@ -1,27 +1,20 @@ -/*===============================================================*\ -| Project: RTEMS PC386 IDE harddisc driver | -+-----------------------------------------------------------------+ -| File: ide.c | -+-----------------------------------------------------------------+ -| Copyright (c) 2003 IMD | -| Ingenieurbuero fuer Microcomputertechnik Th. Doerfler | -| | -| all rights reserved | -+-----------------------------------------------------------------+ -| this file contains the BSP layer for IDE access below the | -| libchip IDE harddisc driver | -| based on a board specific driver from | -| Eugeny S. Mints, Oktet | -| | -| The license and distribution terms for this file may be | -| found in the file LICENSE in this distribution or at | -| http://www.rtems.org/license/LICENSE. | -| | -+-----------------------------------------------------------------+ -| date history ID | -| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | -| 01.14.03 creation doe | -\*===============================================================*/ +/* + * RTEMS PC386 IDE harddisc driver + * + * This file contains the BSP layer for IDE access below the + * libchip IDE harddisc driver. + * based on a board specific driver from + * Eugeny S. Mints, Oktet + */ + +/* + * Copyright (c) 2003 Ingenieurbuero fuer Microcomputertechnik Th. Doerfler + * All rights reserved. + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rtems.org/license/LICENSE. + */ #include diff --git a/bsps/i386/pc386/ata/idecfg.c b/bsps/i386/pc386/ata/idecfg.c index 371a6eea53..777b8bcbe0 100644 --- a/bsps/i386/pc386/ata/idecfg.c +++ b/bsps/i386/pc386/ata/idecfg.c @@ -1,21 +1,18 @@ -/*===============================================================*\ -| Project: RTEMS PC386 IDE harddisc driver tables | -+-----------------------------------------------------------------+ -| File: idecfg.c | -+-----------------------------------------------------------------+ -| Copyright (c) 2003 IMD | -| Ingenieurbuero fuer Microcomputertechnik Th. Doerfler | -| | -| all rights reserved | -+-----------------------------------------------------------------+ -| this file contains the table of functions for the BSP layer | -| for IDE access below the libchip IDE harddisc driver | -| | -+-----------------------------------------------------------------+ -| date history ID | -| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | -| 01.14.03 creation doe | -\*===============================================================*/ +/* + * RTEMS PC386 IDE harddisc driver tables + * + * This file contains the table of functions for the BSP layer + * for IDE access below the libchip IDE harddisc driver. + */ + +/* + * Copyright (c) 2003 Ingenieurbuero fuer Microcomputertechnik Th. Doerfler + * All rights reserved. + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rtems.org/license/LICENSE. + */ #include #include -- cgit v1.2.3