repo.or.cz
/
gpxe.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[prefix] Remove unsupported .com prefix
[gpxe.git]
/
src
/
arch
/
i386
/
prefix
/
xromprefix.S
blob
d7c861f5a7428db560de04323a70e68838f1fbdf
1
/*
2
* ROM prefix that loads the bulk of the ROM using direct PCI accesses,
3
* so as not to take up much option ROM space on PCI <3.0 systems.
4
*/
5
6
FILE_LICENCE ( GPL2_OR_LATER )
7
8
#define LOAD_ROM_FROM_PCI
9
#include "romprefix.S"