Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.2.6.4
      1  1.2.6.4  yamt # $NetBSD: GENERIC,v 1.2.6.4 2007/11/15 11:43:01 yamt Exp $
      2  1.2.6.2  yamt #
      3  1.2.6.3  yamt # GENERIC machine description file
      4  1.2.6.2  yamt #
      5  1.2.6.3  yamt # This machine description file is used to generate the default NetBSD
      6  1.2.6.3  yamt # kernel.  The generic kernel does not include all options, subsystems
      7  1.2.6.3  yamt # and device drivers, but should be useful for most applications.
      8  1.2.6.3  yamt #
      9  1.2.6.3  yamt # The machine description file can be customised for your specific
     10  1.2.6.3  yamt # machine to reduce the kernel size and improve its performance.
     11  1.2.6.3  yamt #
     12  1.2.6.3  yamt # For further information on compiling NetBSD kernels, see the config(8)
     13  1.2.6.3  yamt # man page.
     14  1.2.6.3  yamt #
     15  1.2.6.3  yamt # For further information on hardware support for this architecture, see
     16  1.2.6.3  yamt # the intro(4) man page.  For further information about kernel options
     17  1.2.6.3  yamt # for this architecture, see the options(4) man page.  For an explanation
     18  1.2.6.3  yamt # of each device driver in this file see the section 4 man page for the
     19  1.2.6.3  yamt # device.
     20  1.2.6.3  yamt 
     21  1.2.6.3  yamt include		"arch/landisk/conf/std.landisk"
     22  1.2.6.3  yamt 
     23  1.2.6.3  yamt options         INCLUDE_CONFIG_FILE     # embed config file in kernel binary
     24  1.2.6.3  yamt 
     25  1.2.6.4  yamt #ident          "GENERIC-$Revision: 1.2.6.4 $"
     26  1.2.6.3  yamt 
     27  1.2.6.3  yamt maxusers	16		# estimated number of users
     28  1.2.6.3  yamt 
     29  1.2.6.3  yamt makeoptions	CPUFLAGS="-m4-nofpu"		# XXX: move to std.landisk?
     30  1.2.6.3  yamt #makeoptions     COPTS="-Os -freorder-blocks"	# -O2 is too -falign-* zealous
     31  1.2.6.3  yamt 
     32  1.2.6.3  yamt # CPU-related options.
     33  1.2.6.3  yamt options 	PCLOCK=33333333			# 33.33MHz
     34  1.2.6.3  yamt options 	DONT_INIT_BSC
     35  1.2.6.3  yamt #options 	DONT_INIT_PCIBSC
     36  1.2.6.3  yamt 
     37  1.2.6.3  yamt # Cache options.
     38  1.2.6.3  yamt options 	SH4_CACHE_DISABLE_EMODE
     39  1.2.6.3  yamt #options 	SH4_CACHE_DISABLE_ICACHE
     40  1.2.6.3  yamt #options 	SH4_CACHE_DISABLE_DCACHE
     41  1.2.6.3  yamt #options 	SH4_CACHE_WB_U0_P0_P3
     42  1.2.6.3  yamt #options 	SH4_CACHE_WB_P1
     43  1.2.6.3  yamt 
     44  1.2.6.3  yamt # kloader-related
     45  1.2.6.3  yamt #options 	KLOADER
     46  1.2.6.3  yamt #options 	KLOADER_KERNEL_PATH="\"/netbsd\""
     47  1.2.6.3  yamt #options 	KLOADER_DEBUG
     48  1.2.6.3  yamt 
     49  1.2.6.3  yamt # Standard system options
     50  1.2.6.3  yamt 
     51  1.2.6.3  yamt options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     52  1.2.6.3  yamt #options 	HZ=64		# clock interrupt generates every 1/HZ sec
     53  1.2.6.3  yamt options 	NTP		# NTP phase/frequency locked loop
     54  1.2.6.3  yamt 
     55  1.2.6.3  yamt options 	KTRACE		# system call tracing via ktrace(1)
     56  1.2.6.3  yamt #options 	SYSTRACE	# system call vetting via systrace(1)
     57  1.2.6.3  yamt 
     58  1.2.6.3  yamt options 	SYSVMSG		# System V-like message queues
     59  1.2.6.3  yamt options 	SYSVSEM		# System V-like semaphores
     60  1.2.6.3  yamt options 	SYSVSHM		# System V-like memory sharing
     61  1.2.6.3  yamt options 	P1003_1B_SEMAPHORE	# p1003.1b semaphore support
     62  1.2.6.3  yamt 
     63  1.2.6.3  yamt options 	LKM		# loadable kernel modules
     64  1.2.6.3  yamt 
     65  1.2.6.3  yamt options 	USERCONF	# userconf(4) support
     66  1.2.6.3  yamt #options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     67  1.2.6.3  yamt options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     68  1.2.6.3  yamt 
     69  1.2.6.3  yamt # Enable experimental buffer queue strategy for better responsiveness under
     70  1.2.6.3  yamt # high disk I/O load. Likely stable but not yet the default.
     71  1.2.6.3  yamt #options 	BUFQ_READPRIO
     72  1.2.6.3  yamt #options 	BUFQ_PRIOCSCAN
     73  1.2.6.3  yamt 
     74  1.2.6.3  yamt # Diagnostic/debugging support options
     75  1.2.6.3  yamt #options 	DIAGNOSTIC	# cheap kernel consistency checks
     76  1.2.6.3  yamt #options 	DEBUG		# expensive debugging checks/support
     77  1.2.6.3  yamt #options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
     78  1.2.6.3  yamt options 	DDB		# in-kernel debugger
     79  1.2.6.3  yamt #options 	DDB_ONPANIC=1	# see also sysctl(8): `ddb.onpanic'
     80  1.2.6.3  yamt options 	DDB_HISTORY_SIZE=512	# Enable history editing in DDB
     81  1.2.6.3  yamt #makeoptions	DEBUG="-g -fno-omit-frame-pointer"
     82  1.2.6.3  yamt 
     83  1.2.6.3  yamt # Compatibility options
     84  1.2.6.3  yamt options 	COMPAT_16	# NetBSD 1.6,
     85  1.2.6.3  yamt options 	COMPAT_20	# NetBSD 2.0,
     86  1.2.6.3  yamt options 	COMPAT_30	# NetBSD 3.0,
     87  1.2.6.3  yamt options 	COMPAT_40	# NetBSD 4.0,
     88  1.2.6.3  yamt options 	COMPAT_43	# and 4.3BSD
     89  1.2.6.3  yamt #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     90  1.2.6.3  yamt 
     91  1.2.6.3  yamt options 	COMPAT_OSSAUDIO	# OSS (Voxware) audio driver compatibility
     92  1.2.6.3  yamt options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     93  1.2.6.3  yamt 
     94  1.2.6.3  yamt # Executable format options
     95  1.2.6.3  yamt options 	EXEC_COFF	# COFF executables
     96  1.2.6.3  yamt 
     97  1.2.6.3  yamt # File systems
     98  1.2.6.3  yamt file-system 	FFS		# UFS
     99  1.2.6.3  yamt file-system 	EXT2FS		# second extended file system (linux)
    100  1.2.6.3  yamt file-system 	LFS		# log-structured file system
    101  1.2.6.3  yamt file-system 	MFS		# memory file system
    102  1.2.6.3  yamt file-system 	NFS		# Network File System client
    103  1.2.6.3  yamt file-system 	NTFS		# Windows/NT file system (experimental)
    104  1.2.6.3  yamt file-system 	CD9660		# ISO 9660 + Rock Ridge file system
    105  1.2.6.3  yamt file-system 	MSDOSFS		# MS-DOS file system
    106  1.2.6.3  yamt file-system 	FDESC		# /dev/fd
    107  1.2.6.3  yamt file-system 	KERNFS		# /kern
    108  1.2.6.3  yamt file-system 	NULLFS		# loopback file system
    109  1.2.6.3  yamt file-system 	OVERLAY		# overlay file system
    110  1.2.6.3  yamt file-system 	PORTAL		# portal filesystem (still experimental)
    111  1.2.6.3  yamt file-system 	PROCFS		# /proc
    112  1.2.6.3  yamt file-system 	UMAPFS		# NULLFS + uid and gid remapping
    113  1.2.6.3  yamt file-system 	UNION		# union file system
    114  1.2.6.3  yamt file-system	CODA		# Coda File System; also needs vcoda (below)
    115  1.2.6.3  yamt file-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
    116  1.2.6.3  yamt file-system	PTYFS		# /dev/pts/N support
    117  1.2.6.3  yamt #file-system	TMPFS		# Efficient memory file-system
    118  1.2.6.3  yamt #file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
    119  1.2.6.3  yamt 
    120  1.2.6.3  yamt # File system options
    121  1.2.6.3  yamt options 	QUOTA		# UFS quotas
    122  1.2.6.3  yamt #options 	FFS_EI		# FFS Endian Independent support
    123  1.2.6.3  yamt options 	SOFTDEP		# FFS soft updates support.
    124  1.2.6.3  yamt #options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
    125  1.2.6.3  yamt options 	NFSSERVER	# Network File System server
    126  1.2.6.3  yamt #options 	FFS_NO_SNAPSHOT	# ffs snapshots
    127  1.2.6.3  yamt #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
    128  1.2.6.3  yamt 				# immutable) behave as system flags.
    129  1.2.6.3  yamt 
    130  1.2.6.3  yamt # Networking options
    131  1.2.6.3  yamt #options 	GATEWAY		# packet forwarding
    132  1.2.6.3  yamt options 	INET		# IP + ICMP + TCP + UDP
    133  1.2.6.3  yamt options 	INET6		# IPV6
    134  1.2.6.3  yamt #options 	IPSEC		# IP security
    135  1.2.6.3  yamt #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
    136  1.2.6.3  yamt #options 	IPSEC_DEBUG	# debug for IP security
    137  1.2.6.3  yamt #options 	MROUTING	# IP multicast routing
    138  1.2.6.3  yamt #options 	PIM		# Protocol Independent Multicast
    139  1.2.6.3  yamt #options 	ISO,TPIP	# OSI
    140  1.2.6.3  yamt #options 	EON		# OSI tunneling over IP
    141  1.2.6.3  yamt #options 	NETATALK	# AppleTalk networking protocols
    142  1.2.6.3  yamt #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    143  1.2.6.3  yamt #options 	PPP_DEFLATE	# Deflate compression support for PPP
    144  1.2.6.3  yamt #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    145  1.2.6.3  yamt #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
    146  1.2.6.3  yamt #options 	IPFILTER_LOG	# ipmon(8) log support
    147  1.2.6.3  yamt #options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
    148  1.2.6.3  yamt #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
    149  1.2.6.3  yamt 
    150  1.2.6.3  yamt #options 	ALTQ		# Manipulate network interfaces' output queues
    151  1.2.6.3  yamt #options 	ALTQ_BLUE	# Stochastic Fair Blue
    152  1.2.6.3  yamt #options 	ALTQ_CBQ	# Class-Based Queueing
    153  1.2.6.3  yamt #options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
    154  1.2.6.3  yamt #options 	ALTQ_FIFOQ	# First-In First-Out Queue
    155  1.2.6.3  yamt #options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
    156  1.2.6.3  yamt #options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
    157  1.2.6.3  yamt #options 	ALTQ_LOCALQ	# Local queueing discipline
    158  1.2.6.3  yamt #options 	ALTQ_PRIQ	# Priority Queueing
    159  1.2.6.3  yamt #options 	ALTQ_RED	# Random Early Detection
    160  1.2.6.3  yamt #options 	ALTQ_RIO	# RED with IN/OUT
    161  1.2.6.3  yamt #options 	ALTQ_WFQ	# Weighted Fair Queueing
    162  1.2.6.2  yamt 
    163  1.2.6.3  yamt # These options enable verbose messages for several subsystems.
    164  1.2.6.3  yamt # Warning, these may compile large string tables into the kernel!
    165  1.2.6.3  yamt options 	MIIVERBOSE	# verbose PHY autoconfig messages
    166  1.2.6.3  yamt options 	PCIVERBOSE	# verbose PCI device autoconfig messages
    167  1.2.6.3  yamt #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    168  1.2.6.3  yamt options 	SCSIVERBOSE	# human readable SCSI error messages
    169  1.2.6.3  yamt options 	USBVERBOSE	# verbose USB device autoconfig messages
    170  1.2.6.2  yamt 
    171  1.2.6.3  yamt options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
    172  1.2.6.3  yamt 
    173  1.2.6.3  yamt 
    174  1.2.6.3  yamt # Kernel root file system and dump configuration.
    175  1.2.6.3  yamt #config		netbsd	root on ? type ?
    176  1.2.6.3  yamt config		netbsd	root on wd0a type ffs
    177  1.2.6.3  yamt #config		netbsd	root on ? type nfs
    178  1.2.6.3  yamt 
    179  1.2.6.3  yamt 
    180  1.2.6.3  yamt #
    181  1.2.6.3  yamt # Device configuration
    182  1.2.6.3  yamt #
    183  1.2.6.3  yamt 
    184  1.2.6.3  yamt mainbus0 at root
    185  1.2.6.3  yamt 
    186  1.2.6.3  yamt cpu*	at mainbus?
    187  1.2.6.3  yamt 
    188  1.2.6.3  yamt # Basic Bus Support
    189  1.2.6.3  yamt 
    190  1.2.6.3  yamt # PCI bus support
    191  1.2.6.3  yamt options 	PCI_NETBSD_CONFIGURE
    192  1.2.6.3  yamt shpcic*	at mainbus?		# SH7751 PCIC
    193  1.2.6.3  yamt pci0	at shpcic? bus ?
    194  1.2.6.3  yamt 
    195  1.2.6.3  yamt # SH bus
    196  1.2.6.3  yamt shb*	at mainbus?
    197  1.2.6.3  yamt 
    198  1.2.6.3  yamt # ob-board I/O bus
    199  1.2.6.3  yamt obio0	at mainbus?
    200  1.2.6.3  yamt 
    201  1.2.6.3  yamt # Serial Devices
    202  1.2.6.3  yamt 
    203  1.2.6.3  yamt options 	SCIFCONSOLE
    204  1.2.6.3  yamt options 	SCIFCN_SPEED=9600
    205  1.2.6.3  yamt scif0	at shb?
    206  1.2.6.3  yamt 
    207  1.2.6.3  yamt rs5c313rtc0 at shb0			# time-of-day clock
    208  1.2.6.3  yamt 
    209  1.2.6.3  yamt # SCSI Controllers and Devices
    210  1.2.6.3  yamt 
    211  1.2.6.3  yamt # SCSI devices
    212  1.2.6.3  yamt sd*	at scsibus? target ? lun ?	# SCSI disk drives
    213  1.2.6.3  yamt st*	at scsibus? target ? lun ?	# SCSI tape drives
    214  1.2.6.3  yamt cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    215  1.2.6.3  yamt ch*	at scsibus? target ? lun ?	# SCSI autochangers
    216  1.2.6.3  yamt ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
    217  1.2.6.3  yamt ss*	at scsibus? target ? lun ?	# SCSI scanners
    218  1.2.6.3  yamt uk*	at scsibus? target ? lun ?	# SCSI unknown
    219  1.2.6.3  yamt 
    220  1.2.6.3  yamt # IDE and related devices
    221  1.2.6.3  yamt # PCI IDE controllers - see pciide(4) for supported hardware.
    222  1.2.6.3  yamt # The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
    223  1.2.6.3  yamt # how to set up DMA modes for this chip. This may work, or may cause
    224  1.2.6.3  yamt # a machine hang with some controllers.
    225  1.2.6.3  yamt pciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
    226  1.2.6.2  yamt acardide*	at pci? dev ? function ?	# Acard IDE controllers
    227  1.2.6.2  yamt 
    228  1.2.6.2  yamt wdc0	at obio? port 0x14000000 irq 10		# CF
    229  1.2.6.3  yamt #wdc1	at obio? port 0x18000000 irq 9		# iConnect
    230  1.2.6.3  yamt 
    231  1.2.6.3  yamt # ATA (IDE) bus support
    232  1.2.6.3  yamt atabus*	at ata?
    233  1.2.6.3  yamt 
    234  1.2.6.3  yamt # IDE drives
    235  1.2.6.3  yamt # Flags are used only with controllers that support DMA operations
    236  1.2.6.3  yamt # and mode settings (e.g. some pciide controllers)
    237  1.2.6.3  yamt # The lowest order four bits (rightmost digit) of the flags define the PIO
    238  1.2.6.3  yamt # mode to use, the next set of four bits the DMA mode and the third set the
    239  1.2.6.3  yamt # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
    240  1.2.6.3  yamt # to use, and the last bit must be 1 for this setting to be used.
    241  1.2.6.3  yamt # For DMA and UDMA, 0xf (1111) means 'disable'.
    242  1.2.6.3  yamt # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
    243  1.2.6.3  yamt # (0xc=1100, 0xa=1010, 0xf=1111)
    244  1.2.6.3  yamt # 0x0000 means "use whatever the drive claims to support".
    245  1.2.6.3  yamt wd*	at atabus? drive ? flags 0x0000
    246  1.2.6.3  yamt 
    247  1.2.6.3  yamt # ATAPI bus support
    248  1.2.6.3  yamt atapibus* at atapi?
    249  1.2.6.3  yamt 
    250  1.2.6.3  yamt # ATAPI devices
    251  1.2.6.3  yamt # flags have the same meaning as for IDE drives.
    252  1.2.6.3  yamt cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
    253  1.2.6.3  yamt sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
    254  1.2.6.3  yamt uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
    255  1.2.6.3  yamt 
    256  1.2.6.3  yamt # Network Interfaces
    257  1.2.6.3  yamt 
    258  1.2.6.3  yamt # PCI network interfaces
    259  1.2.6.3  yamt #re*	at pci? dev ? function ?	# Realtek 8139C+/8169/8169S/8110S
    260  1.2.6.3  yamt rtk*	at pci? dev ? function ?	# Realtek 8129/8139
    261  1.2.6.3  yamt 
    262  1.2.6.3  yamt # MII/PHY support
    263  1.2.6.3  yamt rlphy*	at mii? phy ?			# Realtek 8139/8201L PHYs
    264  1.2.6.3  yamt urlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
    265  1.2.6.3  yamt ukphy*	at mii? phy ?			# generic unknown PHYs
    266  1.2.6.3  yamt 
    267  1.2.6.3  yamt 
    268  1.2.6.3  yamt # USB Controller and Devices
    269  1.2.6.3  yamt 
    270  1.2.6.3  yamt # PCI USB controllers
    271  1.2.6.3  yamt ehci*	at pci?	dev ? function ?	# Enhanced Host Controller
    272  1.2.6.3  yamt ohci*	at pci?	dev ? function ?	# Open Host Controller
    273  1.2.6.3  yamt 
    274  1.2.6.3  yamt # USB bus support
    275  1.2.6.3  yamt usb*	at ehci?
    276  1.2.6.3  yamt usb*	at ohci?
    277  1.2.6.3  yamt 
    278  1.2.6.3  yamt # USB Hubs
    279  1.2.6.3  yamt uhub*	at usb?
    280  1.2.6.3  yamt uhub*	at uhub? port ?
    281  1.2.6.3  yamt 
    282  1.2.6.3  yamt # USB HID device
    283  1.2.6.3  yamt uhidev*	at uhub? port ? configuration ? interface ?
    284  1.2.6.3  yamt 
    285  1.2.6.3  yamt # USB Mice
    286  1.2.6.3  yamt ums*	at uhidev? reportid ?
    287  1.2.6.3  yamt wsmouse* at ums? mux 0
    288  1.2.6.3  yamt 
    289  1.2.6.3  yamt # USB Keyboards
    290  1.2.6.3  yamt ukbd*	at uhidev? reportid ?
    291  1.2.6.3  yamt wskbd*	at ukbd? console ? mux 1
    292  1.2.6.3  yamt 
    293  1.2.6.3  yamt # USB serial adpater
    294  1.2.6.3  yamt ucycom* at uhidev? reportid ?
    295  1.2.6.3  yamt 
    296  1.2.6.3  yamt # USB Generic HID devices
    297  1.2.6.3  yamt uhid*	at uhidev? reportid ?
    298  1.2.6.3  yamt 
    299  1.2.6.3  yamt # USB Printer
    300  1.2.6.3  yamt ulpt*	at uhub? port ? configuration ? interface ?
    301  1.2.6.3  yamt 
    302  1.2.6.3  yamt # USB Modem
    303  1.2.6.3  yamt umodem*	at uhub? port ? configuration ?
    304  1.2.6.3  yamt ucom*	at umodem?
    305  1.2.6.3  yamt 
    306  1.2.6.3  yamt # USB Mass Storage
    307  1.2.6.3  yamt umass*	at uhub? port ? configuration ? interface ?
    308  1.2.6.3  yamt scsibus* at umass?
    309  1.2.6.3  yamt wd*	at umass?
    310  1.2.6.3  yamt 
    311  1.2.6.3  yamt # USB audio
    312  1.2.6.3  yamt uaudio*	at uhub? port ? configuration ?
    313  1.2.6.3  yamt 
    314  1.2.6.3  yamt # USB MIDI
    315  1.2.6.3  yamt umidi* at uhub? port ? configuration ?
    316  1.2.6.3  yamt 
    317  1.2.6.3  yamt # USB IrDA
    318  1.2.6.3  yamt # USB-IrDA bridge spec
    319  1.2.6.3  yamt uirda* at uhub? port ? configuration ? interface ?
    320  1.2.6.3  yamt irframe* at uirda?
    321  1.2.6.3  yamt 
    322  1.2.6.3  yamt # SigmaTel STIr4200 USB/IrDA Bridge
    323  1.2.6.3  yamt ustir* at uhub? port ?
    324  1.2.6.3  yamt irframe* at ustir?
    325  1.2.6.3  yamt 
    326  1.2.6.3  yamt # USB Ethernet adapters
    327  1.2.6.3  yamt aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
    328  1.2.6.3  yamt axe*	at uhub? port ?		# ASIX AX88172 based adapters
    329  1.2.6.3  yamt cdce*	at uhub? port ?		# CDC, Ethernet Networking Control Model
    330  1.2.6.3  yamt cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
    331  1.2.6.3  yamt kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
    332  1.2.6.3  yamt udav*	at uhub? port ?		# Davicom DM9601 based adapters
    333  1.2.6.3  yamt ral*	at uhub? port ?		#
    334  1.2.6.3  yamt url*	at uhub? port ?		# Realtek RTL8150L based adapters
    335  1.2.6.3  yamt 
    336  1.2.6.3  yamt # USB 802.11b adapters
    337  1.2.6.3  yamt atu*	at uhub? port ?		# Atmel AT76C50XX based adapters
    338  1.2.6.3  yamt 
    339  1.2.6.3  yamt # Prolific PL2301/PL2302 host-to-host adapter
    340  1.2.6.3  yamt upl*	at uhub? port ?
    341  1.2.6.3  yamt 
    342  1.2.6.3  yamt # Serial adapters
    343  1.2.6.3  yamt ubsa*	at uhub? port ?		# Belkin serial adapter
    344  1.2.6.3  yamt ucom*	at ubsa? portno ?
    345  1.2.6.3  yamt 
    346  1.2.6.3  yamt uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
    347  1.2.6.3  yamt ucom*	at uftdi? portno ?
    348  1.2.6.3  yamt 
    349  1.2.6.3  yamt umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
    350  1.2.6.3  yamt ucom*	at umct? portno ?
    351  1.2.6.3  yamt 
    352  1.2.6.3  yamt uplcom* at uhub? port ? 	# I/O DATA USB-RSAQ2 serial adapter
    353  1.2.6.3  yamt ucom*	at uplcom? portno ?
    354  1.2.6.3  yamt 
    355  1.2.6.3  yamt uvscom* at uhub? port ? 	# SUNTAC Slipper U VS-10U serial adapter
    356  1.2.6.3  yamt ucom*	at uvscom? portno ?
    357  1.2.6.3  yamt 
    358  1.2.6.3  yamt # Diamond Multimedia Rio 500
    359  1.2.6.3  yamt urio*	at uhub? port ?
    360  1.2.6.3  yamt 
    361  1.2.6.3  yamt # USB Handspring Visor
    362  1.2.6.3  yamt uvisor*	at uhub? port ?
    363  1.2.6.3  yamt ucom*	at uvisor?
    364  1.2.6.3  yamt 
    365  1.2.6.3  yamt # Kyocera AIR-EDGE PHONE
    366  1.2.6.3  yamt ukyopon* at uhub? port ?
    367  1.2.6.3  yamt ucom*	at ukyopon? portno ?
    368  1.2.6.3  yamt 
    369  1.2.6.3  yamt # USB scanners
    370  1.2.6.3  yamt uscanner* at uhub? port ?
    371  1.2.6.3  yamt 
    372  1.2.6.3  yamt # USB scanners that use SCSI emulation, e.g., HP5300
    373  1.2.6.3  yamt usscanner* at uhub? port ?
    374  1.2.6.3  yamt 
    375  1.2.6.3  yamt # Y@P firmware loader
    376  1.2.6.3  yamt uyap* at uhub? port ?
    377  1.2.6.3  yamt 
    378  1.2.6.3  yamt # D-Link DSB-R100 USB radio
    379  1.2.6.3  yamt udsbr*	at uhub? port ?
    380  1.2.6.3  yamt radio*	at udsbr?
    381  1.2.6.3  yamt 
    382  1.2.6.3  yamt # USB Generic driver
    383  1.2.6.3  yamt ugen*	at uhub? port ?
    384  1.2.6.3  yamt 
    385  1.2.6.3  yamt 
    386  1.2.6.3  yamt # Audio Devices
    387  1.2.6.3  yamt 
    388  1.2.6.3  yamt # Audio support
    389  1.2.6.3  yamt audio*	at audiobus?
    390  1.2.6.3  yamt 
    391  1.2.6.3  yamt # MIDI support
    392  1.2.6.3  yamt midi*	at midibus?
    393  1.2.6.3  yamt 
    394  1.2.6.3  yamt 
    395  1.2.6.3  yamt # Miscellaneous Devices
    396  1.2.6.3  yamt 
    397  1.2.6.3  yamt # Power switch
    398  1.2.6.3  yamt pwrsw0	at obio?
    399  1.2.6.3  yamt 
    400  1.2.6.3  yamt # Reset button, USL-5P misc button
    401  1.2.6.3  yamt btn0	at obio?
    402  1.2.6.3  yamt 
    403  1.2.6.3  yamt # Pull in optional local configuration
    404  1.2.6.3  yamt include "arch/landisk/conf/GENERIC.local"
    405  1.2.6.3  yamt 
    406  1.2.6.3  yamt 
    407  1.2.6.3  yamt # Pseudo-Devices
    408  1.2.6.3  yamt 
    409  1.2.6.3  yamt # disk/mass storage pseudo-devices
    410  1.2.6.3  yamt pseudo-device	ccd		4	# concatenated/striped disk devices
    411  1.2.6.3  yamt #pseudo-device	cgd		4	# cryptographic disk devices
    412  1.2.6.3  yamt pseudo-device	raid		8	# RAIDframe disk driver
    413  1.2.6.3  yamt options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    414  1.2.6.3  yamt # Options to enable various other RAIDframe RAID types.
    415  1.2.6.3  yamt #options 	RF_INCLUDE_EVENODD=1
    416  1.2.6.3  yamt #options 	RF_INCLUDE_RAID5_RS=1
    417  1.2.6.3  yamt #options 	RF_INCLUDE_PARITYLOGGING=1
    418  1.2.6.3  yamt #options 	RF_INCLUDE_CHAINDECLUSTER=1
    419  1.2.6.3  yamt #options 	RF_INCLUDE_INTERDECLUSTER=1
    420  1.2.6.3  yamt #options 	RF_INCLUDE_PARITY_DECLUSTERING=1
    421  1.2.6.3  yamt #options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
    422  1.2.6.3  yamt pseudo-device	fss		4	# file system snapshot device
    423  1.2.6.3  yamt 
    424  1.2.6.3  yamt pseudo-device	md		1	# memory disk device (ramdisk)
    425  1.2.6.3  yamt pseudo-device	vnd			# disk-like interface to files
    426  1.2.6.3  yamt options 	VND_COMPRESSION		# compressed vnd(4)
    427  1.2.6.3  yamt 
    428  1.2.6.3  yamt # network pseudo-devices
    429  1.2.6.3  yamt pseudo-device	bpfilter		# Berkeley packet filter
    430  1.2.6.3  yamt pseudo-device	ipfilter		# IP filter (firewall) and NAT
    431  1.2.6.3  yamt pseudo-device	loop			# network loopback
    432  1.2.6.3  yamt pseudo-device	ppp			# Point-to-Point Protocol
    433  1.2.6.3  yamt pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    434  1.2.6.3  yamt pseudo-device	sl			# Serial Line IP
    435  1.2.6.3  yamt pseudo-device	strip			# Starmode Radio IP (Metricom)
    436  1.2.6.3  yamt pseudo-device	irframetty		# IrDA frame line discipline
    437  1.2.6.3  yamt pseudo-device	tap			# virtual Ethernet
    438  1.2.6.3  yamt pseudo-device	tun			# network tunneling over tty
    439  1.2.6.3  yamt pseudo-device	gre			# generic L3 over IP tunnel
    440  1.2.6.3  yamt pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
    441  1.2.6.3  yamt #pseudo-device	faith			# IPv[46] tcp relay translation i/f
    442  1.2.6.3  yamt #pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    443  1.2.6.3  yamt pseudo-device	vlan			# IEEE 802.1q encapsulation
    444  1.2.6.3  yamt pseudo-device	bridge			# simple inter-network bridging
    445  1.2.6.3  yamt #options 	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
    446  1.2.6.3  yamt pseudo-device	agr			# IEEE 802.3ad link aggregation
    447  1.2.6.3  yamt #pseudo-device	pf			# PF packet filter
    448  1.2.6.3  yamt #pseudo-device	pflog			# PF log if
    449  1.2.6.3  yamt 
    450  1.2.6.3  yamt # miscellaneous pseudo-devices
    451  1.2.6.3  yamt pseudo-device	pty			# pseudo-terminals
    452  1.2.6.3  yamt pseudo-device	sequencer	1	# MIDI sequencer
    453  1.2.6.3  yamt pseudo-device	rnd			# /dev/random and in-kernel generator
    454  1.2.6.3  yamt pseudo-device	clockctl		# user control of clock subsystem
    455  1.2.6.3  yamt pseudo-device	ksyms			# /dev/ksyms
    456  1.2.6.3  yamt 
    457  1.2.6.3  yamt # a pseudo device needed for Coda	# also needs CODA (above)
    458  1.2.6.3  yamt pseudo-device	vcoda		4	# coda minicache <-> venus comm.
    459  1.2.6.3  yamt 
    460  1.2.6.3  yamt # a pseudo device needed for SMBFS
    461  1.2.6.3  yamt pseudo-device	nsmb			# experimental - SMB requester
    462  1.2.6.3  yamt 
    463  1.2.6.3  yamt # wscons pseudo-devices
    464  1.2.6.3  yamt pseudo-device	wsmux			# mouse & keyboard multiplexor
    465  1.2.6.3  yamt #pseudo-device	wsfont
    466