From ea08eeccae9297f7aabd2ef7f0c2517ac4549acc Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 20 Feb 2024 01:18:26 +0000 Subject: [PATCH] write in 30M --- kernel/arch/m68k/include/asm/adb_iop.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/kernel/arch/m68k/include/asm/adb_iop.h b/kernel/arch/m68k/include/asm/adb_iop.h index 195d7fb..6aecd02 100644 --- a/kernel/arch/m68k/include/asm/adb_iop.h +++ b/kernel/arch/m68k/include/asm/adb_iop.h @@ -29,6 +29,7 @@ #define ADB_IOP_EXPLICIT 0x80 /* nonzero if explicit command */ #define ADB_IOP_AUTOPOLL 0x40 /* auto/SRQ polling enabled */ +#define ADB_IOP_SET_AUTOPOLL 0x20 /* set autopoll device list */ #define ADB_IOP_SRQ 0x04 /* SRQ detected */ #define ADB_IOP_TIMEOUT 0x02 /* nonzero if timeout */ -- Gitblit v1.6.2