X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=IntelFrameworkModulePkg%2FBus%2FIsa%2FIsaFloppyDxe%2FIsaFloppyDxe.inf;h=65756209f5157fc76cdd17cd864deae6ca9e7173;hb=f9841f04ad2d3ce1157103f97ef7c2bc5979f1de;hp=0e1438b82e4f8ba2b00d4b00789ad71a9aed1a33;hpb=1a8802f76332b8c9374c9d392cbaff1dd229b765;p=mirror_edk2.git diff --git a/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf b/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf index 0e1438b82e..65756209f5 100644 --- a/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf +++ b/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf @@ -1,19 +1,13 @@ -#/** @file -# Component description file for IsaFloppy module. +## @file +# Provides ISA Floppy Disk support. # -# ISA Floppy Driver -# 1. Support two types diskette drive -# 1.44M drive and 2.88M drive (and now only support 1.44M) -# 2. Support two diskette drives -# 3. Use DMA channel 2 to transfer data -# 4. Do not use interrupt -# 5. Support diskette change line signal and write protect -# -# Conforming to EFI driver model +# Provides ISA Floppy Disk UEFI Driver conforming to the UEFI driver model. The +# driver provides support for two drives per controller, DMA channel 2, diskette +# change line and write protect. Currently only 1.44MB drives are supported. # -# Copyright (c) 2007, Intel Corporation +# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at # http://opensource.org/licenses/bsd-license.php @@ -21,22 +15,24 @@ # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # -#**/ +## [Defines] INF_VERSION = 0x00010005 BASE_NAME = IsaFloppyDxe + MODULE_UNI_FILE = IsaFloppyDxe.uni FILE_GUID = 0abd8284-6da3-4616-971a-83a5148067ba MODULE_TYPE = UEFI_DRIVER VERSION_STRING = 1.0 - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 - ENTRY_POINT = InitializeIsaFloppy +# # VALID_ARCHITECTURES = IA32 X64 IPF EBC - -[Sources.common] +# DRIVER_BINDING = gFdcControllerDriver; +# COMPONENT_NAME = gIsaFloppyComponentName; +# COMPONENT_NAME2 = gIsaFloppyComponentName2; +# +[Sources] ComponentName.c ComponentName.h IsaFloppyCtrl.c @@ -59,10 +55,24 @@ UefiDriverEntryPoint DebugLib TimerLib + PcdLib [Protocols] - gEfiIsaIoProtocolGuid # PROTOCOL TO_START - gEfiBlockIoProtocolGuid # PROTOCOL BY_START - gEfiDevicePathProtocolGuid # PROTOCOL TO_START + gEfiIsaIoProtocolGuid ## TO_START + gEfiBlockIoProtocolGuid ## BY_START + gEfiDevicePathProtocolGuid ## TO_START +[FeaturePcd] + gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable ## CONSUMES + gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable ## CONSUMES + +# +# [Event] +# ## +# # Floppy motor control timer event. +# # +# EVENT_TYPE_PERIODIC_TIMER ## CONSUMES +# +[UserExtensions.TianoCore."ExtraFiles"] + IsaFloppyDxeExtra.uni