Sat Jul 30 04:53:30 2011 UTC ()
Add uplcom(4) and uftdi(4).


(jakllsch)
diff -r1.292 -r1.293 src/sys/arch/macppc/conf/GENERIC

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

--- src/sys/arch/macppc/conf/GENERIC 2011/06/30 20:09:32 1.292
+++ src/sys/arch/macppc/conf/GENERIC 2011/07/30 04:53:30 1.293
@@ -1,38 +1,38 @@ @@ -1,38 +1,38 @@
1# $NetBSD: GENERIC,v 1.292 2011/06/30 20:09:32 wiz Exp $ 1# $NetBSD: GENERIC,v 1.293 2011/07/30 04:53:30 jakllsch 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.292 $" 25#ident "GENERIC-$Revision: 1.293 $"
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
@@ -477,26 +477,32 @@ uthum* at uhidev? reportid ? # TEMPer @@ -477,26 +477,32 @@ uthum* at uhidev? reportid ? # TEMPer
477 477
478ucycom* at uhidev? reportid ? # USB serial adapter 478ucycom* at uhidev? reportid ? # USB serial adapter
479 479
480uhid* at uhidev? reportid ? # USB Generic HID 480uhid* at uhidev? reportid ? # USB Generic HID
481 481
482ulpt* at uhub? port ? configuration ? interface ? # USB Printer 482ulpt* at uhub? port ? configuration ? interface ? # USB Printer
483 483
484umodem* at uhub? port ? configuration ? # USB Modem 484umodem* at uhub? port ? configuration ? # USB Modem
485ucom* at umodem? 485ucom* at umodem?
486 486
487ubsa* at uhub? port ? # Belkin serial adapter 487ubsa* at uhub? port ? # Belkin serial adapter
488ucom* at ubsa? portno ? 488ucom* at ubsa? portno ?
489 489
 490uplcom* at uhub? port ? # Prolific serial
 491ucom* at uplcom? portno ?
 492
 493uftdi* at uhub? port ? # FTDI serial
 494ucom* at uftdi? portno ?
 495
490uhso* at uhub? port ? configuration ? # Option N.V. Wireless WAN modems 496uhso* at uhub? port ? configuration ? # Option N.V. Wireless WAN modems
491 497
492umass* at uhub? port ? configuration ? interface ? # USB Mass Storage 498umass* at uhub? port ? configuration ? interface ? # USB Mass Storage
493 499
494uaudio* at uhub? port ? configuration ? # USB audio 500uaudio* at uhub? port ? configuration ? # USB audio
495 501
496# D-Link DSB-R100 USB FM radio tuner 502# D-Link DSB-R100 USB FM radio tuner
497udsbr* at uhub? port ? 503udsbr* at uhub? port ?
498radio* at udsbr? 504radio* at udsbr?
499 505
500# USB Ethernet adapters 506# USB Ethernet adapters
501aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 507aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
502axe* at uhub? port ? # ASIX AX88172 based adapters 508axe* at uhub? port ? # ASIX AX88172 based adapters