Add (commented out) ucycom to various kernel configs.

This commit is contained in:
skrll 2005-08-05 09:23:16 +00:00
parent 6439f2618f
commit 1293f7a748
37 changed files with 171 additions and 61 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: P4032,v 1.34 2005/07/31 04:04:30 yamt Exp $
# $NetBSD: P4032,v 1.35 2005/08/05 09:23:16 skrll Exp $
#
# Algorithmics P-4032 kernel.
#
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "P4032-$Revision: 1.34 $"
#ident "P4032-$Revision: 1.35 $"
maxusers 32
@ -257,6 +257,9 @@ ukphy* at mii? phy ? # generic unknown PHYs
#ukbd* at uhidev? reportid ?
#wskbd* at ukbd? console ?
# USB serial adpater
#ucycom* at uhidev? reportid ?
# USB Generic HID devices
#uhid* at uhidev? reportid ?

View File

@ -1,4 +1,4 @@
# $NetBSD: P5064,v 1.40 2005/07/31 04:04:30 yamt Exp $
# $NetBSD: P5064,v 1.41 2005/08/05 09:23:16 skrll Exp $
#
# Algorithmics P-5064 kernel.
#
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "P5064-$Revision: 1.40 $"
#ident "P5064-$Revision: 1.41 $"
maxusers 32
@ -321,6 +321,9 @@ fd* at fdc? drive ?
#ukbd* at uhidev? reportid ?
#wskbd* at ukbd? console ?
# USB serial adpater
#ucycom* at uhidev? reportid ?
# USB Generic HID devices
#uhid* at uhidev? reportid ?

View File

@ -1,4 +1,4 @@
# $NetBSD: P6032,v 1.34 2005/07/31 04:04:30 yamt Exp $
# $NetBSD: P6032,v 1.35 2005/08/05 09:23:16 skrll Exp $
#
# Algorithmics P-6032 kernel.
#
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "P6032-$Revision: 1.34 $"
#ident "P6032-$Revision: 1.35 $"
maxusers 32
@ -326,6 +326,9 @@ fd* at fdc? drive ?
#ukbd* at uhidev? reportid ?
#wskbd* at ukbd? console ?
# USB serial adpater
#ucycom* at uhidev? reportid ?
# USB Generic HID devices
#uhid* at uhidev? reportid ?

View File

@ -1,4 +1,4 @@
# $NetBSD: ALPHA,v 1.209 2005/07/31 04:04:30 yamt Exp $
# $NetBSD: ALPHA,v 1.210 2005/08/05 09:23:16 skrll Exp $
#
# Alpha kernel with all the options you'd want, and more.
@ -6,7 +6,7 @@ include "arch/alpha/conf/std.alpha"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "ALPHA-$Revision: 1.209 $"
ident "ALPHA-$Revision: 1.210 $"
maxusers 32
@ -510,6 +510,9 @@ wsmouse* at ums?
ukbd* at uhidev? reportid ?
wskbd* at ukbd? console ?
# USB serial adpater
ucycom* at uhidev? reportid ?
# USB Generic HID devices
uhid* at uhidev? reportid ?

View File

@ -1,4 +1,4 @@
# $NetBSD: BASIL,v 1.38 2005/07/31 04:04:30 yamt Exp $
# $NetBSD: BASIL,v 1.39 2005/08/05 09:23:16 skrll Exp $
#
# basil.shagadelic.org -- thorpej's API UP1000
@ -6,7 +6,7 @@ include "arch/alpha/conf/std.alpha"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "BASIL-$Revision: 1.38 $"
#ident "BASIL-$Revision: 1.39 $"
maxusers 64
@ -414,6 +414,9 @@ wsmouse* at ums?
ukbd* at uhidev? reportid ?
wskbd* at ukbd? console ?
# USB serial adpater
ucycom* at uhidev? reportid ?
# USB Generic HID devices
uhid* at uhidev? reportid ?

View File

