Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf Enable some gpio devices.



details:   https://anonhg.NetBSD.org/src/rev/6c6b39af63be
branches:  trunk
changeset: 768769:6c6b39af63be
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Sat Aug 27 09:28:55 2011 +0000

description:
Enable some gpio devices.

diffstat:

 sys/arch/i386/conf/GENERIC |  18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)

diffs (52 lines):

diff -r 936bfda3814a -r 6c6b39af63be sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sat Aug 27 09:11:52 2011 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sat Aug 27 09:28:55 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1048 2011/08/18 20:55:20 jakllsch Exp $
+# $NetBSD: GENERIC,v 1.1049 2011/08/27 09:28:55 mbalmer Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.1048 $"
+#ident                 "GENERIC-$Revision: 1.1049 $"
 
 maxusers       64              # estimated number of users
 
@@ -456,7 +456,7 @@
 gcscpcib* at pci? dev ? function ?     # AMD CS5535/CS5536 PCI-ISA w/
 gpio*  at gcscpcib?                    # timecounter, watchdog and GPIO
 #piixpcib* at pci? dev ? function ?    # Intel PIIX4 PCI-ISA w/ SpeedStep
-#gscpcib* at pci? dev ? function ?     # NS Geode PCI-ISA w/ GPIO support
+gscpcib* at pci? dev ? function ?      # NS Geode SC1100 PCI-ISA w/ GPIO
 viapcib* at pci? dev ? function ?      # VIA VT8235 PCI-ISA w/ SMBus support
 iic*   at viapcib?
 rdcpcib* at pci? dev ? function ?      # RDC Vortex86/PMX-1000 PCI-ISA w/
@@ -706,16 +706,20 @@
 dpti*  at iop? tid 0                   # DPT/Adaptec control interface
 
 # GPIO devices
-#gpio* at gscpcib?
+gpio*  at gscpcib?
 #gpio* at gpiosim?
 
 # 1-Wire support
 #gpioow*       at gpio? offset ? mask ?        # 1-wire bitbanging via gpio
-#gpioow*       at gpio?
-#onewire*      at gpioow?
+gpioow*        at gpio?
+onewire*       at gpioow?
 
 # 1-Wire devices
-#owtemp*       at onewire?                     # Temperature sensors
+owtemp*        at onewire?                     # Temperature sensors
+
+# i2c support
+gpioiic*       at gpio?
+iic*           at gpioiic?
 
 # Keylock support
 #gpiolock*     at gpio?



Home | Main Index | Thread Index | Old Index