Wed May 24 20:23:04 2017 UTC ()
rename u3ginit driver to umodeswitch


(christos)
diff -r1.31 -r1.32 src/sys/arch/evbarm/conf/HPT5325
diff -r1.54 -r1.55 src/sys/arch/evbarm/conf/SHEEVAPLUG
diff -r1.22 -r1.23 src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT
diff -r1.11 -r1.12 src/sys/arch/hppa/conf/GENERIC
diff -r1.417 -r1.418 src/sys/arch/i386/conf/ALL
diff -r1.1154 -r1.1155 src/sys/arch/i386/conf/GENERIC
diff -r1.328 -r1.329 src/sys/arch/macppc/conf/GENERIC

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

--- src/sys/arch/evbarm/conf/HPT5325 2017/02/19 07:47:00 1.31
+++ src/sys/arch/evbarm/conf/HPT5325 2017/05/24 20:23:04 1.32
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: HPT5325,v 1.31 2017/02/19 07:47:00 rin Exp $ 1# $NetBSD: HPT5325,v 1.32 2017/05/24 20:23:04 christos Exp $
2# 2#
3# This configuration supports for HP T5325 Thin Client 3# This configuration supports for HP T5325 Thin Client
4# 4#
5 5
6include "arch/evbarm/conf/std.marvell" 6include "arch/evbarm/conf/std.marvell"
7 7
8options INCLUDE_CONFIG_FILE # embed config file in kernel binary 8options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9 9
10# estimated number of users 10# estimated number of users
11 11
12maxusers 32 12maxusers 32
13 13
14# Board Type 14# Board Type
@@ -382,27 +382,27 @@ usscanner* at uhub? port ? @@ -382,27 +382,27 @@ usscanner* at uhub? port ?
382#utoppy* at uhub? port ? 382#utoppy* at uhub? port ?
383 383
384# Y@P firmware loader 384# Y@P firmware loader
385#uyap* at uhub? port ? 385#uyap* at uhub? port ?
386 386
387# D-Link DSB-R100 USB radio 387# D-Link DSB-R100 USB radio
388#udsbr* at uhub? port ? 388#udsbr* at uhub? port ?
389#radio* at udsbr? 389#radio* at udsbr?
390 390
391# USB Generic driver 391# USB Generic driver
392ugen* at uhub? port ? 392ugen* at uhub? port ?
393 393
394# USB 3G datacards 394# USB 3G datacards
395#u3ginit* at uhub? port ? 395#umodeswitch* at uhub? port ?
396#u3g* at uhub? port ? 396#u3g* at uhub? port ?
397#ucom* at u3g? 397#ucom* at u3g?
398 398
399# USB generic serial port (e.g., data over cellular) 399# USB generic serial port (e.g., data over cellular)
400ugensa* at uhub? port ? 400ugensa* at uhub? port ?
401ucom* at ugensa? 401ucom* at ugensa?
402 402
403# Bluetooth Controller and Device support 403# Bluetooth Controller and Device support
404 404
405# Bluetooth SDIO Controller 405# Bluetooth SDIO Controller
406#sbt* at sdmmc? 406#sbt* at sdmmc?
407 407
408# Bluetooth USB Controllers 408# Bluetooth USB Controllers

cvs diff -r1.54 -r1.55 src/sys/arch/evbarm/conf/SHEEVAPLUG (expand / switch to unified diff)

