Home | History | Annotate | Line # | Download | only in conf
      1   1.1       uch #
      2   1.1       uch # kernel config file for debugging.
      3   1.1       uch #
      4  1.29    andvar # 	$NetBSD: DEBUG,v 1.29 2023/11/07 21:39:30 andvar Exp $
      5   1.1       uch #
      6   1.1       uch 
      7   1.1       uch include 	"arch/playstation2/conf/std.playstation2"
      8   1.1       uch include 	"arch/playstation2/conf/config.playstation2"
      9   1.7    atatat 
     10   1.7    atatat #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
     11   1.1       uch 
     12   1.1       uch config		netbsd		root on ? type ?
     13   1.1       uch 
     14   1.1       uch makeoptions	DEFGP="-G 0"
     15   1.1       uch 
     16   1.3       uch options 	KLOADER_KERNEL_PATH="\"/netbsd\""
     17  1.10        he options 	KLOADER
     18  1.10        he 
     19   1.1       uch options 	NMBCLUSTERS=4096 # Max. number of mbuf clusters
     20   1.1       uch 
     21   1.1       uch options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     22   1.1       uch options 	PPP_DEFLATE	# Deflate compression support for PPP
     23   1.1       uch options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     24   1.1       uch 
     25   1.1       uch options 	NFSSERVER	# Network File System server
     26   1.1       uch 
     27   1.1       uch # Standard system options
     28   1.1       uch #options 	DIAGNOSTIC	# expensive kernel consistency checks
     29   1.1       uch options 	DEBUG			# extra kernel debugging support
     30   1.1       uch options 	DDB			# in-kernel debugger
     31   1.1       uch options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
     32   1.1       uch options 	KTRACE			# system call tracing support
     33   1.1       uch options 	MSGBUFSIZE=8192		# dmesg buffer size
     34   1.2     lukem #options 	SYSCALL_DEBUG
     35   1.2     lukem #options 	LOCKDEBUG
     36   1.2     lukem options 	GPROF		# kernel profiling
     37   1.1       uch makeoptions	PROF="-pg"
     38   1.8     lukem options 	USERCONF	# userconf(4) support
     39   1.5  jdolecek #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     40  1.11    atatat #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     41   1.1       uch 
     42   1.2     lukem #options 	USBVERBOSE	# verbose USB device autoconfig messages
     43   1.2     lukem #options 	MIIVERBOSE	# verbose PHY autoconfig messages
     44   1.1       uch 
     45   1.2     lukem options 	GSFB_DEBUG_MONITOR, INTR_DEBUG, SIF_DEBUG, SMAP_DEBUG
     46   1.2     lukem options 	EMAC3_DEBUG
     47   1.1       uch 
     48   1.1       uch # USB Generic HID devices
     49   1.4       uch uhidev*	at uhub? port ? configuration ? interface ?
     50   1.4       uch uhid*	at uhidev? reportid ?
     51   1.1       uch 
     52   1.1       uch # USB Printer
     53   1.1       uch ulpt*	at uhub? port ? configuration ? interface ?
     54   1.1       uch 
     55   1.1       uch # USB Modem
     56   1.1       uch umodem*	at uhub? port ? configuration ?
     57   1.1       uch ucom*	at umodem?
     58   1.1       uch 
     59   1.1       uch # USB Mass Storage
     60   1.1       uch umass*	at uhub? port ? configuration ? interface ?
     61  1.29    andvar atapibus* at umass?
     62   1.1       uch scsibus* at umass? channel ?
     63   1.1       uch 
     64   1.1       uch # USB audio
     65   1.1       uch uaudio*	at uhub? port ? configuration ?
     66  1.29    andvar midi*	at midibus?
     67   1.1       uch 
     68   1.1       uch # USB MIDI
     69   1.1       uch umidi* at uhub? port ? configuration ?
     70   1.1       uch 
     71  1.24       rin # MII/PHY support
     72  1.25       rin rgephy*	at mii? phy ?			# Realtek 8169S/8110S/8211 PHYs
     73  1.25       rin rlphy*	at mii? phy ?			# Realtek 8139/8201L PHYs
     74  1.24       rin ukphy*	at mii? phy ?			# generic unknown PHYs
     75  1.24       rin urlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
     76  1.24       rin 
     77   1.1       uch # USB Ethernet adapters
     78   1.1       uch aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
     79  1.12  augustss axe*	at uhub? port ?		# ASIX AX88172 based adapters
     80   1.1       uch cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
     81   1.1       uch kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
     82  1.24       rin mue*	at uhub? port ?		# Microchip LAN75xx/LAN78xx based adapters
     83  1.25       rin ure*	at uhub? port ?		# Realtek RTL8152/RTL8153 based adapters
     84   1.9  augustss url*	at uhub? port ?		# Realtek RTL8150L based adapters
     85   1.1       uch 
     86  1.16      hira # Prolific PL2301/PL2302 host-to-host adapter
     87   1.1       uch upl*	at uhub? port ?
     88   1.1       uch 
     89   1.1       uch # Serial adapters
     90   1.1       uch # FTDI FT8U100AX serial adapter
     91   1.1       uch uftdi*	at uhub? port ?
     92   1.1       uch ucom*	at uftdi? portno ?
     93   1.1       uch 
     94   1.1       uch uplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
     95   1.2     lukem ucom*	at uplcom? portno ?
     96   1.1       uch 
     97   1.1       uch umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
     98   1.1       uch ucom*	at umct? portno ?
     99   1.1       uch 
    100   1.1       uch # USB Handspring Visor
    101   1.1       uch uvisor*	at uhub? port ?
    102   1.1       uch ucom*	at uvisor?
    103   1.1       uch 
    104  1.13     itohy # Kyocera AIR-EDGE PHONE
    105  1.13     itohy ukyopon* at uhub? port ?
    106  1.13     itohy ucom*	at ukyopon? portno ?
    107  1.13     itohy 
    108   1.1       uch # USB scanners that use SCSI emulation, e.g., HP5300
    109   1.1       uch usscanner* at uhub? port ?
    110   1.1       uch scsibus* at usscanner? channel ?
    111   1.1       uch 
    112   1.1       uch audio*	at uaudio?
    113   1.1       uch 
    114  1.23  christos spkr*	at audio?			# PC speaker (synthesized)
    115  1.21       nat 
    116  1.15      cube pseudo-device	ppp			# Point-to-Point Protocol
    117