#include <ipxe/eisa.h>
#include <ipxe/isa.h>
#include "3c509.h"
Go to the source code of this file.
|
| static int | el3_eisa_probe (struct nic *nic, struct eisa_device *eisa) |
| |
| static void | el3_eisa_disable (struct nic *nic, struct eisa_device *eisa) |
| |
| | EISA_DRIVER (el3_eisa_driver, el3_eisa_adapters) |
| |
| | DRIVER ("3c509 (EISA)", nic_driver, eisa_driver, el3_eisa_driver, el3_eisa_probe, el3_eisa_disable, no_fake_bss) |
| |
| | ISA_ROM ("3c509-eisa","3c509 (EISA)") |
| |
◆ el3_eisa_probe()
| static int el3_eisa_probe |
( |
struct nic * |
nic, |
|
|
struct eisa_device * |
eisa |
|
) |
| |
|
static |
◆ el3_eisa_disable()
| static void el3_eisa_disable |
( |
struct nic * |
nic, |
|
|
struct eisa_device * |
eisa |
|
) |
| |
|
static |
◆ EISA_DRIVER()
◆ DRIVER()
◆ ISA_ROM()
| ISA_ROM |
( |
"3c509-eisa" |
, |
|
|
"3c509 (EISA)" |
|
|
) |
| |
◆ el3_eisa_adapters