--- src/sys/arch/evbarm/conf/SHEEVAPLUG 2017/03/22 22:53:06 1.54
+++ src/sys/arch/evbarm/conf/SHEEVAPLUG 2017/05/24 20:23:04 1.55
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: SHEEVAPLUG,v 1.54 2017/03/22 22:53:06 sevan Exp $ 1# $NetBSD: SHEEVAPLUG,v 1.55 2017/05/24 20:23:04 christos Exp $
2# 2#
3# This configuration supports for generically Marvell SheevaPlug 3# This configuration supports for generically Marvell SheevaPlug
4# 4#
5 5
6include "arch/evbarm/conf/std.marvell" 6include "arch/evbarm/conf/std.marvell"
7 7
8options INCLUDE_CONFIG_FILE # embed config file in kernel binary 8options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9 9
10# estimated number of users 10# estimated number of users
11 11
12maxusers 32 12maxusers 32
13 13
14# Board Type 14# Board Type
@@ -382,27 +382,27 @@ usscanner* at uhub? port ? @@ -382,27 +382,27 @@ usscanner* at uhub? port ?
382utoppy* at uhub? port ? 382utoppy* at uhub? port ?
383 383
384# Y@P firmware loader 384# Y@P firmware loader
385uyap* at uhub? port ? 385uyap* at uhub? port ?
386 386
387# D-Link DSB-R100 USB radio 387# D-Link DSB-R100 USB radio
388udsbr* at uhub? port ? 388udsbr* at uhub? port ?
389radio* at udsbr? 389radio* at udsbr?
390 390
391# USB Generic driver 391# USB Generic driver
392ugen* at uhub? port ? 392ugen* at uhub? port ?
393 393
394# USB 3G datacards 394# USB 3G datacards
395u3ginit* at uhub? port ? 395umodeswitch* at uhub? port ?
396u3g* at uhub? port ? 396u3g* at uhub? port ?
397ucom* at u3g? 397ucom* at u3g?
398 398
399# USB generic serial port (e.g., data over cellular) 399# USB generic serial port (e.g., data over cellular)
400ugensa* at uhub? port ? 400ugensa* at uhub? port ?
401ucom* at ugensa? 401ucom* at ugensa?
402 402
403# Bluetooth Controller and Device support 403# Bluetooth Controller and Device support
404 404
405# Bluetooth SDIO Controller 405# Bluetooth SDIO Controller
406sbt* at sdmmc? 406sbt* at sdmmc?
407 407
408# Bluetooth USB Controllers 408# Bluetooth USB Controllers

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

--- src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT 2016/12/13 20:42:17 1.22
+++ src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT 2017/05/24 20:23:04 1.23
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: OPENBLOCKS266_OPT,v 1.22 2016/12/13 20:42:17 christos Exp $ 1# $NetBSD: OPENBLOCKS266_OPT,v 1.23 2017/05/24 20:23:04 christos 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
@@ -278,27 +278,27 @@ usscanner* at uhub? port ? @@ -278,27 +278,27 @@ usscanner* at uhub? port ?
278utoppy* at uhub? port ? 278utoppy* at uhub? port ?
279 279
280# Y@P firmware loader 280# Y@P firmware loader
281uyap* at uhub? port ? 281uyap* at uhub? port ?
282 282
283# D-Link DSB-R100 USB radio 283# D-Link DSB-R100 USB radio
284udsbr* at uhub? port ? 284udsbr* at uhub? port ?
285radio* at udsbr? 285radio* at udsbr?
286 286
287# USB Generic driver 287# USB Generic driver
288ugen* at uhub? port ? 288ugen* at uhub? port ?
289 289
290# USB 3G datacards 290# USB 3G datacards
291u3ginit* at uhub? port ? 291umodeswitch* at uhub? port ?
292u3g* at uhub? port ? 292u3g* at uhub? port ?
293ucom* at u3g? 293ucom* at u3g?
294 294
295# USB generic serial port (e.g., data over cellular) 295# USB generic serial port (e.g., data over cellular)
296ugensa* at uhub? port ? 296ugensa* at uhub? port ?
297ucom* at ugensa? 297ucom* at ugensa?
298 298
299# Video capture devices 299# Video capture devices
300 300
301pseye* at uhub? # Sony PLAYSTATION(R) Eye webcam 301pseye* at uhub? # Sony PLAYSTATION(R) Eye webcam
302uvideo* at uhub? # USB Video Class capture devices 302uvideo* at uhub? # USB Video Class capture devices
303video* at videobus? 303video* at videobus?
304 304

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

