diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-30 18:32:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-30 18:32:50 +0000 |
commit | 939bddacee310e1318b9f3535264b40a14eef42b (patch) | |
tree | e52ec660e6462be4aec7afb70067889939582ecc /sys/arch/pica | |
parent | a1a9674d7fbc3c7f70e3d7c6f676824bc6f8da92 (diff) |
NLOG of 8 is more useful
Diffstat (limited to 'sys/arch/pica')
-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; |