@ -1,4 +1,4 @@
# $NetBSD: FRAU-FARBISSINA,v 1.43 2005/07/31 04:04:30 yamt Exp $
# $NetBSD: FRAU-FARBISSINA,v 1.44 2005/08/05 09:23:16 skrll Exp $
#
# frau-farbissina.shagadelic.org -- thorpej's AlphaServer 1200 MP hacking
# box
@ -7,7 +7,7 @@ include "arch/alpha/conf/std.alpha"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "FRAU-FARBISSINA-$Revision: 1.43 $"
#ident "FRAU-FARBISSINA-$Revision: 1.44 $"
maxusers 64
@ -386,6 +386,9 @@ fd* at fdc? drive ?
#ukbd* at uhidev? reportid ?
#wskbd* at ukbd? console ?
# USB serial adpater
#ucycom* at uhidev? reportid ?
# USB Generic HID devices
#uhid* at uhidev? reportid ?

View File

@ -22,7 +22,7 @@ include "arch/alpha/conf/std.alpha"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.271 $"
#ident "GENERIC-$Revision: 1.272 $"
maxusers 32
@ -519,6 +519,9 @@ ukbd* at uhidev? reportid ?
wskbd* at ukbd? console ?
options WSDISPLAY_COMPAT_RAWKBD
# USB serial adpater
ucycom* at uhidev? reportid ?
# USB Generic HID devices
uhid* at uhidev? reportid ?

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.63 2005/07/31 04:04:30 yamt Exp $
# $NetBSD: GENERIC,v 1.64 2005/08/05 09:23:16 skrll Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.63 $"
#ident "GENERIC-$Revision: 1.64 $"
maxusers 32 # estimated number of users
@ -619,6 +619,9 @@ wsmouse* at ums? mux 0
ukbd* at uhidev? reportid ?
wskbd* at ukbd? console ? mux 1
# USB serial adpater
ucycom* at uhidev? reportid ?
# USB Generic HID devices
uhid* at uhidev? reportid ?

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.36 2005/07/12 20:22:45 sekiya Exp $
# $NetBSD: INSTALL,v 1.37 2005/08/05 09:23:16 skrll Exp $
#
# GENERIC machine description file
#
@ -20,7 +20,7 @@
include "arch/amd64/conf/std.amd64"
#ident "INSTALL-$Revision: 1.36 $"
#ident "INSTALL-$Revision: 1.37 $"
maxusers 32 # estimated number of users
@ -522,6 +522,9 @@ wsmouse* at ums? mux 0
ukbd* at uhidev? reportid ?
wskbd* at ukbd? console ? mux 1
# USB serial adpater
#ucycom* at uhidev? reportid ?
# USB Generic HID devices
#uhid* at uhidev? reportid ?

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL_ACPI,v 1.25 2005/07/12 20:22:45 sekiya Exp $
# $NetBSD: INSTALL_ACPI,v 1.26 2005/08/05 09:23:16 skrll Exp $
#
# GENERIC machine description file
#
@ -20,7 +20,7 @@
include "arch/amd64/conf/std.amd64"
#ident "INSTALL-$Revision: 1.25 $"
#ident "INSTALL-$Revision: 1.26 $"
maxusers 32 # estimated number of users
@ -513,6 +513,9 @@ wsmouse* at ums? mux 0
ukbd* at uhidev? reportid ?
wskbd* at ukbd? console ? mux 1
# USB serial adpater
#ucycom* at uhidev? reportid ?
# USB Generic HID devices
#uhid* at uhidev? reportid ?

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.87 2005/07/31 04:04:31 yamt Exp $
# $NetBSD: GENERIC,v 1.88 2005/08/05 09:23:16 skrll Exp $
#
# GENERIC machine description file
#
@ -383,6 +383,9 @@ wsmouse* at ums?
ukbd* at uhidev? reportid ?
wskbd* at ukbd? console ?
# USB serial adpater
ucycom* at uhidev? reportid ?
# USB Generic HID devices
uhid* at uhidev? reportid ?

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.50 2005/07/07 17:05:47 tron Exp $
# $NetBSD: INSTALL,v 1.51 2005/08/05 09:23:16 skrll Exp $
#
# CATSINST -- CHALTECH CATS Install kernel
#
@ -316,6 +316,9 @@ ukphy* at mii? phy ? # generic unknown PHYs
#ukbd* at uhidev? reportid ?
#wskbd* at ukbd? console ?
# USB serial adpater
#ucycom* at uhidev? reportid ?
# USB Generic HID devices
#uhid* at uhidev? reportid ?

View File

