Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/dev/tc Pull up rev. 1.6:



details:   https://anonhg.NetBSD.org/src/rev/285bae9e0588
branches:  netbsd-1-5
changeset: 488563:285bae9e0588
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Jul 18 06:19:04 2000 +0000

description:
Pull up rev. 1.6:
Define IOASIC_DMA_BLOCKSIZE (4096 bytes).

diffstat:

 sys/dev/tc/ioasicreg.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c942cdc6014b -r 285bae9e0588 sys/dev/tc/ioasicreg.h
--- a/sys/dev/tc/ioasicreg.h    Tue Jul 18 06:18:31 2000 +0000
+++ b/sys/dev/tc/ioasicreg.h    Tue Jul 18 06:19:04 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ioasicreg.h,v 1.3.2.2 2000/07/18 06:18:31 thorpej Exp $ */
+/* $NetBSD: ioasicreg.h,v 1.3.2.3 2000/07/18 06:19:04 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 */
 



Home | Main Index | Thread Index | Old Index