mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 01:22:37 +03:00
Warnings purge of drivers (continued)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#warning "depca.c almost certainly won't work"
|
||||
#warning "depca.c almost certainly won't work."
|
||||
|
||||
#if 0
|
||||
/* Not fixed for relocation yet. Probably won't work relocated above 16MB */
|
||||
#ifdef ALLMULTI
|
||||
#error multicast support is not yet implemented
|
||||
@@ -791,3 +792,5 @@ DRIVER ( "depce", nic_driver, isa_driver, depca_driver,
|
||||
depca_probe, depca_disable );
|
||||
|
||||
ISA_ROM ( "depca", "Digital DE100 and DE200" );
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user