From ed542ba7c955a9b5dddd70d6627908e5efebdec2 Mon Sep 17 00:00:00 2001 From: hpa Date: Thu, 4 Dec 2003 03:47:57 +0000 Subject: Rate-limit ARP calls to avoid screwing over people doing automatic control via the serial port. --- isolinux.asm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'isolinux.asm') diff --git a/isolinux.asm b/isolinux.asm index fd67d2e4..086bc5e7 100644 --- a/isolinux.asm +++ b/isolinux.asm @@ -43,6 +43,9 @@ SECTORSIZE equ (1 << SECTORSIZE_LG2) ; ; This is what we need to do when idle ; +%macro RESET_IDLE 0 + ; Nothing +%endmacro %macro DO_IDLE 0 ; Nothing %endmacro -- cgit v1.2.1