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