Author: jhb
Date: Tue Oct 13 19:04:01 2009
New Revision: 198044
URL: http://svn.freebsd.org/changeset/base/198044

Log:
  Sync with other GENERIC kernel configs:
  - Move USB serial drivers earlier to match their placement in other kernel
    configs.
  - Add descriptions to various USB drivers.
  - Move the USB wireless drivers into a new section.
  - Add ulscom to the list of USB serial drivers.

Modified:
  head/sys/arm/conf/HL200
  head/sys/arm/conf/KB920X

Modified: head/sys/arm/conf/HL200
==============================================================================
--- head/sys/arm/conf/HL200     Tue Oct 13 19:02:03 2009        (r198043)
+++ head/sys/arm/conf/HL200     Tue Oct 13 19:04:01 2009        (r198044)
@@ -100,9 +100,17 @@ device             usb             # USB Bus (required)
 device         uhid            # "Human Interface Devices"
 device         ulpt            # Printer
 device         umass           # Disks/Mass storage - Requires scbus and da
-device         ural            # Ralink Technology RT2500USB wireless NICs
-device         rum             # Ralink Technology RT2501USB wireless NICs
 device         urio            # Diamond Rio 500 MP3 player
+# USB Serial devices
+device         uark            # Technologies ARK3116 based serial adapters
+device         ubsa            # Belkin F5U103 and compatible serial adapters
+#device                ubser           # not yet converted.
+device         uftdi           # For FTDI usb serial adapters
+device         uipaq           # Some WinCE based devices
+device         uplcom          # Prolific PL-2303 serial adapters
+device         uslcom          # SI Labs CP2101/CP2102 serial adapters
+device         uvisor          # Visor and Palm devices
+device         uvscom          # USB serial support for DDI pocket's PHS
 # USB Ethernet, requires miibus
 device         miibus
 device         aue             # ADMtek USB Ethernet
@@ -111,16 +119,12 @@ device            cdce            # Generic USB over 
Etherne
 device         cue             # CATC USB Ethernet
 device         kue             # Kawasaki LSI USB Ethernet
 device         rue             # RealTek RTL8150 USB Ethernet
-device         udav
-# usb serial
-device         uark
-device         ubsa
-#device                ubser           # not yet converted.
-device         uftdi
-device         uipaq
-device         uplcom
-device         uvisor
-device         uvscom
+device         udav            # Davicom DM9601E USB
+# USB Wireless
+device         rum             # Ralink Technology RT2501USB wireless NICs
+device         uath            # Atheros AR5523 wireless NICs
+device         ural            # Ralink Technology RT2500USB wireless NICs
+device         zyd             # ZyDAS zb1211/zb1211b wireless NICs
 # SCSI peripherals
 device         scbus           # SCSI bus (required for SCSI)
 device         da              # Direct Access (disks)

Modified: head/sys/arm/conf/KB920X
==============================================================================
--- head/sys/arm/conf/KB920X    Tue Oct 13 19:02:03 2009        (r198043)
+++ head/sys/arm/conf/KB920X    Tue Oct 13 19:04:01 2009        (r198044)
@@ -101,9 +101,16 @@ device             usb             # USB Bus (required)
 device         uhid            # "Human Interface Devices"
 device         ulpt            # Printer
 device         umass           # Disks/Mass storage - Requires scbus and da
-device         ural            # Ralink Technology RT2500USB wireless NICs
-device         rum             # Ralink Technology RT2501USB wireless NICs
 device         urio            # Diamond Rio 500 MP3 player
+# USB Serial devices
+device         uark            # Technologies ARK3116 based serial adapters
+device         ubsa            # Belkin F5U103 and compatible serial adapters
+device         uftdi           # For FTDI usb serial adapters
+device         uipaq           # Some WinCE based devices
+device         uplcom          # Prolific PL-2303 serial adapters
+device         uslcom          # SI Labs CP2101/CP2102 serial adapters
+device         uvisor          # Visor and Palm devices
+device         uvscom          # USB serial support for DDI pocket's PHS
 # USB Ethernet, requires miibus
 device         miibus
 device         aue             # ADMtek USB Ethernet
@@ -112,15 +119,12 @@ device            cdce            # Generic USB over 
Etherne
 device         cue             # CATC USB Ethernet
 device         kue             # Kawasaki LSI USB Ethernet
 device         rue             # RealTek RTL8150 USB Ethernet
-device         udav
-# usb serial
-device         uark
-device         ubsa
-device         uftdi
-device         uipaq
-device         uplcom
-device         uvisor
-device         uvscom
+device         udav            # Davicom DM9601E USB
+# USB Wireless
+device         rum             # Ralink Technology RT2501USB wireless NICs
+device         uath            # Atheros AR5523 wireless NICs
+device         ural            # Ralink Technology RT2500USB wireless NICs
+device         zyd             # ZyDAS zb1211/zb1211b wireless NICs
 # SCSI peripherals
 device         scbus           # SCSI bus (required for SCSI)
 device         da              # Direct Access (disks)
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to