Subversion Repositories Kolibri OS

Rev

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

Rev 5004 Rev 5065
Line 629... Line 629...
629
        cmp     ax, 0x2626
629
        cmp     ax, 0x2626
630
        je      .L8
630
        je      .L8
631
        cmp     ax, 0x2627
631
        cmp     ax, 0x2627
632
        je      .L9
632
        je      .L9
Line 633... Line 633...
633
 
633
 
634
        DEBUGF  1,"Invalid chip rev\n"
634
        DEBUGF  2,"Invalid chip rev\n"
635
        jmp     .no_dev
635
        jmp     .no_dev
636
  .L2:
636
  .L2:
637
        mov     [ebx + device.name], device_l2
637
        mov     [ebx + device.name], device_l2
638
        jmp     .L10
638
        jmp     .L10
Line 1088... Line 1088...
1088
        xor     eax, eax
1088
        xor     eax, eax
Line 1089... Line 1089...
1089
 
1089
 
Line 1090... Line 1090...
1090
        ret
1090
        ret
1091
 
1091
 
Line 1092... Line 1092...
1092
  .got_it:
1092
  .got_it:
1093
        DEBUGF  2,"Device: %x status: %x\n", ebx, eax:4
1093
        DEBUGF  1,"Device: %x status: %x\n", ebx, eax:4
1094
 
1094