--- src/sys/arch/hppa/conf/GENERIC 2016/12/13 20:42:18 1.11
+++ src/sys/arch/hppa/conf/GENERIC 2017/05/24 20:23:04 1.12
@@ -1,39 +1,39 @@ @@ -1,39 +1,39 @@
1# $NetBSD: GENERIC,v 1.11 2016/12/13 20:42:18 christos Exp $ 1# $NetBSD: GENERIC,v 1.12 2017/05/24 20:23:04 christos Exp $
2# 2#
3# GENERIC machine description file 3# GENERIC machine description file
4# 4#
5# This machine description file is used to generate the default NetBSD 5# This machine description file is used to generate the default NetBSD
6# kernel. The generic kernel does not include all options, subsystems 6# kernel. The generic kernel does not include all options, subsystems
7# and device drivers, but should be useful for most applications. 7# and device drivers, but should be useful for most applications.
8# 8#
9# The machine description file can be customised for your specific 9# The machine description file can be customised for your specific
10# machine to reduce the kernel size and improve its performance. 10# machine to reduce the kernel size and improve its performance.
11# 11#
12# For further information on compiling NetBSD kernels, see the config(8) 12# For further information on compiling NetBSD kernels, see the config(8)
13# man page. 13# man page.
14# 14#
15# For further information on hardware support for this architecture, see 15# For further information on hardware support for this architecture, see
16# the intro(4) man page. For further information about kernel options 16# the intro(4) man page. For further information about kernel options
17# for this architecture, see the options(4) man page. For an explanation 17# for this architecture, see the options(4) man page. For an explanation
18# of each device driver in this file see the section 4 man page for the 18# of each device driver in this file see the section 4 man page for the
19# device. 19# device.
20 20
21include "arch/hppa/conf/std.hppa" 21include "arch/hppa/conf/std.hppa"
22 22
23options INCLUDE_CONFIG_FILE # embed config file in kernel binary 23options INCLUDE_CONFIG_FILE # embed config file in kernel binary
24options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 24options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
25 25
26#ident "GENERIC-$Revision: 1.11 $" 26#ident "GENERIC-$Revision: 1.12 $"
27 27
28maxusers 32 # estimated number of users 28maxusers 32 # estimated number of users
29 29
30# CPU support. At least one is REQUIRED. 30# CPU support. At least one is REQUIRED.
31options HP7000_CPU # PCX, PCX-S 31options HP7000_CPU # PCX, PCX-S
32options HP7100_CPU,HP7150_CPU # PCX-T 32options HP7100_CPU,HP7150_CPU # PCX-T
33options HP7100LC_CPU # PCX-L 33options HP7100LC_CPU # PCX-L
34options HP7200_CPU,HP7250_CPU # PCX-T' 34options HP7200_CPU,HP7250_CPU # PCX-T'
35options HP7300LC_CPU # PCX-L2 35options HP7300LC_CPU # PCX-L2
36options HP8000_CPU # PCX-U (in 32bit mode) 36options HP8000_CPU # PCX-U (in 32bit mode)
37options HP8200_CPU # PCX-V/U+ (in 32bit mode) 37options HP8200_CPU # PCX-V/U+ (in 32bit mode)
38options HP8500_CPU # PCX-W (in 32bit mode) 38options HP8500_CPU # PCX-W (in 32bit mode)
39options HP8600_CPU # PCX-W+ (in 32bit mode) 39options HP8600_CPU # PCX-W+ (in 32bit mode)
@@ -691,27 +691,27 @@ usscanner* at uhub? port ? @@ -691,27 +691,27 @@ usscanner* at uhub? port ?
691utoppy* at uhub? port ? 691utoppy* at uhub? port ?
692 692
693# Y@P firmware loader 693# Y@P firmware loader
694uyap* at uhub? port ? 694uyap* at uhub? port ?
695 695
696# D-Link DSB-R100 USB radio 696# D-Link DSB-R100 USB radio
697udsbr* at uhub? port ? 697udsbr* at uhub? port ?
698radio* at udsbr? 698radio* at udsbr?
699 699
700# USB Generic driver 700# USB Generic driver
701ugen* at uhub? port ? 701ugen* at uhub? port ?
702 702
703# USB 3G datacards 703# USB 3G datacards
704u3ginit* at uhub? port ? 704umodeswitch* at uhub? port ?
705u3g* at uhub? port ? 705u3g* at uhub? port ?
706ucom* at u3g? 706ucom* at u3g?
707 707
708# USB generic serial port (e.g., data over cellular) 708# USB generic serial port (e.g., data over cellular)
709ugensa* at uhub? port ? 709ugensa* at uhub? port ?
710ucom* at ugensa? 710ucom* at ugensa?
711 711
712# Pseudo-Devices 712# Pseudo-Devices
713 713
714pseudo-device crypto # /dev/crypto device 714pseudo-device crypto # /dev/crypto device
715pseudo-device swcrypto # software crypto implementation 715pseudo-device swcrypto # software crypto implementation
716 716
717# disk/mass storage pseudo-devices 717# disk/mass storage pseudo-devices

cvs diff -r1.417 -r1.418 src/sys/arch/i386/conf/ALL (expand / switch to unified diff)

