NetBSD/sys/arch/alpha/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
..
Makefile Merge the nathanw_sa branch. 2003-01-17 21:55:23 +00:00
Makefile.inc
alpha.h Merge the nathanw_sa branch. 2003-01-17 21:55:23 +00:00
alpha_cpu.h Merge the nathanw_sa branch. 2003-01-17 21:55:23 +00:00
ansi.h add some ISO C 1995 I18N functions and types: 2003-03-02 22:18:11 +00:00
aout_machdep.h Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is. 2002-12-10 17:14:02 +00:00
asm.h
atomic.h
autoconf.h Fix a grammatical nit. 2003-03-22 14:26:41 +00:00
bswap.h
bus.h Introduce BUS_DMA_NOCACHE, and bus_dmamem_map() of i386 supports it. 2003-01-28 01:07:51 +00:00
bwx.h
cdefs.h
cfbreg.h
cpu.h Share alpha/microtime.c with i386 and sparc64 as kern_microtime.c. 2003-02-05 12:16:41 +00:00
cpu_counter.h Share alpha/microtime.c with i386 and sparc64 as kern_microtime.c. 2003-02-05 12:16:41 +00:00
cpuconf.h
cpuvar.h
db_machdep.h Add a BKPT_ADDR() macro which gives MD code a chance to munge a 2003-04-29 17:06:03 +00:00
disklabel.h
ecoff_machdep.h
eisa_machdep.h
elf_machdep.h
endian.h
endian_machdep.h
float.h PR/3012: Greg A. Woods: Write all float.h files [except the vax of course] 2003-04-19 23:05:28 +00:00
fpu.h
frame.h
ieee.h
ieeefp.h Merge the nathanw_sa branch. 2003-01-17 21:55:23 +00:00
int_const.h
int_fmtio.h
int_limits.h
int_mwgwtypes.h
int_types.h
intr.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
kbio.h
kcore.h
limits.h Add a new feature-test macro, _NETBSD_SOURCE. If this is defined 2003-04-28 23:16:11 +00:00
loadfile_machdep.h
lock.h
logout.h
math.h
mcontext.h Merge the nathanw_sa branch. 2003-01-17 21:55:23 +00:00
pal.h
param.h
pcb.h
pci_machdep.h
pio.h
pmap.h POOL_VTOPHYS: Cast argument to ALPHA_K0SEG_TO_PHYS() to vaddr_t to 2003-04-09 22:14:31 +00:00
pmc.h
proc.h Merge the nathanw_sa branch. 2003-01-17 21:55:23 +00:00
profile.h
prom.h
psl.h
pte.h
ptrace.h
reg.h
rpb.h
setjmp.h
sigdebug.h
signal.h Add a new feature-test macro, _NETBSD_SOURCE. If this is defined 2003-04-28 23:16:11 +00:00
stdarg.h Add a new feature-test macro, _NETBSD_SOURCE. If this is defined 2003-04-28 23:16:11 +00:00
sysarch.h
tc_machdep.h
types.h Add a new feature-test macro, _NETBSD_SOURCE. If this is defined 2003-04-28 23:16:11 +00:00
userret.h Merge the nathanw_sa branch. 2003-01-17 21:55:23 +00:00
varargs.h
vmparam.h Make PAGE_SIZE, PAGE_SHIFT, and PAGE_MASK compile time constants; we only 2003-04-08 23:35:48 +00:00
vuid_event.h
z8530var.h