mirror of
https://github.com/ipxe/ipxe
synced 2025-12-29 02:52:36 +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:
@@ -4,7 +4,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "isa.h"
|
||||
#if 0
|
||||
|
||||
#include <gpxe/isa.h>
|
||||
#include "io.h"
|
||||
#include "timer.h"
|
||||
#include "string.h"
|
||||
@@ -399,3 +401,5 @@ DRIVER ( "3c509", nic_driver, t509_driver, el3_t509_driver,
|
||||
el3_t509_probe, el3_t509_disable );
|
||||
|
||||
ISA_ROM ( "3c509", "3c509" );
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user