Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf Enable axen, cdce, run, upgt, urtw, urt...



details:   https://anonhg.NetBSD.org/src/rev/6fc0ff177871
branches:  trunk
changeset: 820159:6fc0ff177871
user:      sevan <sevan%NetBSD.org@localhost>
date:      Mon Jan 02 03:22:30 2017 +0000

description:
Enable axen, cdce, run, upgt, urtw, urtwn, uchcom, uslsa, u3ginit, u3g, ugensa in the GENERIC kernel.
Adjust some comments to match those of sys/arch/i386/conf/GENERIC

diffstat:

 sys/arch/macppc/conf/GENERIC |  30 ++++++++++++++++++++++++++----
 1 files changed, 26 insertions(+), 4 deletions(-)

diffs (70 lines):

diff -r 1dcb779b9df2 -r 6fc0ff177871 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Mon Jan 02 03:12:49 2017 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Mon Jan 02 03:22:30 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.326 2016/12/13 20:42:19 christos Exp $
+# $NetBSD: GENERIC,v 1.327 2017/01/02 03:22:30 sevan Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.326 $"
+#ident                 "GENERIC-$Revision: 1.327 $"
 
 maxusers       32
 
@@ -503,7 +503,7 @@
 uplcom* at uhub? port ?                                        # Prolific serial
 ucom* at uplcom? portno ?
 
-uftdi* at uhub? port ?                                 # FTDI serial
+uftdi* at uhub? port ?                                 # FTDI FT8U100AX serial adapter
 ucom* at uftdi? portno ?
 
 uhso*  at uhub? port ? configuration ?                 # Option N.V. Wireless WAN modems
@@ -519,6 +519,8 @@
 # USB Ethernet adapters
 aue*   at uhub? port ?         # ADMtek AN986 Pegasus based adapters
 axe*   at uhub? port ?         # ASIX AX88172 based adapters
+axen*  at uhub? port ?         # ASIX AX88178a/AX88179 based adapters
+cdce*  at uhub? port ?         # CDC, Ethernet Networking Control Model
 cue*   at uhub? port ?         # CATC USB-EL1201A based adapters
 kue*   at uhub? port ?         # Kawasaki LSI KL5KUSB101B based adapters
 url*   at uhub? port ?         # Realtek RTL8150L based adapters
@@ -532,12 +534,32 @@
 ugen*  at uhub? port ? configuration ? interface ?     # USB Generic driver
 
 # USB 802.11 adapters
-atu*   at uhub? port ?         # Atmel at76c50x 802.11b
+atu*   at uhub? port ?         # Atmel AT76C50XX based adapters
 otus*  at uhub? port ?         # Atheros AR9001U
 ural*  at uhub? port ?         # Ralink Technology RT2500USB 802.11a/b/g
 rum*   at uhub? port ?         # Ralink Technology RT2501/RT2601 802.11a/b/g
+run*   at uhub? port ?         # Ralink Technology RT(2[78]|30)00 802.11a/b/g/n
+upgt*  at uhub? port ?         # Intersil PrismGT
+urtw*  at uhub? port ?         # Realtek RTL8187/RTL8187B 802.11b/g
+urtwn* at uhub? port ?         # Realtek RTL8188CU/RTL8192CU 802.11b/g/n
 #zyd*  at uhub? port ?         # Zydas ZD1211
 
+# Serial adapters
+uchcom* at uhub? port ?         # WinChipHead CH341/CH340 serial adapter
+ucom*   at uchcom? portno ?
+
+uslsa*  at uhub? port ?         # Silicon Labs USB-RS232 serial adapter
+ucom*   at uslsa? portno ?
+
+# USB 3G datacards
+u3ginit* at uhub? port ?
+u3g*    at uhub? port ?
+ucom*   at u3g?
+
+# USB generic serial port (e.g., data over cellular)
+ugensa* at uhub? port ?
+ucom*   at ugensa?
+
 # PCI IEEE1394 controllers
 fwohci*        at pci? dev ? function ?        # IEEE1394 Open Host Controller
 



Home | Main Index | Thread Index | Old Index