Sun Mar 7 09:39:44 2010 UTC ()
add uhso(4) device where appropriate
    - follow the lead of other USB driver declarations wrt commented out
    - (cross-)build tested all these kernels


(plunky)
diff -r1.51 -r1.52 src/sys/arch/algor/conf/P4032
diff -r1.58 -r1.59 src/sys/arch/algor/conf/P5064
diff -r1.50 -r1.51 src/sys/arch/algor/conf/P6032
diff -r1.330 -r1.331 src/sys/arch/alpha/conf/GENERIC
diff -r1.270 -r1.271 src/sys/arch/amd64/conf/GENERIC
diff -r1.51 -r1.52 src/sys/arch/amd64/conf/XEN3_DOM0
diff -r1.74 -r1.75 src/sys/arch/cats/conf/INSTALL
diff -r1.16 -r1.17 src/sys/arch/evbarm/conf/HDL_G
diff -r1.12 -r1.13 src/sys/arch/evbarm/conf/MPCSA_GENERIC
diff -r1.39 -r1.40 src/sys/arch/evbarm/conf/SMDK2410
diff -r1.40 -r1.41 src/sys/arch/evbarm/conf/TS7200
diff -r1.32 -r1.33 src/sys/arch/evbarm/conf/TWINTAIL
diff -r1.26 -r1.27 src/sys/arch/evbmips/conf/ALCHEMY
diff -r1.7 -r1.8 src/sys/arch/evbmips/conf/GDIUM
diff -r1.11 -r1.12 src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT
diff -r1.12 -r1.13 src/sys/arch/evbppc/conf/PMPPC
diff -r1.207 -r1.208 src/sys/arch/hpcmips/conf/GENERIC
diff -r1.53 -r1.54 src/sys/arch/hpcmips/conf/MPC303
diff -r1.86 -r1.87 src/sys/arch/hpcmips/conf/TX3922
diff -r1.47 -r1.48 src/sys/arch/hpcmips/conf/VR41XX
diff -r1.57 -r1.58 src/sys/arch/iyonix/conf/GENERIC
diff -r1.22 -r1.23 src/sys/arch/landisk/conf/GENERIC
diff -r1.278 -r1.279 src/sys/arch/macppc/conf/GENERIC
diff -r1.123 -r1.124 src/sys/arch/ofppc/conf/GENERIC
diff -r1.7 -r1.8 src/sys/arch/ofppc/conf/GENERIC.MP
diff -r1.149 -r1.150 src/sys/arch/prep/conf/GENERIC
diff -r1.82 -r1.83 src/sys/arch/sgimips/conf/GENERIC32_IP3x
diff -r1.118 -r1.119 src/sys/arch/sparc64/conf/GENERIC
diff -r1.147 -r1.148 src/sys/arch/x68k/conf/GENERIC

cvs diff -r1.51 -r1.52 src/sys/arch/algor/conf/P4032 (expand / switch to unified diff)

--- src/sys/arch/algor/conf/P4032 2009/03/06 20:31:46 1.51
+++ src/sys/arch/algor/conf/P4032 2010/03/07 09:39:42 1.52
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: P4032,v 1.51 2009/03/06 20:31:46 joerg Exp $ 1# $NetBSD: P4032,v 1.52 2010/03/07 09:39:42 plunky Exp $
2# 2#
3# Algorithmics P-4032 kernel. 3# Algorithmics P-4032 kernel.
4# 4#
5 5
6include "arch/algor/conf/std.algor" 6include "arch/algor/conf/std.algor"
7 7
8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9 9
10#ident "P4032-$Revision: 1.51 $" 10#ident "P4032-$Revision: 1.52 $"
11 11
12maxusers 32 12maxusers 32
13 13
14# Platform Support 14# Platform Support
15options ALGOR_P4032 # Algorithmics P-4032 15options ALGOR_P4032 # Algorithmics P-4032
16#options ALGOR_P5064 # Algorithmics P-5064 16#options ALGOR_P5064 # Algorithmics P-5064
17#options ALGOR_P6032 # Algorithmics P-6032 17#options ALGOR_P6032 # Algorithmics P-6032
18 18
19# Set these to the appropriate values, in case you have a buggy PMON 19# Set these to the appropriate values, in case you have a buggy PMON
20# that doesn't provide environment variables properly. 20# that doesn't provide environment variables properly.
21#options MEMSIZE=48 # memory size, in MB 21#options MEMSIZE=48 # memory size, in MB
22#options ETHADDR="\"00:40:bc:03:00:6c\"" 22#options ETHADDR="\"00:40:bc:03:00:6c\""
23 23
@@ -263,26 +263,29 @@ ukphy* at mii? phy ? # generic unknown @@ -263,26 +263,29 @@ ukphy* at mii? phy ? # generic unknown
263# USB serial adapter 263# USB serial adapter
264#ucycom* at uhidev? reportid ? 264#ucycom* at uhidev? reportid ?
265 265
266# USB Generic HID devices 266# USB Generic HID devices
267#uhid* at uhidev? reportid ? 267#uhid* at uhidev? reportid ?
268 268
269# USB Printer 269# USB Printer
270#ulpt* at uhub? port ? configuration ? interface ? 270#ulpt* at uhub? port ? configuration ? interface ?
271 271
272# USB Modem 272# USB Modem
273#umodem* at uhub? port ? configuration ? 273#umodem* at uhub? port ? configuration ?
274#ucom* at umodem? 274#ucom* at umodem?
275 275
 276# Option N.V. Wireless WAN modems
 277#uhso* at uhub? port ? configuration ?
 278
276# USB Mass Storage 279# USB Mass Storage
277#umass* at uhub? port ? configuration ? interface ? 280#umass* at uhub? port ? configuration ? interface ?
278#atapibus* at umass? 281#atapibus* at umass?
279#scsibus* at umass? channel ? 282#scsibus* at umass? channel ?
280 283
281# USB Ethernet adapters 284# USB Ethernet adapters
282#aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 285#aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
283#axe* at uhub? port ? # ASIX AX88172 based adapters 286#axe* at uhub? port ? # ASIX AX88172 based adapters
284#cue* at uhub? port ? # CATC USB-EL1201A based adapters 287#cue* at uhub? port ? # CATC USB-EL1201A based adapters
285#kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 288#kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
286#url* at uhub? port ? # Realtek RTL8150L based adapters 289#url* at uhub? port ? # Realtek RTL8150L based adapters
287 290
288# Serial adapters 291# Serial adapters

cvs diff -r1.58 -r1.59 src/sys/arch/algor/conf/P5064 (expand / switch to unified diff)

--- src/sys/arch/algor/conf/P5064 2010/02/19 15:25:28 1.58
+++ src/sys/arch/algor/conf/P5064 2010/03/07 09:39:42 1.59
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: P5064,v 1.58 2010/02/19 15:25:28 he Exp $ 1# $NetBSD: P5064,v 1.59 2010/03/07 09:39:42 plunky Exp $
2# 2#
3# Algorithmics P-5064 kernel. 3# Algorithmics P-5064 kernel.
4# 4#
5 5
6include "arch/algor/conf/std.algor" 6include "arch/algor/conf/std.algor"
7 7
8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9 9
10#ident "P5064-$Revision: 1.58 $" 10#ident "P5064-$Revision: 1.59 $"
11 11
12maxusers 32 12maxusers 32
13 13
14# Platform Support 14# Platform Support
15#options ALGOR_P4032 # Algorithmics P-4032 15#options ALGOR_P4032 # Algorithmics P-4032
16options ALGOR_P5064 # Algorithmics P-5064 16options ALGOR_P5064 # Algorithmics P-5064
17#options ALGOR_P6032 # Algorithmics P-6032 17#options ALGOR_P6032 # Algorithmics P-6032
18 18
19# Standard system options 19# Standard system options
20options KTRACE # System call tracing support 20options KTRACE # System call tracing support
21options NTP # kernel PLL for NTP 21options NTP # kernel PLL for NTP
22 22
23# Diagnostic/debugging support options 23# Diagnostic/debugging support options
@@ -327,26 +327,29 @@ fd* at fdc? drive ? @@ -327,26 +327,29 @@ fd* at fdc? drive ?
327# USB serial adapter 327# USB serial adapter
328#ucycom* at uhidev? reportid ? 328#ucycom* at uhidev? reportid ?
329 329
330# USB Generic HID devices 330# USB Generic HID devices
331#uhid* at uhidev? reportid ? 331#uhid* at uhidev? reportid ?
332 332
333# USB Printer 333# USB Printer
334#ulpt* at uhub? port ? configuration ? interface ? 334#ulpt* at uhub? port ? configuration ? interface ?
335 335
336# USB Modem 336# USB Modem
337#umodem* at uhub? port ? configuration ? 337#umodem* at uhub? port ? configuration ?
338#ucom* at umodem? 338#ucom* at umodem?
339 339
 340# Option N.V. Wireless WAN modems
 341#uhso* at uhub? port ? configuration ?
 342
340# USB Mass Storage 343# USB Mass Storage
341#umass* at uhub? port ? configuration ? interface ? 344#umass* at uhub? port ? configuration ? interface ?
342#atapibus* at umass? 345#atapibus* at umass?
343#scsibus* at umass? channel ? 346#scsibus* at umass? channel ?
344 347
345# USB Ethernet adapters 348# USB Ethernet adapters
346#aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 349#aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
347#axe* at uhub? port ? # ASIX AX88172 based adapters 350#axe* at uhub? port ? # ASIX AX88172 based adapters
348#cue* at uhub? port ? # CATC USB-EL1201A based adapters 351#cue* at uhub? port ? # CATC USB-EL1201A based adapters
349#kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 352#kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
350#url* at uhub? port ? # Realtek RTL8150L based adapters 353#url* at uhub? port ? # Realtek RTL8150L based adapters
351 354
352# Serial adapters 355# Serial adapters

cvs diff -r1.50 -r1.51 src/sys/arch/algor/conf/P6032 (expand / switch to unified diff)

--- src/sys/arch/algor/conf/P6032 2009/03/06 20:31:46 1.50
+++ src/sys/arch/algor/conf/P6032 2010/03/07 09:39:42 1.51
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: P6032,v 1.50 2009/03/06 20:31:46 joerg Exp $ 1# $NetBSD: P6032,v 1.51 2010/03/07 09:39:42 plunky Exp $
2# 2#
3# Algorithmics P-6032 kernel. 3# Algorithmics P-6032 kernel.
4# 4#
5 5
6include "arch/algor/conf/std.algor" 6include "arch/algor/conf/std.algor"
7 7
8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9 9
10#ident "P6032-$Revision: 1.50 $" 10#ident "P6032-$Revision: 1.51 $"
11 11
12maxusers 32 12maxusers 32
13 13
14# Platform Support 14# Platform Support
15#options ALGOR_P4032 # Algorithmics P-4032 15#options ALGOR_P4032 # Algorithmics P-4032
16#options ALGOR_P5064 # Algorithmics P-5064 16#options ALGOR_P5064 # Algorithmics P-5064
17options ALGOR_P6032 # Algorithmics P-6032 17options ALGOR_P6032 # Algorithmics P-6032
18 18
19# Standard system options 19# Standard system options
20options KTRACE # System call tracing support 20options KTRACE # System call tracing support
21options NTP # kernel PLL for NTP 21options NTP # kernel PLL for NTP
22 22
23# Diagnostic/debugging support options 23# Diagnostic/debugging support options
@@ -332,26 +332,29 @@ fd* at fdc? drive ? @@ -332,26 +332,29 @@ fd* at fdc? drive ?
332# USB serial adapter 332# USB serial adapter
333#ucycom* at uhidev? reportid ? 333#ucycom* at uhidev? reportid ?
334 334
335# USB Generic HID devices 335# USB Generic HID devices
336#uhid* at uhidev? reportid ? 336#uhid* at uhidev? reportid ?
337 337
338# USB Printer 338# USB Printer
339#ulpt* at uhub? port ? configuration ? interface ? 339#ulpt* at uhub? port ? configuration ? interface ?
340 340
341# USB Modem 341# USB Modem
342#umodem* at uhub? port ? configuration ? 342#umodem* at uhub? port ? configuration ?
343#ucom* at umodem? 343#ucom* at umodem?
344 344
 345# Option N.V. Wireless WAN modems
 346#uhso* at uhub? port ? configuration ?
 347
