Add uyap.

This commit is contained in:
augustss 2001-01-16 03:38:22 +00:00
parent 6fe782cff1
commit 46130fb7e5
12 changed files with 56 additions and 20 deletions

View File

@ -1,10 +1,10 @@
# $NetBSD: ALPHA,v 1.142 2001/01/10 17:32:08 nathanw Exp $
# $NetBSD: ALPHA,v 1.143 2001/01/16 03:38:22 augustss Exp $
#
# Alpha kernel with all the options you'd want, and more.
include "arch/alpha/conf/std.alpha"
ident "ALPHA-$Revision: 1.142 $"
ident "ALPHA-$Revision: 1.143 $"
maxusers 32
@ -467,6 +467,9 @@ ucom* at uftdi? portno ?
# USB scanners
uscanner* at uhub? port ?
# Y@P firmware loader
uyap* at uhub? port ?
# USB Generic driver
ugen* at uhub? port ?

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.178 2001/01/10 17:32:08 nathanw Exp $
# $NetBSD: GENERIC,v 1.179 2001/01/16 03:38:22 augustss Exp $
#
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
#
@ -6,7 +6,7 @@
include "arch/alpha/conf/std.alpha"
#ident "GENERIC-$Revision: 1.178 $"
#ident "GENERIC-$Revision: 1.179 $"
maxusers 32
@ -427,6 +427,9 @@ ucom* at uftdi? portno ?
# USB scanners
uscanner* at uhub? port ?
# Y@P firmware loader
uyap* at uhub? port ?
# USB Generic driver
ugen* at uhub? port ?

View File

@ -1,4 +1,4 @@
# $NetBSD: CATS,v 1.40 2000/11/13 18:40:34 abs Exp $
# $NetBSD: CATS,v 1.41 2001/01/16 03:38:22 augustss Exp $
#
# CATS -- CHALTECH CATS Development kernel
#
@ -329,6 +329,9 @@ aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
cue* at uhub? port ? # CATC USB-EL1201A based adapters
kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
# Y@P firmware loader
uyap* at uhub? port ?
# USB Generic driver
ugen* at uhub? port ?

View File

@ -1,7 +1,7 @@
#
# Distribution kernel (TOSHIBA TX3922 based model) kernel config file
#
# $NetBSD: TX3922,v 1.30 2001/01/04 07:55:15 sato Exp $
# $NetBSD: TX3922,v 1.31 2001/01/16 03:38:22 augustss Exp $
#
include "arch/hpcmips/conf/std.hpcmips"
@ -227,6 +227,9 @@ ucom* at uvisor?
# USB scanners
uscanner* at uhub? port ?
# Y@P firmware loader
uyap* at uhub? port ?
# USB Generic driver
ugen* at uhub? port ?

View File

