Add an audio driver, necsb(4), for NEC PC-9801-86 sound board on
authoraoyama <aoyama@openbsd.org>
Sun, 28 Dec 2014 13:03:18 +0000 (13:03 +0000)
committeraoyama <aoyama@openbsd.org>
Sun, 28 Dec 2014 13:03:18 +0000 (13:03 +0000)
commit09871713373a899d525a38e5179700b9b40bc333
tree25340a447740571a179b02aa4e9e066d16bacc71
parent60563cd34bb97cec3efc468ce16216469931ec39
Add an audio driver, necsb(4), for NEC PC-9801-86 sound board on
cbus(4).

This work is based on the source code of NetBSD/pc98, an unofficial
NetBSD port for NEC PC-9801 series, written about 16 years ago.
Thanks to NetBSD/pc98 porting staff for their work, especially NAGAO
Tadaaki and N. Honda who wrote the original driver.

ok miod@
15 files changed:
share/man/man4/man4.luna88k/Makefile
share/man/man4/man4.luna88k/cbus.4
share/man/man4/man4.luna88k/necsb.4 [new file with mode: 0644]
sys/arch/luna88k/cbus/cbus.c
sys/arch/luna88k/cbus/cbusvar.h
sys/arch/luna88k/cbus/nec86.c [new file with mode: 0644]
sys/arch/luna88k/cbus/nec86hw.c [new file with mode: 0644]
sys/arch/luna88k/cbus/nec86hwvar.h [new file with mode: 0644]
sys/arch/luna88k/cbus/nec86reg.h [new file with mode: 0644]
sys/arch/luna88k/cbus/nec86var.h [new file with mode: 0644]
sys/arch/luna88k/cbus/necsb.c [new file with mode: 0644]
sys/arch/luna88k/cbus/pcex.c
sys/arch/luna88k/conf/files.luna88k
sys/arch/luna88k/include/intr.h
sys/arch/luna88k/luna88k/conf.c