345# USB Mass Storage 348# USB Mass Storage
346#umass* at uhub? port ? configuration ? interface ? 349#umass* at uhub? port ? configuration ? interface ?
347#atapibus* at umass? 350#atapibus* at umass?
348#scsibus* at umass? channel ? 351#scsibus* at umass? channel ?
349 352
350# USB Ethernet adapters 353# USB Ethernet adapters
351#aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 354#aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
352#axe* at uhub? port ? # ASIX AX88172 based adapters 355#axe* at uhub? port ? # ASIX AX88172 based adapters
353#cue* at uhub? port ? # CATC USB-EL1201A based adapters 356#cue* at uhub? port ? # CATC USB-EL1201A based adapters
354#kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 357#kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
355#url* at uhub? port ? # Realtek RTL8150L based adapters 358#url* at uhub? port ? # Realtek RTL8150L based adapters
356 359
357# Serial adapters 360# Serial adapters

cvs diff -r1.330 -r1.331 src/sys/arch/alpha/conf/GENERIC (expand / switch to unified diff)

--- src/sys/arch/alpha/conf/GENERIC 2009/12/05 20:11:03 1.330
+++ src/sys/arch/alpha/conf/GENERIC 2010/03/07 09:39:42 1.331
@@ -1,35 +1,35 @@ @@ -1,35 +1,35 @@
1# $NetBSD: GENERIC,v 1.330 2009/12/05 20:11:03 pooka Exp $ 1# $NetBSD: GENERIC,v 1.331 2010/03/07 09:39:42 plunky Exp $
2# 2#
3# This machine description file is used to generate the default NetBSD 3# This machine description file is used to generate the default NetBSD
4# kernel. 4# kernel.
5# 5#
6# The machine description file can be customised for your specific 6# The machine description file can be customised for your specific
7# machine to reduce the kernel size and improve its performance. 7# machine to reduce the kernel size and improve its performance.
8# 8#
9# For further information on compiling NetBSD kernels, see the config(8) 9# For further information on compiling NetBSD kernels, see the config(8)
10# man page. 10# man page.
11# 11#
12# For further information on hardware support for this architecture, see 12# For further information on hardware support for this architecture, see
13# the intro(4) man page. For further information about kernel options 13# the intro(4) man page. For further information about kernel options
14# for this architecture, see the options(4) man page. For an explanation 14# for this architecture, see the options(4) man page. For an explanation
15# of each device driver in this file see the section 4 man page for the 15# of each device driver in this file see the section 4 man page for the
16# device. 16# device.
17 17
18include "arch/alpha/conf/std.alpha" 18include "arch/alpha/conf/std.alpha"
19 19
20options INCLUDE_CONFIG_FILE # embed config file in kernel binary 20options INCLUDE_CONFIG_FILE # embed config file in kernel binary
21 21
22ident "GENERIC-$Revision: 1.330 $" 22ident "GENERIC-$Revision: 1.331 $"
23 23
24maxusers 32 24maxusers 32
25 25
26# CPU Support 26# CPU Support
27options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150) 27options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150)
28options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc. 28options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc.
29options DEC_2100_A500 # Sable: AlphaServer 2100 29options DEC_2100_A500 # Sable: AlphaServer 2100
30options DEC_2100A_A500 # Lynx: AlphaServer 2100A 30options DEC_2100A_A500 # Lynx: AlphaServer 2100A
31options DEC_3000_500 # Flamingo etc: 3000/[4-9]00* 31options DEC_3000_500 # Flamingo etc: 3000/[4-9]00*
32options DEC_3000_300 # Pelican etc: 3000/300* 32options DEC_3000_300 # Pelican etc: 3000/300*
33options DEC_AXPPCI_33 # NoName: AXPpci33, Multia, etc. 33options DEC_AXPPCI_33 # NoName: AXPpci33, Multia, etc.
34options DEC_EB164 # EB164: AlphaPC 164 34options DEC_EB164 # EB164: AlphaPC 164
35options DEC_EB64PLUS # EB64+: AlphaPC 64, etc. 35options DEC_EB64PLUS # EB64+: AlphaPC 64, etc.
@@ -565,26 +565,29 @@ options WSDISPLAY_COMPAT_RAWKBD @@ -565,26 +565,29 @@ options WSDISPLAY_COMPAT_RAWKBD
565# USB serial adapter 565# USB serial adapter
566ucycom* at uhidev? reportid ? 566ucycom* at uhidev? reportid ?
567 567
568# USB Generic HID devices 568# USB Generic HID devices
569uhid* at uhidev? reportid ? 569uhid* at uhidev? reportid ?
570 570
571# USB Printer 571# USB Printer
572ulpt* at uhub? port ? configuration ? interface ? 572ulpt* at uhub? port ? configuration ? interface ?
573 573
574# USB Modem 574# USB Modem
575umodem* at uhub? port ? configuration ? 575umodem* at uhub? port ? configuration ?
576ucom* at umodem? 576ucom* at umodem?
577 577
 578# Option N.V. Wireless WAN modems
 579uhso* at uhub? port ? configuration ?
 580
578# USB Mass Storage 581# USB Mass Storage
579umass* at uhub? port ? configuration ? interface ? 582umass* at uhub? port ? configuration ? interface ?
580 583
581# USB audio 584# USB audio
582uaudio* at uhub? port ? configuration ?  585uaudio* at uhub? port ? configuration ?
583 586
584# USB MIDI  587# USB MIDI
585umidi* at uhub? port ? configuration ? 588umidi* at uhub? port ? configuration ?
586 589
587# USB IrDA 590# USB IrDA
588# USB-IrDA bridge spec 591# USB-IrDA bridge spec
589uirda* at uhub? port ? configuration ? interface ? 592uirda* at uhub? port ? configuration ? interface ?
590irframe* at uirda?  593irframe* at uirda?

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

--- src/sys/arch/amd64/conf/GENERIC 2010/03/06 04:28:53 1.270
+++ src/sys/arch/amd64/conf/GENERIC 2010/03/07 09:39:42 1.271
@@ -1,38 +1,38 @@ @@ -1,38 +1,38 @@
1# $NetBSD: GENERIC,v 1.270 2010/03/06 04:28:53 cnst Exp $ 1# $NetBSD: GENERIC,v 1.271 2010/03/07 09:39:42 plunky 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.270 $" 25#ident "GENERIC-$Revision: 1.271 $"
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
@@ -807,26 +807,29 @@ ucycom* at uhidev? reportid ? @@ -807,26 +807,29 @@ ucycom* at uhidev? reportid ?
807uhid* at uhidev? reportid ? 807uhid* at uhidev? reportid ?
808 808
809# USB LCDs and USB-VGA adaptors 809# USB LCDs and USB-VGA adaptors
810udl* at uhub? port ? # DisplayLink DL-1x0/1x5 810udl* at uhub? port ? # DisplayLink DL-1x0/1x5
811wsdisplay* at udl? 811wsdisplay* at udl?
812 812
813# USB Printer 813# USB Printer
814ulpt* at uhub? port ? configuration ? interface ? 814ulpt* at uhub? port ? configuration ? interface ?
815 815
816# USB Modem 816# USB Modem
817umodem* at uhub? port ? configuration ? 817umodem* at uhub? port ? configuration ?
818ucom* at umodem? 818ucom* at umodem?
819 819
 820# Option N.V. Wireless WAN modems
 821uhso* at uhub? port ? configuration ?
 822
820# USB Mass Storage 823# USB Mass Storage
821umass* at uhub? port ? configuration ? interface ? 824umass* at uhub? port ? configuration ? interface ?
822wd* at umass? 825wd* at umass?
823 826
824# USB audio 827# USB audio
825uaudio* at uhub? port ? configuration ? 828uaudio* at uhub? port ? configuration ?
826 829
827# USB MIDI 830# USB MIDI
828umidi* at uhub? port ? configuration ? 831umidi* at uhub? port ? configuration ?
829 832
830# USB IrDA 833# USB IrDA
831# USB-IrDA bridge spec 834# USB-IrDA bridge spec
832uirda* at uhub? port ? configuration ? interface ? 835uirda* at uhub? port ? configuration ? interface ?

cvs diff -r1.51 -r1.52 src/sys/arch/amd64/conf/XEN3_DOM0 (expand / switch to unified diff)

--- src/sys/arch/amd64/conf/XEN3_DOM0 2010/03/06 04:28:54 1.51
+++ src/sys/arch/amd64/conf/XEN3_DOM0 2010/03/07 09:39:42 1.52
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: XEN3_DOM0,v 1.51 2010/03/06 04:28:54 cnst Exp $ 1# $NetBSD: XEN3_DOM0,v 1.52 2010/03/07 09:39:42 plunky Exp $
2 2
3include "arch/amd64/conf/std.xen" 3include "arch/amd64/conf/std.xen"
4 4
5options INCLUDE_CONFIG_FILE # embed config file in kernel binary 5options INCLUDE_CONFIG_FILE # embed config file in kernel binary
6 6
7#options UVMHIST 7#options UVMHIST
8#options UVMHIST_PRINT 8#options UVMHIST_PRINT
9#options SYSCALL_DEBUG 9#options SYSCALL_DEBUG
10 10
11maxusers 32 # estimated number of users 11maxusers 32 # estimated number of users
12 12
13# 13#
14options DOM0OPS 14options DOM0OPS
@@ -561,26 +561,29 @@ wskbd* at ukbd? console ? mux 1 @@ -561,26 +561,29 @@ wskbd* at ukbd? console ? mux 1
561# USB serial adapter 561# USB serial adapter
562ucycom* at uhidev? reportid ? 562ucycom* at uhidev? reportid ?
563 563
564# USB Generic HID devices 564# USB Generic HID devices
565uhid* at uhidev? reportid ? 565uhid* at uhidev? reportid ?
566 566
567# USB Printer 567# USB Printer
568ulpt* at uhub? port ? configuration ? interface ? 568ulpt* at uhub? port ? configuration ? interface ?
569 569
570# USB Modem 570# USB Modem
571umodem* at uhub? port ? configuration ? 571umodem* at uhub? port ? configuration ?
572ucom* at umodem? 572ucom* at umodem?
573 573
 574# Option N.V. Wireless WAN modems
 575uhso* at uhub? port ? configuration ?
 576
574# USB Mass Storage 577# USB Mass Storage
575umass* at uhub? port ? configuration ? interface ? 578umass* at uhub? port ? configuration ? interface ?
576wd* at umass? 579wd* at umass?
577 580
578# USB audio 581# USB audio
579uaudio* at uhub? port ? configuration ? 582uaudio* at uhub? port ? configuration ?
580 583
581# USB MIDI 584# USB MIDI
582umidi* at uhub? port ? configuration ? 585umidi* at uhub? port ? configuration ?
583 586
584# USB IrDA 587# USB IrDA
585# USB-IrDA bridge spec 588# USB-IrDA bridge spec
586uirda* at uhub? port ? configuration ? interface ? 589uirda* at uhub? port ? configuration ? interface ?

cvs diff -r1.74 -r1.75 src/sys/arch/cats/conf/INSTALL (expand / switch to unified diff)

--- src/sys/arch/cats/conf/INSTALL 2009/12/05 20:11:10 1.74
+++ src/sys/arch/cats/conf/INSTALL 2010/03/07 09:39:42 1.75
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: INSTALL,v 1.74 2009/12/05 20:11:10 pooka Exp $ 1# $NetBSD: INSTALL,v 1.75 2010/03/07 09:39:42 plunky Exp $
2# 2#
3# CATSINST -- CHALTECH CATS Install kernel 3# CATSINST -- CHALTECH CATS Install kernel
4# 4#
5 5
6include "arch/cats/conf/std.cats" 6include "arch/cats/conf/std.cats"
7 7
8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9 9
10# estimated number of users 10# estimated number of users
11 11
12maxusers 8 12maxusers 8
13 13
14# Standard system options 14# Standard system options
@@ -312,26 +312,29 @@ ukphy* at mii? phy ? # generic unknown @@ -312,26 +312,29 @@ ukphy* at mii? phy ? # generic unknown
312# USB serial adapter 312# USB serial adapter
313#ucycom* at uhidev? reportid ? 313#ucycom* at uhidev? reportid ?
314 314
315# USB Generic HID devices 315# USB Generic HID devices
316#uhid* at uhidev? reportid ? 316#uhid* at uhidev? reportid ?
317 317
318# USB Printer 318# USB Printer
319#ulpt* at uhub? port ? configuration ? interface ? 319#ulpt* at uhub? port ? configuration ? interface ?
320 320
321# USB Modem 321# USB Modem
322#umodem* at uhub? port ? configuration ? 322#umodem* at uhub? port ? configuration ?
323#ucom* at umodem? 323#ucom* at umodem?
324 324
 325# Option N.V. Wireless WAN modems
 326#uhso* at uhub? port ? configuration ?
 327
