[ros-diffs] [tkreuzer] 44828: [HAL] use the pspec for amd64, too

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Thu Dec 31 16:31:21 CET 2009


Author: tkreuzer
Date: Thu Dec 31 16:31:20 2009
New Revision: 44828

URL: http://svn.reactos.org/svn/reactos?rev=44828&view=rev
Log:
[HAL]
use the pspec for amd64, too

Removed:
    branches/ros-amd64-bringup/reactos/hal/halamd64/hal_amd64.def
Modified:
    branches/ros-amd64-bringup/reactos/hal/halamd64/up/halup.rbuild

Removed: branches/ros-amd64-bringup/reactos/hal/halamd64/hal_amd64.def
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/hal/halamd64/hal_amd64.def?rev=44827&view=auto
==============================================================================
--- branches/ros-amd64-bringup/reactos/hal/halamd64/hal_amd64.def [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/hal/halamd64/hal_amd64.def (removed)
@@ -1,93 +1,0 @@
-; Hardware Abstraction Layer - ReactOS Operating System
-
-LIBRARY hal.dll
-
-EXPORTS
-HalAcquireDisplayOwnership
-HalAdjustResourceList
-HalAllProcessorsStarted
-HalAllocateAdapterChannel
-HalAllocateCommonBuffer
-HalAllocateCrashDumpRegisters
-;HalAllocateHardwareCounters
-HalAssignSlotResources
-HalBugCheckSystem
-HalCalibratePerformanceCounter
-HalClearSoftwareInterrupt
-;HalConvertDeviceIdtToIrql
-;HalDisableInterrupt
-HalDisplayString
-;HalEnableInterrupt
-;HalEnumerateEnvironmentVariablesEx
-;HalEnumerateProcessors
-HalFlushCommonBuffer
-HalFreeCommonBuffer
-;HalFreeHardwareCounters
-HalGetAdapter
-HalGetBusData
-HalGetBusDataByOffset
-HalGetEnvironmentVariable
-;HalGetEnvironmentVariableEx
-;HalGetInterruptTargetInformation
-HalGetInterruptVector
-;HalGetMemoryCachingRequirements
-;HalGetMessageRoutingInfo
-;HalGetProcessorIdByNtNumber
-;HalGetVectorInput
-;HalHandleMcheck
-HalHandleNMI
-HalInitSystem
-;HalInitializeBios
-;HalInitializeOnResume
-HalInitializeProcessor
-;HalIsHyperThreadingEnabled
-HalMakeBeep
-;HalMcUpdateReadPCIConfig
-;HalPerformEndOfInterrupt
-HalProcessorIdle
-HalQueryDisplayParameters
-;HalQueryEnvironmentVariableInfoEx
-;HalQueryMaximumProcessorCount
-HalQueryRealTimeClock
-HalReadDmaCounter
-;HalRegisterDynamicProcessor
-;HalRegisterErrataCallbacks
-HalReportResourceUsage
-;HalRequestClockInterrupt
-;HalRequestDeferredRecoveryServiceInterrupt
-HalRequestIpi
-HalRequestSoftwareInterrupt
-HalReturnToFirmware
-;HalSendNMI
-;HalSendSoftwareInterrupt
-HalSetBusData
-HalSetBusDataByOffset
-HalSetDisplayParameters
-HalSetEnvironmentVariable
-;HalSetEnvironmentVariableEx
-HalSetProfileInterval
-HalSetRealTimeClock
-HalSetTimeIncrement
-;HalStartDynamicProcessor
-HalStartNextProcessor
-HalStartProfileInterrupt
-HalStopProfileInterrupt
-HalSystemVectorDispatchEntry
-HalTranslateBusAddress
-IoAssignDriveLetters ;not present in win7
-IoFlushAdapterBuffers
-IoFreeAdapterChannel
-IoFreeMapRegisters
-IoMapTransfer
-IoReadPartitionTable
-IoSetPartitionInformation
-IoWritePartitionTable
-KdComPortInUse DATA
-KeFlushWriteBuffer
-KeQueryPerformanceCounter
-KeStallExecutionProcessor
-x86BiosAllocateBuffer
-x86BiosCall
-x86BiosFreeBuffer
-x86BiosReadMemory
-x86BiosWriteMemory

Modified: branches/ros-amd64-bringup/reactos/hal/halamd64/up/halup.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/hal/halamd64/up/halup.rbuild?rev=44828&r1=44827&r2=44828&view=diff
==============================================================================
--- branches/ros-amd64-bringup/reactos/hal/halamd64/up/halup.rbuild [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/hal/halamd64/up/halup.rbuild [iso-8859-1] Thu Dec 31 16:31:20 2009
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
 <module name="hal" type="kernelmodedll" installbase="system32" installname="hal.dll">
-	<importlibrary base="hal" definition="../hal_amd64.def" />
+	<importlibrary base="hal" definition="../../hal.pspec" />
 	<bootstrap installbase="$(CDOUTPUT)" nameoncd="hal.dll" />
 	<include base="hal">../include</include>
 	<include base="ntoskrnl">include</include>




More information about the Ros-diffs mailing list