diff options
author | nwhitehorn <nwhitehorn@FreeBSD.org> | 2009-01-15 02:52:31 +0000 |
---|---|---|
committer | nwhitehorn <nwhitehorn@FreeBSD.org> | 2009-01-15 02:52:31 +0000 |
commit | d9b4dc27b5405212fe14f5e77a23656bf5171dcf (patch) | |
tree | 5263e42194eca1278e9b436e99906a8ecf09e74c /sys/powerpc/conf | |
parent | 39735dbe0affaccb4f474b3b6241dda1cd8558a6 (diff) | |
download | FreeBSD-src-d9b4dc27b5405212fe14f5e77a23656bf5171dcf.zip FreeBSD-src-d9b4dc27b5405212fe14f5e77a23656bf5171dcf.tar.gz |
Driver for Apple Keywest I2C controllers found in MacIO ASICs. Used for
power and thermal control, as well as GPIOs on Xserves and controlling
sound codecs for Apple built-in audio.
Submitted by: Marco Trillo
Obtained from: NetBSD
Diffstat (limited to 'sys/powerpc/conf')
-rw-r--r-- | sys/powerpc/conf/NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/powerpc/conf/NOTES b/sys/powerpc/conf/NOTES index 189a4e9..7dcf8d5 100644 --- a/sys/powerpc/conf/NOTES +++ b/sys/powerpc/conf/NOTES @@ -25,6 +25,7 @@ options SC_OFWFB # OFW frame buffer device pci device bm # Apple BMAC (Big Mac Ethernet) +device kiic # Apple Keywest I2C Controller device ofwd # Open Firmware disks device adb # Apple Desktop Bus device cuda # VIA-CUDA ADB interface |