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.12:



details:   https://anonhg.NetBSD.org/src/rev/5402359218cb
branches:  netbsd-1-5
changeset: 488565:5402359218cb
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Jul 18 06:22:39 2000 +0000

description:
Pull up rev. 1.12:
PAGE_SIZE -> IOASIC_DMA_BLOCKSIZE in one last place.  From Izumi Tsutsui.

diffstat:

 sys/dev/tc/bba.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r ae52c7272ff9 -r 5402359218cb sys/dev/tc/bba.c
--- a/sys/dev/tc/bba.c  Tue Jul 18 06:21:24 2000 +0000
+++ b/sys/dev/tc/bba.c  Tue Jul 18 06:22:39 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bba.c,v 1.6.2.2 2000/07/18 06:21:24 thorpej Exp $ */
+/* $NetBSD: bba.c,v 1.6.2.3 2000/07/18 06:22:39 thorpej Exp $ */
 
 /*
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -45,8 +45,6 @@
 #include <machine/autoconf.h>
 #include <machine/cpu.h>
 
-#include <vm/vm.h>     /* for PAGE_SIZE */
-
 #include <sys/audioio.h>
 #include <dev/audio_if.h>
 
@@ -709,7 +707,7 @@
        void *addr;
        int blk;
 {
-       return (PAGE_SIZE);
+       return (IOASIC_DMA_BLOCKSIZE);
 }
 
 



Home | Main Index | Thread Index | Old Index