Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.8.2.9
      1  1.8.2.9  skrll #	$NetBSD: GENERIC,v 1.8.2.9 2005/11/10 13:57:09 skrll Exp $
      2  1.8.2.2  skrll #
      3  1.8.2.2  skrll #
      4  1.8.2.2  skrll 
      5  1.8.2.2  skrll include "arch/ibmnws/conf/std.ibmnws"
      6  1.8.2.2  skrll 
      7  1.8.2.2  skrll options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      8  1.8.2.2  skrll 
      9  1.8.2.2  skrll #makeoptions	COPTS="-Os -mmultiple"	# -Os -mmultiple to reduce size.
     10  1.8.2.2  skrll 
     11  1.8.2.2  skrll # Console settings
     12  1.8.2.2  skrll options		CONSOLE="\"com\""
     13  1.8.2.2  skrll options		CONSOLE_SPEED=9600
     14  1.8.2.2  skrll options		CONSOLE_ADDR=0x3f8
     15  1.8.2.2  skrll 
     16  1.8.2.2  skrll # Enable the hooks used for initializing the ram-disk.
     17  1.8.2.2  skrll options 	MEMORY_DISK_HOOKS
     18  1.8.2.2  skrll options 	MEMORY_DISK_IS_ROOT		# Force root on ram-disk
     19  1.8.2.2  skrll options 	MEMORY_DISK_ROOT_SIZE=4096	# 2 Megabytes
     20  1.8.2.2  skrll 
     21  1.8.2.2  skrll maxusers	8
     22  1.8.2.2  skrll 
     23  1.8.2.2  skrll #options 	DDB
     24  1.8.2.2  skrll 
     25  1.8.2.2  skrll # Compatibility options
     26  1.8.2.2  skrll #options 	COMPAT_13	# NetBSD 1.3,
     27  1.8.2.2  skrll #options 	COMPAT_14	# NetBSD 1.4,
     28  1.8.2.2  skrll options 	COMPAT_16	# NetBSD 1.6,
     29  1.8.2.2  skrll #options 	COMPAT_43	# and 4.3BSD
     30  1.8.2.5  skrll options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     31  1.8.2.2  skrll 
     32  1.8.2.2  skrll # File systems
     33  1.8.2.2  skrll file-system 	FFS		# UFS
     34  1.8.2.2  skrll #file-system	EXT2FS		# second extended file system (linux)
     35  1.8.2.2  skrll file-system 	MFS		# memory file system
     36  1.8.2.2  skrll file-system 	NFS		# Network File System client
     37  1.8.2.2  skrll #file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     38  1.8.2.2  skrll #file-system 	MSDOSFS		# MS-DOS file system
     39  1.8.2.9  skrll file-system	PTYFS		# /dev/pts/N support
     40  1.8.2.9  skrll #file-system	TMPFS		# experimental - Efficient memory file-system
     41  1.8.2.2  skrll 
     42  1.8.2.2  skrll # File system options
     43  1.8.2.2  skrll options 	VNODE_OP_NOINLINE # Save space by not inlining vnode op calls
     44  1.8.2.2  skrll #options 	FFS_EI		# FFS Endian Independant support
     45  1.8.2.7  skrll #options 	FFS_NO_SNAPSHOT	# ffs snapshots
     46  1.8.2.2  skrll #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
     47  1.8.2.2  skrll  				# immutable) behave as system flags.
     48  1.8.2.2  skrll 
     49  1.8.2.2  skrll #options 	USERCONF	# userconf(4) support
     50  1.8.2.2  skrll #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     51  1.8.2.2  skrll options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     52  1.8.2.2  skrll 
     53  1.8.2.2  skrll # Networking options
     54  1.8.2.2  skrll options 	INET		# IP + ICMP + TCP + UDP
     55  1.8.2.2  skrll 
     56  1.8.2.2  skrll #options 	ALTQ		# Manipulate network interfaces' output queues
     57  1.8.2.2  skrll #options 	ALTQ_BLUE	# Stochastic Fair Blue
     58  1.8.2.2  skrll #options 	ALTQ_CBQ	# Class-Based Queueing
     59  1.8.2.2  skrll #options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
     60  1.8.2.2  skrll #options 	ALTQ_FIFOQ	# First-In First-Out Queue
     61  1.8.2.2  skrll #options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
     62  1.8.2.2  skrll #options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
     63  1.8.2.2  skrll #options 	ALTQ_LOCALQ	# Local queueing discipline
     64  1.8.2.2  skrll #options 	ALTQ_PRIQ	# Priority Queueing
     65  1.8.2.2  skrll #options 	ALTQ_RED	# Random Early Detection
     66  1.8.2.2  skrll #options 	ALTQ_RIO	# RED with IN/OUT
     67  1.8.2.2  skrll #options 	ALTQ_WFQ	# Weighted Fair Queueing
     68  1.8.2.2  skrll # options 	NFS_BOOT_BOOTPARAM
     69  1.8.2.2  skrll options 	NFS_BOOT_DHCP
     70  1.8.2.2  skrll 
     71  1.8.2.2  skrll #
     72  1.8.2.2  skrll # wscons options
     73  1.8.2.2  skrll #
     74  1.8.2.2  skrll # builtin terminal emulations
     75  1.8.2.2  skrll #options 	WSEMUL_VT100		# VT100 / VT220 emulation
     76  1.8.2.2  skrll # different kernel output - see dev/wscons/wsdisplayvar.h
     77  1.8.2.2  skrll #options 	WS_KERNEL_FG=WSCOL_GREEN
     78  1.8.2.2  skrll #options 	WS_KERNEL_BG=WSCOL_BLACK
     79  1.8.2.2  skrll # see dev/pckbc/wskbdmap_mfii.c for implemented layouts
     80  1.8.2.2  skrll #options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
     81  1.8.2.2  skrll # allocate a number of virtual screens at autoconfiguration time
     82  1.8.2.2  skrll #options 	WSDISPLAY_DEFAULTSCREENS=4
     83  1.8.2.2  skrll # use a large software cursor that doesn't blink
     84  1.8.2.2  skrll #options 	PCDISPLAY_SOFTCURSOR
     85  1.8.2.2  skrll 
     86  1.8.2.2  skrll # Kernel root file system and dump configuration.
     87  1.8.2.2  skrll config	netbsd	root on ? type ?
     88  1.8.2.2  skrll 
     89  1.8.2.2  skrll 
     90  1.8.2.2  skrll #
     91  1.8.2.2  skrll # Device configuration
     92  1.8.2.2  skrll #
     93  1.8.2.2  skrll 
     94  1.8.2.2  skrll mainbus0 at root
     95  1.8.2.2  skrll cpu0	at mainbus0
     96  1.8.2.2  skrll 
     97  1.8.2.2  skrll 
     98  1.8.2.2  skrll # Basic Bus Support
     99  1.8.2.2  skrll 
    100  1.8.2.2  skrll # PCI bus support
    101  1.8.2.2  skrll pci0	at mainbus0 bus ?
    102  1.8.2.2  skrll pci*	at pchb? bus ?
    103  1.8.2.2  skrll 
    104  1.8.2.2  skrll options 	PCI_NETBSD_CONFIGURE
    105  1.8.2.2  skrll options 	PCIVERBOSE
    106  1.8.2.2  skrll 
    107  1.8.2.2  skrll # PCI bridges
    108  1.8.2.2  skrll pchb*	at pci? dev ? function ?	# PCI-Host bridges
    109  1.8.2.2  skrll pcib*	at pci? dev ? function ?	# PCI-ISA bridges
    110  1.8.2.2  skrll 
    111  1.8.2.2  skrll # ISA bus support
    112  1.8.2.2  skrll isa*	at pcib?			# ISA on PCI-ISA bridge
    113  1.8.2.2  skrll 
    114  1.8.2.2  skrll # PCMCIA bus support
    115  1.8.2.2  skrll # pcmcia* at pcic? controller ? socket ?
    116  1.8.2.2  skrll 
    117  1.8.2.2  skrll # ISA PCMCIA controllers
    118  1.8.2.2  skrll # pcic0	at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
    119  1.8.2.2  skrll 
    120  1.8.2.2  skrll #options 	PCIC_ISA_INTR_ALLOC_MASK=0x4a00 # free irq 9,11,14
    121  1.8.2.2  skrll #options 	PCIC_ISA_ALLOC_IOBASE=0x0400
    122  1.8.2.2  skrll #options 	PCIC_ISA_ALLOC_IOSIZE=0x0100
    123  1.8.2.2  skrll 
    124  1.8.2.2  skrll # ISA Plug-and-Play bus support
    125  1.8.2.2  skrll # isapnp0 at isa?
    126  1.8.2.2  skrll 
    127  1.8.2.2  skrll # on-board I/O for IBM Personal Power Series 830 IDE controller
    128  1.8.2.2  skrll # obio0	at mainbus0
    129  1.8.2.2  skrll 
    130  1.8.2.2  skrll 
    131  1.8.2.2  skrll # Console Devices
    132  1.8.2.2  skrll 
    133  1.8.2.2  skrll # wscons
    134  1.8.2.2  skrll # pckbc0		at isa?			# pc keyboard controller
    135  1.8.2.2  skrll # pckbd*		at pckbc?		# PC keyboard
    136  1.8.2.2  skrll # pms*		at pckbc?		# PS/2 mouse for wsmouse
    137  1.8.2.2  skrll # vga*		at pci?
    138  1.8.2.2  skrll # wsdisplay*	at vga? console ?
    139  1.8.2.2  skrll # wskbd*		at pckbd? console ?
    140  1.8.2.2  skrll # wsmouse*	at pms? mux 0
    141  1.8.2.2  skrll 
    142  1.8.2.8  skrll # attimer0	at isa?
    143  1.8.2.2  skrll # pcppi0	at isa?				# PC prog. periph. interface
    144  1.8.2.2  skrll # isabeep0 at pcppi?			# "keyboard" beep
    145  1.8.2.2  skrll 
    146  1.8.2.2  skrll # mcclock0 at isa? port 0x70		# mc146818 and compatible
    147  1.8.2.2  skrll 
    148  1.8.2.2  skrll 
    149  1.8.2.2  skrll # Serial Devices
    150  1.8.2.2  skrll 
    151  1.8.2.2  skrll # ISA serial interfaces
    152  1.8.2.2  skrll com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
    153  1.8.2.2  skrll com1	at isa? port 0x2f8 irq 3
    154  1.8.2.2  skrll 
    155  1.8.2.2  skrll # Parallel Printer Interfaces
    156  1.8.2.2  skrll 
    157  1.8.2.2  skrll # ISA parallel printer interfaces
    158  1.8.2.2  skrll lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
    159  1.8.2.2  skrll 
    160  1.8.2.2  skrll 
    161  1.8.2.2  skrll # SCSI Controllers and Devices
    162  1.8.2.2  skrll 
    163  1.8.2.2  skrll # PCI SCSI controllers
    164  1.8.2.2  skrll # adw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
    165  1.8.2.2  skrll # ahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
    166  1.8.2.2  skrll # iha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
    167  1.8.2.2  skrll # pcscp*	at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
    168  1.8.2.2  skrll # siop*	at pci? dev ? function ?	# Symbios 53c8xx SCSI
    169  1.8.2.2  skrll 
    170  1.8.2.2  skrll # PCMCIA SCSI controllers
    171  1.8.2.2  skrll # aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
    172  1.8.2.2  skrll 
    173  1.8.2.2  skrll # SCSI bus support
    174  1.8.2.2  skrll # scsibus* at adw?
    175  1.8.2.2  skrll # scsibus* at ahc?
    176  1.8.2.2  skrll # scsibus* at aic?
    177  1.8.2.2  skrll # scsibus* at iha?
    178  1.8.2.2  skrll # scsibus* at pcscp?
    179  1.8.2.2  skrll # scsibus* at siop?
    180  1.8.2.2  skrll 
    181  1.8.2.2  skrll # SCSI devices
    182  1.8.2.2  skrll # sd*	at scsibus? target ? lun ?	# SCSI disk drives
    183  1.8.2.2  skrll # st*	at scsibus? target ? lun ?	# SCSI tape drives
    184  1.8.2.2  skrll # cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    185  1.8.2.2  skrll 
    186  1.8.2.2  skrll 
    187  1.8.2.2  skrll # IDE and related devices
    188  1.8.2.2  skrll 
    189  1.8.2.2  skrll # IBM Personal Power Series 830 IDE controller
    190  1.8.2.2  skrll # wdc0	at obio? port 0x1f0 irq 13
    191  1.8.2.2  skrll # wdc1	at obio? port 0x170 irq 13
    192  1.8.2.2  skrll 
    193  1.8.2.2  skrll # ISA Plug-and-Play IDE controllers
    194  1.8.2.2  skrll # wdc*	at isapnp?
    195  1.8.2.2  skrll 
    196  1.8.2.2  skrll # PCMCIA IDE controllers
    197  1.8.2.2  skrll # wdc*	at pcmcia? function ?
    198  1.8.2.2  skrll 
    199  1.8.2.2  skrll # IDE drives
    200  1.8.2.2  skrll # Flags are used only with controllers that support DMA operations
    201  1.8.2.2  skrll # and mode settings (e.g. some pciide controllers)
    202  1.8.2.2  skrll # The lowest order four bits (rightmost digit) of the flags define the PIO
    203  1.8.2.2  skrll # mode to use, the next set of four bits the DMA mode and the third set the
    204  1.8.2.2  skrll # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
    205  1.8.2.2  skrll # to use, and the last bit must be 1 for this setting to be used.
    206  1.8.2.2  skrll # For DMA and UDMA, 0xf (1111) means 'disable'.
    207  1.8.2.2  skrll # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
    208  1.8.2.2  skrll # (0xc=1100, 0xa=1010, 0xf=1111)
    209  1.8.2.2  skrll # 0x0000 means "use whatever the drive claims to support".
    210  1.8.2.2  skrll # wd*	at wdc? channel ? drive ? flags 0x0000
    211  1.8.2.2  skrll 
    212  1.8.2.2  skrll # ATAPI bus support
    213  1.8.2.2  skrll # atapibus* at wdc? channel ?
    214  1.8.2.2  skrll 
    215  1.8.2.2  skrll # ATAPI devices
    216  1.8.2.2  skrll # flags have the same meaning as for IDE drives.
    217  1.8.2.2  skrll # cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
    218  1.8.2.2  skrll # sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
    219  1.8.2.2  skrll 
    220  1.8.2.2  skrll # Miscellaneous mass storage devices
    221  1.8.2.2  skrll 
    222  1.8.2.2  skrll # ISA floppy
    223  1.8.2.2  skrll # fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
    224  1.8.2.2  skrll # fd*	at fdc? drive ?
    225  1.8.2.2  skrll 
    226  1.8.2.2  skrll # Network Interfaces
    227  1.8.2.2  skrll 
    228  1.8.2.2  skrll # PCI network interfaces
    229  1.8.2.2  skrll pcn*	at pci? dev ? function ?	# AMD PCnet-PCI Ethernet
    230  1.8.2.2  skrll options 	PCN_NO_PROM		# PROM not used for ethernet addr
    231  1.8.2.2  skrll 
    232  1.8.2.2  skrll # PCMCIA network interfaces
    233  1.8.2.2  skrll # ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
    234  1.8.2.2  skrll # ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
    235  1.8.2.2  skrll 
    236  1.8.2.2  skrll # MII/PHY support
    237  1.8.2.2  skrll #acphy*  at mii? phy ?                   # DAltima AC101 and AMD Am79c874 PHYs
    238  1.8.2.2  skrll #amhphy* at mii? phy ?                   # AMD 79c901 Ethernet PHYs
    239  1.8.2.2  skrll #bmtphy* at mii? phy ?                   # Broadcom BCM5201 and BCM5202 PHYs
    240  1.8.2.2  skrll #brgphy* at mii? phy ?                   # Broadcom BCM5400-family PHYs
    241  1.8.2.2  skrll #dmphy*  at mii? phy ?                   # Davicom DM9101 PHYs
    242  1.8.2.2  skrll #exphy*  at mii? phy ?                   # 3Com internal PHYs
    243  1.8.2.2  skrll #gentbi* at mii? phy ?                   # Generic Ten-Bit 1000BASE-[CLS]X PHYs
    244  1.8.2.2  skrll #glxtphy* at mii? phy ?                  # Level One LXT-1000 PHYs
    245  1.8.2.2  skrll #gphyter* at mii? phy ?                  # NS83861 Gig-E PHY
    246  1.8.2.2  skrll icsphy* at mii? phy ?                   # Integrated Circuit Systems ICS189x
    247  1.8.2.2  skrll #inphy*  at mii? phy ?                   # Intel 82555 PHYs
    248  1.8.2.2  skrll #iophy*  at mii? phy ?                   # Intel 82553 PHYs
    249  1.8.2.2  skrll #lxtphy* at mii? phy ?                   # Level One LXT-970 PHYs
    250  1.8.2.2  skrll #makphy* at mii? phy ?                   # Marvell Semiconductor 88E1000 PHYs
    251  1.8.2.2  skrll #nsphy*  at mii? phy ?                   # NS83840 PHYs
    252  1.8.2.2  skrll #nsphyter* at mii? phy ?                 # NS83843 PHYs
    253  1.8.2.2  skrll #pnaphy* at mii? phy ?                   # generic HomePNA PHYs
    254  1.8.2.2  skrll #qsphy*  at mii? phy ?                   # Quality Semiconductor QS6612 PHYs
    255  1.8.2.2  skrll #sqphy*  at mii? phy ?                   # Seeq 80220/80221/80223 PHYs
    256  1.8.2.2  skrll #tlphy*  at mii? phy ?                   # ThunderLAN PHYs
    257  1.8.2.2  skrll #tqphy*  at mii? phy ?                   # TDK Semiconductor PHYs
    258  1.8.2.2  skrll #ukphy*  at mii? phy ?                   # generic unknown PHYs
    259  1.8.2.2  skrll #urlphy* at mii? phy ?                   # Realtek RTL8150L internal PHYs
    260  1.8.2.2  skrll 
    261  1.8.2.2  skrll # Audio support
    262  1.8.2.2  skrll paud0 at isa? port 0x830 irq 10 drq 0 drq2 1
    263  1.8.2.2  skrll audio*	at audiobus?
    264  1.8.2.2  skrll 
    265  1.8.2.2  skrll # Pseudo-Devices
    266  1.8.2.2  skrll 
    267  1.8.2.2  skrll # disk/mass storage pseudo-devices
    268  1.8.2.2  skrll pseudo-device	md		1	# memory disk device (ramdisk)
    269  1.8.2.2  skrll 
    270  1.8.2.2  skrll # network pseudo-devices
    271  1.8.2.2  skrll pseudo-device	bpfilter	8	# network tap
    272  1.8.2.2  skrll pseudo-device	loop			# network loopback
    273  1.8.2.2  skrll 
    274  1.8.2.2  skrll # miscellaneous pseudo-devices
    275  1.8.2.2  skrll pseudo-device	pty			# pseudo-terminals
    276  1.8.2.2  skrll pseudo-device	rnd			# /dev/random and in-kernel generator
    277  1.8.2.2  skrll #options 	RND_COM			# use "com" randomness as well
    278  1.8.2.2  skrll pseudo-device	ksyms
    279  1.8.2.2  skrll pseudo-device	clockctl
    280