Fix missed files. Svn problem?
[reactos.git] / reactos / media / inf / netisa.inf
1 ; NETISA.INF
2
3 ; Installation file for ISA network cards
4
5 [Version]
6 Signature = "$Windows NT$"
7 ;Signature = "$ReactOS$"
8 LayoutFile = layout.inf
9 Class = Net
10 ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
11 Provider = %ReactOS%
12 DriverVer = 10/08/2005,1.01.0.0
13
14 [DestinationDirs]
15 DefaultDestDir = 12
16
17 [Manufacturer]
18 %GenericMfg% = GenericMfg
19
20 [GenericMfg]
21 %*PNP80D6.DeviceDesc% = NE2000_Inst,*PNP80D6
22
23 ;---------------------------- NE2000 DRIVER -----------------------------
24
25 [NE2000_Inst.NT]
26 AddReg = NE2000_AddReg.NT
27 CopyFiles = NE2000_CopyFiles.NT
28
29 [NE2000_AddReg.NT]
30 HKR,,Port,0x00000000,"c100"
31 HKR,,Irq,0x00000000,"B"
32 HKR,,NetworkAddress,0x00000000,"001122334455"
33
34 [NE2000_CopyFiles.NT]
35 ne2000.sys
36
37 [NE2000_Inst.NT.Services]
38 AddService = ne2000, 0x00000002, ne2000_Service_Inst
39
40 [ne2000_Service_Inst]
41 ServiceType = 1
42 StartType = 3
43 ErrorControl = 1
44 ServiceBinary = %12%\ne2000.sys
45 LoadOrderGroup = NDIS
46
47 ;-------------------------------- STRINGS -------------------------------
48
49 [Strings]
50 ReactOS = "ReactOS Team"
51
52 GenericMfg = "(Generic network cards)"
53 *PNP80D6.DeviceDesc = "NE2000 Compatible"