Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   tsutsui
Date:           Sun Aug 24 08:17:44 UTC 2014

Modified Files:
        src/sys/arch/hp300/conf: GENERIC files.hp300 majors.hp300
        src/sys/arch/hp300/hp300: intr.c locore.s
        src/sys/conf: files
Added Files:
        src/sys/arch/hp300/dev: arcofi_dio.c
        src/sys/dev/ic: arcofi.c arcofivar.h

Log Message:
Add new arcofi(4) audio driver for NetBSD/hp300, ported from OpenBSD.

The arcofi(4) is a driver for the HP "Audio1" device
(Siemens PSB 2160 "ARCOFI" phone quality audio chip)
found on the HP9000/425e and HP9000/{705,710,745,747} models
(but only hp300 attachment is ported for now).
The chip supports 8-bit mono 8kHz U-law, A-law and
16-bit mono slinear_be formats.

The old HP9000/425e playing tunes with this new arcofi(4) audio driver
was also demonstrated at Open Source Conference 2014 Shimane.


To generate a diff of this commit:
cvs rdiff -u -r1.187 -r1.188 src/sys/arch/hp300/conf/GENERIC
cvs rdiff -u -r1.88 -r1.89 src/sys/arch/hp300/conf/files.hp300
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/hp300/conf/majors.hp300
cvs rdiff -u -r0 -r1.1 src/sys/arch/hp300/dev/arcofi_dio.c
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/hp300/hp300/intr.c
cvs rdiff -u -r1.170 -r1.171 src/sys/arch/hp300/hp300/locore.s
cvs rdiff -u -r1.1099 -r1.1100 src/sys/conf/files
cvs rdiff -u -r0 -r1.1 src/sys/dev/ic/arcofi.c src/sys/dev/ic/arcofivar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index