@ -1,4 +1,4 @@
# $NetBSD: SMDK2410,v 1.22 2005/07/31 04:04:31 yamt Exp $
# $NetBSD: SMDK2410,v 1.23 2005/08/05 09:23:16 skrll Exp $
#
# SMDK2410 -- Samsung's S3C2410 evaluation board.
#
@ -247,6 +247,9 @@ wsmouse* at ums? mux 0
ukbd* at uhidev? reportid ?
wskbd* at ukbd? console ? mux 1
# USB serial adpater
ucycom* at uhidev? reportid ?
# USB Generic HID devices
uhid* at uhidev? reportid ?

View File

@ -1,4 +1,4 @@
# $NetBSD: TS7200,v 1.17 2005/07/31 04:04:31 yamt Exp $
# $NetBSD: TS7200,v 1.18 2005/08/05 09:23:16 skrll Exp $
#
# GENERIC -- Generic kernel
#
@ -278,6 +278,9 @@ uhidev* at uhub? port ? configuration ? interface ?
ukbd* at uhidev? reportid ?
wskbd* at ukbd? console ? mux 1
# USB serial adpater
ucycom* at uhidev? reportid ?
# USB Generic HID devices
uhid* at uhidev? reportid ?

View File

@ -1,4 +1,4 @@
# $NetBSD: TWINTAIL,v 1.7 2005/07/31 04:04:31 yamt Exp $
# $NetBSD: TWINTAIL,v 1.8 2005/08/05 09:23:16 skrll Exp $
#
# TWINTAIL -- Genetec corp. G4255EB-X002 Evaluation Board Kernel
#
@ -218,6 +218,9 @@ opio0 at obio? intr 2
#ukbd* at uhidev? reportid ?
#wskbd* at ukbd? console ? mux 1
# USB serial adpater
#ucycom* at uhidev? reportid ?
# USB Generic HID devices
# uhid* at uhidev? reportid ?

View File

@ -1,11 +1,11 @@
# $NetBSD: PB1000,v 1.22 2005/07/31 04:04:31 yamt Exp $
# $NetBSD: PB1000,v 1.23 2005/08/05 09:23:16 skrll Exp $
#
# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
# DBAu1000 and DBAu1500 evaluation boards.
include "arch/evbmips/conf/std.pb1000"
#ident "PB1000-$Revision: 1.22 $"
#ident "PB1000-$Revision: 1.23 $"
maxusers 32
@ -163,6 +163,9 @@ wsmouse* at ums? mux 0
ukbd* at uhidev? reportid ?
wskbd* at ukbd? console ? mux 1
# USB serial adpater
ucycom* at uhidev? reportid ?
# USB Generic HID devices
uhid* at uhidev? reportid ?

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.173 2005/07/31 04:04:31 yamt Exp $
# $NetBSD: GENERIC,v 1.174 2005/08/05 09:23:16 skrll Exp $
#
# GENERIC machine description file
#
@ -24,7 +24,7 @@ include "arch/hpcmips/conf/std.hpcmips.tx39"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.173 $"
#ident "GENERIC-$Revision: 1.174 $"
maxusers 16
@ -561,6 +561,9 @@ wsmouse* at ums? mux 0
ukbd* at uhidev? reportid ?
wskbd* at ukbd? console ? mux 1
# USB serial adpater
ucycom* at uhidev? reportid ?
# USB Generic HID devices
uhid* at uhidev? reportid ?

View File

@ -1,5 +1,5 @@
#
# $NetBSD: MPC303,v 1.36 2005/07/31 04:04:31 yamt Exp $
# $NetBSD: MPC303,v 1.37 2005/08/05 09:23:16 skrll Exp $
# From: NetBSD: GENERIC,v 1.91 2001/05/06 14:25:16 takemura Exp
#
# Kernel configuration file for Victor MP-C303; enami's test machine.
@ -9,7 +9,7 @@ include "arch/hpcmips/conf/std.hpcmips"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.36 $"
#ident "GENERIC-$Revision: 1.37 $"
maxusers 16
@ -182,6 +182,9 @@ uhub* at uhub? port ? configuration ? interface ?
#ukbd* at uhidev? reportid ?
#wskbd* at ukbd? console ? mux 1
# USB serial adpater
#ucycom* at uhidev? reportid ?
# USB Generic HID devices
#uhid* at uhidev? reportid ?

View File

