Searched refs:ISA_ROM (Results 1 – 13 of 13) sorted by relevance
/external/syslinux/gpxe/src/drivers/net/ |
D | 3c509-eisa.c | 41 ISA_ROM ( "3c509-eisa","3c509 (EISA)" );
|
D | 3c529.c | 54 ISA_ROM( "3c529", "3c529 == MCA 3c509" );
|
D | ns8390.c | 983 ISA_ROM("wd","WD8003/8013, SMC8216/8416, SMC 83c790 (EtherEZ)"); 993 ISA_ROM("3c503","3Com503, Etherlink II[/16]"); 1003 ISA_ROM("ne","NE1000/2000 and clones");
|
D | 3c509.c | 432 ISA_ROM ( "3c509", "3c509" );
|
D | ne2k_isa.c | 375 ISA_ROM("ne","NE1000/2000 and clones");
|
D | cs89x0.c | 731 ISA_ROM ( "cs89x0", "Crystal Semiconductor CS89x0" );
|
D | depca.c | 795 ISA_ROM ( "depca", "Digital DE100 and DE200" );
|
D | eepro.c | 629 ISA_ROM ( "eepro", "Intel Etherexpress Pro/10" );
|
D | 3c515.c | 763 ISA_ROM ( "3c515", "3c515 Fast EtherLink ISAPnP" );
|
D | smc9000.c | 947 ISA_ROM ( "smc9000", "SMC9000" );
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | isa.h | 94 #define ISA_ROM( IMAGE, DESCRIPTION ) macro
|
/external/syslinux/gpxe/src/util/ |
D | parserom.pl | 54 } elsif ( /^\s*ISA_ROM\s*\(
|
/external/syslinux/gpxe/src/doc/ |
D | build_sys.dox | 292 ISA_ROM() macros are used in the driver source files to list the cards 320 These are derived from the "ROM name" and the PCI_ROM() or ISA_ROM()
|