Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/mac68k/obio Pull up revision 1.6 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/586210ed97a8
branches:  netbsd-1-5
changeset: 490505:586210ed97a8
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Thu Jan 25 17:39:25 2001 +0000

description:
Pull up revision 1.6 (requested by briggs):
 Improve performance of the pseudo-DMA mode of the esp driver, and handle
 residual FIFO data on write.

diffstat:

 sys/arch/mac68k/obio/espvar.h |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (18 lines):

diff -r 1ba38e2d56a8 -r 586210ed97a8 sys/arch/mac68k/obio/espvar.h
--- a/sys/arch/mac68k/obio/espvar.h     Thu Jan 25 17:39:22 2001 +0000
+++ b/sys/arch/mac68k/obio/espvar.h     Thu Jan 25 17:39:25 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: espvar.h,v 1.5 1997/11/25 03:54:56 briggs Exp $        */
+/*     $NetBSD: espvar.h,v 1.5.26.1 2001/01/25 17:39:25 jhawk Exp $    */
 
 /*
  * Copyright (c) 1997 Allen Briggs.
@@ -45,8 +45,5 @@
        char            **sc_dmaaddr;
        size_t          *sc_dmalen;
        int             sc_tc;                  /* only used in non-quick */
-       u_int16_t       *sc_pdmaddr;            /* only used in quick */
-       int             sc_pdmalen;             /* only used in quick */
-       size_t          sc_prevdmasize;         /* only used in quick */
        int             sc_pad;                 /* only used in quick */
 };



Home | Main Index | Thread Index | Old Index