From 18b26669453903e860135019c9ef861b23c4df7b Mon Sep 17 00:00:00 2001 From: brix Date: Sun, 15 May 2011 14:01:23 +0000 Subject: Add I2C bus driver for the AMD Geode LX series CS5536 Companion Device. Reviewed by: jhb (newbus bits only), adrian --- sys/i386/conf/NOTES | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sys/i386/conf') diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index a68037b..866e641 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -731,6 +731,12 @@ options SAFE_DEBUG # enable debugging support: hw.safe.debug options SAFE_RNDTEST # enable rndtest support # +# glxiic is an I2C driver for the AMD Geode LX CS5536 System Management Bus +# controller. Requires 'device iicbus'. +# +device glxiic # AMD Geode LX CS5536 System Management Bus + +# # glxsb is a driver for the Security Block in AMD Geode LX processors. # Requires 'device crypto'. # -- cgit v1.1