Source-Changes archive

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

CVS commit: src/sys/arch/sgimips/hpc



Module Name:    src
Committed By:   rumble
Date:           Thu Jun 11 01:03:58 UTC 2026

Modified Files:
        src/sys/arch/sgimips/hpc: files.hpc hpc.c
Added Files:
        src/sys/arch/sgimips/hpc: haud.c haudreg.h haudvar.h

Log Message:
Add haud(4), a driver for audio playback using Iris Indigo's
onboard DSP ("Hollywood Audio"). The same hardware is also
present on Personal Iris 4D/3x machines, split across the
mainboard and an optional "Magnum Audio" card (untested).

The DSP requires firmware, so this driver leverages IRIX's
hdsp.lod. Since that's proprietary, it's left up to the user
to install it from an existing IRIX system or its installation
media. See forthcoming haud(4) manpage for details.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/sgimips/hpc/files.hpc
cvs rdiff -u -r0 -r1.1 src/sys/arch/sgimips/hpc/haud.c \
    src/sys/arch/sgimips/hpc/haudreg.h src/sys/arch/sgimips/hpc/haudvar.h
cvs rdiff -u -r1.74 -r1.75 src/sys/arch/sgimips/hpc/hpc.c

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