--- src/sys/arch/i386/conf/ALL 2017/04/18 19:09:12 1.417
+++ src/sys/arch/i386/conf/ALL 2017/05/24 20:23:04 1.418
@@ -1,33 +1,33 @@ @@ -1,33 +1,33 @@
1# $NetBSD: ALL,v 1.417 2017/04/18 19:09:12 riastradh Exp $ 1# $NetBSD: ALL,v 1.418 2017/05/24 20:23:04 christos Exp $
2# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp 2# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
3# 3#
4# ALL machine description file 4# ALL machine description file
5# 5#
6# This machine description includes all devices and options and it is 6# This machine description includes all devices and options and it is
7# used to compile-test the source and does not necessarily produce a 7# used to compile-test the source and does not necessarily produce a
8# bootable or useful kernel. 8# bootable or useful kernel.
9# 9#
10# For further information on hardware support for this architecture, see 10# For further information on hardware support for this architecture, see
11# the intro(4) man page. For further information about kernel options 11# the intro(4) man page. For further information about kernel options
12# for this architecture, see the options(4) man page. For an explanation 12# for this architecture, see the options(4) man page. For an explanation
13# of each device driver in this file see the section 4 man page for the 13# of each device driver in this file see the section 4 man page for the
14# device. 14# device.
15 15
16include "arch/i386/conf/std.i386" 16include "arch/i386/conf/std.i386"
17 17
18options INCLUDE_CONFIG_FILE # embed config file in kernel binary 18options INCLUDE_CONFIG_FILE # embed config file in kernel binary
19 19
20#ident "ALL-$Revision: 1.417 $" 20#ident "ALL-$Revision: 1.418 $"
21 21
22maxusers 64 # estimated number of users 22maxusers 64 # estimated number of users
23 23
24makeoptions USE_SSP=yes 24makeoptions USE_SSP=yes
25 25
26# CPU-related options. 26# CPU-related options.
27options VM86 # virtual 8086 emulation 27options VM86 # virtual 8086 emulation
28options USER_LDT # user-settable LDT; used by WINE 28options USER_LDT # user-settable LDT; used by WINE
29options X86EMU # 386 Real Mode emulator 29options X86EMU # 386 Real Mode emulator
30options PAE # PAE mode (36 bits physical addressing) 30options PAE # PAE mode (36 bits physical addressing)
31 31
32# CPU features 32# CPU features
33acpicpu* at cpu? # ACPI CPU (including frequency scaling) 33acpicpu* at cpu? # ACPI CPU (including frequency scaling)
@@ -1423,27 +1423,27 @@ usscanner* at uhub? port ? @@ -1423,27 +1423,27 @@ usscanner* at uhub? port ?
1423utoppy* at uhub? port ? 1423utoppy* at uhub? port ?
1424 1424
1425# Y@P firmware loader 1425# Y@P firmware loader
1426uyap* at uhub? port ? 1426uyap* at uhub? port ?
1427 1427
1428# D-Link DSB-R100 USB radio 1428# D-Link DSB-R100 USB radio
1429udsbr* at uhub? port ? 1429udsbr* at uhub? port ?
1430radio* at udsbr? 1430radio* at udsbr?
1431 1431
1432# USB Generic driver 1432# USB Generic driver
1433ugen* at uhub? port ? 1433ugen* at uhub? port ?
1434 1434
1435# USB 3G datacards 1435# USB 3G datacards
1436u3ginit* at uhub? port ? 1436umodeswitch* at uhub? port ?
1437u3g* at uhub? port ? 1437u3g* at uhub? port ?
1438ucom* at u3g? 1438ucom* at u3g?
1439 1439
1440# USB generic serial port (e.g., data over cellular) 1440# USB generic serial port (e.g., data over cellular)
1441ugensa* at uhub? port ? 1441ugensa* at uhub? port ?
1442ucom* at ugensa? 1442ucom* at ugensa?
1443 1443
1444# Araneus Alea I/II TRNG 1444# Araneus Alea I/II TRNG
1445ualea* at uhub? port ? configuration ? interface ? 1445ualea* at uhub? port ? configuration ? interface ?
1446 1446
1447# IrDA and Consumer Ir devices 1447# IrDA and Consumer Ir devices
1448 1448
1449# Toshiba Oboe 1449# Toshiba Oboe

cvs diff -r1.1154 -r1.1155 src/sys/arch/i386/conf/GENERIC (expand / switch to unified diff)

