mirror of
https://github.com/ipxe/ipxe
synced 2025-12-30 22:08:48 +03:00
[skel] Remove MII interface
Most drivers do not utilise an MII interface, since the link state is typically available directly from a memory-mapped register. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -16,8 +16,6 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
struct skeleton_nic {
|
||||
/** Registers */
|
||||
void *regs;
|
||||
/** MII interface */
|
||||
struct mii_interface mii;
|
||||
};
|
||||
|
||||
#endif /* _SKELETON_H */
|
||||
|
||||
Reference in New Issue
Block a user