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
 
-
 
3
 
2
 
-
 
3
include 'proc32.inc'
Line 4... Line 4...
4
include 'proc32.inc'
4
include 'imports.inc'
Line 5... Line 5...
5
 
5
 
Line 249... Line 249...
249
public START
249
public START
250
public service_proc
250
public service_proc
251
public version
251
public version
Line 252... Line -...
252
 
-
 
253
extrn AttachIntHandler
-
 
254
extrn SysMsgBoardStr
-
 
255
extrn PciApi
-
 
256
extrn PciRead32
-
 
257
extrn PciRead8
-
 
258
extrn PciWrite8
-
 
259
extrn AllocKernelSpace
-
 
260
extrn MapPage
-
 
261
extrn RegService
-
 
262
extrn KernelAlloc
-
 
263
extrn GetPgAddr
-
 
264
extrn GetCurrentTask
-
 
265
 
252
 
Line 266... Line 253...
266
section '.flat' code readable align 16
253
section '.flat' code readable align 16
Line 267... Line 254...
267
 
254
 
Line 1141... Line 1128...
1141
align 4
1128
align 4
1142
devices dd (CTRL_SIS  shl 16)+VID_SIS,msg_AC, set_SIS
1129
devices dd (CTRL_SIS  shl 16)+VID_SIS,msg_AC, set_SIS
1143
        dd 0
1130
        dd 0
Line 1144... Line 1131...
1144
 
1131
 
Line 1145... Line 1132...
1145
version      dd 0x00010001
1132
version      dd 0x00020002
1146
 
1133
 
Line 1147... Line 1134...
1147
msg_AC       db '7012 AC97 controller',13,10, 0
1134
msg_AC       db '7012 AC97 controller',13,10, 0