325# USB Mass Storage 328# USB Mass Storage
326#umass* at uhub? port ? configuration ? interface ? 329#umass* at uhub? port ? configuration ? interface ?
327#atapibus* at umass? 330#atapibus* at umass?
328#scsibus* at umass? channel ? 331#scsibus* at umass? channel ?
329 332
330# USB audio 333# USB audio
331#uaudio* at uhub? port ? configuration ? 334#uaudio* at uhub? port ? configuration ?
332#audio* at uaudio? 335#audio* at uaudio?
333 336
334# USB Ethernet adapters 337# USB Ethernet adapters
335#aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 338#aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
336#axe* at uhub? port ? # ASIX AX88172 based adapters 339#axe* at uhub? port ? # ASIX AX88172 based adapters
337#cue* at uhub? port ? # CATC USB-EL1201A based adapters 340#cue* at uhub? port ? # CATC USB-EL1201A based adapters

cvs diff -r1.16 -r1.17 src/sys/arch/evbarm/conf/HDL_G (expand / switch to unified diff)

--- src/sys/arch/evbarm/conf/HDL_G 2009/12/05 20:11:11 1.16
+++ src/sys/arch/evbarm/conf/HDL_G 2010/03/07 09:39:42 1.17
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: HDL_G,v 1.16 2009/12/05 20:11:11 pooka Exp $ 1# $NetBSD: HDL_G,v 1.17 2010/03/07 09:39:42 plunky Exp $
2# 2#
3# HDL_G -- I-O DATA HDL-G Kernel 3# HDL_G -- I-O DATA HDL-G Kernel
4# 4#
5 5
6include "arch/evbarm/conf/std.hdl_g" 6include "arch/evbarm/conf/std.hdl_g"
7 7
8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9 9
10maxusers 32 # estimated number of users 10maxusers 32 # estimated number of users
11 11
12# CPU options 12# CPU options
13 13
14# For XScale systems 14# For XScale systems
@@ -282,26 +282,29 @@ wskbd* at ukbd? console ? mux 1 @@ -282,26 +282,29 @@ wskbd* at ukbd? console ? mux 1
282# USB serial adapter 282# USB serial adapter
283ucycom* at uhidev? reportid ? 283ucycom* at uhidev? reportid ?
284 284
285# USB Generic HID devices 285# USB Generic HID devices
286uhid* at uhidev? reportid ? 286uhid* at uhidev? reportid ?
287 287
288# USB Printer 288# USB Printer
289ulpt* at uhub? port ? configuration ? interface ? 289ulpt* at uhub? port ? configuration ? interface ?
290 290
291# USB Modem 291# USB Modem
292umodem* at uhub? port ? configuration ? 292umodem* at uhub? port ? configuration ?
293ucom* at umodem? 293ucom* at umodem?
294 294
 295# Option N.V. Wireless WAN modems
 296uhso* at uhub? port ? configuration ?
 297
295# USB Mass Storage 298# USB Mass Storage
296umass* at uhub? port ? configuration ? interface ? 299umass* at uhub? port ? configuration ? interface ?
297wd* at umass? 300wd* at umass?
298 301
299# USB audio 302# USB audio
300uaudio* at uhub? port ? configuration ? 303uaudio* at uhub? port ? configuration ?
301 304
302# USB MIDI 305# USB MIDI
303umidi* at uhub? port ? configuration ? 306umidi* at uhub? port ? configuration ?
304 307
305# USB IrDA 308# USB IrDA
306# USB-IrDA bridge spec 309# USB-IrDA bridge spec
307uirda* at uhub? port ? configuration ? interface ? 310uirda* at uhub? port ? configuration ? interface ?

cvs diff -r1.12 -r1.13 src/sys/arch/evbarm/conf/MPCSA_GENERIC (expand / switch to unified diff)

--- src/sys/arch/evbarm/conf/MPCSA_GENERIC 2009/12/23 01:04:46 1.12
+++ src/sys/arch/evbarm/conf/MPCSA_GENERIC 2010/03/07 09:39:42 1.13
@@ -1,38 +1,38 @@ @@ -1,38 +1,38 @@
1# $NetBSD: MPCSA_GENERIC,v 1.12 2009/12/23 01:04:46 pooka Exp $ 1# $NetBSD: MPCSA_GENERIC,v 1.13 2010/03/07 09:39:42 plunky 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/evbarm/conf/std.mpcsa" 21include "arch/evbarm/conf/std.mpcsa"
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.12 $" 25#ident "GENERIC-$Revision: 1.13 $"
26 26
27maxusers 32 # estimated number of users 27maxusers 32 # estimated number of users
28 28
29# CPU support. 29# CPU support.
30options CPU_ARM9 # Support the ARM9TDMI core 30options CPU_ARM9 # Support the ARM9TDMI core
31makeoptions CPUFLAGS="-mtune=arm920t -mcpu=arm920t" 31makeoptions CPUFLAGS="-mtune=arm920t -mcpu=arm920t"
32 32
33# CPU-related options. 33# CPU-related options.
34#options MATH_EMULATE # floating point emulation 34#options MATH_EMULATE # floating point emulation
35 35
36# doesn't work with MP just yet.. 36# doesn't work with MP just yet..
37#options PERFCTRS # performance-monitoring counters support 37#options PERFCTRS # performance-monitoring counters support
38 38
@@ -480,26 +480,29 @@ uhub* at uhub? port ? configuration ? in @@ -480,26 +480,29 @@ uhub* at uhub? port ? configuration ? in
480# USB serial adapter 480# USB serial adapter
481#ucycom* at uhidev? reportid ? 481#ucycom* at uhidev? reportid ?
482 482
483# USB Generic HID devices 483# USB Generic HID devices
484#uhid* at uhidev? reportid ? 484#uhid* at uhidev? reportid ?
485 485
486# USB Printer 486# USB Printer
487#ulpt* at uhub? port ? configuration ? interface ? 487#ulpt* at uhub? port ? configuration ? interface ?
488 488
489# USB Modem 489# USB Modem
490#umodem* at uhub? port ? configuration ? 490#umodem* at uhub? port ? configuration ?
491#ucom* at umodem? 491#ucom* at umodem?
492 492
 493# Option N.V. Wireless WAN modems
 494#uhso* at uhub? port ? configuration ?
 495
493# USB Mass Storage 496# USB Mass Storage
494umass* at uhub? port ? configuration ? interface ? 497umass* at uhub? port ? configuration ? interface ?
495wd* at umass? 498wd* at umass?
496 499
497# USB audio 500# USB audio
498#uaudio* at uhub? port ? configuration ? 501#uaudio* at uhub? port ? configuration ?
499 502
500# USB MIDI 503# USB MIDI
501#umidi* at uhub? port ? configuration ? 504#umidi* at uhub? port ? configuration ?
502 505
503# USB IrDA 506# USB IrDA
504# USB-IrDA bridge spec 507# USB-IrDA bridge spec
505#uirda* at uhub? port ? configuration ? interface ? 508#uirda* at uhub? port ? configuration ? interface ?

cvs diff -r1.39 -r1.40 src/sys/arch/evbarm/conf/SMDK2410 (expand / switch to unified diff)

--- src/sys/arch/evbarm/conf/SMDK2410 2009/12/05 20:11:11 1.39
+++ src/sys/arch/evbarm/conf/SMDK2410 2010/03/07 09:39:42 1.40
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: SMDK2410,v 1.39 2009/12/05 20:11:11 pooka Exp $ 1# $NetBSD: SMDK2410,v 1.40 2010/03/07 09:39:42 plunky Exp $
2# 2#
3# SMDK2410 -- Samsung's S3C2410 evaluation board. 3# SMDK2410 -- Samsung's S3C2410 evaluation board.
4# 4#
5 5
6include "arch/evbarm/conf/std.smdk2410" 6include "arch/evbarm/conf/std.smdk2410"
7 7
8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9 9
10# Enable the hooks used for initializing the root memory-disk. 10# Enable the hooks used for initializing the root memory-disk.
11#options MEMORY_DISK_HOOKS 11#options MEMORY_DISK_HOOKS
12#options MEMORY_DISK_DYNAMIC 12#options MEMORY_DISK_DYNAMIC
13#options MEMORY_DISK_IS_ROOT # force root on memory disk 13#options MEMORY_DISK_IS_ROOT # force root on memory disk
14#options MEMORY_DISK_SERVER=0 # no userspace memory disk support 14#options MEMORY_DISK_SERVER=0 # no userspace memory disk support
@@ -247,26 +247,29 @@ wskbd* at ukbd? console ? mux 1 @@ -247,26 +247,29 @@ wskbd* at ukbd? console ? mux 1
247# USB serial adapter 247# USB serial adapter
248ucycom* at uhidev? reportid ? 248ucycom* at uhidev? reportid ?
249 249
250# USB Generic HID devices 250# USB Generic HID devices
251uhid* at uhidev? reportid ? 251uhid* at uhidev? reportid ?
252 252
253# USB Printer 253# USB Printer
254ulpt* at uhub? port ? configuration ? interface ? 254ulpt* at uhub? port ? configuration ? interface ?
255 255
256# USB Modem 256# USB Modem
257umodem* at uhub? port ? configuration ? 257umodem* at uhub? port ? configuration ?
258ucom* at umodem? 258ucom* at umodem?
259 259
 260# Option N.V. Wireless WAN modems
 261uhso* at uhub? port ? configuration ?
 262
260# USB Mass Storage 263# USB Mass Storage
261umass* at uhub? port ? configuration ? interface ? 264umass* at uhub? port ? configuration ? interface ?
262wd* at umass? 265wd* at umass?
263 266
264# USB audio 267# USB audio
265uaudio* at uhub? port ? configuration ? 268uaudio* at uhub? port ? configuration ?
266 269
267# USB MIDI 270# USB MIDI
268umidi* at uhub? port ? configuration ? 271umidi* at uhub? port ? configuration ?
269 272
270# USB IrDA 273# USB IrDA
271# USB-IrDA bridge spec 274# USB-IrDA bridge spec
272uirda* at uhub? port ? configuration ? interface ? 275uirda* at uhub? port ? configuration ? interface ?

cvs diff -r1.40 -r1.41 src/sys/arch/evbarm/conf/TS7200 (expand / switch to unified diff)

--- src/sys/arch/evbarm/conf/TS7200 2009/12/05 20:11:11 1.40
+++ src/sys/arch/evbarm/conf/TS7200 2010/03/07 09:39:42 1.41
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: TS7200,v 1.40 2009/12/05 20:11:11 pooka Exp $ 1# $NetBSD: TS7200,v 1.41 2010/03/07 09:39:42 plunky Exp $
2# 2#
3# TS7200 - Kernel for Technologic Systems TS7200 ARM hardware 3# TS7200 - Kernel for Technologic Systems TS7200 ARM hardware
4# 4#
5# Note - the kernel size for this hardware has two limitations: 5# Note - the kernel size for this hardware has two limitations:
6# 6#
7# 1) The total size of the kernel (text, data, and bss) must fit 7# 1) The total size of the kernel (text, data, and bss) must fit
8# within 8MB. This is mainly an issue for the INSTALL kernel 8# within 8MB. This is mainly an issue for the INSTALL kernel
9# (TS7200_INSTALL) 9# (TS7200_INSTALL)
10# 2) If you wish to install this kernel in flash, the compressed size 10# 2) If you wish to install this kernel in flash, the compressed size
11# (including the gunzip booter) must fit within 1441792 bytes. 11# (including the gunzip booter) must fit within 1441792 bytes.
12# 12#
13# If you add new devices to this kernel, please check these limitations. 13# If you add new devices to this kernel, please check these limitations.
14# 14#
@@ -305,26 +305,29 @@ uhub* at uhub? port ? @@ -305,26 +305,29 @@ uhub* at uhub? port ?
305# USB serial adapter 305# USB serial adapter
306#ucycom* at uhidev? reportid ? 306#ucycom* at uhidev? reportid ?
307 307
308# USB Generic HID devices 308# USB Generic HID devices
309#uhid* at uhidev? reportid ? 309#uhid* at uhidev? reportid ?
310 310
311# USB Printer 311# USB Printer
312#ulpt* at uhub? port ? configuration ? interface ? 312#ulpt* at uhub? port ? configuration ? interface ?
313 313
314# USB Modem 314# USB Modem
315#umodem* at uhub? port ? configuration ? 315#umodem* at uhub? port ? configuration ?
316#ucom* at umodem? 316#ucom* at umodem?
317 317
 318# Option N.V. Wireless WAN modems
 319#uhso* at uhub? port ? configuration ?
 320
