From 2cc6f5c8ec03335a49f2e56f1e7e89cdc413d7f9 Mon Sep 17 00:00:00 2001 From: nwhitehorn Date: Sun, 25 Jan 2009 18:20:15 +0000 Subject: Add support for the I2S and davbus audio controllers found in Apple PowerPC hardware. Submitted by: Marco Trillo --- sys/powerpc/conf/GENERIC | 4 ++++ sys/powerpc/conf/NOTES | 2 ++ 2 files changed, 6 insertions(+) (limited to 'sys/powerpc') diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC index 2a624ce..50574ab 100644 --- a/sys/powerpc/conf/GENERIC +++ b/sys/powerpc/conf/GENERIC @@ -162,6 +162,10 @@ device adb device cuda device pmu +# Powermac I2C support +device iicbus # I2C bus code +device kiic # Keywest I2C + options KTR options KTR_COMPILE=0xffffffff #options KTR_MASK=KTR_SIG diff --git a/sys/powerpc/conf/NOTES b/sys/powerpc/conf/NOTES index 7dcf8d5..e78a042 100644 --- a/sys/powerpc/conf/NOTES +++ b/sys/powerpc/conf/NOTES @@ -30,6 +30,8 @@ device ofwd # Open Firmware disks device adb # Apple Desktop Bus device cuda # VIA-CUDA ADB interface device pmu # Apple Power Management Unit +device snd_ai2s # Apple I2S Audio +device snd_davbus # Apple Davbus Audio ##################################################################### -- cgit v1.1