Fri Sep 19 22:50:05 2008 UTC ()
Add pseye, uvideo, video, UVIDEO_DEBUG


(jmcneill)
diff -r1.179 -r1.180 src/sys/arch/i386/conf/ALL

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

--- src/sys/arch/i386/conf/ALL 2008/09/11 20:50:04 1.179
+++ src/sys/arch/i386/conf/ALL 2008/09/19 22:50:05 1.180
@@ -1,33 +1,33 @@ @@ -1,33 +1,33 @@
1# $NetBSD: ALL,v 1.179 2008/09/11 20:50:04 pgoyette Exp $ 1# $NetBSD: ALL,v 1.180 2008/09/19 22:50:05 jmcneill 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.179 $" 20#ident "ALL-$Revision: 1.180 $"
21 21
22maxusers 32 # estimated number of users 22maxusers 32 # estimated number of users
23 23
24# CPU-related options. 24# CPU-related options.
25options VM86 # virtual 8086 emulation 25options VM86 # virtual 8086 emulation
26options USER_LDT # user-settable LDT; used by WINE 26options USER_LDT # user-settable LDT; used by WINE
27 27
28# Enhanced SpeedStep Technology in the Pentium M 28# Enhanced SpeedStep Technology in the Pentium M
29options ENHANCED_SPEEDSTEP 29options ENHANCED_SPEEDSTEP
30options EST_FREQ_USERWRITE # any user can set frequency 30options EST_FREQ_USERWRITE # any user can set frequency
31 31
32# AMD PowerNow! K7 32# AMD PowerNow! K7
33options POWERNOW_K7 33options POWERNOW_K7
@@ -1337,26 +1337,33 @@ rtii1 at isa? port 0x30c @@ -1337,26 +1337,33 @@ rtii1 at isa? port 0x30c
1337sf2r0 at isa? port 0x384 # SoundForte RadioLink SF16-FMR2 FM Radio Card 1337sf2r0 at isa? port 0x384 # SoundForte RadioLink SF16-FMR2 FM Radio Card
1338 1338
1339# PCI radio devices 1339# PCI radio devices
1340gtp* at pci? dev ? function ? # Guillemot Maxi Radio FM 2000 Radio Card 1340gtp* at pci? dev ? function ? # Guillemot Maxi Radio FM 2000 Radio Card
1341 1341
1342# Radio support 1342# Radio support
1343radio* at az? 1343radio* at az?
1344radio* at gtp? 1344radio* at gtp?
1345radio* at rt? 1345radio* at rt?
1346radio* at rtii? 1346radio* at rtii?
1347radio* at sf2r? 1347radio* at sf2r?
1348 1348
1349 1349
 1350# Video capture devices
 1351
 1352pseye* at uhub? # Sony PLAYSTATION(R) Eye webcam
 1353uvideo* at uhub? # USB Video Class capture devices
 1354video* at videobus?
 1355
 1356
1350# TV cards 1357# TV cards
1351 1358
1352# Brooktree 848/849/878/879 based TV cards 1359# Brooktree 848/849/878/879 based TV cards
1353bktr* at pci? dev ? function ? 1360bktr* at pci? dev ? function ?
1354radio* at bktr? 1361radio* at bktr?
1355 1362
1356 1363
1357# Bluetooth Controller and Device support 1364# Bluetooth Controller and Device support
1358 1365
1359# Bluetooth PCMCIA Controllers 1366# Bluetooth PCMCIA Controllers
1360bt3c* at pcmcia? function ? # 3Com 3CRWB6096-A 1367bt3c* at pcmcia? function ? # 3Com 3CRWB6096-A
1361btbc* at pcmcia? function ? # AnyCom BlueCard LSE041/039/139 1368btbc* at pcmcia? function ? # AnyCom BlueCard LSE041/039/139
1362 1369
@@ -2099,26 +2106,27 @@ options UMIDI_DEBUG @@ -2099,26 +2106,27 @@ options UMIDI_DEBUG
2099options UMODEM_DEBUG 2106options UMODEM_DEBUG
2100options UNIV_DEBUG 2107options UNIV_DEBUG
2101options UPLCOM_DEBUG 2108options UPLCOM_DEBUG
2102options UPL_DEBUG 2109options UPL_DEBUG
2103options URIO_DEBUG 2110options URIO_DEBUG
2104options URLPHY_DEBUG 2111options URLPHY_DEBUG
2105options URL_DEBUG 2112options URL_DEBUG
2106options USB_DEBUG 2113options USB_DEBUG
2107options USCANNER_DEBUG 2114options USCANNER_DEBUG
2108options USEFULL_DEBUG  2115options USEFULL_DEBUG
2109options USSCANNER_DEBUG 2116options USSCANNER_DEBUG
2110options USTIR_DEBUG 2117options USTIR_DEBUG
2111options UTOPPY_DEBUG 2118options UTOPPY_DEBUG
 2119options UVIDEO_DEBUG
2112options UVISOR_DEBUG 2120options UVISOR_DEBUG
2113options UVSCOM_DEBUG 2121options UVSCOM_DEBUG
2114options VALD_ACPI_DEBUG 2122options VALD_ACPI_DEBUG
2115options VCONS_DEBUG 2123options VCONS_DEBUG
2116options VERYLOWDEBUG 2124options VERYLOWDEBUG
2117options VGAFONTDEBUG 2125options VGAFONTDEBUG
2118options VIA8231_DEBUG 2126options VIA8231_DEBUG
2119options VIAENV_DEBUG 2127options VIAENV_DEBUG
2120options VIAPCIB_DEBUG 2128options VIAPCIB_DEBUG
2121options VIDCAUDIO_DEBUG 2129options VIDCAUDIO_DEBUG
2122options VMEDEBUG 2130options VMEDEBUG
2123options VOODOOFB_DEBUG 2131options VOODOOFB_DEBUG
2124options VR4181AIU_DEBUG 2132options VR4181AIU_DEBUG