Module Name:    src
Committed By:   sevan
Date:           Mon Jan  2 03:22:30 UTC 2017

Modified Files:
        src/sys/arch/macppc/conf: GENERIC

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.326 -r1.327 src/sys/arch/macppc/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/macppc/conf/GENERIC
diff -u src/sys/arch/macppc/conf/GENERIC:1.326 src/sys/arch/macppc/conf/GENERIC:1.327
--- src/sys/arch/macppc/conf/GENERIC:1.326	Tue Dec 13 20:42:19 2016
+++ src/sys/arch/macppc/conf/GENERIC	Mon Jan  2 03:22:30 2017
@@ -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 @@ include		"arch/macppc/conf/std.macppc"
 
 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 @@ ucom*	at ubsa? portno ?
 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 @@ radio* at udsbr?
 # 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 @@ uyap* at uhub? port ?					# Y@P firmware
 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
 

Reply via email to