diff options
| author | thorpej <thorpej@NetBSD.org> | 2000-07-17 02:18:17 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2000-07-17 02:18:17 +0000 |
| commit | 887bebaa71c2f36b680e17f6064b0ba16f0fa8e6 (patch) | |
| tree | 536c75fd53e8b1acfc93397ac914b70b69f92d91 /sys/dev | |
| parent | 8623daff6dff5f673cb138b47251f02b2b3323c2 (diff) | |
Define IOASIC_DMA_BLOCKSIZE (4096 bytes).
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/tc/ioasicreg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/tc/ioasicreg.h b/sys/dev/tc/ioasicreg.h index b58d6dd7e55..d4e91c0aaa2 100644 --- a/sys/dev/tc/ioasicreg.h +++ b/sys/dev/tc/ioasicreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: ioasicreg.h,v 1.5 2000/07/17 02:17:13 thorpej Exp $ */ +/* $NetBSD: ioasicreg.h,v 1.6 2000/07/17 02:18:17 thorpej Exp $ */ /* * Copyright (c) 1991,1990,1989,1994,1995 Carnegie Mellon University @@ -182,6 +182,7 @@ #define IOASIC_DMA_ADDR(p) \ ((((p) << 3) & ~0x1f) | (((p) >> 29) & 0x1f)) +#define IOASIC_DMA_BLOCKSIZE 0x1000 /* For the LANCE DMA pointer register initialization the above suffices */ |
