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.

mknbi-set.conf 963B

123456789101112131415161718192021222324252627
  1. # This file specifies the network cards for which NBI images should be built
  2. # Each line contains a list of kernel modules to be used, separated by commas
  3. # You can optionally specify PCI vendor and device IDs that should be automatically
  4. # mapped to this module.
  5. #
  6. # The format is similar to modutils' modules.pcimap file.
  7. #
  8. # Examples:
  9. # RTL8139-based ethernet card
  10. ; 8139too
  11. # RTL8139-based ethernet card with PCI IDs vendor=0x1186, device=0x1300
  12. ; 8139too 0x1186 0x1300
  13. # RTL8139 and Prism2_pci in same image
  14. ; 8139too,prism2_pci
  15. # Some modules do not include the MODULE_DEVICE_TABLE macro, and so end up not
  16. # being listed in the pcimap file. These modules are included here to force
  17. # the creation of corresponding initrds.
  18. prism2_pci 0x1260 0x3873
  19. prism2_plx 0x1638 0x1100
  20. prism2_plx 0x16ab 0x1101
  21. prism2_plx 0x16ab 0x1102
  22. prism2_plx 0x1385 0x4100
  23. prism2_plx 0x15e8 0x0130
  24. prism2_plx 0x16ec 0x3685
  25. prism2_plx 0x16ab 0x1102
  26. prism2_plx 0x15e8 0x0131