318# USB Mass Storage 321# USB Mass Storage
319#umass* at uhub? port ? configuration ? interface ? 322#umass* at uhub? port ? configuration ? interface ?
320#scsibus* at umass? 323#scsibus* at umass?
321# SCSI devices 324# SCSI devices
322#sd* at scsibus? target ? lun ? # SCSI disk drives 325#sd* at scsibus? target ? lun ? # SCSI disk drives
323#st* at scsibus? target ? lun ? # SCSI tape drives 326#st* at scsibus? target ? lun ? # SCSI tape drives
324#cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 327#cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
325#ch* at scsibus? target ? lun ? # SCSI autochangers 328#ch* at scsibus? target ? lun ? # SCSI autochangers
326#ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices 329#ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices
327#ss* at scsibus? target ? lun ? # SCSI scanners 330#ss* at scsibus? target ? lun ? # SCSI scanners
328#uk* at scsibus? target ? lun ? # SCSI unknown 331#uk* at scsibus? target ? lun ? # SCSI unknown
329 332
330# wd* at umass? 333# wd* at umass?

cvs diff -r1.32 -r1.33 src/sys/arch/evbarm/conf/TWINTAIL (expand / switch to unified diff)

--- src/sys/arch/evbarm/conf/TWINTAIL 2009/12/05 20:11:11 1.32
+++ src/sys/arch/evbarm/conf/TWINTAIL 2010/03/07 09:39:42 1.33
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: TWINTAIL,v 1.32 2009/12/05 20:11:11 pooka Exp $ 1# $NetBSD: TWINTAIL,v 1.33 2010/03/07 09:39:42 plunky Exp $
2# 2#
3# TWINTAIL -- Genetec corp. G4255EB-X002 Evaluation Board Kernel 3# TWINTAIL -- Genetec corp. G4255EB-X002 Evaluation Board Kernel
4# 4#
5 5
6include "arch/evbarm/conf/std.g42xxeb" 6include "arch/evbarm/conf/std.g42xxeb"
7 7
8# estimated number of users 8# estimated number of users
9 9
10maxusers 32 10maxusers 32
11 11
12options VERBOSE_ARM32 12options VERBOSE_ARM32
13#options INTR_DEBUG 13#options INTR_DEBUG
14#options BOOTHOWTO=RB_SINGLE 14#options BOOTHOWTO=RB_SINGLE
@@ -217,26 +217,29 @@ opio0 at obio? intr 2 @@ -217,26 +217,29 @@ opio0 at obio? intr 2
217# USB serial adapter 217# USB serial adapter
218#ucycom* at uhidev? reportid ? 218#ucycom* at uhidev? reportid ?
219 219
220# USB Generic HID devices 220# USB Generic HID devices
221# uhid* at uhidev? reportid ? 221# uhid* at uhidev? reportid ?
222 222
223# USB Printer 223# USB Printer
224#ulpt* at uhub? port ? configuration ? interface ? 224#ulpt* at uhub? port ? configuration ? interface ?
225 225
226# USB Modem 226# USB Modem
227#umodem* at uhub? port ? configuration ? 227#umodem* at uhub? port ? configuration ?
228#ucom* at umodem? 228#ucom* at umodem?
229 229
 230# Option N.V. Wireless WAN modems
 231#uhso* at uhub? port ? configuration ?
 232
230# USB Mass Storage 233# USB Mass Storage
231#umass* at uhub? port ? configuration ? interface ? 234#umass* at uhub? port ? configuration ? interface ?
232#wd* at umass? 235#wd* at umass?
233 236
234# USB audio 237# USB audio
235#uaudio* at uhub? port ? configuration ? 238#uaudio* at uhub? port ? configuration ?
236 239
237# USB MIDI 240# USB MIDI
238#umidi* at uhub? port ? configuration ? 241#umidi* at uhub? port ? configuration ?
239 242
240# USB IrDA 243# USB IrDA
241# USB-IrDA bridge spec 244# USB-IrDA bridge spec
242#uirda* at uhub? port ? configuration ? interface ? 245#uirda* at uhub? port ? configuration ? interface ?

cvs diff -r1.26 -r1.27 src/sys/arch/evbmips/conf/ALCHEMY (expand / switch to unified diff)

--- src/sys/arch/evbmips/conf/ALCHEMY 2009/12/14 00:46:01 1.26
+++ src/sys/arch/evbmips/conf/ALCHEMY 2010/03/07 09:39:42 1.27
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: ALCHEMY,v 1.26 2009/12/14 00:46:01 matt Exp $ 1# $NetBSD: ALCHEMY,v 1.27 2010/03/07 09:39:42 plunky Exp $
2# 2#
3# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500, 3# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
4# DBAu1000 and DBAu1500 evaluation boards. 4# DBAu1000 and DBAu1500 evaluation boards.
5 5
6include "arch/evbmips/conf/std.alchemy" 6include "arch/evbmips/conf/std.alchemy"
7 7
8#ident "ALCHEMY-$Revision: 1.26 $" 8#ident "ALCHEMY-$Revision: 1.27 $"
9 9
10maxusers 32 10maxusers 32
11 11
12options MIPS32 12options MIPS32
13options NOFPU # No FPU 13options NOFPU # No FPU
14options SOFTFLOAT # emulate FPU insn 14options SOFTFLOAT # emulate FPU insn
15#options CONSPEED=115200 # YAMON default 15#options CONSPEED=115200 # YAMON default
16options HZ=512 # for profiling 16options HZ=512 # for profiling
17 17
18# CPU support 18# CPU support
19options ALCHEMY_AU1000 19options ALCHEMY_AU1000
20options ALCHEMY_AU1100 20options ALCHEMY_AU1100
21options ALCHEMY_AU1500 21options ALCHEMY_AU1500
@@ -182,26 +182,29 @@ wskbd* at ukbd? console ? mux 1 @@ -182,26 +182,29 @@ wskbd* at ukbd? console ? mux 1
182# USB serial adapter 182# USB serial adapter
183ucycom* at uhidev? reportid ? 183ucycom* at uhidev? reportid ?
184 184
185# USB Generic HID devices 185# USB Generic HID devices
186uhid* at uhidev? reportid ? 186uhid* at uhidev? reportid ?
187 187
188# USB Printer 188# USB Printer
189ulpt* at uhub? port ? configuration ? interface ? 189ulpt* at uhub? port ? configuration ? interface ?
190 190
191# USB Modem 191# USB Modem
192umodem* at uhub? port ? configuration ? 192umodem* at uhub? port ? configuration ?
193ucom* at umodem? 193ucom* at umodem?
194 194
 195# Option N.V. Wireless WAN modems
 196uhso* at uhub? port ? configuration ?
 197
195# USB Mass Storage 198# USB Mass Storage
196umass* at uhub? port ? configuration ? interface ? 199umass* at uhub? port ? configuration ? interface ?
197scsibus* at scsi? 200scsibus* at scsi?
198sd* at scsibus? target ? lun ? 201sd* at scsibus? target ? lun ?
199 202
200# USB audio 203# USB audio
201#uaudio* at uhub? port ? configuration ? 204#uaudio* at uhub? port ? configuration ?
202 205
203# USB MIDI 206# USB MIDI
204#umidi* at uhub? port ? configuration ? 207#umidi* at uhub? port ? configuration ?
205 208
206# USB IrDA 209# USB IrDA
207# USB-IrDA bridge spec 210# USB-IrDA bridge spec

cvs diff -r1.7 -r1.8 src/sys/arch/evbmips/conf/GDIUM (expand / switch to unified diff)

--- src/sys/arch/evbmips/conf/GDIUM 2009/12/05 20:11:11 1.7
+++ src/sys/arch/evbmips/conf/GDIUM 2010/03/07 09:39:42 1.8
@@ -1,38 +1,38 @@ @@ -1,38 +1,38 @@
1# $NetBSD: GDIUM,v 1.7 2009/12/05 20:11:11 pooka Exp $ 1# $NetBSD: GDIUM,v 1.8 2010/03/07 09:39:42 plunky 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/evbmips/conf/std.gdium" 21include "arch/evbmips/conf/std.gdium"
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 "GDIUM-$Revision: 1.7 $" 25#ident "GDIUM-$Revision: 1.8 $"
26 26
27maxusers 16 27maxusers 16
28 28
29makeoptions CPUFLAGS="-mips3 -mdivide-breaks" # CPU codegen options 29makeoptions CPUFLAGS="-mips3 -mdivide-breaks" # CPU codegen options
30options LOONGSON2 # IDT LOONGSON2 30options LOONGSON2 # IDT LOONGSON2
31# Standard system options 31# Standard system options
32options DDB # in-kernel debugger 32options DDB # in-kernel debugger
33#options DDB_ONPANIC=0 # don't enter debugger on panic 33#options DDB_ONPANIC=0 # don't enter debugger on panic
34options DDB_HISTORY_SIZE=512 # enable history editing in DDB 34options DDB_HISTORY_SIZE=512 # enable history editing in DDB
35#options KGDB # remote debugger 35#options KGDB # remote debugger
36options DIAGNOSTIC # extra kernel debugging checks 36options DIAGNOSTIC # extra kernel debugging checks
37#options DEBUG # extra kernel debugging support 37#options DEBUG # extra kernel debugging support
38makeoptions DEBUG="-g" 38makeoptions DEBUG="-g"
@@ -183,26 +183,29 @@ wskbd* at ukbd? console ? mux 1 @@ -183,26 +183,29 @@ wskbd* at ukbd? console ? mux 1
183# USB Generic HID devices 183# USB Generic HID devices
184uhid* at uhidev? reportid ? 184uhid* at uhidev? reportid ?
185 185
186# USB serial adapter 186# USB serial adapter
187uftdi* at uhub? port ? configuration ? 187uftdi* at uhub? port ? configuration ?
188 188
189# USB Printer 189# USB Printer
190ulpt* at uhub? port ? configuration ? interface ? 190ulpt* at uhub? port ? configuration ? interface ?
191 191
192# USB Modem 192# USB Modem
193umodem* at uhub? port ? configuration ? 193umodem* at uhub? port ? configuration ?
194ucom* at umodem? 194ucom* at umodem?
195 195
 196# Option N.V. Wireless WAN modems
 197uhso* at uhub? port ? configuration ?
 198
196# USB Mass Storage 199# USB Mass Storage
197umass* at uhub? port ? configuration ? interface ? 200umass* at uhub? port ? configuration ? interface ?
198scsibus* at umass? channel ? 201scsibus* at umass? channel ?
199sd* at scsibus? target ? lun ? # SCSI disk drives 202sd* at scsibus? target ? lun ? # SCSI disk drives
200cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 203cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
201 204
202# FTDI FT8U100AX serial adapter 205# FTDI FT8U100AX serial adapter
203uftdi* at uhub? port ? 206uftdi* at uhub? port ?
204ucom* at uftdi? portno ? 207ucom* at uftdi? portno ?
205 208
206uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter 209uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter
207ucom* at uplcom? portno ? 210ucom* at uplcom? portno ?
208 211

cvs diff -r1.11 -r1.12 src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT (expand / switch to unified diff)