--- src/sys/arch/i386/conf/GENERIC 2017/04/18 19:09:12 1.1154
+++ src/sys/arch/i386/conf/GENERIC 2017/05/24 20:23:04 1.1155
@@ -1,38 +1,38 @@ @@ -1,38 +1,38 @@
1# $NetBSD: GENERIC,v 1.1154 2017/04/18 19:09:12 riastradh Exp $ 1# $NetBSD: GENERIC,v 1.1155 2017/05/24 20:23:04 christos Exp $
2# 2#
3# GENERIC machine description file 3# GENERIC machine description file
4# 4#
5# This machine description file is used to generate the default NetBSD 5# This machine description file is used to generate the default NetBSD
6# kernel. The generic kernel does not include all options, subsystems 6# kernel. The generic kernel does not include all options, subsystems
7# and device drivers, but should be useful for most applications. 7# and device drivers, but should be useful for most applications.
8# 8#
9# The machine description file can be customised for your specific 9# The machine description file can be customised for your specific
10# machine to reduce the kernel size and improve its performance. 10# machine to reduce the kernel size and improve its performance.
11# 11#
12# For further information on compiling NetBSD kernels, see the config(8) 12# For further information on compiling NetBSD kernels, see the config(8)
13# man page. 13# man page.
14# 14#
15# For further information on hardware support for this architecture, see 15# For further information on hardware support for this architecture, see
16# the intro(4) man page. For further information about kernel options 16# the intro(4) man page. For further information about kernel options
17# for this architecture, see the options(4) man page. For an explanation 17# for this architecture, see the options(4) man page. For an explanation
18# of each device driver in this file see the section 4 man page for the 18# of each device driver in this file see the section 4 man page for the
19# device. 19# device.
20 20
21include "arch/i386/conf/std.i386" 21include "arch/i386/conf/std.i386"
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.1154 $" 25#ident "GENERIC-$Revision: 1.1155 $"
26 26
27maxusers 64 # estimated number of users 27maxusers 64 # estimated number of users
28 28
29# CPU-related options. 29# CPU-related options.
30options VM86 # virtual 8086 emulation 30options VM86 # virtual 8086 emulation
31options USER_LDT # user-settable LDT; used by WINE 31options USER_LDT # user-settable LDT; used by WINE
32#options PAE # PAE mode (36 bits physical addressing) 32#options PAE # PAE mode (36 bits physical addressing)
33 33
34# CPU features 34# CPU features
35acpicpu* at cpu? # ACPI CPU (including frequency scaling) 35acpicpu* at cpu? # ACPI CPU (including frequency scaling)
36coretemp* at cpu? # Intel on-die thermal sensor 36coretemp* at cpu? # Intel on-die thermal sensor
37est0 at cpu0 # Intel Enhanced SpeedStep (non-ACPI) 37est0 at cpu0 # Intel Enhanced SpeedStep (non-ACPI)
38#odcm0 at cpu0 # On-demand clock modulation 38#odcm0 at cpu0 # On-demand clock modulation
@@ -1342,27 +1342,27 @@ usscanner* at uhub? port ? @@ -1342,27 +1342,27 @@ usscanner* at uhub? port ?
1342utoppy* at uhub? port ? 1342utoppy* at uhub? port ?
1343 1343
1344# Y@P firmware loader 1344# Y@P firmware loader
1345uyap* at uhub? port ? 1345uyap* at uhub? port ?
1346 1346
1347# D-Link DSB-R100 USB radio 1347# D-Link DSB-R100 USB radio
1348udsbr* at uhub? port ? 1348udsbr* at uhub? port ?
1349radio* at udsbr? 1349radio* at udsbr?
1350 1350
1351# USB Generic driver 1351# USB Generic driver
1352ugen* at uhub? port ? 1352ugen* at uhub? port ?
1353 1353
1354# USB 3G datacards 1354# USB 3G datacards
1355u3ginit* at uhub? port ? 1355umodeswitch* at uhub? port ?
1356u3g* at uhub? port ? 1356u3g* at uhub? port ?
1357ucom* at u3g? 1357ucom* at u3g?
1358 1358
1359# USB generic serial port (e.g., data over cellular) 1359# USB generic serial port (e.g., data over cellular)
1360ugensa* at uhub? port ? 1360ugensa* at uhub? port ?
1361ucom* at ugensa? 1361ucom* at ugensa?
1362 1362
1363# Araneus Alea I/II TRNG 1363# Araneus Alea I/II TRNG
1364#ualea* at uhub? port ? configuration ? interface ? 1364#ualea* at uhub? port ? configuration ? interface ?
1365 1365
1366# IrDA and Consumer Ir devices 1366# IrDA and Consumer Ir devices
1367 1367
1368# Toshiba Oboe 1368# Toshiba Oboe

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

