Home | History | Annotate | Line # | Download | only in conf
      1  1.84    martin #	$NetBSD: P4032,v 1.84 2022/06/07 18:33:41 martin Exp $
      2   1.1   thorpej #
      3   1.1   thorpej # Algorithmics P-4032 kernel.
      4   1.1   thorpej #
      5   1.1   thorpej 
      6   1.1   thorpej include	"arch/algor/conf/std.algor"
      7   1.1   thorpej 
      8   1.9    atatat #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9   1.9    atatat 
     10  1.84    martin #ident 		"P4032-$Revision: 1.84 $"
     11   1.1   thorpej 
     12   1.1   thorpej maxusers 32
     13   1.1   thorpej 
     14   1.1   thorpej # Platform Support
     15   1.1   thorpej options 	ALGOR_P4032	# Algorithmics P-4032
     16   1.1   thorpej #options 	ALGOR_P5064	# Algorithmics P-5064
     17   1.1   thorpej #options 	ALGOR_P6032	# Algorithmics P-6032
     18   1.1   thorpej 
     19   1.2   thorpej # Set these to the appropriate values, in case you have a buggy PMON
     20   1.2   thorpej # that doesn't provide environment variables properly.
     21   1.2   thorpej #options 	MEMSIZE=48		# memory size, in MB
     22   1.2   thorpej #options 	ETHADDR="\"00:40:bc:03:00:6c\""
     23   1.1   thorpej 
     24   1.1   thorpej # Standard system options
     25   1.1   thorpej options 	KTRACE			# System call tracing support
     26   1.1   thorpej options 	NTP			# kernel PLL for NTP
     27   1.1   thorpej 
     28   1.1   thorpej # Diagnostic/debugging support options
     29   1.1   thorpej options 	DIAGNOSTIC		# Cheap kernel consistency checks
     30   1.1   thorpej options 	DDB			# kernel debugger
     31  1.73  uebayasi pseudo-device	ksyms
     32   1.1   thorpej makeoptions	DEBUG="-g"
     33   1.1   thorpej #makeoptions	DEBUGLIST="pattern1 pattern2 ..."
     34  1.71     joerg makeoptions	COPY_SYMTAB=1
     35   1.1   thorpej 
     36   1.1   thorpej # File systems
     37   1.1   thorpej file-system	FFS		# Fast file system
     38   1.1   thorpej file-system	MFS		# Memory-based file system
     39   1.1   thorpej file-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
     40   1.1   thorpej file-system	MSDOSFS		# MS-DOS-compatible file system
     41   1.1   thorpej file-system	NTFS		# Windows/NT file system (experimental)
     42   1.1   thorpej file-system	NFS		# Sun NFS-compatible file system client
     43   1.1   thorpej file-system	KERNFS		# Kernel variable file system (/kern)
     44   1.1   thorpej file-system	PROCFS		# Process file system (/proc)
     45   1.2   thorpej file-system	FDESC		# /dev/fd file system
     46  1.37  christos file-system	PTYFS		# /dev/pts/N support
     47   1.1   thorpej 
     48   1.1   thorpej # File system options
     49   1.1   thorpej options 	NFSSERVER	# Sun NFS-compatible file system server
     50  1.57       wiz #options 	FFS_EI		# FFS Endian Independent support
     51  1.63  dholland options 	WAPBL		# File system journaling support
     52  1.38   tsutsui options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     53   1.1   thorpej 
     54   1.1   thorpej # Networking options
     55   1.1   thorpej options 	INET		# Internet protocol suite
     56   1.1   thorpej options 	INET6		# IPV6
     57   1.1   thorpej options 	IPSEC		# IP security
     58   1.1   thorpej #options 	IPSEC_DEBUG	# debug for IP security
     59   1.1   thorpej 
     60  1.70     alnsn # JIT compiler for bpfilter
     61  1.70     alnsn #options	SLJIT
     62  1.70     alnsn #options	BPFJIT
     63  1.70     alnsn 
     64   1.1   thorpej # Binary compatibility with previous versions of NetBSD.
     65  1.74       mrg include 	"conf/compat_netbsd10.config"
     66   1.1   thorpej 
     67   1.1   thorpej # System V-like message queues
     68   1.1   thorpej options 	SYSVMSG
     69   1.1   thorpej 
     70   1.1   thorpej # System V-like semaphores
     71   1.1   thorpej options 	SYSVSEM
     72   1.1   thorpej 
     73   1.1   thorpej # System V-like shared memory
     74   1.1   thorpej options 	SYSVSHM
     75   1.1   thorpej 
     76   1.1   thorpej # Loadable Kernel Modules
     77   1.1   thorpej 
     78   1.1   thorpej # Disable kernel security.
     79   1.1   thorpej #options 	INSECURE
     80   1.1   thorpej 
     81   1.1   thorpej # Misc. options
     82   1.1   thorpej #options 	PCI_NETBSD_CONFIGURE	# NetBSD configures the PCI bus
     83   1.1   thorpej options 	PCIVERBOSE		# recognize "unknown" PCI devices
     84   1.1   thorpej #options 	MIIVERBOSE		# verbose PHY autoconfig messages
     85   1.1   thorpej #options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
     86   1.1   thorpej options 	SCSIVERBOSE		# Verbose SCSI errors
     87   1.1   thorpej #options 	PCMCIAVERBOSE
     88   1.6  jdolecek #options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
     89  1.23    atatat #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     90   1.1   thorpej 
     91   1.1   thorpej # The Alpha console firmware network boots using the BOOTP
     92   1.1   thorpej # protocol, so we ask the NFS code to use BOOTP/DHCP as well,
     93   1.1   thorpej # in case we have NFS root.
     94   1.1   thorpej options 	NFS_BOOT_DHCP		# superset of BOOTP
     95   1.1   thorpej 
     96   1.1   thorpej # WS console uses SUN or VT100 terminal emulation
     97   1.1   thorpej #options 	WSEMUL_VT100
     98  1.64       abs #options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
     99   1.1   thorpej 
    100   1.1   thorpej config		netbsd	root on ? type ?
    101   1.1   thorpej #config		netbsd	root on sd0 type ffs
    102   1.1   thorpej #config		netbsd	root on ? type nfs
    103   1.1   thorpej 
    104   1.1   thorpej mainbus0 at	root
    105   1.1   thorpej cpu*	at	mainbus0
    106   1.1   thorpej 
    107   1.1   thorpej # Devices on the P-4032 local I/O bus
    108   1.1   thorpej mcclock*	at mainbus? addr ?
    109   1.1   thorpej com*		at mainbus? addr ?
    110   1.1   thorpej lpt*		at mainbus? addr ?
    111   1.1   thorpej #pckbc*		at mainbus? addr ?
    112   1.1   thorpej #fdc*		at mainbus? addr ?
    113   1.1   thorpej 
    114   1.1   thorpej # PCI host bus adapter support
    115   1.1   thorpej vtpbc*	at	mainbus?
    116   1.1   thorpej 
    117   1.1   thorpej # PCI bus support
    118   1.1   thorpej pci*	at	vtpbc?
    119   1.1   thorpej 
    120   1.1   thorpej # PCI devices
    121   1.1   thorpej #adv*	at	pci? dev ? function ?		# AdvanSys SCSI
    122   1.1   thorpej #adw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
    123  1.11       wiz #options 	SCSI_ADW_WDTR_DISABLE		# 	disable WDTR
    124  1.11       wiz #options 	SCSI_ADW_SDTR_DISABLE		# 	disable SDTR
    125  1.11       wiz #options 	SCSI_ADW_TAGQ_DISABLE		# 	disable Tag Queuing
    126   1.1   thorpej #ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
    127   1.1   thorpej #bha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
    128   1.1   thorpej #cac*	at	pci? dev ? function ?		# Compaq array controller (untested)
    129   1.1   thorpej #cy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
    130   1.1   thorpej #cz*	at	pci? dev ? function ?		# Cyclades-Z (untested)
    131   1.1   thorpej #dpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
    132   1.1   thorpej #eap*	at	pci? dev ? function ?		# Ensoniq AudioPCI
    133   1.1   thorpej #ep*	at	pci? dev ? function ?		# 3COM 3c59x
    134   1.1   thorpej #epic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
    135   1.1   thorpej #eso*	at	pci? dev ? function ?		# ESS Solo-1 PCI AudioDrive
    136   1.1   thorpej #ex*	at	pci? dev ? function ?		# 3COM 3c90x[B] Ethernet
    137   1.1   thorpej #fxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
    138   1.1   thorpej #gsip*	at	pci? dev ? function ?		# NS DP83820 Gigabit Ethernet
    139   1.1   thorpej #isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
    140  1.81   thorpej #pcn*	at	pci? dev ? function ?		# PCnet-PCI Ethernet
    141   1.1   thorpej #pcib*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
    142   1.2   thorpej #siop*	at	pci? dev ? function ?		# Symbios 53c8xx SCSI
    143   1.1   thorpej #mlx*	at	pci? dev ? function ?		# Mylex DAC960 / DEC SWXCR (untested)
    144   1.1   thorpej #ne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
    145   1.1   thorpej #ohci*	at	pci? dev ? function ?		# USB Open Host Controller
    146  1.16    bouyer #pciide* at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
    147  1.16    bouyer #acardide* at pci? dev ? function ?		# Acard IDE controllers
    148  1.16    bouyer #aceride* at pci? dev ? function ?		# Acer Lab IDE controllers
    149  1.21   thorpej #artsata* at pci? dev ? function ?		# Intel i31244 SATA controller
    150  1.16    bouyer #cmdide* at pci? dev ? function ?		# CMD tech IDE controllers
    151  1.16    bouyer #cypide* at pci? dev ? function ?		# Cypress IDE controllers
    152  1.16    bouyer #hptide* at pci? dev ? function ?		# Triones/HighPoint IDE controllers
    153  1.16    bouyer #optiide* at pci? dev ? function ?		# Opti IDE controllers
    154  1.16    bouyer #pdcide* at pci? dev ? function ?		# Promise IDE controllers
    155  1.26    bouyer #pdcsata* at pci? dev ? function ?		# Promise SATA150 controllers
    156  1.20   thorpej #satalink* at pci? dev ? function ?		# SiI SATALink controllers
    157  1.16    bouyer #siside* at pci? dev ? function ?		# SiS IDE controllers
    158  1.16    bouyer #slide* at pci? dev ? function ?		# Symphony Labs IDE controllers
    159  1.16    bouyer #viaide* at pci? dev ? function ?		# VIA/AMD/Nvidia IDE controllers
    160   1.1   thorpej #pcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
    161   1.1   thorpej ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
    162  1.22       wiz #rtk*	at	pci? dev ? function ?		# Realtek 8129/8139 Ethernet
    163   1.1   thorpej #sip*	at	pci? dev ? function ?		# SiS 900 Ethernet
    164   1.1   thorpej #sv*	at	pci? dev ? function ?		# S3 SonicVibes
    165   1.1   thorpej #tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
    166   1.1   thorpej #ti*	at	pci? dev ? function ?		# Alteon Tigon Gig-E
    167   1.1   thorpej #tl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
    168   1.1   thorpej tlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
    169   1.1   thorpej #uhci*	at	pci? dev ? function ?		# USB Univ. Host Controller
    170   1.1   thorpej #vga*	at	pci? dev ? function ?		# PCI VGA Graphics
    171   1.1   thorpej #vr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
    172   1.1   thorpej #yds*	at	pci? dev ? function ?		# Yamaha DS-1 PCI Audio
    173   1.1   thorpej 
    174   1.1   thorpej #audio*	at	eap?
    175   1.1   thorpej #audio*	at	eso?
    176   1.1   thorpej #audio*	at	sv?
    177   1.1   thorpej #audio*	at	yds?
    178   1.1   thorpej 
    179   1.1   thorpej #opl*	at	eso?
    180   1.1   thorpej #opl*	at	sv?
    181   1.1   thorpej #opl*	at	yds?
    182   1.1   thorpej 
    183   1.1   thorpej #mpu*	at	eso?
    184   1.1   thorpej #mpu*	at	yds?
    185   1.1   thorpej 
    186   1.1   thorpej # MII/PHY support
    187   1.1   thorpej #exphy*	at mii? phy ?			# 3Com internal PHYs
    188   1.7       wiz #icsphy*	at mii? phy ?		# Integrated Circuit Systems ICS189x
    189   1.1   thorpej #inphy*	at mii? phy ?			# Intel 82555 PHYs
    190   1.1   thorpej #lxtphy*	at mii? phy ?		# Level One LXT-970 PHYs
    191   1.1   thorpej #nsphy*	at mii? phy ?			# NS83840 PHYs
    192   1.1   thorpej qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
    193  1.78       rin #rgephy*	at mii? phy ?		# Realtek 8169S/8110S/8211 PHYs
    194  1.78       rin #rlphy*	at mii? phy ?			# Realtek 8139/8201L PHYs
    195   1.1   thorpej #sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
    196   1.1   thorpej #tlphy*	at mii? phy ?			# ThunderLAN PHYs
    197   1.1   thorpej ukphy*	at mii? phy ?			# generic unknown PHYs
    198   1.1   thorpej 
    199   1.1   thorpej # SCSI bus support
    200   1.1   thorpej #scsibus* at	adv?
    201   1.1   thorpej #scsibus* at	adw?
    202   1.1   thorpej #scsibus* at	ahc?
    203   1.1   thorpej #scsibus* at	bha?
    204   1.1   thorpej #scsibus* at	dpt?
    205   1.1   thorpej #scsibus* at	isp?
    206   1.2   thorpej #scsibus* at	siop?
    207   1.1   thorpej #scsibus* at	pcscp?
    208   1.1   thorpej 
    209   1.1   thorpej # SCSI devices
    210   1.2   thorpej #cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
    211   1.2   thorpej #sd*	at	scsibus? target ? lun ?		# SCSI disk drives
    212   1.1   thorpej #st*	at	scsibus? target ? lun ?		# SCSI tape drives
    213   1.1   thorpej 
    214  1.17     lukem # ATA (IDE) bus support
    215  1.17     lukem #atabus* at ata?
    216  1.15    bouyer 
    217  1.17     lukem # IDE drives
    218  1.15    bouyer #wd*	at	atabus? drive ?
    219   1.1   thorpej 
    220   1.1   thorpej # ATAPI bus support
    221  1.17     lukem #atapibus* at	atapi?
    222   1.1   thorpej 
    223   1.1   thorpej # ATAPI devices
    224   1.1   thorpej #sd*	at	atapibus? drive ?		# ATAPI disk devices
    225   1.1   thorpej #cd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
    226   1.1   thorpej 
    227   1.1   thorpej # Floppy drives
    228   1.1   thorpej #fd*	at	fdc? drive ?
    229   1.1   thorpej 
    230   1.1   thorpej # Hardware RAID devices
    231   1.1   thorpej #ld*	at	cac? unit ?
    232   1.1   thorpej #ld*	at	mlx? unit ?
    233   1.1   thorpej 
    234   1.1   thorpej # USB bus support
    235   1.1   thorpej #usb*	at uhci?
    236   1.1   thorpej #usb*	at ohci?
    237   1.1   thorpej 
    238   1.1   thorpej # USB Hubs
    239   1.1   thorpej #uhub*	at usb?
    240  1.44  drochner #uhub*	at uhub? port ?
    241   1.1   thorpej 
    242   1.5  augustss # USB HID device
    243   1.5  augustss #uhidev*	at uhub? port ? configuration ? interface ?
    244   1.5  augustss 
    245   1.1   thorpej # USB Mice
    246   1.5  augustss #ums*	at uhidev? reportid ?
    247   1.1   thorpej #wsmouse*	at ums?
    248   1.1   thorpej 
    249   1.1   thorpej # USB Keyboards
    250   1.5  augustss #ukbd*	at uhidev? reportid ?
    251   1.1   thorpej #wskbd*	at ukbd? console ?
    252   1.1   thorpej 
    253  1.42     skrll # USB serial adapter
    254  1.35     skrll #ucycom*	at uhidev? reportid ?
    255  1.35     skrll 
    256   1.1   thorpej # USB Generic HID devices
    257   1.5  augustss #uhid*	at uhidev? reportid ?
    258   1.1   thorpej 
    259   1.1   thorpej # USB Printer
    260   1.1   thorpej #ulpt*	at uhub? port ? configuration ? interface ?
    261   1.1   thorpej 
    262   1.1   thorpej # USB Modem
    263   1.1   thorpej #umodem*	at uhub? port ? configuration ?
    264   1.1   thorpej #ucom*	at umodem?
    265   1.1   thorpej 
    266  1.52    plunky # Option N.V. Wireless WAN modems
    267  1.52    plunky #uhso*	at uhub? port ? configuration ?
    268  1.52    plunky 
    269   1.1   thorpej # USB Mass Storage
    270   1.1   thorpej #umass*	at uhub? port ? configuration ? interface ?
    271  1.15    bouyer #atapibus* at umass?
    272   1.1   thorpej #scsibus* at umass? channel ?
    273   1.1   thorpej 
    274   1.1   thorpej # USB Ethernet adapters
    275   1.1   thorpej #aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
    276  1.24  augustss #axe*	at uhub? port ?		# ASIX AX88172 based adapters
    277   1.1   thorpej #cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
    278   1.1   thorpej #kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
    279  1.76       rin #mue*	at uhub? port ?		# Microchip LAN75xx/LAN78xx based adapters
    280  1.78       rin #ure*	at uhub? port ?		# Realtek RTL8152/RTL8153 based adapters
    281  1.13  augustss #url*	at uhub? port ?		# Realtek RTL8150L based adapters
    282   1.1   thorpej 
    283   1.1   thorpej # Serial adapters
    284   1.1   thorpej # FTDI FT8U100AX serial adapter
    285   1.1   thorpej #uftdi*	at uhub? port ?
    286   1.1   thorpej #ucom*	at uftdi? portno ?
    287   1.1   thorpej 
    288  1.30     itohy # Kyocera AIR-EDGE PHONE
    289  1.30     itohy #ukyopon* at uhub? port ?
    290  1.30     itohy #ucom*	at ukyopon? portno ?
    291  1.30     itohy 
    292   1.1   thorpej # USB Generic driver
    293   1.1   thorpej #ugen*	at uhub? port ?
    294   1.1   thorpej 
    295   1.1   thorpej # Workstation Console attachments
    296   1.1   thorpej #wsdisplay*	at	vga?
    297   1.1   thorpej #wskbd*		at	pckbd?
    298   1.1   thorpej #wsmouse*	at	pms?
    299   1.1   thorpej 
    300  1.39    rpaulo pseudo-device	bpfilter
    301  1.66  christos pseudo-device	ccd		
    302  1.66  christos #pseudo-device	cgd			# cryptographic disk devices
    303  1.67  christos #pseudo-device	raid			# RAIDframe disk driver
    304   1.4     lukem #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    305  1.53     pooka #pseudo-device	fss			# file system snapshot device
    306  1.75      maxv pseudo-device	npf			# NPF packet filter
    307  1.66  christos pseudo-device	loop		
    308  1.54   hannken pseudo-device	md		
    309  1.40      cube pseudo-device	ppp		
    310   1.1   thorpej pseudo-device	pty			# pseudo-terminals
    311  1.40      cube pseudo-device	sl		
    312  1.40      cube pseudo-device	vnd		
    313  1.40      cube #pseudo-device	gre			# generic L3 over IP tunnel
    314  1.40      cube pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
    315  1.40      cube #pseudo-device	faith			# IPv[46] tcp relay translation i/f
    316  1.41     pavel pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    317   1.1   thorpej pseudo-device	vlan			# IEEE 802.1q encapsulation
    318  1.84    martin #pseudo-device	sequencer		# MIDI sequencer
    319   1.1   thorpej #options 	RND_COM			# use "com" randomness too
    320  1.10     lukem pseudo-device	clockctl		# user control of clock subsystem
    321  1.79     isaki pseudo-device	drvctl			# user control of drive subsystem
    322