--- src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT 2009/12/23 01:04:46 1.11
+++ src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT 2010/03/07 09:39:42 1.12
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: OPENBLOCKS266_OPT,v 1.11 2009/12/23 01:04:46 pooka Exp $ 1# $NetBSD: OPENBLOCKS266_OPT,v 1.12 2010/03/07 09:39:42 plunky Exp $
2# 2#
3 3
4include "arch/evbppc/conf/OPENBLOCKS266" 4include "arch/evbppc/conf/OPENBLOCKS266"
5 5
6cbb* at pci? dev ? function ? 6cbb* at pci? dev ? function ?
7cardslot* at cbb? 7cardslot* at cbb?
8cardbus* at cardslot? 8cardbus* at cardslot?
9pcmcia* at cardslot? 9pcmcia* at cardslot?
10 10
11 11
12# PCMCIA serial interfaces 12# PCMCIA serial interfaces
13com* at pcmcia? function ? # Modems and serial cards 13com* at pcmcia? function ? # Modems and serial cards
14 14
@@ -166,26 +166,29 @@ wskbd* at ukbd? console ? mux 1 @@ -166,26 +166,29 @@ wskbd* at ukbd? console ? mux 1
166# USB serial adapter 166# USB serial adapter
167ucycom* at uhidev? reportid ? 167ucycom* at uhidev? reportid ?
168 168
169# USB Generic HID devices 169# USB Generic HID devices
170uhid* at uhidev? reportid ? 170uhid* at uhidev? reportid ?
171 171
172# USB Printer 172# USB Printer
173ulpt* at uhub? port ? configuration ? interface ? 173ulpt* at uhub? port ? configuration ? interface ?
174 174
175# USB Modem 175# USB Modem
176umodem* at uhub? port ? configuration ? 176umodem* at uhub? port ? configuration ?
177ucom* at umodem? 177ucom* at umodem?
178 178
 179# Option N.V. Wireless WAN modems
 180uhso* at uhub? port ? configuration ?
 181
179# USB Mass Storage 182# USB Mass Storage
180umass* at uhub? port ? configuration ? interface ? 183umass* at uhub? port ? configuration ? interface ?
181wd* at umass? 184wd* at umass?
182 185
183# USB audio 186# USB audio
184uaudio* at uhub? port ? configuration ? 187uaudio* at uhub? port ? configuration ?
185 188
186# USB MIDI 189# USB MIDI
187umidi* at uhub? port ? configuration ? 190umidi* at uhub? port ? configuration ?
188 191
189# USB IrDA 192# USB IrDA
190# USB-IrDA bridge spec 193# USB-IrDA bridge spec
191uirda* at uhub? port ? configuration ? interface ? 194uirda* at uhub? port ? configuration ? interface ?

cvs diff -r1.12 -r1.13 src/sys/arch/evbppc/conf/PMPPC (expand / switch to unified diff)

--- src/sys/arch/evbppc/conf/PMPPC 2010/02/08 19:02:28 1.12
+++ src/sys/arch/evbppc/conf/PMPPC 2010/03/07 09:39:42 1.13
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: PMPPC,v 1.12 2010/02/08 19:02:28 joerg Exp $ 1# $NetBSD: PMPPC,v 1.13 2010/03/07 09:39:42 plunky Exp $
2# 2#
3# PMPPC 3# PMPPC
4# 4#
5 5
6include "arch/evbppc/conf/std.pmppc" 6include "arch/evbppc/conf/std.pmppc"
7 7
8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9 9
10ident "PMPPC" 10ident "PMPPC"
11 11
12#options BOOTHOWTO=RB_SINGLE 12#options BOOTHOWTO=RB_SINGLE
13options BOOTHOWTO=0 13options BOOTHOWTO=0
14options MSGBUFSIZE=0x10000 14options MSGBUFSIZE=0x10000
@@ -325,26 +325,29 @@ ukbd* at uhidev? reportid ? @@ -325,26 +325,29 @@ ukbd* at uhidev? reportid ?
325# USB serial adapter 325# USB serial adapter
326ucycom* at uhidev? reportid ? 326ucycom* at uhidev? reportid ?
327 327
328# USB Generic HID devices 328# USB Generic HID devices
329uhid* at uhidev? reportid ? 329uhid* at uhidev? reportid ?
330 330
331# USB Printer 331# USB Printer
332ulpt* at uhub? port ? configuration ? interface ? 332ulpt* at uhub? port ? configuration ? interface ?
333 333
334# USB Modem 334# USB Modem
335umodem* at uhub? port ? configuration ? 335umodem* at uhub? port ? configuration ?
336ucom* at umodem? 336ucom* at umodem?
337 337
 338# Option N.V. Wireless WAN modems
 339uhso* at uhub? port ? configuration ?
 340
338# USB Mass Storage 341# USB Mass Storage
339umass* at uhub? port ? configuration ? interface ? 342umass* at uhub? port ? configuration ? interface ?
340#wd* at umass? 343#wd* at umass?
341 344
342# USB audio 345# USB audio
343uaudio* at uhub? port ? configuration ? 346uaudio* at uhub? port ? configuration ?
344 347
345# USB MIDI 348# USB MIDI
346umidi* at uhub? port ? configuration ? 349umidi* at uhub? port ? configuration ?
347 350
348# USB IrDA 351# USB IrDA
349# USB-IrDA bridge spec 352# USB-IrDA bridge spec
350uirda* at uhub? port ? configuration ? interface ? 353uirda* at uhub? port ? configuration ? interface ?

cvs diff -r1.207 -r1.208 src/sys/arch/hpcmips/conf/GENERIC (expand / switch to unified diff)

--- src/sys/arch/hpcmips/conf/GENERIC 2009/12/05 20:11:14 1.207
+++ src/sys/arch/hpcmips/conf/GENERIC 2010/03/07 09:39:43 1.208
@@ -1,40 +1,40 @@ @@ -1,40 +1,40 @@
1# $NetBSD: GENERIC,v 1.207 2009/12/05 20:11:14 pooka Exp $ 1# $NetBSD: GENERIC,v 1.208 2010/03/07 09:39:43 plunky 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/hpcmips/conf/std.hpcmips" 21include "arch/hpcmips/conf/std.hpcmips"
22include "arch/hpcmips/conf/std.hpcmips.vr41" 22include "arch/hpcmips/conf/std.hpcmips.vr41"
23include "arch/hpcmips/conf/std.hpcmips.tx39" 23include "arch/hpcmips/conf/std.hpcmips.tx39"
24 24
25options INCLUDE_CONFIG_FILE # embed config file in kernel binary 25options INCLUDE_CONFIG_FILE # embed config file in kernel binary
26 26
27#ident "GENERIC-$Revision: 1.207 $" 27#ident "GENERIC-$Revision: 1.208 $"
28 28
29maxusers 16 29maxusers 16
30 30
31makeoptions CPUFLAGS="-mips2 -mdivide-breaks" # CPU codegen options 31makeoptions CPUFLAGS="-mips2 -mdivide-breaks" # CPU codegen options
32options VR4102 # NEC VR4102 32options VR4102 # NEC VR4102
33options VR4111 # NEC VR4111 33options VR4111 # NEC VR4111
34options VR4121 # NEC VR4121 34options VR4121 # NEC VR4121
35options VR4122 # NEC VR4122 35options VR4122 # NEC VR4122
36options VR4131 # NEC VR4131 36options VR4131 # NEC VR4131
37options TX392X # Toshiba TX3922 37options TX392X # Toshiba TX3922
38options KLOADER 38options KLOADER
39 39
40# Standard system options 40# Standard system options
@@ -569,26 +569,29 @@ wskbd* at ukbd? console ? mux 1 @@ -569,26 +569,29 @@ wskbd* at ukbd? console ? mux 1
569# USB serial adapter 569# USB serial adapter
570ucycom* at uhidev? reportid ? 570ucycom* at uhidev? reportid ?
571 571
572# USB Generic HID devices 572# USB Generic HID devices
573uhid* at uhidev? reportid ? 573uhid* at uhidev? reportid ?
574 574
575# USB Printer 575# USB Printer
576ulpt* at uhub? port ? configuration ? interface ? 576ulpt* at uhub? port ? configuration ? interface ?
577 577
578# USB Modem 578# USB Modem
579umodem* at uhub? port ? configuration ? 579umodem* at uhub? port ? configuration ?
580ucom* at umodem? 580ucom* at umodem?
581 581
 582# Option N.V. Wireless WAN modems
 583uhso* at uhub? port ? configuration ?
 584
582# USB Mass Storage 585# USB Mass Storage
583umass* at uhub? port ? configuration ? interface ? 586umass* at uhub? port ? configuration ? interface ?
584scsibus* at umass? channel ? 587scsibus* at umass? channel ?
585 588
586# USB audio 589# USB audio
587uaudio* at uhub? port ? configuration ? 590uaudio* at uhub? port ? configuration ?
588 591
589# USB MIDI 592# USB MIDI
590umidi* at uhub? port ? configuration ? 593umidi* at uhub? port ? configuration ?
591 594
592# USB IrDA bridges 595# USB IrDA bridges
593#uirda* at uhub? port ? configuration ? interface ? 596#uirda* at uhub? port ? configuration ? interface ?
594#irframe* at uirda? 597#irframe* at uirda?

cvs diff -r1.53 -r1.54 src/sys/arch/hpcmips/conf/MPC303 (expand / switch to unified diff)

--- src/sys/arch/hpcmips/conf/MPC303 2009/12/05 20:11:14 1.53
+++ src/sys/arch/hpcmips/conf/MPC303 2010/03/07 09:39:43 1.54
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1# 1#
2# $NetBSD: MPC303,v 1.53 2009/12/05 20:11:14 pooka Exp $ 2# $NetBSD: MPC303,v 1.54 2010/03/07 09:39:43 plunky Exp $
3# From: NetBSD: GENERIC,v 1.91 2001/05/06 14:25:16 takemura Exp 3# From: NetBSD: GENERIC,v 1.91 2001/05/06 14:25:16 takemura Exp
4# 4#
5# Kernel configuration file for Victor MP-C303; enami's test machine. 5# Kernel configuration file for Victor MP-C303; enami's test machine.
6# 6#
7 7
8include "arch/hpcmips/conf/std.hpcmips" 8include "arch/hpcmips/conf/std.hpcmips"
9 9
10#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 10#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
11 11
12#ident "GENERIC-$Revision: 1.53 $" 12#ident "GENERIC-$Revision: 1.54 $"
13 13
14maxusers 16 14maxusers 16
15 15
16options MIPS3 # R4000/R4400/R4600 CPUs 16options MIPS3 # R4000/R4400/R4600 CPUs
17 17
18# Support for specific models of H/PC MIPS 18# Support for specific models of H/PC MIPS
19makeoptions CPUFLAGS="-mips3" # CPU codegen options 19makeoptions CPUFLAGS="-mips3" # CPU codegen options
20options MIPS3_4100 # VR4100 core 20options MIPS3_4100 # VR4100 core
21options VR41XX # NEC VR41xx series 21options VR41XX # NEC VR41xx series
22options VR4122 # NEC VR4122 22options VR4122 # NEC VR4122
23 23
24# Standard system options 24# Standard system options
25options DDB # in-kernel debugger 25options DDB # in-kernel debugger
@@ -187,26 +187,29 @@ uhub* at uhub? port ? @@ -187,26 +187,29 @@ uhub* at uhub? port ?
187# USB serial adapter 187# USB serial adapter
188#ucycom* at uhidev? reportid ? 188#ucycom* at uhidev? reportid ?
189 189
190# USB Generic HID devices 190# USB Generic HID devices
191#uhid* at uhidev? reportid ? 191#uhid* at uhidev? reportid ?
192 192
193# USB Printer 193# USB Printer
194#ulpt* at uhub? port ? configuration ? interface ? 194#ulpt* at uhub? port ? configuration ? interface ?
195 195
196# USB Modem 196# USB Modem
197#umodem* at uhub? port ? configuration ? 197#umodem* at uhub? port ? configuration ?
198#ucom* at umodem? 198#ucom* at umodem?
199 199
 200# Option N.V. Wireless WAN modems
 201#uhso* at uhub? port ? configuration ?
 202
200# USB Mass Storage 203# USB Mass Storage
201#umass* at uhub? port ? configuration ? interface ? 204#umass* at uhub? port ? configuration ? interface ?
202#atapibus* at umass? 205#atapibus* at umass?
203#scsibus* at umass? channel ? 206#scsibus* at umass? channel ?
204 207
205# USB Generic driver 208# USB Generic driver
206ugen* at uhub? port ? 209ugen* at uhub? port ?
207 210
208# USB Ethernet adapters 211# USB Ethernet adapters
209aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 212aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
210#axe* at uhub? port ? # ASIX AX88172 based adapters 213#axe* at uhub? port ? # ASIX AX88172 based adapters
211#url* at uhub? port ? # Realtek RTL8150L based adapters 214#url* at uhub? port ? # Realtek RTL8150L based adapters
212 215

cvs diff -r1.86 -r1.87 src/sys/arch/hpcmips/conf/TX3922 (expand / switch to unified diff)

