mirror of
https://github.com/ipxe/ipxe
synced 2026-01-01 17:34:42 +03:00
Updated ISAPnP, EISA, MCA and ISA buses to current device model.
ISA 3c509 is currently non-functional, although the EISA (3c509-eisa) and MCA (3c529) variants should build OK. None of this code is yet tested.
This commit is contained in:
@@ -48,8 +48,8 @@
|
||||
#include "etherboot.h"
|
||||
/* to get the interface to the body of the program */
|
||||
#include "nic.h"
|
||||
#include "isapnp.h"
|
||||
#include "isa.h" /* for ISA_ROM */
|
||||
#include <gpxe/isapnp.h>
|
||||
#include <gpxe/isa.h> /* for ISA_ROM */
|
||||
#include "timer.h"
|
||||
#include <gpxe/ethernet.h>
|
||||
|
||||
@@ -753,7 +753,7 @@ corkscrew_probe1(int ioaddr, int irq, int product_index __unused,
|
||||
return 0;
|
||||
}
|
||||
|
||||
static struct isapnp_id t515_adapters[] = {
|
||||
static struct isapnp_device_id t515_adapters[] = {
|
||||
{ "3c515 (ISAPnP)", ISAPNP_VENDOR('T','C','M'), 0x5051 },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user