@ -1,4 +1,4 @@
# $NetBSD: CARDBUS,v 1.29 2001/01/09 00:47:18 lukem Exp $
# $NetBSD: CARDBUS,v 1.30 2001/01/16 03:38:23 augustss Exp $
#
# CARDBUS: GENERIC + CardBus support. Additionally, some
# things typically not found on laptops have been commented out.
@ -8,7 +8,7 @@
include "arch/i386/conf/std.i386"
#ident "CARDBUS-$Revision: 1.29 $"
#ident "CARDBUS-$Revision: 1.30 $"
maxusers 32 # estimated number of users
@ -713,6 +713,9 @@ ucom* at uvisor?
# USB scanners
uscanner* at uhub? port ?
# Y@P firmware loader
uyap* at uhub? port ?
# USB Generic driver
ugen* at uhub? port ?

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.391 2001/01/11 06:03:21 augustss Exp $
# $NetBSD: GENERIC,v 1.392 2001/01/16 03:38:23 augustss Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/i386/conf/std.i386"
#ident "GENERIC-$Revision: 1.391 $"
#ident "GENERIC-$Revision: 1.392 $"
maxusers 32 # estimated number of users
@ -714,6 +714,9 @@ uscanner* at uhub? port ?
usscanner* at uhub? port ?
scsibus* at usscanner? channel ?
# Y@P firmware loader
uyap* at uhub? port ?
# USB Generic driver
ugen* at uhub? port ?

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC_LAPTOP,v 1.8 2000/12/21 10:36:15 hubertf Exp $
# $NetBSD: GENERIC_LAPTOP,v 1.9 2001/01/16 03:38:23 augustss Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/i386/conf/std.i386"
#ident "GENERIC-$Revision: 1.8 $"
#ident "GENERIC-$Revision: 1.9 $"
maxusers 32 # estimated number of users
@ -555,6 +555,9 @@ urio* at uhub? port ?
uvisor* at uhub? port ?
ucom* at uvisor?
# Y@P firmware loader
uyap* at uhub? port ?
# USB Generic driver
ugen* at uhub? port ?

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC_TINY,v 1.22 2000/10/02 12:22:53 fvdl Exp $
# $NetBSD: GENERIC_TINY,v 1.23 2001/01/16 03:38:23 augustss Exp $
#
# GENERIC_TINY -- suitable default for 4M machines
# No EISA, PCI, or SCSI.
@ -470,6 +470,9 @@ we1 at isa? port 0x300 iomem 0xcc000 irq 10
#cue* at uhub? port ? # CATC USB-EL1201A based adapters
#kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
# Y@P firmware loader
#uyap* at uhub? port ?
# USB Generic driver
#ugen* at uhub? port ?

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.161 2000/11/26 17:44:09 ad Exp $
# $NetBSD: INSTALL,v 1.162 2001/01/16 03:38:23 augustss Exp $
#
# INSTALL - Installation kernel.
#
@ -559,6 +559,9 @@ umass* at uhub? port ? configuration ? interface ?
atapibus* at umass? channel ?
scsibus* at umass? channel ?
# Y@P firmware loader
#uyap* at uhub? port ?
# USB Generic driver
#ugen* at uhub? port ? configuration ? interface ?

View File

@ -1,4 +1,4 @@
# $NetBSD: IOPENER,v 1.11 2000/09/24 15:59:33 jdolecek Exp $
# $NetBSD: IOPENER,v 1.12 2001/01/16 03:38:23 augustss Exp $
#
# IOPENER -- GENERIC-like kernel for the Netpliance i-opener
# from: GENERIC,v 1.358 2000/07/05 04:07:25 sommerfeld Exp
@ -6,7 +6,7 @@
include "arch/i386/conf/std.i386"
#ident "IOPENER-$Revision: 1.11 $"
#ident "IOPENER-$Revision: 1.12 $"
maxusers 32 # estimated number of users
@ -332,6 +332,9 @@ kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
#uvisor* at uhub? port ?
#ucom* at uvisor?
# Y@P firmware loader
uyap* at uhub? port ?
# USB Generic driver
ugen* at uhub? port ?

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.90 2001/01/08 17:35:29 nathanw Exp $
# $NetBSD: GENERIC,v 1.91 2001/01/16 03:38:23 augustss Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/macppc/conf/std.macppc"
#ident "GENERIC-$Revision: 1.90 $"
#ident "GENERIC-$Revision: 1.91 $"
maxusers 32
@ -275,6 +275,9 @@ kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
# USB scanners
uscanner* at uhub? port ?
# Y@P firmware loader
uyap* at uhub? port ?
# USB Generic driver
ugen* at uhub? port ? configuration ? interface ?

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.16 2001/01/05 17:55:38 tsutsui Exp $
# $NetBSD: GENERIC,v 1.17 2001/01/16 03:38:24 augustss Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/prep/conf/std.prep"
#ident "GENERIC-$Revision: 1.16 $"
#ident "GENERIC-$Revision: 1.17 $"
maxusers 32
@ -343,6 +343,9 @@ ukphy* at mii? phy ? # generic unknown PHYs
#uvisor* at uhub? port ?
#ucom* at uvisor?
# Y@P firmware loader
#uyap* at uhub? port ?
# USB Generic driver
#ugen* at uhub? port ?