--- src/sys/arch/hpcmips/conf/TX3922 2009/12/05 20:11:14 1.86
+++ src/sys/arch/hpcmips/conf/TX3922 2010/03/07 09:39:43 1.87
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# 1#
2# Distribution kernel (TOSHIBA TX3922 based model) kernel config file 2# Distribution kernel (TOSHIBA TX3922 based model) kernel config file
3# 3#
4# $NetBSD: TX3922,v 1.86 2009/12/05 20:11:14 pooka Exp $ 4# $NetBSD: TX3922,v 1.87 2010/03/07 09:39:43 plunky Exp $
5# 5#
6include "arch/hpcmips/conf/std.hpcmips" 6include "arch/hpcmips/conf/std.hpcmips"
7 7
8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9 9
10maxusers 16 10maxusers 16
11 11
12include "arch/hpcmips/conf/std.hpcmips.tx39" 12include "arch/hpcmips/conf/std.hpcmips.tx39"
13makeoptions CPUFLAGS="-march=r3900" # CPU codegen options 13makeoptions CPUFLAGS="-march=r3900" # CPU codegen options
14options TX392X # Toshiba TX3922 14options TX392X # Toshiba TX3922
15 15
16options TX39_DEBUG 16options TX39_DEBUG
17#options TX39_WATCHDOGTIMER 17#options TX39_WATCHDOGTIMER
@@ -203,26 +203,29 @@ ucycom* at uhidev? reportid ? @@ -203,26 +203,29 @@ ucycom* at uhidev? reportid ?
203# USB Generic HID devices 203# USB Generic HID devices
204uhid* at uhidev? reportid ? 204uhid* at uhidev? reportid ?
205 205
206# USB joystick, game pad 206# USB joystick, game pad
207#ujoy* at uhub? configuration ? interface ? 207#ujoy* at uhub? configuration ? interface ?
208 208
209# USB Printer 209# USB Printer
210ulpt* at uhub? port ? configuration ? interface ? 210ulpt* at uhub? port ? configuration ? interface ?
211 211
212# USB Modem 212# USB Modem
213umodem* at uhub? port ? configuration ? 213umodem* at uhub? port ? configuration ?
214ucom* at umodem? 214ucom* at umodem?
215 215
 216# Option N.V. Wireless WAN modems
 217uhso* at uhub? port ? configuration ?
 218
216# USB Mass Storage 219# USB Mass Storage
217umass* at uhub? port ? configuration ? interface ? 220umass* at uhub? port ? configuration ? interface ?
218scsibus* at umass? channel ? 221scsibus* at umass? channel ?
219 222
220# USB audio 223# USB audio
221uaudio* at uhub? port ? configuration ? 224uaudio* at uhub? port ? configuration ?
222audio* at uaudio? 225audio* at uaudio?
223 226
224# USB Ethernet adapters 227# USB Ethernet adapters
225aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 228aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
226axe* at uhub? port ? # ASIX AX88172 based adapters 229axe* at uhub? port ? # ASIX AX88172 based adapters
227cue* at uhub? port ? # CATC USB-EL1201A based adapters 230cue* at uhub? port ? # CATC USB-EL1201A based adapters
228kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 231kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters

cvs diff -r1.47 -r1.48 src/sys/arch/hpcmips/conf/VR41XX (expand / switch to unified diff)

--- src/sys/arch/hpcmips/conf/VR41XX 2009/12/05 20:11:14 1.47
+++ src/sys/arch/hpcmips/conf/VR41XX 2010/03/07 09:39:43 1.48
@@ -1,36 +1,36 @@ @@ -1,36 +1,36 @@
1# $NetBSD: VR41XX,v 1.47 2009/12/05 20:11:14 pooka Exp $ 1# $NetBSD: VR41XX,v 1.48 2010/03/07 09:39:43 plunky 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/hpcmips/conf/std.hpcmips" 21include "arch/hpcmips/conf/std.hpcmips"
22include "arch/hpcmips/conf/std.hpcmips.vr41" 22include "arch/hpcmips/conf/std.hpcmips.vr41"
23#ident "GENERIC-$Revision: 1.47 $" 23#ident "GENERIC-$Revision: 1.48 $"
24 24
25#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 25#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
26 26
27maxusers 16 27maxusers 16
28 28
29# Support for specific models of H/PC MIPS 29# Support for specific models of H/PC MIPS
30makeoptions CPUFLAGS="-mips2" # CPU codegen options 30makeoptions CPUFLAGS="-mips2" # CPU codegen options
31options VR4102 # NEC VR4102 31options VR4102 # NEC VR4102
32options VR4111 # NEC VR4111 32options VR4111 # NEC VR4111
33options VR4121 # NEC VR4121 33options VR4121 # NEC VR4121
34options VR4122 # NEC VR4122 34options VR4122 # NEC VR4122
35options VR4131 # NEC VR4131 35options VR4131 # NEC VR4131
36 36
@@ -436,26 +436,29 @@ wskbd* at ukbd? console ? mux 1 @@ -436,26 +436,29 @@ wskbd* at ukbd? console ? mux 1
436# USB serial adapter 436# USB serial adapter
437ucycom* at uhidev? reportid ? 437ucycom* at uhidev? reportid ?
438 438
439# USB Generic HID devices 439# USB Generic HID devices
440uhid* at uhidev? reportid ? 440uhid* at uhidev? reportid ?
441 441
442# USB Printer 442# USB Printer
443ulpt* at uhub? port ? configuration ? interface ? 443ulpt* at uhub? port ? configuration ? interface ?
444 444
445# USB Modem 445# USB Modem
446umodem* at uhub? port ? configuration ? 446umodem* at uhub? port ? configuration ?
447ucom* at umodem? 447ucom* at umodem?
448 448
 449# Option N.V. Wireless WAN modems
 450uhso* at uhub? port ? configuration ?
 451
449# USB Mass Storage 452# USB Mass Storage
450umass* at uhub? port ? configuration ? interface ? 453umass* at uhub? port ? configuration ? interface ?
451scsibus* at umass? channel ? 454scsibus* at umass? channel ?
452 455
453# USB audio 456# USB audio
454uaudio* at uhub? port ? configuration ? 457uaudio* at uhub? port ? configuration ?
455 458
456# USB MIDI 459# USB MIDI
457umidi* at uhub? port ? configuration ? 460umidi* at uhub? port ? configuration ?
458 461
459# USB IrDA bridges 462# USB IrDA bridges
460#uirda* at uhub? port ? configuration ? interface ? 463#uirda* at uhub? port ? configuration ? interface ?
461#irframe* at uirda? 464#irframe* at uirda?

cvs diff -r1.57 -r1.58 src/sys/arch/iyonix/conf/GENERIC (expand / switch to unified diff)

--- src/sys/arch/iyonix/conf/GENERIC 2009/12/23 01:04:46 1.57
+++ src/sys/arch/iyonix/conf/GENERIC 2010/03/07 09:39:43 1.58
@@ -1,38 +1,38 @@ @@ -1,38 +1,38 @@
1# $NetBSD: GENERIC,v 1.57 2009/12/23 01:04:46 pooka Exp $ 1# $NetBSD: GENERIC,v 1.58 2010/03/07 09:39:43 plunky 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/iyonix/conf/std.iyonix" 21include "arch/iyonix/conf/std.iyonix"
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.57 $" 25#ident "GENERIC-$Revision: 1.58 $"
26 26
27maxusers 32 # estimated number of users 27maxusers 32 # estimated number of users
28 28
29options MSGBUFSIZE=65536 29options MSGBUFSIZE=65536
30 30
31# CPU options 31# CPU options
32 32
33# For XScale systems 33# For XScale systems
34options CPU_XSCALE_80321 # Support the XScale core 34options CPU_XSCALE_80321 # Support the XScale core
35makeoptions CPUFLAGS="-mcpu=xscale" 35makeoptions CPUFLAGS="-mcpu=xscale"
36 36
37# Architecture options 37# Architecture options
38options XSCALE_CACHE_READ_WRITE_ALLOCATE 38options XSCALE_CACHE_READ_WRITE_ALLOCATE
@@ -552,26 +552,29 @@ wskbd* at ukbd? console ? mux 1 @@ -552,26 +552,29 @@ wskbd* at ukbd? console ? mux 1
552# USB serial adapter 552# USB serial adapter
553ucycom* at uhidev? reportid ? 553ucycom* at uhidev? reportid ?
554 554
555# USB Generic HID devices 555# USB Generic HID devices
556uhid* at uhidev? reportid ? 556uhid* at uhidev? reportid ?
557 557
558# USB Printer 558# USB Printer
559ulpt* at uhub? port ? configuration ? interface ? 559ulpt* at uhub? port ? configuration ? interface ?
560 560
561# USB Modem 561# USB Modem
562umodem* at uhub? port ? configuration ? 562umodem* at uhub? port ? configuration ?
563ucom* at umodem? 563ucom* at umodem?
564 564
 565# Option N.V. Wireless WAN modems
 566uhso* at uhub? port ? configuration ?
 567
565# USB Mass Storage 568# USB Mass Storage
566umass* at uhub? port ? configuration ? interface ? 569umass* at uhub? port ? configuration ? interface ?
567wd* at umass? 570wd* at umass?
568 571
569# USB audio 572# USB audio
570uaudio* at uhub? port ? configuration ? 573uaudio* at uhub? port ? configuration ?
571 574
572# USB MIDI 575# USB MIDI
573#umidi* at uhub? port ? configuration ? 576#umidi* at uhub? port ? configuration ?
574 577
575# USB IrDA 578# USB IrDA
576# USB-IrDA bridge spec 579# USB-IrDA bridge spec
577#uirda* at uhub? port ? configuration ? interface ? 580#uirda* at uhub? port ? configuration ? interface ?

cvs diff -r1.22 -r1.23 src/sys/arch/landisk/conf/GENERIC (expand / switch to unified diff)

--- src/sys/arch/landisk/conf/GENERIC 2009/12/17 20:07:19 1.22
+++ src/sys/arch/landisk/conf/GENERIC 2010/03/07 09:39:43 1.23
@@ -1,38 +1,38 @@ @@ -1,38 +1,38 @@
1# $NetBSD: GENERIC,v 1.22 2009/12/17 20:07:19 tsutsui Exp $ 1# $NetBSD: GENERIC,v 1.23 2010/03/07 09:39:43 plunky 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/landisk/conf/std.landisk" 21include "arch/landisk/conf/std.landisk"
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.22 $" 25#ident "GENERIC-$Revision: 1.23 $"
26 26
27maxusers 16 # estimated number of users 27maxusers 16 # estimated number of users
28 28
29makeoptions CPUFLAGS="-m4-nofpu" # XXX: move to std.landisk? 29makeoptions CPUFLAGS="-m4-nofpu" # XXX: move to std.landisk?
30#makeoptions COPTS="-Os -freorder-blocks" # -O2 is too -falign-* zealous 30#makeoptions COPTS="-Os -freorder-blocks" # -O2 is too -falign-* zealous
31 31
32# CPU-related options. 32# CPU-related options.
33options PCLOCK=33333333 # 33.33MHz 33options PCLOCK=33333333 # 33.33MHz
34options DONT_INIT_BSC 34options DONT_INIT_BSC
35#options DONT_INIT_PCIBSC 35#options DONT_INIT_PCIBSC
36 36
37# Cache options. 37# Cache options.
38options SH4_CACHE_DISABLE_EMODE 38options SH4_CACHE_DISABLE_EMODE
@@ -297,26 +297,29 @@ wsdisplay* at udl? @@ -297,26 +297,29 @@ wsdisplay* at udl?
297# USB serial adpater 297# USB serial adpater
298ucycom* at uhidev? reportid ? 298ucycom* at uhidev? reportid ?
299 299
300# USB Generic HID devices 300# USB Generic HID devices
301uhid* at uhidev? reportid ? 301uhid* at uhidev? reportid ?
302 302
303# USB Printer 303# USB Printer
304ulpt* at uhub? port ? configuration ? interface ? 304ulpt* at uhub? port ? configuration ? interface ?
305 305
306# USB Modem 306# USB Modem
307umodem* at uhub? port ? configuration ? 307umodem* at uhub? port ? configuration ?
308ucom* at umodem? 308ucom* at umodem?
309 309
 310# Option N.V. Wireless WAN modems
 311uhso* at uhub? port ? configuration ?
 312