@ -1,7 +1,7 @@
#
# Distribution kernel (TOSHIBA TX3922 based model) kernel config file
#
# $NetBSD: TX3922,v 1.67 2005/07/31 04:04:32 yamt Exp $
# $NetBSD: TX3922,v 1.68 2005/08/05 09:23:16 skrll Exp $
#
include "arch/hpcmips/conf/std.hpcmips"
@ -194,6 +194,9 @@ wsmouse* at ums? mux 0
ukbd* at uhidev? reportid ?
wskbd* at ukbd? console ? mux 1
# USB serial adpater
ucycom* at uhidev? reportid ?
# USB Generic HID devices
uhid* at uhidev? reportid ?

View File

@ -1,4 +1,4 @@
# $NetBSD: VR41XX,v 1.28 2005/07/31 04:04:32 yamt Exp $
# $NetBSD: VR41XX,v 1.29 2005/08/05 09:23:16 skrll Exp $
#
# GENERIC machine description file
#
@ -20,7 +20,7 @@
include "arch/hpcmips/conf/std.hpcmips"
include "arch/hpcmips/conf/std.hpcmips.vr41"
#ident "GENERIC-$Revision: 1.28 $"
#ident "GENERIC-$Revision: 1.29 $"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
@ -431,6 +431,9 @@ wsmouse* at ums? mux 0
ukbd* at uhidev? reportid ?
wskbd* at ukbd? console ? mux 1
# USB serial adpater
ucycom* at uhidev? reportid ?
# USB Generic HID devices
uhid* at uhidev? reportid ?

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.692 2005/07/31 04:04:32 yamt Exp $
# $NetBSD: GENERIC,v 1.693 2005/08/05 09:23:16 skrll Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.692 $"
#ident "GENERIC-$Revision: 1.693 $"
maxusers 32 # estimated number of users
@ -958,6 +958,9 @@ wsmouse* at uep? mux 0
ukbd* at uhidev? reportid ?
wskbd* at ukbd? console ? mux 1
# USB serial adpater
ucycom* at uhidev? reportid ?
# USB Generic HID devices
uhid* at uhidev? reportid ?

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC.MPACPI,v 1.39 2005/07/31 04:04:32 yamt Exp $
# $NetBSD: GENERIC.MPACPI,v 1.40 2005/08/05 09:23:16 skrll Exp $
#
# GENERIC.MPACPI -- Generic, plus ACPI Multiprocessor support
#
@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.39 $"
#ident "GENERIC-$Revision: 1.40 $"
maxusers 32 # estimated number of users
@ -912,6 +912,9 @@ wsmouse* at uep? mux 0
ukbd* at uhidev? reportid ?
wskbd* at ukbd? console ? mux 1
# USB serial adpater
ucycom* at uhidev? reportid ?
# USB Generic HID devices
uhid* at uhidev? reportid ?

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC_LAPTOP,v 1.149 2005/07/31 04:04:32 yamt Exp $
# $NetBSD: GENERIC_LAPTOP,v 1.150 2005/08/05 09:23:16 skrll Exp $
# From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp
#
# GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled
@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.149 $"
#ident "GENERIC-$Revision: 1.150 $"
maxusers 32 # estimated number of users
@ -654,6 +654,9 @@ wsmouse* at ums? mux 0
ukbd* at uhidev? reportid ?
wskbd* at ukbd? console ? mux 1
# USB serial adpater
ucycom* at uhidev? reportid ?
# USB Generic HID devices
uhid* at uhidev? reportid ?

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.267 2005/06/29 01:40:17 christos Exp $
# $NetBSD: INSTALL,v 1.268 2005/08/05 09:23:16 skrll Exp $
#
# INSTALL - Installation kernel.
#
@ -652,6 +652,9 @@ uhidev* at uhub? port ? configuration ? interface ?
ukbd* at uhidev? reportid ?
wskbd* at ukbd? console ?
# USB serial adpater
#ucycom* at uhidev? reportid ?
# USB Generic HID devices
#uhid* at uhidev? reportid ?

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL_LAPTOP,v 1.85 2005/06/21 08:19:26 sekiya Exp $
# $NetBSD: INSTALL_LAPTOP,v 1.86 2005/08/05 09:23:16 skrll Exp $
#
# INSTALL - Installation kernel.
#
@ -513,6 +513,9 @@ uhidev* at uhub? port ? configuration ? interface ?
ukbd* at uhidev? reportid ?
wskbd* at ukbd? console ?
# USB serial adpater
ucycom* at uhidev? reportid ?
# USB Generic HID devices
uhid* at uhidev? reportid ?

