NetBSD/sys/arch/mipsco/include
fvdl d88cf589cb A few ISA sound drivers like to share dma channels, and hence deferred
isa_dmamap_create() calls to their open/close entrypoints. This worked
with some luck, but broke on i386 when _bus_dmamap_create started
to allocate bounce buffers upfront, since memory below 16M may well
not be available when the sound devices is opened for the Nth time.

To fix this, create a new simple interface, isa_drq_alloc/isa_drq_free,
wrappers around already existing bitmask macros. These are expected
to be used before an isa_dmamap_create call, and after an
isa_dmamap_destroy call, respectively. For the sb and ad1848 drivers,
they're deferred until open/close.

All isa_dmamap_create calls can now use BUS_DMA_ALLOCNOW and be done
at attach time.
2003-05-09 23:51:25 +00:00
..
ansi.h
aout_machdep.h
asm.h
autoconf.h
bootinfo.h
bsd-aout.h
bswap.h
bus.h
cdefs.h
cpu.h
db_machdep.h
disklabel.h
ecoff_machdep.h
elf_machdep.h
elf.h
endian_machdep.h
endian.h
float.h
ieee.h
ieeefp.h
int_const.h
int_fmtio.h
int_limits.h
int_mwgwtypes.h
int_types.h
intr.h
isa_machdep.h
isapnp_machdep.h
kcore.h
kdbparam.h
limits.h
loadfile_machdep.h
lock.h
locore.h
mainboard.h
Makefile
math.h
mcontext.h
mips_opcode.h
param.h
pcb.h
pmap.h
pmc.h
proc.h
profile.h
prom.h
psl.h
pte.h
ptrace.h
reg.h
regdef.h
regnum.h
reloc.h
setjmp.h
signal.h
stdarg.h
sysconf.h
trap.h
types.h
varargs.h
vmparam.h
z8530var.h