You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

xromprefix.S 228B

123456789
  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. FILE_LICENCE ( GPL2_OR_LATER )
  6. #define LOAD_ROM_FROM_PCI
  7. #include "romprefix.S"