grub/grub-core/net/drivers
Vladimir 'phcoder' Serbinenko 3e74723951 Keep TX and RX buffers on EFI rather than always allocate new ones.
* include/grub/net.h (grub_net_card_driver): Allow driver to modify
	card. All users updated.
	(grub_net_card): New members txbuf, rcvbuf, rcvbufsize and txbusy.
	* grub-core/net/drivers/efi/efinet.c (send_card_buffer): Reuse buffer.
	(get_card_packet): Likewise.
	(grub_efinet_findcards): Init new fields.
2012-06-09 11:00:18 +02:00
..
efi Keep TX and RX buffers on EFI rather than always allocate new ones. 2012-06-09 11:00:18 +02:00
emu Keep TX and RX buffers on EFI rather than always allocate new ones. 2012-06-09 11:00:18 +02:00
i386/pc Keep TX and RX buffers on EFI rather than always allocate new ones. 2012-06-09 11:00:18 +02:00
ieee1275 Keep TX and RX buffers on EFI rather than always allocate new ones. 2012-06-09 11:00:18 +02:00