⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pcc_mx27.reg

📁 mx27 f14v2 源代码。包括ADS板上诸多驱动的源码。
💻 REG
字号:
;/*
; *
; * Copyright (C) 2003-2004, MOTOROLA, INC. All Rights Reserved
; * THIS SOURCE CODE IS CONFIDENTIAL AND PROPRIETARY AND MAY NOT
; * BE USED OR DISTRIBUTED WITHOUT THE WRITTEN PERMISSION OF
; * MOTOROLA, INC.
; *
; * Copyright (C) 2004-2006, Freescale Semiconductor, Inc. All Rights Reserved.
; * THIS SOURCE CODE, AND ITS USE AND DISTRIBUTION, IS SUBJECT TO THE TERMS
; * AND CONDITIONS OF THE APPLICABLE LICENSE AGREEMENT
; //
;// Copyright (c) Microsoft Corporation.  All rights reserved.
;//
;//
;// Use of this source code is subject to the terms of the Microsoft end-user
;// license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
;// If you did not accept the terms of the EULA, you are not authorized to use
;// this source code. For a copy of the EULA, please see the LICENSE.RTF on your
;// install media.
;//
;/*++
;THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
;ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
;THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
;PARTICULAR PURPOSE.
;//
;//
; *
; * 	File:			drivers/pccard/pcc_mx27.reg
; * 	Purpose:		Registry Settings for PCMCIA Controller
; *
; * 	Notes:		
; *
; * 	Modifications:
; *  MM/DD/YYYY      Initials     	Change description 
; */

; This file is to be included in platform.reg if required.
;
; $(PCI_BUS_ROOT) is a variable that needs to be set in the including 
; platform.reg. It's value will be something like 
; HKEY_LOCAL_MACHINE\Drivers\BuiltIn\PCI

; Make sure the driver gets loaded. The PCMCIA driver opens its own key
; in HKLM\Drivers\PCMCIA to extract useful info so this key only needs to
; provide enough info to get the dll loaded at the right time. The GUID
; the IClass value is immutable and matches the one in cardserv.h.


[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\pcc_mx27]
   "Dll"="pcc_mx27.dll"
   "Order"=dword:0
   "ForceClientSysIntr"=dword:1	; Force to dynamic request the Client SysIntr
   "ClientIrq"=dword:1c   		; Physical interrupt ID for client interrupt -IREQ (AITC_INTSRC_PCMCIA)
;   "ClientSysIntr"=dword:26   	; Statically assigned System Interrupt ID	
;   "CSCIrq"=dword:1c   		; Physical interrupt ID for card status change interrupt (AITC_INTSRC_PCMCIA)
   "CSCSysIntr"=dword:26   		; Statically assigned System Interrupt ID
   "PollingMode"=dword:1
   "PollTimeout"=dword:1f4
   "PCCARDDLL"="pcc_serv.dll"
   "IClass"=multi_sz:"{57430CF2-A260-4c9b-8F5C-FEF89217FE7C}=%b","{D0C3B9F2-D506-4c93-884D-6D71C47AC9AA}=%b"
   
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\pcc_mx27\WindowEntry1]
    "RepeatCount"=dword:1                		; 1 instance of the memory window
    "WindowInfoWindowCaps"=dword:3             	; WIN_CAP_COMMON | WIN_CAP_ATTRIBUTE
    "WindowInfoMemoryCaps"=dword:19           	; MEM_CAP_8BIT | MEM_CAP_16BIT | MEM_CAP_PRG_BASE
    "WindowInfoMemMinSize"=dword:10             ; require 16 bytes alignment for TO3
    "WindowInfoMemMaxSize"=dword:200000	      	; 2M
    "WindowInfoMemBase"=dword:DC200000      	; base address of the first memory window, 
                                                ; the base addresses of other winodws will be calculated
    "WindowInfoMemOffset"=dword:0
    "WindowInfoMemFirstByte"=dword:DC200000
    "WindowInfoMemLastByte"=dword:DC3FFFFF    
    "WindowInfoMemGranularity"=dword:1
    "WindowInfoSlowest"=dword:97            	; WIN_SPEED_EXP_10MS | WIN_SPEED_MANT_12 | WIN_SPEED_USE_WAIT
    "WindowInfoFastest"=dword:90            	; WIN_SPEED_EXP_100NS | WIN_SPEED_MANT_12 | WIN_SPEED_USE_WAIT
    
    "WindowStateSpeed"=dword:88            		; WIN_SPEED_EXP_100NS | WIN_SPEED_MANT_10 | WIN_SPEED_USE_WAIT
    "WindowStateState"=dword:2
    ;"WindowStateSize"=dword:200000
    "WindowStateBase"=dword:DC200000
    "WindowStateOffset"=dword:0
    
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\pcc_mx27\WindowEntry2]
    "RepeatCount"=dword:1                		; 1 instance of the memory window
    "WindowInfoWindowCaps"=dword:3             	; WIN_CAP_COMMON | WIN_CAP_ATTRIBUTE
    "WindowInfoMemoryCaps"=dword:19           	; MEM_CAP_8BIT | MEM_CAP_16BIT | MEM_CAP_PRG_BASE
    "WindowInfoMemMinSize"=dword:10             ; require 16 bytes alignment for TO3
    "WindowInfoMemMaxSize"=dword:200000     	; 2M
    "WindowInfoMemBase"=dword:DC400000      	; base address of the first memory window, 
                                                ; the base addresses of other winodws will be calculated
    "WindowInfoMemOffset"=dword:0
    "WindowInfoMemFirstByte"=dword:DC400000
    "WindowInfoMemLastByte"=dword:DC5FFFFF    
    "WindowInfoMemGranularity"=dword:1
    "WindowInfoSlowest"=dword:97            	; WIN_SPEED_EXP_10MS | WIN_SPEED_MANT_12 | WIN_SPEED_USE_WAIT
    "WindowInfoFastest"=dword:90            	; WIN_SPEED_EXP_1NS | WIN_SPEED_MANT_12 | WIN_SPEED_USE_WAIT
    
    "WindowStateSpeed"=dword:88             		; WIN_SPEED_EXP_1NS | WIN_SPEED_MANT_10 | WIN_SPEED_USE_WAIT
    "WindowStateState"=dword:2
    ;"WindowStateSize"=dword:200000
    "WindowStateBase"=dword:DC400000
    "WindowStateOffset"=dword:0
    