View File

@ -1,4 +1,4 @@
# $NetBSD: IOPENER,v 1.64 2005/07/31 04:04:32 yamt Exp $
# $NetBSD: IOPENER,v 1.65 2005/08/05 09:23:16 skrll Exp $
#
# IOPENER -- GENERIC-like kernel for the Netpliance i-opener
# from: GENERIC,v 1.358 2000/07/05 04:07:25 sommerfeld Exp
@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "IOPENER-$Revision: 1.64 $"
#ident "IOPENER-$Revision: 1.65 $"
maxusers 32 # estimated number of users
@ -344,6 +344,9 @@ wsmouse* at ums? mux 0
ukbd* at uhidev? reportid ?
wskbd* at ukbd? console ? mux 1
# USB serial adpater
ucycom* at uhidev? reportid ?
# USB Generic HID devices
uhid* at uhidev? reportid ?

View File

@ -1,4 +1,4 @@
# $NetBSD: SWINGER,v 1.69 2005/07/31 04:04:32 yamt Exp $
# $NetBSD: SWINGER,v 1.70 2005/08/05 09:23:17 skrll Exp $
# from NetBSD: GENERIC,v 1.325 2000/04/14 14:53:32 augustss Exp
#
# SWINGER -- thorpej's Abit BP6+dual Celeron
@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "SWINGER-$Revision: 1.69 $"
#ident "SWINGER-$Revision: 1.70 $"
maxusers 64 # estimated number of users
@ -612,6 +612,9 @@ wsmouse* at ums? mux 0
ukbd* at uhidev? reportid ?
wskbd* at ukbd? console ? mux 1
# USB serial adpater
ucycom* at uhidev? reportid ?
# USB Generic HID devices
uhid* at uhidev? reportid ?

View File

@ -1,4 +1,4 @@
# $NetBSD: VIRTUALPC,v 1.25 2005/07/31 04:04:32 yamt Exp $
# $NetBSD: VIRTUALPC,v 1.26 2005/08/05 09:23:17 skrll Exp $
#
# VIRTUALPC machine description file --
#
@ -11,7 +11,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "VIRTUALPC-$Revision: 1.25 $"
#ident "VIRTUALPC-$Revision: 1.26 $"
maxusers 32 # estimated number of users
@ -462,6 +462,9 @@ wsmouse* at ums? mux 0
ukbd* at uhidev? reportid ?
wskbd* at ukbd? console ? mux 1
# USB serial adpater
ucycom* at uhidev? reportid ?
# USB Generic HID devices
uhid* at uhidev? reportid ?

View File

@ -1,4 +1,4 @@
# $NetBSD: XEN0,v 1.8 2005/07/31 04:04:32 yamt Exp $
# $NetBSD: XEN0,v 1.9 2005/08/05 09:23:17 skrll Exp $
include "arch/xen/conf/std.xen"
@ -398,6 +398,9 @@ wsmouse* at uep? mux 0
ukbd* at uhidev? reportid ?
wskbd* at ukbd? console ? mux 1
# USB serial adpater
ucycom* at uhidev? reportid ?
# USB Generic HID devices
uhid* at uhidev? reportid ?

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.15 2005/07/31 04:04:42 yamt Exp $
# $NetBSD: GENERIC,v 1.16 2005/08/05 09:23:17 skrll Exp $
#
# GENERIC -- Generic kernel
#
@ -336,6 +336,9 @@ usb* at uhci?
# ukbd* at uhidev? reportid ?
# wskbd* at ukbd? console ? mux 1
# USB serial adpater
# ucycom* at uhidev? reportid ?
# USB Generic HID devices
# uhid* at uhidev? reportid ?

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.206 2005/07/31 04:04:43 yamt Exp $
# $NetBSD: GENERIC,v 1.207 2005/08/05 09:23:17 skrll 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.206 $"
#ident "GENERIC-$Revision: 1.207 $"
maxusers 32
@ -400,6 +400,8 @@ wsmouse* at ums?
ukbd* at uhidev? reportid ? # USB Keyboards
wskbd* at ukbd? console ?
ucycom* at uhidev? reportid ? # USB serial adpater
uhid* at uhidev? reportid ? # USB Generic HID
ulpt* at uhub? port ? configuration ? interface ? # USB Printer

