Subversion Repositories Kolibri OS

Rev

Rev 247 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 247 Rev 281
Line 1... Line 1...
1
format MS COFF
1
format MS COFF
Line 2... Line 2...
2
 
2
 
-
 
3
 
Line 3... Line 4...
3
 
4
include 'proc32.inc'
Line 4... Line 5...
4
include 'proc32.inc'
5
include 'imports.inc'
Line 275... Line 276...
275
public START
276
public START
276
public service_proc
277
public service_proc
277
public version
278
public version
Line 278... Line -...
278
 
-
 
279
extrn AttachIntHandler
-
 
280
extrn SysMsgBoardStr
-
 
281
extrn PciApi
-
 
282
extrn PciRead32
-
 
283
extrn PciRead8
-
 
284
extrn PciWrite8
-
 
285
extrn AllocKernelSpace
-
 
286
extrn MapPage
-
 
287
extrn RegService
-
 
288
extrn KernelAlloc
-
 
289
extrn GetPgAddr
-
 
290
extrn GetCurrentTask
-
 
291
 
279
 
Line 292... Line 280...
292
section '.flat' code readable align 16
280
section '.flat' code readable align 16
Line 293... Line 281...
293
 
281
 
Line 1361... Line 1349...
1361
        dd (CTRL_MCP51   shl 16)+VID_NVIDIA,msg_MCP51,set_ICH
1349
        dd (CTRL_MCP51   shl 16)+VID_NVIDIA,msg_MCP51,set_ICH
1362
 
1350
 
Line 1363... Line 1351...
1363
        dd 0    ;terminator
1351
        dd 0    ;terminator
Line 1364... Line 1352...
1364
 
1352
 
Line 1365... Line 1353...
1365
version      dd 0x00010001
1353
version      dd 0x00020002
1366
 
1354
 
1367
msg_ICH      db 'Intel ICH',  13,10, 0
1355
msg_ICH      db 'Intel ICH',  13,10, 0
1368
msg_ICH0     db 'Intel ICH0', 13,10, 0
1356
msg_ICH0     db 'Intel ICH0', 13,10, 0