



; ##########  Registry values for the MCS98xx PCI to Multi Serial Driver ##########


	  
	  [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\PCI\Template\MCS9865Par]

	  ;PCI device related information
	  "Prefix" = "MOS"  
		"Dll" = "MCS9865Ce50.dll"	       
	 "Class"=dword:07 ;Simple Communications Controllers
      "SubClass"=dword:01 ;Other commonications device
     "ProgIF"=dword:03    ;Other commonications device
      "VendorID"=multi_sz:"9710"
      "DeviceID"=multi_sz:"9865"
	  "DeviceArrayIndex"=dword:0

	  	  
	  
       	  
	  
	  [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\PCI\Template\MCS9865Ser]

	  ;PCI device related information
	  "Prefix" = "MOS"  
	  "Dll" = "MCS9865Ce50.dll"       
	  "Class"=dword:07 ;Simple Communications Controllers
      "SubClass"=dword:00 ;Other commonications device
      "ProgIF"=dword:02    ;Other commonications device
      "VendorID"=multi_sz:"9710"
      "DeviceID"=multi_sz:"9865"
	  "DeviceArrayIndex"=dword:0
	  
         ;Isr related
		"IsrDll"="mosiisr65.dll" 
		"IsrHandler"="MosISRHandler65"	  
		
	;ISA Support added
	 [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\PCI\Template\MCS9865SerIsa]

	  ;PCI device related information
	  "Prefix" = "MOS"  
	  "Dll" = "MCS9865Ce50.dll"          
	  "Class"=dword:07 ;Simple Communications Controllers
      "SubClass"=dword:80 ;Other commonications device
      "ProgIF"=dword:00    ;Other commonications device
      "VendorID"=multi_sz:"9710"
      "DeviceID"=multi_sz:"9865"
	  
	  
         ;Isr related
		"IsrDll"="mosiisr65.dll" 
		"IsrHandler"="MosISRHandler65ISA"	  

