summaryrefslogtreecommitdiff
path: root/isolinux.asm
diff options
context:
space:
mode:
authorhpa <hpa>2003-12-04 03:47:57 +0000
committerhpa <hpa>2003-12-04 03:47:57 +0000
commited542ba7c955a9b5dddd70d6627908e5efebdec2 (patch)
treedeb9dfead9be91240ec48a683a0f92d51bd0ea0d /isolinux.asm
parent36c88b5a0335d83dbe658d68866efbf2ccb5bf9c (diff)
downloadsyslinux-ed542ba7c955a9b5dddd70d6627908e5efebdec2.tar.gz
Rate-limit ARP calls to avoid screwing over people doing automaticsyslinux-2.08-pre7
control via the serial port.
Diffstat (limited to 'isolinux.asm')
-rw-r--r--isolinux.asm3
1 files changed, 3 insertions, 0 deletions
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