Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sgimips/conf Reduce duplication by switching to usi...



details:   https://anonhg.NetBSD.org/src/rev/18188addb982
branches:  trunk
changeset: 449788:18188addb982
user:      sevan <sevan%NetBSD.org@localhost>
date:      Sat Mar 23 17:38:29 2019 +0000

description:
Reduce duplication by switching to using dev/usb/usbdevices.config

diffstat:

 sys/arch/sgimips/conf/GENERIC32_IP3x |  109 +----------------------------------
 1 files changed, 3 insertions(+), 106 deletions(-)

diffs (130 lines):

diff -r 71b39338a0cb -r 18188addb982 sys/arch/sgimips/conf/GENERIC32_IP3x
--- a/sys/arch/sgimips/conf/GENERIC32_IP3x      Sat Mar 23 13:05:24 2019 +0000
+++ b/sys/arch/sgimips/conf/GENERIC32_IP3x      Sat Mar 23 17:38:29 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC32_IP3x,v 1.122 2019/02/06 11:58:32 rin Exp $
+#      $NetBSD: GENERIC32_IP3x,v 1.123 2019/03/23 17:38:29 sevan Exp $
 #
 # GENERIC32_IP3x machine description file
 # 
@@ -28,7 +28,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC32_IP3x-$Revision: 1.122 $"
+#ident         "GENERIC32_IP3x-$Revision: 1.123 $"
 
 maxusers       32
 
@@ -288,110 +288,7 @@
 usb*    at ohci?
 usb*    at uhci?
 
-# USB Hubs
-uhub*   at usb?
-uhub*   at uhub? port ?
-
-# USB HID device
-uhidev* at uhub? port ? configuration ? interface ?
-
-# USB Mice
-ums*    at uhidev? reportid ?
-wsmouse* at ums? mux 0
-
-# USB Keyboards
-ukbd*   at uhidev? reportid ?
-wskbd*  at ukbd? console ? mux 1
-
-# USB serial adapter
-ucycom*        at uhidev? reportid ?
-
-# USB Generic HID devices
-uhid*   at uhidev? reportid ?
-
-# USB Printer
-ulpt*   at uhub? port ? configuration ? interface ?
-
-# USB Modem
-umodem* at uhub? port ? configuration ?
-ucom*   at umodem?
-
-# Option N.V. Wireless WAN modems
-uhso*  at uhub? port ? configuration ?
-
-# USB Mass Storage
-umass*  at uhub? port ? configuration ? interface ?
-
-# USB audio
-uaudio* at uhub? port ? configuration ?
-
-# USB MIDI
-umidi* at uhub? port ? configuration ?
-
-# USB IrDA
-# USB-IrDA bridge spec
-uirda* at uhub? port ? configuration ? interface ?
-irframe* at uirda?
-
-# SigmaTel STIr4200 USB/IrDA Bridge
-ustir* at uhub? port ?
-irframe* at ustir?
-
-# USB Ethernet adapters
-aue*    at uhub? port ?         # ADMtek AN986 Pegasus based adapters
-axe*    at uhub? port ?         # ASIX AX88172 based adapters
-cue*    at uhub? port ?         # CATC USB-EL1201A based adapters
-kue*    at uhub? port ?         # Kawasaki LSI KL5KUSB101B based adapters
-mue*   at uhub? port ?         # Microchip LAN75xx/LAN78xx based adapters
-udav*   at uhub? port ?         # Davicom DM9601 based adapters
-ure*    at uhub? port ?         # Realtek RTL8152/RTL8153 based adapters
-url*    at uhub? port ?         # Realtek RTL8150L based adapters
-
-# Prolific PL2301/PL2302 host-to-host adapter
-upl*    at uhub? port ?
-
-# Serial adapters
-ubsa*   at uhub? port ?         # Belkin serial adapter
-ucom*   at ubsa? portno ?
-
-uftdi*  at uhub? port ?         # FTDI FT8U100AX serial adapter
-ucom*   at uftdi? portno ?
-
-umct*   at uhub? port ?         # MCT USB-RS232 serial adapter
-ucom*   at umct? portno ?
-
-uplcom* at uhub? port ?         # I/O DATA USB-RSAQ2 serial adapter
-ucom*   at uplcom? portno ?
-
-uvscom* at uhub? port ?         # SUNTAC Slipper U VS-10U serial adapter
-ucom*   at uvscom? portno ?
-
-# Diamond Multimedia Rio 500
-urio*   at uhub? port ?
-
-# USB Handspring Visor
-uvisor* at uhub? port ?
-ucom*   at uvisor?
-
-# Kyocera AIR-EDGE PHONE
-ukyopon* at uhub? port ?
-ucom*  at ukyopon? portno ?
-
-# USB scanners
-#uscanner* at uhub? port ?
-
-# USB scanners that use SCSI emulation, e.g., HP5300
-usscanner* at uhub? port ?
-
-# Y@P firmware loader
-uyap* at uhub? port ?
-
-# D-Link DSB-R100 USB radio
-udsbr*  at uhub? port ?
-radio*  at udsbr?
-
-# USB Generic driver
-ugen*   at uhub? port ?
+include "dev/usb/usbdevices.config"
 
 # PCI IEEE1394 controllers
 fwohci* at pci? dev ? function ?       # IEEE1394 Open Host Controller



Home | Main Index | Thread Index | Old Index