Changeset 21618 in vbox
- Timestamp:
- Jul 15, 2009 3:42:52 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 50140
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/rombios.c
r21206 r21618 10039 10039 push esi 10040 10040 push edi 10041 push edx 10041 10042 cmp al, #0x02 10042 10043 jne pci_real_f03 … … 10081 10082 cmp ebx, #0x10000 10082 10083 jne pci_real_devloop2 10083 mov dx, cx10084 shr ecx, #1610085 10084 mov ax, #0x8603 10086 10085 jmp pci_real_fail … … 10196 10195 mov ah, #0x81 10197 10196 pci_real_fail: 10197 pop edx 10198 10198 pop edi 10199 10199 pop esi … … 10202 10202 pci_real_ok: 10203 10203 xor ah, ah 10204 pop edx 10204 10205 pop edi 10205 10206 pop esi … … 10207 10208 ret 10208 10209 10210 ;; prepare from reading the PCI config space; on input: 10211 ;; bx = bus/dev/fn 10212 ;; di = offset into config space header 10213 ;; destroys eax and may modify di 10209 10214 pci_real_select_reg: 10210 10215 push dx
Note:
See TracChangeset
for help on using the changeset viewer.