--- src/sys/arch/macppc/conf/GENERIC 2017/02/26 12:03:14 1.328
+++ src/sys/arch/macppc/conf/GENERIC 2017/05/24 20:23:04 1.329
@@ -1,38 +1,38 @@ @@ -1,38 +1,38 @@
1# $NetBSD: GENERIC,v 1.328 2017/02/26 12:03:14 rin Exp $ 1# $NetBSD: GENERIC,v 1.329 2017/05/24 20:23:04 christos Exp $
2# 2#
3# GENERIC machine description file 3# GENERIC machine description file
4#  4#
5# This machine description file is used to generate the default NetBSD 5# This machine description file is used to generate the default NetBSD
6# kernel. The generic kernel does not include all options, subsystems 6# kernel. The generic kernel does not include all options, subsystems
7# and device drivers, but should be useful for most applications. 7# and device drivers, but should be useful for most applications.
8# 8#
9# The machine description file can be customised for your specific 9# The machine description file can be customised for your specific
10# machine to reduce the kernel size and improve its performance. 10# machine to reduce the kernel size and improve its performance.
11# 11#
12# For further information on compiling NetBSD kernels, see the config(8) 12# For further information on compiling NetBSD kernels, see the config(8)
13# man page. 13# man page.
14# 14#
15# For further information on hardware support for this architecture, see 15# For further information on hardware support for this architecture, see
16# the intro(4) man page. For further information about kernel options 16# the intro(4) man page. For further information about kernel options
17# for this architecture, see the options(4) man page. For an explanation 17# for this architecture, see the options(4) man page. For an explanation
18# of each device driver in this file see the section 4 man page for the 18# of each device driver in this file see the section 4 man page for the
19# device. 19# device.
20 20
21include "arch/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.328 $" 25#ident "GENERIC-$Revision: 1.329 $"
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
@@ -543,27 +543,27 @@ run* at uhub? port ? # Ralink Technolog @@ -543,27 +543,27 @@ run* at uhub? port ? # Ralink Technolog
543upgt* at uhub? port ? # Intersil PrismGT 543upgt* at uhub? port ? # Intersil PrismGT
544urtw* at uhub? port ? # Realtek RTL8187/RTL8187B 802.11b/g 544urtw* at uhub? port ? # Realtek RTL8187/RTL8187B 802.11b/g
545urtwn* at uhub? port ? # Realtek RTL8188CU/RTL8192CU 802.11b/g/n 545urtwn* at uhub? port ? # Realtek RTL8188CU/RTL8192CU 802.11b/g/n
546#zyd* at uhub? port ? # Zydas ZD1211 546#zyd* at uhub? port ? # Zydas ZD1211
547 547
548# Serial adapters 548# Serial adapters
549uchcom* at uhub? port ? # WinChipHead CH341/CH340 serial adapter 549uchcom* at uhub? port ? # WinChipHead CH341/CH340 serial adapter
550ucom* at uchcom? portno ? 550ucom* at uchcom? portno ?
551 551
552uslsa* at uhub? port ? # Silicon Labs USB-RS232 serial adapter 552uslsa* at uhub? port ? # Silicon Labs USB-RS232 serial adapter
553ucom* at uslsa? portno ? 553ucom* at uslsa? portno ?
554 554
555# USB 3G datacards 555# USB 3G datacards
556u3ginit* at uhub? port ? 556umodeswitch* at uhub? port ?
557u3g* at uhub? port ? 557u3g* at uhub? port ?
558ucom* at u3g? 558ucom* at u3g?
559 559
560# USB generic serial port (e.g., data over cellular) 560# USB generic serial port (e.g., data over cellular)
561ugensa* at uhub? port ? 561ugensa* at uhub? port ?
562ucom* at ugensa? 562ucom* at ugensa?
563 563
564# PCI IEEE1394 controllers 564# PCI IEEE1394 controllers
565fwohci* at pci? dev ? function ? # IEEE1394 Open Host Controller 565fwohci* at pci? dev ? function ? # IEEE1394 Open Host Controller
566 566
567# CardBus IEEE1394 controllers  567# CardBus IEEE1394 controllers
568#fwohci* at cardbus? function ? # IEEE1394 Open Host Controller 568#fwohci* at cardbus? function ? # IEEE1394 Open Host Controller
569 569