NetBSD/sys/arch/hppa
isaki 23a77a734f Move machine dependent AUDIO_BLK_MS default value to <machine/param.h>.
If the port has __AUDIO_BLK_MS in <machine/param.h>, it will be used.
Otherwise the default value (currently 10 msec) defined in audio.c will
be used.  This mechanism is for very old ports which cannot satisfactorily
handle 10 msec block.  Currently hppa, m68k, sh3, sparc(!64) and vax are.

For port maintainers, if general models in your port cannot satisfactorily
handle 10 msec block, please consider to define your suitable longer period
(40 msec would be a good first choice).
But please don't be eager to make the default value shorter.

<machine/param.h> was discussed in source-changes-d.  It's better than
ifdef storm, or adding 60+ new header files in every arch/*/include/
directories for this.  Thanks mrg@, ad@, and everyone.
http://mail-index.netbsd.org/source-changes-d/2020/05/01/msg012572.html
2020-05-01 08:21:27 +00:00
..
compile
conf mark nsmb major obsolete 2020-04-04 16:06:10 +00:00
dev Don't KASSERT there's an FPU present. QEMU doesn't have one... 2020-04-16 05:44:43 +00:00
gsc Convert PMAPDEBUG to UVMHIST 2020-04-15 15:50:15 +00:00
hppa Convert pmap_check_alias into a function that resolves any aliases issues 2020-04-30 06:16:47 +00:00
include Move machine dependent AUDIO_BLK_MS default value to <machine/param.h>. 2020-05-01 08:21:27 +00:00
spmath - convert shift results into logical expressions 2019-02-06 05:04:41 +00:00
stand
Makefile