Author: akhaldi Date: Wed Nov 4 13:30:52 2015 New Revision: 69811
URL: http://svn.reactos.org/svn/reactos?rev=69811&view=rev Log: [HAL] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114
Modified: trunk/reactos/hal/halarm/generic/cache.S trunk/reactos/hal/halarm/generic/sysinfo.c trunk/reactos/hal/halppc/generic/beep.c trunk/reactos/hal/halppc/generic/bus.c trunk/reactos/hal/halppc/generic/cmos.c trunk/reactos/hal/halppc/generic/display.c trunk/reactos/hal/halppc/generic/dma.c trunk/reactos/hal/halppc/generic/drive.c trunk/reactos/hal/halppc/generic/enum.c trunk/reactos/hal/halppc/generic/fmutex.c trunk/reactos/hal/halppc/generic/font.c trunk/reactos/hal/halppc/generic/halinit.c trunk/reactos/hal/halppc/generic/irql.c trunk/reactos/hal/halppc/generic/isa.c trunk/reactos/hal/halppc/generic/misc.c trunk/reactos/hal/halppc/generic/pci.c trunk/reactos/hal/halppc/generic/portio.c trunk/reactos/hal/halppc/generic/processor.c trunk/reactos/hal/halppc/generic/profil.c trunk/reactos/hal/halppc/generic/reboot.c trunk/reactos/hal/halppc/generic/spinlock.c trunk/reactos/hal/halppc/generic/sysinfo.c trunk/reactos/hal/halppc/generic/timer.c trunk/reactos/hal/halppc/include/hal.h trunk/reactos/hal/halppc/up/halinit_up.c trunk/reactos/hal/halx86/acpi/busemul.c trunk/reactos/hal/halx86/acpi/halacpi.c trunk/reactos/hal/halx86/acpi/halpnpdd.c trunk/reactos/hal/halx86/amd64/mps.S trunk/reactos/hal/halx86/amd64/systimer.S trunk/reactos/hal/halx86/amd64/x86bios.c trunk/reactos/hal/halx86/apic/apic.c trunk/reactos/hal/halx86/apic/halinit_apic.c trunk/reactos/hal/halx86/apic/rtctimer.c trunk/reactos/hal/halx86/apic/tsc.c trunk/reactos/hal/halx86/generic/bios.c trunk/reactos/hal/halx86/generic/dma.c trunk/reactos/hal/halx86/generic/misc.c trunk/reactos/hal/halx86/generic/spinlock.c trunk/reactos/hal/halx86/generic/systimer.S trunk/reactos/hal/halx86/generic/trap.S trunk/reactos/hal/halx86/legacy/bus/bushndlr.c trunk/reactos/hal/halx86/legacy/bus/cmosbus.c trunk/reactos/hal/halx86/legacy/bus/isabus.c trunk/reactos/hal/halx86/legacy/bus/pcibus.c trunk/reactos/hal/halx86/legacy/bus/sysbus.c trunk/reactos/hal/halx86/legacy/bussupp.c trunk/reactos/hal/halx86/legacy/halpcat.c trunk/reactos/hal/halx86/legacy/halpnpdd.c trunk/reactos/hal/halx86/up/halinit_mini.c trunk/reactos/hal/halx86/up/halinit_up.c trunk/reactos/hal/halx86/up/pic.c trunk/reactos/hal/halx86/xbox/halinit_xbox.c
Modified: trunk/reactos/hal/halarm/generic/cache.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halarm/generic/cache.S?... ============================================================================== --- trunk/reactos/hal/halarm/generic/cache.S [iso-8859-1] (original) +++ trunk/reactos/hal/halarm/generic/cache.S [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS HAL * LICENSE: GPL - See COPYING in the top level directory - * FILE: hal/halarm/generic/cache.s + * FILE: hal/halarm/generic/cache.S * PURPOSE: Implements cache clean, invalidate routines for ARM machines * PROGRAMMERS: Copyright (C) 2005 ARM Ltd. */
Modified: trunk/reactos/hal/halarm/generic/sysinfo.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halarm/generic/sysinfo.... ============================================================================== --- trunk/reactos/hal/halarm/generic/sysinfo.c [iso-8859-1] (original) +++ trunk/reactos/hal/halarm/generic/sysinfo.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS HAL * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: hal/halarm/generic/spinlock.c + * FILE: hal/halarm/generic/sysinfo.c * PURPOSE: HAL Information Routines * PROGRAMMERS: ReactOS Portable Systems Group */
Modified: trunk/reactos/hal/halppc/generic/beep.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/beep.c?r... ============================================================================== --- trunk/reactos/hal/halppc/generic/beep.c [iso-8859-1] (original) +++ trunk/reactos/hal/halppc/generic/beep.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: ntoskrnl/hal/x86/beep.c + * FILE: hal/halppc/generic/beep.c * PURPOSE: Speaker function (it's only one) * PROGRAMMER: Eric Kohl * UPDATE HISTORY:
Modified: trunk/reactos/hal/halppc/generic/bus.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/bus.c?re... ============================================================================== --- trunk/reactos/hal/halppc/generic/bus.c [iso-8859-1] (original) +++ trunk/reactos/hal/halppc/generic/bus.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS HAL * LICENSE: GPL - See COPYING in the top level directory - * FILE: hal/halx86/generic/bus.c + * FILE: hal/halppc/generic/bus.c * PURPOSE: Bus Support Routines * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */
Modified: trunk/reactos/hal/halppc/generic/cmos.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/cmos.c?r... ============================================================================== --- trunk/reactos/hal/halppc/generic/cmos.c [iso-8859-1] (original) +++ trunk/reactos/hal/halppc/generic/cmos.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS HAL * LICENSE: GPL - See COPYING in the top level directory - * FILE: hal/halx86/generic/cmos.c + * FILE: hal/halppc/generic/cmos.c * PURPOSE: CMOS Access Routines (Real Time Clock and LastKnownGood) * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) * Eric Kohl
Modified: trunk/reactos/hal/halppc/generic/display.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/display.... ============================================================================== --- trunk/reactos/hal/halppc/generic/display.c [iso-8859-1] (original) +++ trunk/reactos/hal/halppc/generic/display.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -19,7 +19,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: ntoskrnl/hal/x86/display.c + * FILE: hal/halppc/generic/display.c * PURPOSE: Blue screen display * PROGRAMMER: Eric Kohl * UPDATE HISTORY:
Modified: trunk/reactos/hal/halppc/generic/dma.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/dma.c?re... ============================================================================== --- trunk/reactos/hal/halppc/generic/dma.c [iso-8859-1] (original) +++ trunk/reactos/hal/halppc/generic/dma.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: ntoskrnl/hal/x86/dma.c + * FILE: hal/halppc/generic/dma.c * PURPOSE: DMA functions * PROGRAMMERS: David Welch (welch@mcmail.com) * Filip Navara (navaraf@reactos.com)
Modified: trunk/reactos/hal/halppc/generic/drive.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/drive.c?... ============================================================================== --- trunk/reactos/hal/halppc/generic/drive.c [iso-8859-1] (original) +++ trunk/reactos/hal/halppc/generic/drive.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS HAL * LICENSE: GPL - See COPYING in the top level directory - * FILE: hal/halx86/generic/drive.c + * FILE: hal/halppc/generic/drive.c * PURPOSE: I/O HAL Routines for Disk Access * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */
Modified: trunk/reactos/hal/halppc/generic/enum.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/enum.c?r... ============================================================================== --- trunk/reactos/hal/halppc/generic/enum.c [iso-8859-1] (original) +++ trunk/reactos/hal/halppc/generic/enum.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: ntoskrnl/hal/x86/enum.c + * FILE: hal/halppc/generic/enum.c * PURPOSE: Motherboard device enumerator * PROGRAMMER: Casper S. Hornstrup (chorns@users.sourceforge.net) * UPDATE HISTORY:
Modified: trunk/reactos/hal/halppc/generic/fmutex.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/fmutex.c... ============================================================================== --- trunk/reactos/hal/halppc/generic/fmutex.c [iso-8859-1] (original) +++ trunk/reactos/hal/halppc/generic/fmutex.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS HAL - * FILE: ntoskrnl/hal/x86/fmutex.c + * FILE: hal/halppc/generic/fmutex.c * PURPOSE: Deprecated HAL Fast Mutex * PROGRAMMERS: Alex Ionescu (alex@relsoft.net) */
Modified: trunk/reactos/hal/halppc/generic/font.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/font.c?r... ============================================================================== --- trunk/reactos/hal/halppc/generic/font.c [iso-8859-1] (original) +++ trunk/reactos/hal/halppc/generic/font.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: Xbox HAL - * FILE: hal/halx86/xbox/font.h + * FILE: hal/halppc/generic/font.c * PURPOSE: Font glyphs * PROGRAMMER: Ge van Geldorp (gvg@reactos.com) * UPDATE HISTORY:
Modified: trunk/reactos/hal/halppc/generic/halinit.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/halinit.... ============================================================================== --- trunk/reactos/hal/halppc/generic/halinit.c [iso-8859-1] (original) +++ trunk/reactos/hal/halppc/generic/halinit.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS HAL * LICENSE: GPL - See COPYING in the top level directory - * FILE: hal/halx86/generic/halinit.c + * FILE: hal/halppc/generic/halinit.c * PURPOSE: HAL Entrypoint and Initialization * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */
Modified: trunk/reactos/hal/halppc/generic/irql.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/irql.c?r... ============================================================================== --- trunk/reactos/hal/halppc/generic/irql.c [iso-8859-1] (original) +++ trunk/reactos/hal/halppc/generic/irql.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: ntoskrnl/hal/x86/irql.c + * FILE: hal/halppc/generic/irql.c * PURPOSE: Implements IRQLs * PROGRAMMER: David Welch (welch@cwcom.net) */
Modified: trunk/reactos/hal/halppc/generic/isa.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/isa.c?re... ============================================================================== --- trunk/reactos/hal/halppc/generic/isa.c [iso-8859-1] (original) +++ trunk/reactos/hal/halppc/generic/isa.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: ntoskrnl/hal/isa.c + * FILE: hal/halppc/generic/isa.c * PURPOSE: Interfaces to the ISA bus * PROGRAMMER: David Welch (welch@mcmail.com) * UPDATE HISTORY:
Modified: trunk/reactos/hal/halppc/generic/misc.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/misc.c?r... ============================================================================== --- trunk/reactos/hal/halppc/generic/misc.c [iso-8859-1] (original) +++ trunk/reactos/hal/halppc/generic/misc.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS HAL * LICENSE: GPL - See COPYING in the top level directory - * FILE: hal/halx86/generic/misc.c + * FILE: hal/halppc/generic/misc.c * PURPOSE: Miscellanous Routines * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) * Eric Kohl
Modified: trunk/reactos/hal/halppc/generic/pci.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/pci.c?re... ============================================================================== --- trunk/reactos/hal/halppc/generic/pci.c [iso-8859-1] (original) +++ trunk/reactos/hal/halppc/generic/pci.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS HAL * LICENSE: GPL - See COPYING in the top level directory - * FILE: hal/halx86/generic/pci.c + * FILE: hal/halppc/generic/pci.c * PURPOSE: PCI Bus Support (Configuration Space, Resource Allocation) * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */
Modified: trunk/reactos/hal/halppc/generic/portio.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/portio.c... ============================================================================== --- trunk/reactos/hal/halppc/generic/portio.c [iso-8859-1] (original) +++ trunk/reactos/hal/halppc/generic/portio.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: ntoskrnl/hal/x86/portio.c + * FILE: hal/halppc/generic/portio.c * PURPOSE: Port I/O functions * PROGRAMMER: Eric Kohl * UPDATE HISTORY:
Modified: trunk/reactos/hal/halppc/generic/processor.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/processo... ============================================================================== --- trunk/reactos/hal/halppc/generic/processor.c [iso-8859-1] (original) +++ trunk/reactos/hal/halppc/generic/processor.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: hal/halx86/generic/processor.c + * FILE: hal/halppc/generic/processor.c * PURPOSE: Intel MultiProcessor specification support * PROGRAMMER: David Welch (welch@cwcom.net) * Casper S. Hornstrup (chorns@users.sourceforge.net)
Modified: trunk/reactos/hal/halppc/generic/profil.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/profil.c... ============================================================================== --- trunk/reactos/hal/halppc/generic/profil.c [iso-8859-1] (original) +++ trunk/reactos/hal/halppc/generic/profil.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS HAL * LICENSE: GPL - See COPYING in the top level directory - * FILE: hal/halx86/generic/profil.c + * FILE: hal/halppc/generic/profil.c * PURPOSE: System Profiling * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */
Modified: trunk/reactos/hal/halppc/generic/reboot.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/reboot.c... ============================================================================== --- trunk/reactos/hal/halppc/generic/reboot.c [iso-8859-1] (original) +++ trunk/reactos/hal/halppc/generic/reboot.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: ntoskrnl/hal/x86/reboot.c + * FILE: hal/halppc/generic/reboot.c * PURPOSE: Reboot functions. * PROGRAMMER: Eric Kohl * UPDATE HISTORY:
Modified: trunk/reactos/hal/halppc/generic/spinlock.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/spinlock... ============================================================================== --- trunk/reactos/hal/halppc/generic/spinlock.c [iso-8859-1] (original) +++ trunk/reactos/hal/halppc/generic/spinlock.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS HAL * LICENSE: GPL - See COPYING in the top level directory - * FILE: hal/halx86/up/spinlock.c + * FILE: hal/halppc/generic/spinlock.c * PURPOSE: Spinlock and Queued Spinlock Support * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */
Modified: trunk/reactos/hal/halppc/generic/sysinfo.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/sysinfo.... ============================================================================== --- trunk/reactos/hal/halppc/generic/sysinfo.c [iso-8859-1] (original) +++ trunk/reactos/hal/halppc/generic/sysinfo.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS HA: * LICENSE: GPL - See COPYING in the top level directory - * FILE: hal/halx86/generic/sysinfo.c + * FILE: hal/halppc/generic/sysinfo.c * PURPOSE: HAL Information Routines * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */
Modified: trunk/reactos/hal/halppc/generic/timer.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/generic/timer.c?... ============================================================================== --- trunk/reactos/hal/halppc/generic/timer.c [iso-8859-1] (original) +++ trunk/reactos/hal/halppc/generic/timer.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS HAL * LICENSE: GPL - See COPYING in the top level directory - * FILE: hal/halx86/generic/timer.c + * FILE: hal/halppc/generic/timer.c * PURPOSE: HAL Timer Routines * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */
Modified: trunk/reactos/hal/halppc/include/hal.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/include/hal.h?re... ============================================================================== --- trunk/reactos/hal/halppc/include/hal.h [iso-8859-1] (original) +++ trunk/reactos/hal/halppc/include/hal.h [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS Hardware Abstraction Layer - * FILE: hal/halx86/include/hal.h + * FILE: hal/halppc/include/hal.h * PURPOSE: HAL Header * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */
Modified: trunk/reactos/hal/halppc/up/halinit_up.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halppc/up/halinit_up.c?... ============================================================================== --- trunk/reactos/hal/halppc/up/halinit_up.c [iso-8859-1] (original) +++ trunk/reactos/hal/halppc/up/halinit_up.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: ntoskrnl/hal/x86/halinit.c + * FILE: hal/halppc/up/halinit_up.c * PURPOSE: Initialize the x86 hal * PROGRAMMER: David Welch (welch@cwcom.net) * UPDATE HISTORY:
Modified: trunk/reactos/hal/halx86/acpi/busemul.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/acpi/busemul.c?r... ============================================================================== --- trunk/reactos/hal/halx86/acpi/busemul.c [iso-8859-1] (original) +++ trunk/reactos/hal/halx86/acpi/busemul.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS HAL * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: hal/halx86/generic/acpi/busemul.c + * FILE: hal/halx86/acpi/busemul.c * PURPOSE: ACPI HAL Bus Handler Emulation Code * PROGRAMMERS: ReactOS Portable Systems Group */
Modified: trunk/reactos/hal/halx86/acpi/halacpi.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/acpi/halacpi.c?r... ============================================================================== --- trunk/reactos/hal/halx86/acpi/halacpi.c [iso-8859-1] (original) +++ trunk/reactos/hal/halx86/acpi/halacpi.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS HAL * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: hal/halx86/generic/acpi/halacpi.c + * FILE: hal/halx86/acpi/halacpi.c * PURPOSE: HAL ACPI Code * PROGRAMMERS: ReactOS Portable Systems Group */
Modified: trunk/reactos/hal/halx86/acpi/halpnpdd.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/acpi/halpnpdd.c?... ============================================================================== --- trunk/reactos/hal/halx86/acpi/halpnpdd.c [iso-8859-1] (original) +++ trunk/reactos/hal/halx86/acpi/halpnpdd.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS HAL * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: hal/halx86/generic/acpi/halpnpdd.c + * FILE: hal/halx86/acpi/halpnpdd.c * PURPOSE: HAL Plug and Play Device Driver * PROGRAMMERS: ReactOS Portable Systems Group */
Modified: trunk/reactos/hal/halx86/amd64/mps.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/amd64/mps.S?rev=... ============================================================================== --- trunk/reactos/hal/halx86/amd64/mps.S [iso-8859-1] (original) +++ trunk/reactos/hal/halx86/amd64/mps.S [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: ntoskrnl/hal/amd64/generic/mps.S + * FILE: hal/halx86/amd64/mps.S * PURPOSE: Intel MultiProcessor specification support * PROGRAMMER: Casper S. Hornstrup (chorns@users.sourceforge.net) */
Modified: trunk/reactos/hal/halx86/amd64/systimer.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/amd64/systimer.S... ============================================================================== --- trunk/reactos/hal/halx86/amd64/systimer.S [iso-8859-1] (original) +++ trunk/reactos/hal/halx86/amd64/systimer.S [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,5 +1,5 @@ /* - * FILE: hal/halx86/generic/timer.S + * FILE: hal/halx86/amd64/systimer.S * COPYRIGHT: See COPYING in the top level directory * PURPOSE: System Timer Interrupt and Management * PROGRAMMER: Alex Ionescu (alex@relsoft.net)
Modified: trunk/reactos/hal/halx86/amd64/x86bios.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/amd64/x86bios.c?... ============================================================================== --- trunk/reactos/hal/halx86/amd64/x86bios.c [iso-8859-1] (original) +++ trunk/reactos/hal/halx86/amd64/x86bios.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS HAL * LICENSE: GPL, See COPYING in the top level directory - * FILE: hal/halx86/generic/amd64/x86bios.c + * FILE: hal/halx86/amd64/x86bios.c * PURPOSE: * PROGRAMMERS: Timo Kreuzer (timo.kreuzer@reactos.org) */
Modified: trunk/reactos/hal/halx86/apic/apic.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/apic/apic.c?rev=... ============================================================================== --- trunk/reactos/hal/halx86/apic/apic.c [iso-8859-1] (original) +++ trunk/reactos/hal/halx86/apic/apic.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS HAL * LICENSE: GNU GPL - See COPYING in the top level directory - * FILE: hal/halx86/generic/apic.c + * FILE: hal/halx86/apic/apic.c * PURPOSE: HAL APIC Management and Control Code * PROGRAMMERS: Timo Kreuzer (timo.kreuzer@reactos.org) * REFERENCES: http://www.joseflores.com/docs/ExploringIrql.html
Modified: trunk/reactos/hal/halx86/apic/halinit_apic.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/apic/halinit_api... ============================================================================== --- trunk/reactos/hal/halx86/apic/halinit_apic.c [iso-8859-1] (original) +++ trunk/reactos/hal/halx86/apic/halinit_apic.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: ntoskrnl/hal/x86/halinit.c + * FILE: hal/halx86/apic/halinit_apic.c * PURPOSE: Initialize the x86 hal * PROGRAMMER: Timo Kreuzer (timo.kreuzer@reactos.org) */
Modified: trunk/reactos/hal/halx86/apic/rtctimer.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/apic/rtctimer.c?... ============================================================================== --- trunk/reactos/hal/halx86/apic/rtctimer.c [iso-8859-1] (original) +++ trunk/reactos/hal/halx86/apic/rtctimer.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS HAL * LICENSE: GNU GPL - See COPYING in the top level directory - * FILE: hal/halx86/generic/apic.c + * FILE: hal/halx86/apic/rtctimer.c * PURPOSE: HAL APIC Management and Control Code * PROGRAMMERS: Timo Kreuzer (timo.kreuzer@reactos.org) * REFERENCES:
Modified: trunk/reactos/hal/halx86/apic/tsc.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/apic/tsc.c?rev=6... ============================================================================== --- trunk/reactos/hal/halx86/apic/tsc.c [iso-8859-1] (original) +++ trunk/reactos/hal/halx86/apic/tsc.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS HAL * LICENSE: GPL - See COPYING in the top level directory - * FILE: hal/halamd64/generic/tsc.c + * FILE: hal/halx86/apic/tsc.c * PURPOSE: HAL Routines for TSC handling * PROGRAMMERS: Timo Kreuzer (timo.kreuzer@reactos.org) */
Modified: trunk/reactos/hal/halx86/generic/bios.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/generic/bios.c?r... ============================================================================== --- trunk/reactos/hal/halx86/generic/bios.c [iso-8859-1] (original) +++ trunk/reactos/hal/halx86/generic/bios.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Hardware Abstraction Layer (HAL) * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: halx86/generic/bios.c + * FILE: hal/halx86/generic/bios.c * PURPOSE: BIOS Access Routines * PROGRAMMERS: ReactOS Portable Systems Group * Alex Ionescu (alex.ionescu@reactos.org)
Modified: trunk/reactos/hal/halx86/generic/dma.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/generic/dma.c?re... ============================================================================== --- trunk/reactos/hal/halx86/generic/dma.c [iso-8859-1] (original) +++ trunk/reactos/hal/halx86/generic/dma.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -2,7 +2,7 @@ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: ntoskrnl/hal/x86/dma.c + * FILE: hal/halx86/generic/dma.c * PURPOSE: DMA functions * PROGRAMMERS: David Welch (welch@mcmail.com) * Filip Navara (navaraf@reactos.com)
Modified: trunk/reactos/hal/halx86/generic/misc.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/generic/misc.c?r... ============================================================================== --- trunk/reactos/hal/halx86/generic/misc.c [iso-8859-1] (original) +++ trunk/reactos/hal/halx86/generic/misc.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Hardware Abstraction Layer (HAL) * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: halx86/generic/misc.c + * FILE: hal/halx86/generic/misc.c * PURPOSE: NMI, I/O Mapping and x86 Subs * PROGRAMMERS: ReactOS Portable Systems Group */
Modified: trunk/reactos/hal/halx86/generic/spinlock.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/generic/spinlock... ============================================================================== --- trunk/reactos/hal/halx86/generic/spinlock.c [iso-8859-1] (original) +++ trunk/reactos/hal/halx86/generic/spinlock.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS HAL * LICENSE: GPL - See COPYING in the top level directory - * FILE: hal/halx86/up/spinlock.c + * FILE: hal/halx86/generic/spinlock.c * PURPOSE: Spinlock and Queued Spinlock Support * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */
Modified: trunk/reactos/hal/halx86/generic/systimer.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/generic/systimer... ============================================================================== --- trunk/reactos/hal/halx86/generic/systimer.S [iso-8859-1] (original) +++ trunk/reactos/hal/halx86/generic/systimer.S [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,5 +1,5 @@ /* - * FILE: hal/halx86/generic/timer.S + * FILE: hal/halx86/generic/systimer.S * COPYRIGHT: See COPYING in the top level directory * PURPOSE: System Timer Interrupt and Management * PROGRAMMER: Alex Ionescu (alex@relsoft.net)
Modified: trunk/reactos/hal/halx86/generic/trap.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/generic/trap.S?r... ============================================================================== --- trunk/reactos/hal/halx86/generic/trap.S [iso-8859-1] (original) +++ trunk/reactos/hal/halx86/generic/trap.S [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,5 +1,5 @@ /* - * FILE: ntoskrnl/ke/i386/trap.S + * FILE: hal/halx86/generic/trap.S * COPYRIGHT: See COPYING in the top level directory * PURPOSE: System Traps, Entrypoints and Exitpoints * PROGRAMMER: Timo Kreuzer (timo.kreuzer@reactos.org)
Modified: trunk/reactos/hal/halx86/legacy/bus/bushndlr.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/legacy/bus/bushn... ============================================================================== --- trunk/reactos/hal/halx86/legacy/bus/bushndlr.c [iso-8859-1] (original) +++ trunk/reactos/hal/halx86/legacy/bus/bushndlr.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS HAL * LICENSE: GPL - See COPYING in the top level directory - * FILE: hal/halx86/generic/bus/bushndlr.c + * FILE: hal/halx86/legacy/bus/bushndlr.c * PURPOSE: Generic HAL Bus Handler Support * PROGRAMMERS: Stefan Ginsberg (stefan.ginsberg@reactos.org) */
Modified: trunk/reactos/hal/halx86/legacy/bus/cmosbus.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/legacy/bus/cmosb... ============================================================================== --- trunk/reactos/hal/halx86/legacy/bus/cmosbus.c [iso-8859-1] (original) +++ trunk/reactos/hal/halx86/legacy/bus/cmosbus.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS HAL * LICENSE: GPL - See COPYING in the top level directory - * FILE: hal/halx86/generic/bus/sysbus.c + * FILE: hal/halx86/legacy/bus/cmosbus.c * PURPOSE: * PROGRAMMERS: Stefan Ginsberg (stefan.ginsberg@reactos.org) */
Modified: trunk/reactos/hal/halx86/legacy/bus/isabus.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/legacy/bus/isabu... ============================================================================== --- trunk/reactos/hal/halx86/legacy/bus/isabus.c [iso-8859-1] (original) +++ trunk/reactos/hal/halx86/legacy/bus/isabus.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS HAL * LICENSE: GPL - See COPYING in the top level directory - * FILE: hal/halx86/generic/bus/isabus.c + * FILE: hal/halx86/legacy/bus/isabus.c * PURPOSE: * PROGRAMMERS: Stefan Ginsberg (stefan.ginsberg@reactos.org) */
Modified: trunk/reactos/hal/halx86/legacy/bus/pcibus.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/legacy/bus/pcibu... ============================================================================== --- trunk/reactos/hal/halx86/legacy/bus/pcibus.c [iso-8859-1] (original) +++ trunk/reactos/hal/halx86/legacy/bus/pcibus.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS HAL * LICENSE: GPL - See COPYING in the top level directory - * FILE: hal/halx86/generic/bus/pcibus.c + * FILE: hal/halx86/legacy/bus/pcibus.c * PURPOSE: PCI Bus Support (Configuration Space, Resource Allocation) * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org) */
Modified: trunk/reactos/hal/halx86/legacy/bus/sysbus.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/legacy/bus/sysbu... ============================================================================== --- trunk/reactos/hal/halx86/legacy/bus/sysbus.c [iso-8859-1] (original) +++ trunk/reactos/hal/halx86/legacy/bus/sysbus.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS HAL * LICENSE: GPL - See COPYING in the top level directory - * FILE: hal/halx86/generic/bus/sysbus.c + * FILE: hal/halx86/legacy/bus/sysbus.c * PURPOSE: * PROGRAMMERS: Stefan Ginsberg (stefan.ginsberg@reactos.org) */
Modified: trunk/reactos/hal/halx86/legacy/bussupp.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/legacy/bussupp.c... ============================================================================== --- trunk/reactos/hal/halx86/legacy/bussupp.c [iso-8859-1] (original) +++ trunk/reactos/hal/halx86/legacy/bussupp.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS HAL * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: hal/halx86/generic/legacy/bussupp.c + * FILE: hal/halx86/legacy/bussupp.c * PURPOSE: HAL Legacy Bus Support Code * PROGRAMMERS: ReactOS Portable Systems Group */
Modified: trunk/reactos/hal/halx86/legacy/halpcat.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/legacy/halpcat.c... ============================================================================== --- trunk/reactos/hal/halx86/legacy/halpcat.c [iso-8859-1] (original) +++ trunk/reactos/hal/halx86/legacy/halpcat.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS HAL * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: hal/halx86/generic/legacy/halpcat.c + * FILE: hal/halx86/legacy/halpcat.c * PURPOSE: HAL Legacy Support Code * PROGRAMMERS: ReactOS Portable Systems Group */
Modified: trunk/reactos/hal/halx86/legacy/halpnpdd.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/legacy/halpnpdd.... ============================================================================== --- trunk/reactos/hal/halx86/legacy/halpnpdd.c [iso-8859-1] (original) +++ trunk/reactos/hal/halx86/legacy/halpnpdd.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS HAL * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: hal/halx86/generic/legacy/halpnpdd.c + * FILE: hal/halx86/legacy/halpnpdd.c * PURPOSE: HAL Plug and Play Device Driver * PROGRAMMERS: ReactOS Portable Systems Group */
Modified: trunk/reactos/hal/halx86/up/halinit_mini.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/up/halinit_mini.... ============================================================================== --- trunk/reactos/hal/halx86/up/halinit_mini.c [iso-8859-1] (original) +++ trunk/reactos/hal/halx86/up/halinit_mini.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: ntoskrnl/hal/x86/halinit.c + * FILE: hal/halx86/up/halinit_mini.c * PURPOSE: Initialize the x86 hal * PROGRAMMER: David Welch (welch@cwcom.net) * UPDATE HISTORY:
Modified: trunk/reactos/hal/halx86/up/halinit_up.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/up/halinit_up.c?... ============================================================================== --- trunk/reactos/hal/halx86/up/halinit_up.c [iso-8859-1] (original) +++ trunk/reactos/hal/halx86/up/halinit_up.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: ntoskrnl/hal/x86/halinit.c + * FILE: hal/halx86/up/halinit_up.c * PURPOSE: Initialize the x86 hal * PROGRAMMER: David Welch (welch@cwcom.net) * UPDATE HISTORY:
Modified: trunk/reactos/hal/halx86/up/pic.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/up/pic.c?rev=698... ============================================================================== --- trunk/reactos/hal/halx86/up/pic.c [iso-8859-1] (original) +++ trunk/reactos/hal/halx86/up/pic.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS HAL * LICENSE: BSD - See COPYING.ARM in the top level directory - * FILE: hal/halx86/generic/pic.c + * FILE: hal/halx86/up/pic.c * PURPOSE: HAL PIC Management and Control Code * PROGRAMMERS: ReactOS Portable Systems Group */
Modified: trunk/reactos/hal/halx86/xbox/halinit_xbox.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/xbox/halinit_xbo... ============================================================================== --- trunk/reactos/hal/halx86/xbox/halinit_xbox.c [iso-8859-1] (original) +++ trunk/reactos/hal/halx86/xbox/halinit_xbox.c [iso-8859-1] Wed Nov 4 13:30:52 2015 @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel - * FILE: ntoskrnl/hal/x86/halinit.c + * FILE: hal/halx86/xbox/halinit_xbox.c * PURPOSE: Initialize the x86 hal * PROGRAMMER: David Welch (welch@cwcom.net) * UPDATE HISTORY: