#endif
/* Define this to delay about 1 sec after posting each code */
-/* #define POSTCODE_DELAY 1 */
+//#define POSTCODE_DELAY 1
/* The POSTCODE is port 0x80 */
#define POSTPORT 0x80
* Macro to output byte value to postcode, destoying register al.
* Additionally, if POSTCODE_DELAY, spin for about a second.
*/
-
#if POSTCODE_DELAY
#define POSTCODE_AL \
outb %al,$(POSTPORT); \
#endif
}
#else
-#define postcode(xx)
+#define postcode(xx) do {} while(0)
#endif
#endif