請問下載下來的網路驅動程式解壓縮後出現ULILAN系統檔案及ulilan64安全性目錄還有Netuli安裝資訊,在安裝資訊中裡描訴; /****************************************************************************
; ** Copyright 2004, ULi Electronics Inc., All Rights Reserved. **
; ** This file is the installation file for the M5261/M5263 Based Fast **
; ** Ethernet Controller **
; ** V3.10 **
; ****************************************************************************/
;=============================================================================
;
; Win9x id registry sections
; These are not needed by NT
;
;=============================================================================
;Common
[ULI5261.id.reg]
;Window2000 Not used(NDI register) But Windows 98 Used
HKR, Ndi, DeviceID, 0, "PCI\VEN_10B9&DEV_5261"
;Driver Read
HKR,,AdapterPCIID,0,"526110B9"
;=============================================================================
;
; Win9x flags section
; Flags are not needed by NT
;
;=============================================================================
;****************************************************************************
; PCI common parameters
;****************************************************************************
;Common
[5261.pci.reg]
;params
;Read in the Driver
HKR, , AdapterType, 0,"5"
HKR, , BusType, 0,"5" ;; PCI
;StoreAndForward
HKR, Ndi\params\StoreAndForward, ParamDesc, 0,"Store And Forward"
HKR, Ndi\params\StoreAndForward, default, 0,"1"
HKR, Ndi\params\StoreAndForward, type, 0,"enum"
HKR, Ndi\params\StoreAndForward\enum, 0, 0,"Disabled"
HKR, Ndi\params\StoreAndForward\enum, 1, 0,"Enabled"
;Windows 2000 does not support Ndi\Params\param-key-name\flag values.
;HKR,NDI\params\StoreAndForward,flag,1,20,00,00,00
;=============================================================================
;
; ULI5261 NT specific
;
;=============================================================================
[ULI9PCI.reg]
;Point to Serivce Name
HKR, Ndi, Service, 0, "ULI5261"
; use ndis5 as the upper bound because NT supports it
;Used in Win98 not in Windows 2000
HKR, Ndi\Interfaces, DefUpper, 0, "ndis5"
HKR, Ndi\Interfaces, DefLower, 0, "ethernet"
;Upper driver and Lower adapter
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
;Langcy Driver used. Now useless
HKR, ,WIN98Timer, 0,"0"