mirror of
https://github.com/ipxe/ipxe
synced 2026-01-12 16:38:43 +03:00
[golan] Bug fixes and improved paging allocation method
Updates: - revert Support for clear interrupt via BAR Signed-off-by: Raed Salem <raeds@mellanox.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
committed by
Michael Brown
parent
ce240c8c2d
commit
1ff1eebcf7
@@ -42,6 +42,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#define FLEXBOOT_NODNIC_PAGE_SHIFT 12
|
||||
#define FLEXBOOT_NODNIC_PAGE_SIZE (1 << FLEXBOOT_NODNIC_PAGE_SHIFT)
|
||||
#define FLEXBOOT_NODNIC_PAGE_MASK (FLEXBOOT_NODNIC_PAGE_SIZE - 1)
|
||||
#define EN_DEFAULT_ADMIN_MTU 1522
|
||||
|
||||
/* Port protocol */
|
||||
enum flexboot_nodnic_protocol {
|
||||
|
||||
Reference in New Issue
Block a user