From eb9736c09a12ccccc993198dc93bd97b009d0eb5 Mon Sep 17 00:00:00 2001 From: augustss Date: Tue, 14 Nov 2000 19:52:04 +0000 Subject: [PATCH] Add uscanner. --- sys/arch/alpha/conf/ALPHA | 7 +++++-- sys/arch/alpha/conf/GENERIC | 7 +++++-- sys/arch/hpcmips/conf/TX3922 | 5 ++++- sys/arch/i386/conf/GENERIC | 11 ++++++++--- sys/arch/macppc/conf/GENERIC | 7 +++++-- sys/arch/prep/conf/GENERIC | 7 +++++-- 6 files changed, 32 insertions(+), 12 deletions(-) diff --git a/sys/arch/alpha/conf/ALPHA b/sys/arch/alpha/conf/ALPHA index 6e211e475cf1..dd7526679182 100644 --- a/sys/arch/alpha/conf/ALPHA +++ b/sys/arch/alpha/conf/ALPHA @@ -1,4 +1,4 @@ -# $NetBSD: ALPHA,v 1.132 2000/10/19 14:35:43 ad Exp $ +# $NetBSD: ALPHA,v 1.133 2000/11/14 19:52:04 augustss Exp $ # # Alpha kernel with all the options you'd want, and more. @@ -6,7 +6,7 @@ include "arch/alpha/conf/std.alpha" maxusers 32 -ident "ALPHA-$Revision: 1.132 $" +ident "ALPHA-$Revision: 1.133 $" # CPU Support options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150) @@ -432,6 +432,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 +# USB scanners +uscanner* at uhub? port ? + # USB Generic driver ugen* at uhub? port ? diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 9e316816e11d..53eb671440c8 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.168 2000/10/19 14:35:44 ad Exp $ +# $NetBSD: GENERIC,v 1.169 2000/11/14 19:52:04 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.168 $" +#ident "GENERIC-$Revision: 1.169 $" maxusers 32 @@ -406,6 +406,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 +# USB scanners +uscanner* at uhub? port ? + # USB Generic driver ugen* at uhub? port ? diff --git a/sys/arch/hpcmips/conf/TX3922 b/sys/arch/hpcmips/conf/TX3922 index 29240f6c5e4d..41530cb0db8e 100644 --- a/sys/arch/hpcmips/conf/TX3922 +++ b/sys/arch/hpcmips/conf/TX3922 @@ -1,7 +1,7 @@ # # Distribution kernel (TOSHIBA TX3922 based model) kernel config file # -# $NetBSD: TX3922,v 1.28 2000/10/22 10:42:31 uch Exp $ +# $NetBSD: TX3922,v 1.29 2000/11/14 19:52:05 augustss Exp $ # include "arch/hpcmips/conf/std.hpcmips" @@ -224,6 +224,9 @@ upl* at uhub? port ? uvisor* at uhub? port ? ucom* at uvisor? +# USB scanners +uscanner* at uhub? port ? + # USB Generic driver ugen* at uhub? port ? diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 0187308f1b79..233f17386505 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,11 +1,11 @@ -# $NetBSD: GENERIC,v 1.376 2000/11/08 21:47:25 ad Exp $ +# $NetBSD: GENERIC,v 1.377 2000/11/14 19:52:05 augustss Exp $ # # GENERIC -- everything that's currently supported # include "arch/i386/conf/std.i386" -#ident "GENERIC-$Revision: 1.376 $" +#ident "GENERIC-$Revision: 1.377 $" maxusers 32 # estimated number of users @@ -145,7 +145,7 @@ options SCSIVERBOSE # human readable SCSI error messages options USBVERBOSE # verbose USB device autoconfig messages #options PNPBIOSVERBOSE # verbose PnP BIOS messages #options PNPBIOSDEBUG # more fulsome Pnp BIOS debugging messages -options I2OVERBOSE # verbose I2O driver messages +options I2OVERBOSE # verbose I2O driver messages options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM @@ -379,11 +379,13 @@ lpt2 at isa? port 0x3bc #viapm* at pci? dev ? function ? #viaenv* at viapm? + # I2O devices iop* at pci? dev ? function ? # I/O processor iopsp* at iop? tid ? # SCSI/FC-AL ports lsu* at iop? tid ? # block devices + # SCSI Controllers and Devices # PCI SCSI controllers @@ -700,6 +702,9 @@ urio* at uhub? port ? uvisor* at uhub? port ? ucom* at uvisor? +# USB scanners +uscanner* at uhub? port ? + # USB Generic driver ugen* at uhub? port ? diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 77764fe141c3..ac03a0d90a5e 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,11 +1,11 @@ -# $NetBSD: GENERIC,v 1.82 2000/11/07 17:01:34 matt Exp $ +# $NetBSD: GENERIC,v 1.83 2000/11/14 19:52:05 augustss Exp $ # # GENERIC -- everything that's currently supported # include "arch/macppc/conf/std.macppc" -#ident "GENERIC-$Revision: 1.82 $" +#ident "GENERIC-$Revision: 1.83 $" maxusers 32 @@ -264,6 +264,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 +# USB scanners +uscanner* at uhub? port ? + # USB Generic driver ugen* at uhub? port ? configuration ? interface ? diff --git a/sys/arch/prep/conf/GENERIC b/sys/arch/prep/conf/GENERIC index bfc85c013940..1971ce11762d 100644 --- a/sys/arch/prep/conf/GENERIC +++ b/sys/arch/prep/conf/GENERIC @@ -1,11 +1,11 @@ -# $NetBSD: GENERIC,v 1.12 2000/09/24 15:59:37 jdolecek Exp $ +# $NetBSD: GENERIC,v 1.13 2000/11/14 19:52:05 augustss Exp $ # # GENERIC -- everything that's currently supported # include "arch/prep/conf/std.prep" -#ident "GENERIC-$Revision: 1.12 $" +#ident "GENERIC-$Revision: 1.13 $" maxusers 32 @@ -281,6 +281,9 @@ urio* at uhub? port ? uvisor* at uhub? port ? ucom* at uvisor? +# USB scanners +uscanner* at uhub? port ? + # USB Generic driver ugen* at uhub? port ?