summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/conf
diff options
context:
space:
mode:
authorjhibbits <jhibbits@FreeBSD.org>2012-08-04 03:05:01 +0000
committerjhibbits <jhibbits@FreeBSD.org>2012-08-04 03:05:01 +0000
commitdcbbf29bee04d5d6865d3b725fae95fbf4c76a78 (patch)
treeb46940b38b9836a10a342b14b3a3bc5d5a0efd47 /sys/powerpc/conf
parent1f063923e4a43c0d03e5cb1ecffce526ae846cff (diff)
downloadFreeBSD-src-dcbbf29bee04d5d6865d3b725fae95fbf4c76a78.zip
FreeBSD-src-dcbbf29bee04d5d6865d3b725fae95fbf4c76a78.tar.gz
Add backlight support for nVidia-based PowerBooks/iBooks/iMacs.
Approved by: nwhitehorn (mentor) MFC after: 9.1-RELEASE
Diffstat (limited to 'sys/powerpc/conf')
-rw-r--r--sys/powerpc/conf/GENERIC1
-rw-r--r--sys/powerpc/conf/GENERIC641
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index 4ca103a..75314d9 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -197,6 +197,7 @@ device powermac_nvram # Open Firmware configuration NVRAM
device smu # Apple System Management Unit
device windtunnel # Apple G4 MDD fan controller
device atibl # ATI-based backlight driver for PowerBooks/iBooks
+device nvbl # nVidia-based backlight driver for PowerBooks/iBooks
# ADB support
device adb
diff --git a/sys/powerpc/conf/GENERIC64 b/sys/powerpc/conf/GENERIC64
index e7577be..088f5ae 100644
--- a/sys/powerpc/conf/GENERIC64
+++ b/sys/powerpc/conf/GENERIC64
@@ -194,6 +194,7 @@ device max6690 # PowerMac7,2 temperature sensor
device powermac_nvram # Open Firmware configuration NVRAM
device smu # Apple System Management Unit
device atibl # ATI-based backlight driver for PowerBooks/iBooks
+device nvbl # nVidia-based backlight driver for PowerBooks/iBooks
# ADB support
device adb
OpenPOWER on IntegriCloud