Last change
on this file since 46757 was 41989, checked in by vboxsync, 12 years ago |
BIOS: properly detect the ICH9 bridge (fixes PXE with ICH9)
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
272 bytes
|
Line | |
---|
1 |
|
---|
2 | BX_PCIBIOS equ 1 ; Enable PCI BIOS
|
---|
3 |
|
---|
4 | PCI_CFG1 equ 0CF8h
|
---|
5 | PCI_CFG2 equ 0CFCh
|
---|
6 |
|
---|
7 | PCI_FIXED_HOST_BRIDGE_1 equ 12378086h ;; i440FX PCI bridge
|
---|
8 | PCI_FIXED_HOST_BRIDGE_2 equ 24488086h ;; ICH9 PCI bridge
|
---|
9 |
|
---|
10 | MAX_BUSDEVFN equ 10000h ; Max bus/dev/fn to search
|
---|
Note:
See
TracBrowser
for help on using the repository browser.