Wed Nov 3 20:09:09 2010 UTC ()
add otus


(christos)
diff -r1.287 -r1.288 src/sys/arch/amd64/conf/GENERIC

cvs diff -r1.287 -r1.288 src/sys/arch/amd64/conf/GENERIC (expand / switch to unified diff)

--- src/sys/arch/amd64/conf/GENERIC 2010/10/24 08:54:14 1.287
+++ src/sys/arch/amd64/conf/GENERIC 2010/11/03 20:09:09 1.288
@@ -1,38 +1,38 @@ @@ -1,38 +1,38 @@
1# $NetBSD: GENERIC,v 1.287 2010/10/24 08:54:14 jruoho Exp $ 1# $NetBSD: GENERIC,v 1.288 2010/11/03 20:09:09 christos Exp $
2# 2#
3# GENERIC machine description file 3# GENERIC machine description file
4# 4#
5# This machine description file is used to generate the default NetBSD 5# This machine description file is used to generate the default NetBSD
6# kernel. The generic kernel does not include all options, subsystems 6# kernel. The generic kernel does not include all options, subsystems
7# and device drivers, but should be useful for most applications. 7# and device drivers, but should be useful for most applications.
8# 8#
9# The machine description file can be customised for your specific 9# The machine description file can be customised for your specific
10# machine to reduce the kernel size and improve its performance. 10# machine to reduce the kernel size and improve its performance.
11# 11#
12# For further information on compiling NetBSD kernels, see the config(8) 12# For further information on compiling NetBSD kernels, see the config(8)
13# man page. 13# man page.
14# 14#
15# For further information on hardware support for this architecture, see 15# For further information on hardware support for this architecture, see
16# the intro(4) man page. For further information about kernel options 16# the intro(4) man page. For further information about kernel options
17# for this architecture, see the options(4) man page. For an explanation 17# for this architecture, see the options(4) man page. For an explanation
18# of each device driver in this file see the section 4 man page for the 18# of each device driver in this file see the section 4 man page for the
19# device. 19# device.
20 20
21include "arch/amd64/conf/std.amd64" 21include "arch/amd64/conf/std.amd64"
22 22
23options INCLUDE_CONFIG_FILE # embed config file in kernel binary 23options INCLUDE_CONFIG_FILE # embed config file in kernel binary
24 24
25#ident "GENERIC-$Revision: 1.287 $" 25#ident "GENERIC-$Revision: 1.288 $"
26 26
27maxusers 64 # estimated number of users 27maxusers 64 # estimated number of users
28 28
29# delay between "rebooting ..." message and hardware reset, in milliseconds 29# delay between "rebooting ..." message and hardware reset, in milliseconds
30#options CPURESET_DELAY=2000 30#options CPURESET_DELAY=2000
31 31
32# This option allows you to force a serial console at the specified 32# This option allows you to force a serial console at the specified
33# I/O address. see console(4) for details. 33# I/O address. see console(4) for details.
34#options CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=57600 34#options CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=57600
35# you don't want the option below ON iff you are using the 35# you don't want the option below ON iff you are using the
36# serial console option of the new boot strap code. 36# serial console option of the new boot strap code.
37#options CONS_OVERRIDE # Always use above! independent of boot info 37#options CONS_OVERRIDE # Always use above! independent of boot info
38 38
@@ -900,26 +900,27 @@ urio* at uhub? port ? @@ -900,26 +900,27 @@ urio* at uhub? port ?
900# USB Handspring Visor 900# USB Handspring Visor
901uvisor* at uhub? port ? 901uvisor* at uhub? port ?
902ucom* at uvisor? 902ucom* at uvisor?
903 903
904# Kyocera AIR-EDGE PHONE 904# Kyocera AIR-EDGE PHONE
905ukyopon* at uhub? port ? 905ukyopon* at uhub? port ?
906ucom* at ukyopon? portno ? 906ucom* at ukyopon? portno ?
907 907
908# USB scanners 908# USB scanners
909uscanner* at uhub? port ? 909uscanner* at uhub? port ?
910 910
911# USB 802.11 adapters 911# USB 802.11 adapters
912atu* at uhub? port ? # Atmel at76c50x 802.11b 912atu* at uhub? port ? # Atmel at76c50x 802.11b
 913otus* at uhub? port ? # Atheros AR9001U
913ral* at uhub? port ? # Ralink Technology RT25x0 802.11a/b/g 914ral* at uhub? port ? # Ralink Technology RT25x0 802.11a/b/g
914rum* at uhub? port ? # Ralink Technology RT2501/RT2601 802.11a/b/g 915rum* at uhub? port ? # Ralink Technology RT2501/RT2601 802.11a/b/g
915zyd* at uhub? port ? # Zydas ZD1211 916zyd* at uhub? port ? # Zydas ZD1211
916 917
917# USB scanners that use SCSI emulation, e.g., HP5300 918# USB scanners that use SCSI emulation, e.g., HP5300
918usscanner* at uhub? port ? 919usscanner* at uhub? port ?
919 920
920# Topfield TF5000PVR range of DVB recorders 921# Topfield TF5000PVR range of DVB recorders
921utoppy* at uhub? port ? 922utoppy* at uhub? port ?
922 923
923# Y@P firmware loader 924# Y@P firmware loader
924uyap* at uhub? port ? 925uyap* at uhub? port ?
925 926