|
iPXE
|
#include "etherboot.h"#include <ipxe/mca.h>#include <ipxe/isa.h>#include "nic.h"#include "3c509.h"Go to the source code of this file.
Functions | |
| FILE_LICENCE (BSD2) | |
| static int | t529_probe (struct nic *nic, struct mca_device *mca) |
| static void | t529_disable (struct nic *nic, struct mca_device *mca __unused) |
| MCA_DRIVER (t529_driver, el3_mca_adapters) | |
| DRIVER ("3c529", nic_driver, mca_driver, t529_driver, t529_probe, t529_disable, no_fake_bss) | |
| ISA_ROM ("3c529", "3c529 == MCA 3c509") | |
Variables | |
| static struct mca_device_id | el3_mca_adapters [] |
| FILE_LICENCE | ( | BSD2 | ) |
|
static |
Definition at line 25 of file 3c529.c.
References nic::ioaddr, nic::irqno, MCA_ID, mca_device::pos, printf(), and t5x9_probe().
|
static |
| MCA_DRIVER | ( | t529_driver | , |
| el3_mca_adapters | |||
| ) |
| DRIVER | ( | "3c529" | , |
| nic_driver | , | ||
| mca_driver | , | ||
| t529_driver | , | ||
| t529_probe | , | ||
| t529_disable | , | ||
| no_fake_bss | |||
| ) |
| ISA_ROM | ( | "3c529" | ) |
|
static |
1.8.15