310# USB Mass Storage 313# USB Mass Storage
311umass* at uhub? port ? configuration ? interface ? 314umass* at uhub? port ? configuration ? interface ?
312scsibus* at umass? 315scsibus* at umass?
313wd* at umass? 316wd* at umass?
314 317
315# USB audio 318# USB audio
316uaudio* at uhub? port ? configuration ? 319uaudio* at uhub? port ? configuration ?
317 320
318# USB MIDI 321# USB MIDI
319umidi* at uhub? port ? configuration ? 322umidi* at uhub? port ? configuration ?
320 323
321# USB IrDA 324# USB IrDA
322# USB-IrDA bridge spec 325# USB-IrDA bridge spec

cvs diff -r1.278 -r1.279 src/sys/arch/macppc/conf/GENERIC (expand / switch to unified diff)

--- src/sys/arch/macppc/conf/GENERIC 2010/01/18 23:40:06 1.278
+++ src/sys/arch/macppc/conf/GENERIC 2010/03/07 09:39:43 1.279
@@ -1,38 +1,38 @@ @@ -1,38 +1,38 @@
1# $NetBSD: GENERIC,v 1.278 2010/01/18 23:40:06 jmmv Exp $ 1# $NetBSD: GENERIC,v 1.279 2010/03/07 09:39:43 plunky 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/macppc/conf/std.macppc" 21include "arch/macppc/conf/std.macppc"
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.278 $" 25#ident "GENERIC-$Revision: 1.279 $"
26 26
27maxusers 32 27maxusers 32
28 28
29options ALTIVEC # Include AltiVec support 29options ALTIVEC # Include AltiVec support
30 30
31# Standard system options 31# Standard system options
32options INSECURE # disable kernel security levels 32options INSECURE # disable kernel security levels
33 33
34options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 34options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
35options NTP # NTP phase/frequency locked loop 35options NTP # NTP phase/frequency locked loop
36options KTRACE # system call tracing via ktrace(1) 36options KTRACE # system call tracing via ktrace(1)
37 37
38options SYSVMSG # System V message queues 38options SYSVMSG # System V message queues
@@ -471,26 +471,28 @@ pbms* at uhidev? reportid ? # PowerBo @@ -471,26 +471,28 @@ pbms* at uhidev? reportid ? # PowerBo
471ums* at uhidev? reportid ? # USB Mice 471ums* at uhidev? reportid ? # USB Mice
472 472
473ukbd* at uhidev? reportid ? # USB Keyboards 473ukbd* at uhidev? reportid ? # USB Keyboards
474 474
475ucycom* at uhidev? reportid ? # USB serial adapter 475ucycom* at uhidev? reportid ? # USB serial adapter
476 476
477uhid* at uhidev? reportid ? # USB Generic HID 477uhid* at uhidev? reportid ? # USB Generic HID
478 478
479ulpt* at uhub? port ? configuration ? interface ? # USB Printer 479ulpt* at uhub? port ? configuration ? interface ? # USB Printer
480 480
481umodem* at uhub? port ? configuration ? # USB Modem 481umodem* at uhub? port ? configuration ? # USB Modem
482ucom* at umodem? 482ucom* at umodem?
483 483
 484uhso* at uhub? port ? configuration ? # Option N.V. Wireless WAN modems
 485
484umass* at uhub? port ? configuration ? interface ? # USB Mass Storage 486umass* at uhub? port ? configuration ? interface ? # USB Mass Storage
485 487
486uaudio* at uhub? port ? configuration ? # USB audio 488uaudio* at uhub? port ? configuration ? # USB audio
487 489
488# D-Link DSB-R100 USB FM radio tuner 490# D-Link DSB-R100 USB FM radio tuner
489udsbr* at uhub? port ? 491udsbr* at uhub? port ?
490radio* at udsbr? 492radio* at udsbr?
491 493
492# USB Ethernet adapters 494# USB Ethernet adapters
493aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 495aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
494axe* at uhub? port ? # ASIX AX88172 based adapters 496axe* at uhub? port ? # ASIX AX88172 based adapters
495cue* at uhub? port ? # CATC USB-EL1201A based adapters 497cue* at uhub? port ? # CATC USB-EL1201A based adapters
496kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 498kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters

cvs diff -r1.123 -r1.124 src/sys/arch/ofppc/conf/GENERIC (expand / switch to unified diff)

--- src/sys/arch/ofppc/conf/GENERIC 2010/02/08 19:02:30 1.123
+++ src/sys/arch/ofppc/conf/GENERIC 2010/03/07 09:39:43 1.124
@@ -1,38 +1,38 @@ @@ -1,38 +1,38 @@
1# $NetBSD: GENERIC,v 1.123 2010/02/08 19:02:30 joerg Exp $ 1# $NetBSD: GENERIC,v 1.124 2010/03/07 09:39:43 plunky 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/ofppc/conf/std.ofppc" 21include "arch/ofppc/conf/std.ofppc"
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.123 $" 25#ident "GENERIC-$Revision: 1.124 $"
26 26
27maxusers 32 27maxusers 32
28 28
29options PIC_OPENPIC 29options PIC_OPENPIC
30options PIC_DISTOPENPIC 30options PIC_DISTOPENPIC
31options PIC_I8259 31options PIC_I8259
32#options PIC_PREPIVR 32#options PIC_PREPIVR
33 33
34# various hacks due to bugs in Openfirmware implementation 34# various hacks due to bugs in Openfirmware implementation
35options FIRMWORKSBUGS 35options FIRMWORKSBUGS
36 36
37# Standard system options 37# Standard system options
38options INSECURE # disable kernel security checks 38options INSECURE # disable kernel security checks
@@ -326,26 +326,27 @@ wd* at umass? @@ -326,26 +326,27 @@ wd* at umass?
326uhidev* at uhub? port ? configuration ? interface ? # USB HID device 326uhidev* at uhub? port ? configuration ? interface ? # USB HID device
327 327
328ums* at uhidev? reportid ? # USB Mice 328ums* at uhidev? reportid ? # USB Mice
329wsmouse* at ums? mux 0 329wsmouse* at ums? mux 0
330 330
331ukbd* at uhidev? reportid ? # USB Keyboards 331ukbd* at uhidev? reportid ? # USB Keyboards
332wskbd* at ukbd? console ? mux 1 332wskbd* at ukbd? console ? mux 1
333 333
334ucycom* at uhidev? reportid ? # USB serial adapter 334ucycom* at uhidev? reportid ? # USB serial adapter
335uhid* at uhidev? reportid ? # USB Generic HID 335uhid* at uhidev? reportid ? # USB Generic HID
336ulpt* at uhub? port ? configuration ? interface ? # USB Printer 336ulpt* at uhub? port ? configuration ? interface ? # USB Printer
337umodem* at uhub? port ? configuration ? # USB Modem 337umodem* at uhub? port ? configuration ? # USB Modem
338ucom* at umodem? 338ucom* at umodem?
 339uhso* at uhub? port ? configuration ? # Option N.V. Wireless WAN modems
339#uaudio* at uhub? port ? configuration ? # USB audio 340#uaudio* at uhub? port ? configuration ? # USB audio
340 341
341# D-Link DSB-R100 USB FM radio tuner 342# D-Link DSB-R100 USB FM radio tuner
342#udsbr* at uhub? port ? 343#udsbr* at uhub? port ?
343#radio* at udsbr? 344#radio* at udsbr?
344 345
345# USB Ethernet adapters 346# USB Ethernet adapters
346#aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 347#aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
347#axe* at uhub? port ? # ASIX AX88172 based adapters 348#axe* at uhub? port ? # ASIX AX88172 based adapters
348#cue* at uhub? port ? # CATC USB-EL1201A based adapters 349#cue* at uhub? port ? # CATC USB-EL1201A based adapters
349#kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 350#kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
350#url* at uhub? port ? # Realtek RTL8150L based adapters 351#url* at uhub? port ? # Realtek RTL8150L based adapters
351#udav* at uhub? port ? # Davicom DM9601 based adapters 352#udav* at uhub? port ? # Davicom DM9601 based adapters

cvs diff -r1.7 -r1.8 src/sys/arch/ofppc/conf/GENERIC.MP (expand / switch to unified diff)

--- src/sys/arch/ofppc/conf/GENERIC.MP 2010/02/08 19:02:31 1.7
+++ src/sys/arch/ofppc/conf/GENERIC.MP 2010/03/07 09:39:43 1.8
@@ -1,38 +1,38 @@ @@ -1,38 +1,38 @@
1# $NetBSD: GENERIC.MP,v 1.7 2010/02/08 19:02:31 joerg Exp $ 1# $NetBSD: GENERIC.MP,v 1.8 2010/03/07 09:39:43 plunky 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/ofppc/conf/std.ofppc" 21include "arch/ofppc/conf/std.ofppc"
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.7 $" 25#ident "GENERIC-$Revision: 1.8 $"
26 26
27maxusers 32 27maxusers 32
28 28
29options PIC_OPENPIC 29options PIC_OPENPIC
30options PIC_DISTOPENPIC 30options PIC_DISTOPENPIC
31options PIC_I8259 31options PIC_I8259
32#options PIC_PREPIVR 32#options PIC_PREPIVR
33 33
34# SMP options 34# SMP options
35options MULTIPROCESSOR 35options MULTIPROCESSOR
36options IPI_OPENPIC 36options IPI_OPENPIC
37options PMAP_NEED_FULL_MAPKERNEL 37options PMAP_NEED_FULL_MAPKERNEL
38 38
@@ -330,26 +330,27 @@ wd* at umass? @@ -330,26 +330,27 @@ wd* at umass?
330 330
331uhidev* at uhub? port ? configuration ? interface ? # USB HID device 331uhidev* at uhub? port ? configuration ? interface ? # USB HID device
332 332
333ums* at uhidev? reportid ? # USB Mice 333ums* at uhidev? reportid ? # USB Mice
334wsmouse* at ums? mux 0 334wsmouse* at ums? mux 0
335 335
336ukbd* at uhidev? reportid ? # USB Keyboards 336ukbd* at uhidev? reportid ? # USB Keyboards
337wskbd* at ukbd? console ? mux 1 337wskbd* at ukbd? console ? mux 1
338 338
339ucycom* at uhidev? reportid ? # USB serial adapter 339ucycom* at uhidev? reportid ? # USB serial adapter
340uhid* at uhidev? reportid ? # USB Generic HID 340uhid* at uhidev? reportid ? # USB Generic HID
341ulpt* at uhub? port ? configuration ? interface ? # USB Printer 341ulpt* at uhub? port ? configuration ? interface ? # USB Printer
342umodem* at uhub? port ? configuration ? # USB Modem 342umodem* at uhub? port ? configuration ? # USB Modem
 343uhso* at uhub? port ? configuration ? # Option N.V. Wireless WAN modems
343ucom* at umodem? 344ucom* at umodem?
344#uaudio* at uhub? port ? configuration ? # USB audio 345#uaudio* at uhub? port ? configuration ? # USB audio
345 346
346# D-Link DSB-R100 USB FM radio tuner 347# D-Link DSB-R100 USB FM radio tuner
347#udsbr* at uhub? port ? 348#udsbr* at uhub? port ?
348#radio* at udsbr? 349#radio* at udsbr?
349 350
350# USB Ethernet adapters 351# USB Ethernet adapters
351#aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 352#aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
352#axe* at uhub? port ? # ASIX AX88172 based adapters 353#axe* at uhub? port ? # ASIX AX88172 based adapters
353#cue* at uhub? port ? # CATC USB-EL1201A based adapters 354#cue* at uhub? port ? # CATC USB-EL1201A based adapters
354#kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 355#kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
355#url* at uhub? port ? # Realtek RTL8150L based adapters 356#url* at uhub? port ? # Realtek RTL8150L based adapters

cvs diff -r1.149 -r1.150 src/sys/arch/prep/conf/GENERIC (expand / switch to unified diff)

