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 Add tcpcib, gpioiic, gpiopwm and bwi into...



details:   https://anonhg.NetBSD.org/src/rev/cf620cc76c17
branches:  trunk
changeset: 816519:cf620cc76c17
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Jul 11 11:26:46 2016 +0000

description:
Add tcpcib, gpioiic, gpiopwm and bwi into i386/conf/ALL.

diffstat:

 sys/arch/i386/conf/ALL |  15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

diffs (53 lines):

diff -r e55aea0f44c7 -r cf620cc76c17 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Mon Jul 11 11:25:54 2016 +0000
+++ b/sys/arch/i386/conf/ALL    Mon Jul 11 11:26:46 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.398 2016/05/11 02:09:10 riastradh Exp $
+# $NetBSD: ALL,v 1.399 2016/07/11 11:26:46 msaitoh Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ALL-$Revision: 1.398 $"
+#ident                 "ALL-$Revision: 1.399 $"
 
 maxusers       64              # estimated number of users
 
@@ -488,6 +488,8 @@
 hpet0  at ichlpcib?                    # High Precision Event Timer
 fwhrng* at ichlpcib?                   # Intel 82802 FWH Random Number Generator
 tco*   at ichlpcib?                    # TCO watchdog timer
+tcpcib* at pci? dev ? function ?       # Intel Atom E6xx PCI-LPC
+hpet* at tcpcib?
 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
@@ -788,9 +790,17 @@
 # 1-Wire devices
 owtemp*        at onewire?                     # Temperature sensors
 
+# i2c support
+gpioiic*       at gpio? offset ? mask ? flag 0x00      # flag 0x01 reverses
+                                                       # SCA and SCL signals
+iic*           at gpioiic?
+
 # Keylock support
 gpiolock*      at gpio?
 
+# Software pulsing GPIO pins
+gpiopwm*       at gpio?
+
 # Soekris 6501 GPIO/LED driver (provides gpiobus, needs gpio)
 soekrisgpio0   at isa? port 0x680
 
@@ -1145,6 +1155,7 @@
 ath*   at cardbus? function ?  # Atheros 5210/5211/5212 802.11
 athn*  at cardbus? function ?  # Atheros AR9k (802.11a/g/n)
 atw*   at cardbus? function ?  # ADMtek ADM8211 (802.11)
+bwi*   at cardbus? function ?  # Broadcom BCM43xx wireless
 ex*    at cardbus? function ?  # 3Com 3c575TX
 fxp*   at cardbus? function ?  # Intel i8255x
 ral*   at cardbus? function ?  # Ralink Technology RT25x0 802.11a/b/g



Home | Main Index | Thread Index | Old Index