Date: Mon, 6 Jan 2003 12:54:07 -0800 (PST) From: Thomas Moestl <tmm@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include bus_private.h src/sys/sparc64/sparc64 bus_machdep.c Message-ID: <200301062054.h06Ks7p4008658@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tmm 2003/01/06 12:54:07 PST Modified files: sys/sparc64/include bus_private.h sys/sparc64/sparc64 bus_machdep.c Log: - remove the unused parent DMA tag argument from _nexus_dmamap_load_buffer() - implement nexus_dmamap_load() in terms of _nexus_dmamap_load_buffer(). Note that this is untested, as this code is not currently used (but might be later for UPA devices). - move BUS_DMAMAP_NSEGS to bus_private.h - disable the ecache flushing in nexus_dmamap_sync(); it should not be needed, although the docs are not entirely clear on that. Revision Changes Path 1.2 +2 -0 src/sys/sparc64/include/bus_private.h 1.14 +43 -90 src/sys/sparc64/sparc64/bus_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301062054.h06Ks7p4008658>