View File

@ -1,4 +1,4 @@
# $NetBSD: PMPPC,v 1.29 2005/07/31 04:04:43 yamt Exp $
# $NetBSD: PMPPC,v 1.30 2005/08/05 09:23:17 skrll Exp $
#
# PMPPC
#
@ -322,6 +322,9 @@ ums* at uhidev? reportid ?
# USB Keyboards
ukbd* at uhidev? reportid ?
# USB serial adpater
ucycom* at uhidev? reportid ?
# USB Generic HID devices
uhid* at uhidev? reportid ?

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.98 2005/07/31 04:04:43 yamt Exp $
# $NetBSD: GENERIC,v 1.99 2005/08/05 09:23:17 skrll Exp $
#
# GENERIC machine description file
#
@ -24,7 +24,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary
makeoptions COPTS="-Os -mmultiple" # -Os -mmultiple to reduce size.
#ident "GENERIC-$Revision: 1.98 $"
#ident "GENERIC-$Revision: 1.99 $"
maxusers 32
@ -413,6 +413,9 @@ ukphy* at mii? phy ? # generic unknown PHYs
#ukbd* at uhidev? reportid ?
#wskbd* at ukbd? console ? mux 1
# USB serial adpater
#ucycom* at uhidev? reportid ?
# USB Generic HID devices
#uhid* at uhidev? reportid ?

View File

@ -1,4 +1,4 @@
# $NetBSD: NATSUMI,v 1.38 2005/07/31 04:04:43 yamt Exp $
# $NetBSD: NATSUMI,v 1.39 2005/08/05 09:23:17 skrll Exp $
#
# for development
#
@ -305,6 +305,9 @@ wsmouse* at ums? mux 0
ukbd* at uhidev? reportid ?
wskbd* at ukbd? console ? mux 1
# USB serial adpater
ucycom* at uhidev? reportid ?
# USB Generic HID devices
uhid* at uhidev? reportid ?

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC32_IP3x,v 1.31 2005/07/31 04:04:44 yamt Exp $
# $NetBSD: GENERIC32_IP3x,v 1.32 2005/08/05 09:23:17 skrll Exp $
#
# GENERIC32_IP3x machine description file
#
@ -28,7 +28,7 @@ makeoptions TEXTADDR="0x80069000" # entry point
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC32_IP3x-$Revision: 1.31 $"
#ident "GENERIC32_IP3x-$Revision: 1.32 $"
maxusers 32
@ -297,6 +297,9 @@ wsmouse* at ums? mux 0
ukbd* at uhidev? reportid ?
wskbd* at ukbd? console ? mux 1
# USB serial adpater
ucycom* at uhidev? reportid ?
# USB Generic HID devices
uhid* at uhidev? reportid ?

View File

@ -1,10 +1,10 @@
# $NetBSD: GENERIC32,v 1.114 2005/07/31 04:04:46 yamt Exp $
# $NetBSD: GENERIC32,v 1.115 2005/08/05 09:23:17 skrll Exp $
include "arch/sparc64/conf/std.sparc64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.114 $"
#ident "GENERIC-$Revision: 1.115 $"
maxusers 64
@ -536,6 +536,9 @@ wsmouse* at uep? mux 0
ukbd* at uhidev? reportid ?
wskbd* at ukbd? console ? mux 1
# USB serial adpater
ucycom* at uhidev? reportid ?
# USB Generic HID devices
uhid* at uhidev? reportid ?

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.116 2005/07/31 04:04:46 yamt Exp $
# $NetBSD: GENERIC,v 1.117 2005/08/05 09:23:17 skrll Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/x68k/conf/std.x68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.116 $"
#ident "GENERIC-$Revision: 1.117 $"
maxusers 8
@ -338,6 +338,9 @@ bmd* at intio0 addr 0xecebf0 # Nereid
#ukbd* at uhidev? reportid ?
#wskbd* at ukbd? console ? mux 1
# USB serial adpater
#ucycom* at uhidev? reportid ?
# USB Generic HID devices
#uhid* at uhidev? reportid ?