diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/pica/dev/asc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/pica/dev/asc.c b/sys/arch/pica/dev/asc.c index c2ff1c73ab6..eddf85ff9f6 100644 --- a/sys/arch/pica/dev/asc.c +++ b/sys/arch/pica/dev/asc.c @@ -197,7 +197,7 @@ int asc_debug = 1; int asc_debug_cmd; int asc_debug_bn; int asc_debug_sz; -#define NLOG 32 +#define NLOG 8 struct asc_log { u_int status; u_char state; |