Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/conf Add tcu and gpio for TC-USB support. OK ...



details:   https://anonhg.NetBSD.org/src/rev/8a9e60d22df1
branches:  trunk
changeset: 348331:8a9e60d22df1
user:      flxd <flxd%NetBSD.org@localhost>
date:      Sat Oct 15 09:57:51 2016 +0000

description:
Add tcu and gpio for TC-USB support. OK christos@

diffstat:

 sys/arch/alpha/conf/GENERIC |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (37 lines):

diff -r 3fae2fa7f61b -r 8a9e60d22df1 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Sat Oct 15 09:50:27 2016 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Sat Oct 15 09:57:51 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.368 2016/03/19 23:21:02 gdt Exp $
+# $NetBSD: GENERIC,v 1.369 2016/10/15 09:57:51 flxd Exp $
 #
 # This machine description file is used to generate the default NetBSD
 # kernel.
@@ -19,7 +19,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-ident          "GENERIC-$Revision: 1.368 $"
+ident          "GENERIC-$Revision: 1.369 $"
 
 maxusers 32
 
@@ -262,6 +262,8 @@
 #sfbp* at      tc? slot ? offset ?
 px*    at      tc? slot ? offset ?
 pxg*   at      tc? slot ? offset ?
+tcu*   at      tc? slot ? offset ?
+slhci* at      tcu?
 
 # TURBOchannel serial attachments
 zstty0 at      zsc0 channel ?                  # serial port on B channels
@@ -400,6 +402,9 @@
 # XXX dpti.c wants a processor type that is not assigned for x86-64
 #dpti* at iop? tid 0                   # DPT/Adaptec control interface
 
+# GPIO devices
+gpio*  at gpiobus?
+
 # MII/PHY support
 brgphy* at mii? phy ?                  # Broadcom BCM5400-family PHYs
 exphy* at mii? phy ?                   # 3Com internal PHYs



Home | Main Index | Thread Index | Old Index