; ; pcicom2k.inf ; ; Win2K Setup information file for Sealevel UART based serial PCI cards. ; This file defines Sealevel serial cards as Multifunction Adapters and ; "enumerates" the correct number of Child Devices for each card found in ; the system. pciports2k.inf is responsible for finding each Child ; Device and declaring them as COM ports. ; ; NOTE: This file will NOT work under Win9X (use pcicom.inf and pciports.inf). ; ; Copyright (C) 2000 Sealevel Systems, Inc. ; ; Modification history ; -------------------- ; March 31, 2000: Jeff Hunter ; Creation [version] Signature = "$Windows NT$" provider = %Sealevel% Class = MultiportSerial ClassGUID = {50906cb8-ba12-11d1-bf5d-0000f805f530} LayoutFile = LAYOUT.INF ; ; Don't let the user manually select the following cards: ; (PCI cards should not be manually selectable) ; [ControlFlags] ExcludeFromSelect=PCI\VEN_135E&DEV_7201 ExcludeFromSelect=PCI\VEN_135E&DEV_7401 ExcludeFromSelect=PCI\VEN_135E&DEV_7202 ExcludeFromSelect=PCI\VEN_135E&DEV_7402 ExcludeFromSelect=PCI\VEN_135E&DEV_7102 ExcludeFromSelect=PCI\VEN_135E&DEV_7101 [Manufacturer] %Sealevel% = Sealevel ; ; This is the list of PCI serial cards that we support ; [Sealevel] %Card7201% = Card7201.mf, PCI\VEN_135E&DEV_7201 %Card7401% = Card7401.mf, PCI\VEN_135E&DEV_7401 %Card7202% = Card7202.mf, PCI\VEN_135E&DEV_7202 %Card7402% = Card7402.mf, PCI\VEN_135E&DEV_7402 %Card7102% = Card7102.mf, PCI\VEN_135E&DEV_7102 %Card7101% = Card7101.mf, PCI\VEN_135E&DEV_7101 ; ; Card specific information. Most of this is the same from card ; to card. The only section that is going to differ slightly ; depending on the card is the .mf.RegHW section. ; [Card7201.mf] CopyFiles=mf.CopyFiles [Card7401.mf] CopyFiles=mf.CopyFiles [Card7202.mf] CopyFiles=mf.CopyFiles [Card7402.mf] CopyFiles=mf.CopyFiles [Card7102.mf] CopyFiles=mf.CopyFiles [Card7101.mf] CopyFiles=mf.CopyFiles [Card7201.mf.HW] AddReg=Card7201.mf.RegHW [Card7401.mf.HW] AddReg=Card7401.mf.RegHW [Card7202.mf.HW] AddReg=Card7202.mf.RegHW [Card7402.mf.HW] AddReg=Card7402.mf.RegHW [Card7102.mf.HW] AddReg=Card7102.mf.RegHW [Card7101.mf.HW] AddReg=Card7101.mf.RegHW [Card7201.mf.RegHW] HKR, Child0000, HardwareID,, MF\Sealevel7201_DEV1 HKR, Child0000, ResourceMap, 1, 08, 06 HKR, Child0001, HardwareID,, MF\Sealevel7201_DEV0 HKR, Child0001, ResourceMap, 1, 08, 04 [Card7401.mf.RegHW] HKR, Child0000, HardwareID,, MF\Sealevel7401_DEV3 HKR, Child0000, ResourceMap, 1, 0c, 0a HKR, Child0001, HardwareID,, MF\Sealevel7401_DEV2 HKR, Child0001, ResourceMap, 1, 0c, 08 HKR, Child0002, HardwareID,, MF\Sealevel7401_DEV1 HKR, Child0002, ResourceMap, 1, 0c, 06 HKR, Child0003, HardwareID,, MF\Sealevel7401_DEV0 HKR, Child0003, ResourceMap, 1, 0c, 04 [Card7202.mf.RegHW] HKR, Child0000, HardwareID,, MF\Sealevel7202_DEV1 HKR, Child0000, ResourceMap, 1, 08, 06 HKR, Child0001, HardwareID,, MF\Sealevel7202_DEV0 HKR, Child0001, ResourceMap, 1, 08, 04 [Card7402.mf.RegHW] HKR, Child0000, HardwareID,, MF\Sealevel7402_DEV3 HKR, Child0000, ResourceMap, 1, 0c, 0a HKR, Child0001, HardwareID,, MF\Sealevel7402_DEV2 HKR, Child0001, ResourceMap, 1, 0c, 08 HKR, Child0002, HardwareID,, MF\Sealevel7402_DEV1 HKR, Child0002, ResourceMap, 1, 0c, 06 HKR, Child0003, HardwareID,, MF\Sealevel7402_DEV0 HKR, Child0003, ResourceMap, 1, 0c, 04 [Card7102.mf.RegHW] HKR, Child0000, HardwareID,, MF\Sealevel7102_DEV0 HKR, Child0000, ResourceMap, 1, 06, 04 [Card7101.mf.RegHW] HKR, Child0000, HardwareID,, MF\Sealevel7101_DEV0 HKR, Child0000, ResourceMap, 1, 06, 04 [Card7201.mf.Services] AddService = mf, 2, mf_Service_Inst [Card7401.mf.Services] AddService = mf, 2, mf_Service_Inst [Card7202.mf.Services] AddService = mf, 2, mf_Service_Inst [Card7402.mf.Services] AddService = mf, 2, mf_Service_Inst [Card7102.mf.Services] AddService = mf, 2, mf_Service_Inst [Card7101.mf.Services] AddService = mf, 2, mf_Service_Inst ; ; Multifunction (mf.sys) services setup section ; [mf_Service_Inst] ServiceType = 1 StartType = 3 ErrorControl = 1 ServiceBinary = %12%\mf.sys LoadOrderGroup = System Bus Extender ; ; File copy information ; [mf.CopyFiles] mf.sys,,,2 [DestinationDirs] mf.CopyFiles=12 ; system32\drivers ; ; Strings necessary to this inf file ; [strings] Sealevel="Sealevel Systems, Inc." Card7201="ULTRA COMM+2.PCI: PCI 2 Port RS-232/422/485 (7201)" Card7401="VERSA COMM+4.PCI: PCI 4 Port RS-232 (7401)" Card7202="COMM+232.PCI: PCI 2 Port RS-232 (7202)" Card7402="ULTRA COMM+422.PCI: PCI 4 Port RS-422/485 (7402)" Card7102="UC7102.PCI: PCI 1 Port RS-232/422/485 (7102)" Card7101="ULTRA530.PCI: PCI 1 Port RS-232/422/485/530 (7101)"