[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\pcc_mx27\WindowEntry3]
    "RepeatCount"=dword:1                  		; 1 instance of the IO window
    "WindowInfoWindowCaps"=dword:84         	; WIN_CAP_IO | WIN_CAP_WAIT
    "WindowInfoIOCaps"=dword:19             	; IO_CAP_8BIT | IO_CAP_16BIT | IO_CAP_PRG_BASE
    "WindowInfoIOMinSize"=dword:10           	; require 16 byte alignment for TO3
    "WindowInfoIOMaxSize"=dword:100000			; 1M
    "WindowInfoIOFirstByte"=dword:DC000000		; base address
    "WindowInfoIOLastByte"=dword:DC0FFFFF		; base address + 1M - 1
    "WindowInfoIOGranularity"=dword:1
    
    "WindowStateState"=dword:5              	; WIN_STATE_MAPS_IO | WIN_STATE_16BIT
    "WindowStateSpeed"=dword:88             	; WIN_SPEED_EXP_1NS | WIN_SPEED_MANT_10 | WIN_SPEED_USE_WAIT
    ;"WindowStateSize"=dword:100000
    "WindowStateBase"=dword:DC000000
    "WindowStateOffset"=dword:0

[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\pcc_mx27\WindowEntry4]
    "RepeatCount"=dword:1                  		; 1 instance of the IO window
    "WindowInfoWindowCaps"=dword:84         	; WIN_CAP_IO | WIN_CAP_WAIT
    "WindowInfoIOCaps"=dword:19             	; IO_CAP_8BIT | IO_CAP_16BIT | IO_CAP_PRG_BASE
    "WindowInfoIOMinSize"=dword:10           	; require 16 byte alignment for TO3
    "WindowInfoIOMaxSize"=dword:100000			; 1M
    "WindowInfoIOFirstByte"=dword:DC100000		; base address
    "WindowInfoIOLastByte"=dword:DC1FFFFF		; base address + 1M - 1
    "WindowInfoIOGranularity"=dword:1
    
    "WindowStateState"=dword:5              	; WIN_STATE_MAPS_IO | WIN_STATE_16BIT
    "WindowStateSpeed"=dword:88             	; WIN_SPEED_EXP_1NS | WIN_SPEED_MANT_10 | WIN_SPEED_USE_WAIT
    ;"WindowStateSize"=dword:100000
    "WindowStateBase"=dword:DC100000
    "WindowStateOffset"=dword:0
   

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -