PUSBFDSM.INF Driver File Contents (sbt-ufdb.zip)

;*
;* Phoenix USB FDD Driver Install Information
;*
;*		Rev 3.0		00.06.20
;*	Changed "DiskMakeFirstInstallDelay" from 7000 to 17000.
;*	Changed "GetDdbDelayA" from 12000 to 17000.
;*	Changed "DestroyA" to 0 as default
;*		Rev 2.9		00.06.18
;*	Changed "DiskMakeFirstInstallDelay" from 7000 to 5000.
;*	Changed "DiskMakeOtherDelay" from 50 to 100.
;*	Changed DestroyB from 1 to 0.
;*		Rev 2.8		00.06.16
;*	Added "DestroyA" and "DestroyB" into AddReg.
;*	Changed "GetDdbDelayA" from 25000 to 12000.
;*		Rev 2.7		00.06.07
;*	Changed from "GetDdbRetryDelay" to "GetDdbDelayA" and "GetDdbDelayD".
;*	Changed DiskMakeOtherDelay from 200 to 50.
;*		Rev 2.6		00.06.05
;*	Added "GetDdbRetryDelay" into AddReg.
;*	Changed DiskMakeFirstInstallDelay from 5000 to 7000.
;*		Rev 2.5		00.06.02
;*	Added "MountA" and "MountB" into AddReg.
;*		Rev 2.4		00.05.26
;*	Deleted xxxx&PID_xxxx from ExcludeFromSelect.
;*		Rev 2.3		00.05.18
;*	Add section [SourceDisksNames] and [SourceDisksFiles].
;*		Rev 2.2		00.05.12
;*	Modified Windows2000 section as using include file.
;*		Rev 2.1		00.05.10
;*	Modified for InfChecker on Windows2000.
;*		Rev 2.0		00.04.26
;*	Enabled the Windows2000 section.
;*		Rev 1.9		00.03.26
;*	Changed DiskMakeOtherDelay from 300 to 200.
;*		Rev 1.8		00.03.13
;*	Added DriverVer line and pusbfd1.Dev.NT category.
;*		Rev 1.7		99.10.29
;*	Changed debug level 3 to 1.
;*		Rev 1.6		99.07.27
;*	Removed to copy pusbfd2.vxd to system directory.
;*	Changed DiskMakeFirstInstallDelay from 3000 to 5000.
;*		Rev 1.5		99.07.01
;*	Changed "DiskMakeFirstInstallDelay" to "DiskMakeDelay" at AddReg.
;*	Added "DiskMakeOtherDelay" into AddReg.
;*		Rev 1.4		99.06.15
;*	Added "DiskMakeDelay" into AddReg.
;*		Rev 1.3		99.06.14
;*	Installation for Pusbfd Driver Ver1.50.(not required to reboot)
;*		Rev 1.2		99.05.24
;*	For Windows98 Standard Installation.(not required to reboot)
;*		Rev 1.1		99.05.17
;*	For Windows98 Standard Installation.(required to reboot)
;*		Rev 1.0		99.04.16
;*	Initial revision.
;*
[Version]
Signature="$CHICAGO$"
Class=USB
ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
provider=%MSFT%
LayoutFile=layout.inf
;;CatalogFile=pusbfd.cat
DriverVer=03/13/2000, 1.08.04.0000

[ControlFlags]
;ExcludeFromSelect=USB\VID_0424&PID_0fdc
;ExcludeFromSelect=USB\VID_
ExcludeFromSelect=USB\*

[SourceDisksNames]
1 = "USB-FDD Driver",,,
2 = "USB-FDD Driver",,,

[SourceDisksFiles]
pusbfd1.sys = 1
pusbfd2.vxd = 2

[Manufacturer]
%String1%=Phoenix

[Phoenix]
%String2%=pusbfd1.Dev,USB\VID_0424&PID_0fdc

;[PreCopySection]
;HKR,,NoSetupUI,,1

[DestinationDirs]
DefaultDestDir    = 11
pusbfd1.Files.Ext = 10,System32\Drivers
pusbfd1.Files.Vxd = 10,System\iosubsys

;-------------------- Windows98 section -----------------------;

[pusbfd1.Dev]
CopyFiles=pusbfd1.Files.Ext, pusbfd1.Files.Vxd
AddReg=pusbfd1.AddReg

;[pusbfd1.AddService]
;DisplayName    = %String3%
;ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
;StartType      = 2                  ; SERVICE_AUTO_START
;ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
;ServiceBinary  = %10%\System32\Drivers\pusbfd1.sys
;LoadOrderGroup = Base

[pusbfd1.AddReg]
HKR,,DevLoader,,*ntkern		; HKR\System\Curren..\Service\class\USB\009
HKR,,NTMPDriver,,pusbfd1.sys
HKLM,"System\Currentcontrolset\Services\pusbfd1\Parameters","MaximumTransferSize",0x10001,4096
HKLM,"System\Currentcontrolset\Services\pusbfd1\Parameters","DebugLevel",0x10001,1
HKLM,"System\Currentcontrolset\Services\pusbfd1\Parameters","Install",0x10001,77
HKLM,"System\Currentcontrolset\Services\pusbfd1\Parameters","DiskMakeFirstInstallDelay",0x10001,17000
HKLM,"System\Currentcontrolset\Services\pusbfd1\Parameters","DiskMakeOtherDelay",0x10001,100
HKLM,"System\Currentcontrolset\Services\pusbfd1\Parameters","GetDdbDelayA",0x10001,17000
HKLM,"System\Currentcontrolset\Services\pusbfd1\Parameters","GetDdbDelayD",0x10001,12000
HKLM,"System\Currentcontrolset\Services\pusbfd1\Parameters","InstallVxdPath",,"%25%\system\iosubsys\pusbfd2.vxd"
HKLM,"System\Currentcontrolset\Services\pusbfd1\Parameters","DestroyA",0x10001,0
HKLM,"System\Currentcontrolset\Services\pusbfd1\Parameters","DestroyB",0x10001,0
HKLM,"System\Currentcontrolset\Services\pusbfd1\Parameters","MountA",0x10001,1
HKLM,"System\Currentcontrolset\Services\pusbfd1\Parameters","MountB",0x10001,1

[pusbfd1.Files.Ext]
pusbfd1.sys
[pusbfd1.Files.Vxd]
pusbfd2.vxd

;------------------- Windows2000 section ----------------------;

[pusbfd1.Dev.NT]
Include=usbstor.inf
Needs=USBSTOR_CBI.NT
CopyFiles=USBSTOR.CopyList
AddReg=USBSTOR.AddReg


[pusbfd1.Dev.NT.Services]
Include=usbstor.inf
Needs=USBSTOR_CBI.NT.Services


[USBSTOR_CBI.NT]

[USBSTOR_CBI.NT.Services]

[USBSTOR.AddReg]

[USBSTOR.CopyList]


;---------------------------------------------------------------;

[Strings]
MSFT="Phoenix Technologies K.K."
String1="Phoenix Technologies K.K."
String2="USB FDD Controller(SMSC)"
String3="USB FDD Controller(SMSC)"
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web5, load: 1.29