NetBSD/sys/arch/sandpoint/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
bootinfo.h
bswap.h
bus.h Switch/adapt to new bus space infrastructure. 2003-03-18 16:40:18 +00:00
cdefs.h
cpu_counter.h Replace machine/rnd.h with more appropriate name to share it 2003-02-05 13:57:50 +00:00
cpu.h
cpufunc.h
darwin_machdep.h A working fork/vfork implementation. Darwin fork differs from our fork by 2002-12-08 21:53:10 +00:00
db_machdep.h
disklabel.h
elf_machdep.h
endian_machdep.h
endian.h
float.h
fpu.h
frame.h
ieee.h
ieeefp.h
int_const.h
int_fmtio.h
int_limits.h
int_mwgwtypes.h
int_types.h
intr.h Peform a rototill over the powerpc-based ports. 2002-07-05 18:45:15 +00:00
ipkdb.h
isa_machdep.h A few ISA sound drivers like to share dma channels, and hence deferred 2003-05-09 23:51:25 +00:00
isapnp_machdep.h
kcore.h
kgdb.h
limits.h
loadfile_machdep.h
lock.h
macho_machdep.h Add missing file. 2002-10-30 18:31:39 +00:00
Makefile Merge the nathanw_sa branch. 2003-01-18 06:23:28 +00:00
math.h
mcontext.h Merge the nathanw_sa branch. 2003-01-18 06:23:28 +00:00
openpicreg.h
param.h
pcb.h
pci_machdep.h Let machine-dependent code specify how to enumerate the bus. 2002-05-15 19:23:51 +00:00
pio.h
pmap.h Rename PPC_MPC6XX to PPC_OEA (and any mpc6xx reference to oea). 2003-02-03 17:09:53 +00:00
pmc.h Implement pmc(9) -- An interface to hardware performance monitoring 2002-08-07 05:14:47 +00:00
powerpc.h
proc.h
profile.h
psl.h
pte.h
ptrace.h
reg.h
reloc.h
setjmp.h
signal.h
spkr.h
stdarg.h
trap.h
types.h
varargs.h
vmparam.h Rename PPC_MPC6XX to PPC_OEA (and any mpc6xx reference to oea). 2003-02-03 17:09:53 +00:00