--- src/sys/arch/prep/conf/GENERIC 2009/12/05 20:11:16 1.149
+++ src/sys/arch/prep/conf/GENERIC 2010/03/07 09:39:43 1.150
@@ -1,38 +1,38 @@ @@ -1,38 +1,38 @@
1# $NetBSD: GENERIC,v 1.149 2009/12/05 20:11:16 pooka Exp $ 1# $NetBSD: GENERIC,v 1.150 2010/03/07 09:39:43 plunky 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/prep/conf/std.prep" 21include "arch/prep/conf/std.prep"
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.149 $" 25#ident "GENERIC-$Revision: 1.150 $"
26 26
27maxusers 32 27maxusers 32
28 28
29# Platform support 29# Platform support
30 30
31options PIC_OPENPIC # OpenPIC support (7043-140) 31options PIC_OPENPIC # OpenPIC support (7043-140)
32options PIC_PREPIVR 32options PIC_PREPIVR
33options PIC_I8259 33options PIC_I8259
34 34
35# Standard system options 35# Standard system options
36 36
37options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 37options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
38options NTP # NTP phase/frequency locked loop 38options NTP # NTP phase/frequency locked loop
@@ -425,26 +425,29 @@ ukphy* at mii? phy ? # generic unknown @@ -425,26 +425,29 @@ ukphy* at mii? phy ? # generic unknown
425# USB serial adapter 425# USB serial adapter
426#ucycom* at uhidev? reportid ? 426#ucycom* at uhidev? reportid ?
427 427
428# USB Generic HID devices 428# USB Generic HID devices
429#uhid* at uhidev? reportid ? 429#uhid* at uhidev? reportid ?
430 430
431# USB Printer 431# USB Printer
432#ulpt* at uhub? port ? configuration ? interface ? 432#ulpt* at uhub? port ? configuration ? interface ?
433 433
434# USB Modem 434# USB Modem
435#umodem* at uhub? port ? configuration ? 435#umodem* at uhub? port ? configuration ?
436#ucom* at umodem? 436#ucom* at umodem?
437 437
 438# Option N.V. Wireless WAN modems
 439#uhso* at uhub? port ? configuration ?
 440
438# USB Mass Storage 441# USB Mass Storage
439#umass* at uhub? port ? configuration ? interface ? 442#umass* at uhub? port ? configuration ? interface ?
440#scsibus* at umass? channel ? 443#scsibus* at umass? channel ?
441#atapibus* at umass? 444#atapibus* at umass?
442 445
443# USB audio 446# USB audio
444#uaudio* at uhub? port ? configuration ? 447#uaudio* at uhub? port ? configuration ?
445 448
446# USB Ethernet adapters 449# USB Ethernet adapters
447#aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 450#aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
448#axe* at uhub? port ? # ASIX AX88172 based adapters 451#axe* at uhub? port ? # ASIX AX88172 based adapters
449#cue* at uhub? port ? # CATC USB-EL1201A based adapters 452#cue* at uhub? port ? # CATC USB-EL1201A based adapters
450#kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 453#kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters

cvs diff -r1.82 -r1.83 src/sys/arch/sgimips/conf/GENERIC32_IP3x (expand / switch to unified diff)

--- src/sys/arch/sgimips/conf/GENERIC32_IP3x 2009/12/14 00:46:12 1.82
+++ src/sys/arch/sgimips/conf/GENERIC32_IP3x 2010/03/07 09:39:43 1.83
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: GENERIC32_IP3x,v 1.82 2009/12/14 00:46:12 matt Exp $ 1# $NetBSD: GENERIC32_IP3x,v 1.83 2010/03/07 09:39:43 plunky Exp $
2# 2#
3# GENERIC32_IP3x machine description file 3# GENERIC32_IP3x 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#
@@ -18,27 +18,27 @@ @@ -18,27 +18,27 @@
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#
21# 21#
22# Currently this config file supports O2 (IP32). 22# Currently this config file supports O2 (IP32).
23# 23#
24 24
25include "arch/sgimips/conf/std.sgimips" 25include "arch/sgimips/conf/std.sgimips"
26 26
27makeoptions TEXTADDR="0x80069000" # entry point 27makeoptions TEXTADDR="0x80069000" # entry point
28 28
29options INCLUDE_CONFIG_FILE # embed config file in kernel binary 29options INCLUDE_CONFIG_FILE # embed config file in kernel binary
30 30
31#ident "GENERIC32_IP3x-$Revision: 1.82 $" 31#ident "GENERIC32_IP3x-$Revision: 1.83 $"
32 32
33maxusers 32 33maxusers 32
34 34
35# CPU related options 35# CPU related options
36options MIPS3 # MIPS3 support 36options MIPS3 # MIPS3 support
37options ENABLE_MIPS4_CACHE_R10K # enable R10000 cache ops 37options ENABLE_MIPS4_CACHE_R10K # enable R10000 cache ops
38#options BLINK # blinkenlitzen 38#options BLINK # blinkenlitzen
39makeoptions CPUFLAGS="-march=mips3 -mtune=vr5000" 39makeoptions CPUFLAGS="-march=mips3 -mtune=vr5000"
40 40
41# Standard system options 41# Standard system options
42#options INSECURE # disable kernel security levels 42#options INSECURE # disable kernel security levels
43 43
44#options NTP # NTP phase/frequence locked loop 44#options NTP # NTP phase/frequence locked loop
@@ -319,26 +319,29 @@ wskbd* at ukbd? console ? mux 1 @@ -319,26 +319,29 @@ wskbd* at ukbd? console ? mux 1
319# USB serial adapter 319# USB serial adapter
320ucycom* at uhidev? reportid ? 320ucycom* at uhidev? reportid ?
321 321
322# USB Generic HID devices 322# USB Generic HID devices
323uhid* at uhidev? reportid ? 323uhid* at uhidev? reportid ?
324 324
325# USB Printer 325# USB Printer
326ulpt* at uhub? port ? configuration ? interface ? 326ulpt* at uhub? port ? configuration ? interface ?
327 327
328# USB Modem 328# USB Modem
329umodem* at uhub? port ? configuration ? 329umodem* at uhub? port ? configuration ?
330ucom* at umodem? 330ucom* at umodem?
331 331
 332# Option N.V. Wireless WAN modems
 333uhso* at uhub? port ? configuration ?
 334
332# USB Mass Storage 335# USB Mass Storage
333umass* at uhub? port ? configuration ? interface ? 336umass* at uhub? port ? configuration ? interface ?
334#wd* at umass? 337#wd* at umass?
335 338
336# USB audio 339# USB audio
337uaudio* at uhub? port ? configuration ? 340uaudio* at uhub? port ? configuration ?
338 341
339# USB MIDI 342# USB MIDI
340umidi* at uhub? port ? configuration ? 343umidi* at uhub? port ? configuration ?
341 344
342# USB IrDA 345# USB IrDA
343# USB-IrDA bridge spec 346# USB-IrDA bridge spec
344uirda* at uhub? port ? configuration ? interface ? 347uirda* at uhub? port ? configuration ? interface ?

cvs diff -r1.118 -r1.119 src/sys/arch/sparc64/conf/GENERIC (expand / switch to unified diff)

--- src/sys/arch/sparc64/conf/GENERIC 2010/02/28 11:49:44 1.118
+++ src/sys/arch/sparc64/conf/GENERIC 2010/03/07 09:39:44 1.119
@@ -1,38 +1,38 @@ @@ -1,38 +1,38 @@
1# $NetBSD: GENERIC,v 1.118 2010/02/28 11:49:44 martin Exp $ 1# $NetBSD: GENERIC,v 1.119 2010/03/07 09:39:44 plunky 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/sparc64/conf/std.sparc64" 21include "arch/sparc64/conf/std.sparc64"
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.118 $" 25#ident "GENERIC-$Revision: 1.119 $"
26 26
27maxusers 64 27maxusers 64
28 28
29## System kernel configuration. See options(4) for more detail. 29## System kernel configuration. See options(4) for more detail.
30 30
31 31
32# Options for variants of the Sun SPARC architecure. 32# Options for variants of the Sun SPARC architecure.
33# We currently support three architecture types; at least one is required. 33# We currently support three architecture types; at least one is required.
34options SUN4U # sun4u - UltraSPARC 34options SUN4U # sun4u - UltraSPARC
35#options BLINK # blink the system LED 35#options BLINK # blink the system LED
36 36
37#### System options that are the same for all ports 37#### System options that are the same for all ports
38 38
@@ -580,26 +580,29 @@ wskbd* at ukbd? console ? mux 1 @@ -580,26 +580,29 @@ wskbd* at ukbd? console ? mux 1
580# USB serial adapter 580# USB serial adapter
581ucycom* at uhidev? reportid ? 581ucycom* at uhidev? reportid ?
582 582
583# USB Generic HID devices 583# USB Generic HID devices
584uhid* at uhidev? reportid ? 584uhid* at uhidev? reportid ?
585 585
586# USB Printer 586# USB Printer
587ulpt* at uhub? port ? configuration ? interface ? 587ulpt* at uhub? port ? configuration ? interface ?
588 588
589# USB Modem 589# USB Modem
590umodem* at uhub? port ? configuration ? 590umodem* at uhub? port ? configuration ?
591ucom* at umodem? 591ucom* at umodem?
592 592
 593# Option N.V. Wireless WAN modems
 594uhso* at uhub? port ? configuration ?
 595
593# USB Mass Storage 596# USB Mass Storage
594umass* at uhub? port ? configuration ? interface ? 597umass* at uhub? port ? configuration ? interface ?
595wd* at umass? 598wd* at umass?
596 599
597# USB audio 600# USB audio
598uaudio* at uhub? port ? configuration ? 601uaudio* at uhub? port ? configuration ?
599 602
600# USB MIDI 603# USB MIDI
601umidi* at uhub? port ? configuration ? 604umidi* at uhub? port ? configuration ?
602 605
603# USB IrDA 606# USB IrDA
604# USB-IrDA bridge spec 607# USB-IrDA bridge spec
605uirda* at uhub? port ? configuration ? interface ? 608uirda* at uhub? port ? configuration ? interface ?

cvs diff -r1.147 -r1.148 src/sys/arch/x68k/conf/GENERIC (expand / switch to unified diff)

--- src/sys/arch/x68k/conf/GENERIC 2009/12/05 20:11:17 1.147
+++ src/sys/arch/x68k/conf/GENERIC 2010/03/07 09:39:44 1.148
@@ -1,38 +1,38 @@ @@ -1,38 +1,38 @@
1# $NetBSD: GENERIC,v 1.147 2009/12/05 20:11:17 pooka Exp $ 1# $NetBSD: GENERIC,v 1.148 2010/03/07 09:39:44 plunky 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/x68k/conf/std.x68k" 21include "arch/x68k/conf/std.x68k"
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.147 $" 25#ident "GENERIC-$Revision: 1.148 $"
26 26
27maxusers 8 27maxusers 8
28 28
29## System kernel configuration. See options(4) for more detail. 29## System kernel configuration. See options(4) for more detail.
30 30
31 31
32## Options for variants of the m68k MPU 32## Options for variants of the m68k MPU
33## you must have at least the correct one; REQUIRED 33## you must have at least the correct one; REQUIRED
34options M68030 34options M68030
35options M68040 35options M68040
36options M68060 36options M68060
37## If you want an optimized kernel for a specific processor, use either: 37## If you want an optimized kernel for a specific processor, use either:
38#makeoptions CMACHFLAGS="-m68030" 38#makeoptions CMACHFLAGS="-m68030"
@@ -336,26 +336,29 @@ bmd* at intio0 addr 0xecebf0 # Nereid @@ -336,26 +336,29 @@ bmd* at intio0 addr 0xecebf0 # Nereid
336# USB serial adapter 336# USB serial adapter
337#ucycom* at uhidev? reportid ? 337#ucycom* at uhidev? reportid ?
338 338
339# USB Generic HID devices 339# USB Generic HID devices
340#uhid* at uhidev? reportid ? 340#uhid* at uhidev? reportid ?
341 341
342# USB Printer 342# USB Printer
343#ulpt* at uhub? port ? configuration ? interface ? 343#ulpt* at uhub? port ? configuration ? interface ?
344 344
345# USB Modem 345# USB Modem
346#umodem* at uhub? port ? configuration ? 346#umodem* at uhub? port ? configuration ?
347#ucom* at umodem? 347#ucom* at umodem?
348 348
 349# Option N.V. Wireless WAN modems
 350#uhso* at uhub? port ? configuration ?
 351
349# USB Mass Storage; wd not supported 352# USB Mass Storage; wd not supported
350#umass* at uhub? port ? configuration ? interface ? 353#umass* at uhub? port ? configuration ? interface ?
351#atapibus* at umass? channel ? 354#atapibus* at umass? channel ?
352#scsibus* at umass? channel ? 355#scsibus* at umass? channel ?
353#wd* at umass? 356#wd* at umass?
354 357
355# USB audio 358# USB audio
356#uaudio* at uhub? port ? configuration ? 359#uaudio* at uhub? port ? configuration ?
357 360
358# USB MIDI 361# USB MIDI
359#umidi* at uhub? port ? configuration ? 362#umidi* at uhub? port ? configuration ?
360 363
361# USB IrDA 364# USB IrDA