summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2009-01-25 18:20:15 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2009-01-25 18:20:15 +0000
commit2cc6f5c8ec03335a49f2e56f1e7e89cdc413d7f9 (patch)
tree0b69f2614bb1df24136da0038c4090680be19224 /sys/powerpc
parentd8a0e03d761654d8775e052e4132c83f77f2fa1b (diff)
downloadFreeBSD-src-2cc6f5c8ec03335a49f2e56f1e7e89cdc413d7f9.zip
FreeBSD-src-2cc6f5c8ec03335a49f2e56f1e7e89cdc413d7f9.tar.gz
Add support for the I2S and davbus audio controllers found in Apple PowerPC
hardware. Submitted by: Marco Trillo
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/conf/GENERIC4
-rw-r--r--sys/powerpc/conf/NOTES2
2 files changed, 6 insertions, 0 deletions
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
#####################################################################
OpenPOWER on IntegriCloud