Date: Mon, 13 Mar 2000 02:19:34 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/isa isa_dma.c src/sys/dev/sound/isa sb.c src/sys/dev/sound/pcm channel.c src/sys/i386/isa asc.c gsc.c isa_compat.h isa_dma.c isa_dma.h wt.c src/sys/i386/isa/sound dmabuf.c src/sys/isa isavar.h src/sys/pc98/pc98 isa_dma.c Message-ID: <200003131019.CAA15979@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2000/03/13 02:19:34 PST
Modified files:
sys/alpha/isa isa_dma.c
sys/dev/sound/isa sb.c
sys/dev/sound/pcm channel.c
sys/i386/isa asc.c gsc.c isa_compat.h isa_dma.c
isa_dma.h wt.c
sys/i386/isa/sound dmabuf.c
sys/isa isavar.h
sys/pc98/pc98 isa_dma.c
Log:
Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags.
Define ISADMA_{READ,WRITE,RAW} macros with the same numeric
values as the B_{READ,WRITE,RAW} and use them instead throughout.
Revision Changes Path
1.3 +10 -11 src/sys/alpha/isa/isa_dma.c
1.51 +3 -3 src/sys/dev/sound/isa/sb.c
1.20 +4 -4 src/sys/dev/sound/pcm/channel.c
1.43 +4 -4 src/sys/i386/isa/asc.c
1.36 +3 -3 src/sys/i386/isa/gsc.c
1.28 +2 -2 src/sys/i386/isa/isa_compat.h
1.5 +12 -13 src/sys/i386/isa/isa_dma.c
1.4 +6 -1 src/sys/i386/isa/isa_dma.h
1.58 +6 -6 src/sys/i386/isa/wt.c
1.39 +3 -2 src/sys/i386/isa/sound/dmabuf.c
1.17 +4 -1 src/sys/isa/isavar.h
1.7 +13 -14 src/sys/pc98/pc98/isa_dma.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?200003131019.CAA15979>
