Home | History | Annotate | Line # | Download | only in conf
P6032 revision 1.14
      1 #	$NetBSD: P6032,v 1.14 2003/10/08 11:01:38 bouyer Exp $
      2 #
      3 # Algorithmics P-6032 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 		"P6032-$Revision: 1.14 $"
     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 options 	MIPS3_L2CACHE_ABSENT	# No L2 cache on this machine
     20 
     21 # Standard system options
     22 options 	KTRACE			# System call tracing support
     23 options 	NTP			# kernel PLL for NTP
     24 
     25 # Diagnostic/debugging support options
     26 options 	DIAGNOSTIC		# Cheap kernel consistency checks
     27 options 	DDB			# kernel debugger
     28 makeoptions	DEBUG="-g"
     29 #makeoptions	DEBUGLIST="pattern1 pattern2 ..."
     30 
     31 # File systems
     32 file-system	FFS		# Fast file system
     33 file-system	MFS		# Memory-based file system
     34 file-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
     35 file-system	MSDOSFS		# MS-DOS-compatible file system
     36 file-system	NTFS		# Windows/NT file system (experimental)
     37 file-system	NFS		# Sun NFS-compatible file system client
     38 file-system	KERNFS		# Kernel variable file system (/kern)
     39 file-system	PROCFS		# Process file system (/proc)
     40 file-system	FDESC		# /dev/fd file system
     41 
     42 # File system options
     43 options 	NFSSERVER	# Sun NFS-compatible file system server
     44 #options 	FFS_EI		# FFS Endian Independant support
     45 options 	SOFTDEP		# FFS soft updates support.
     46 
     47 # Networking options
     48 options 	INET		# Internet protocol suite
     49 options 	INET6		# IPV6
     50 options 	IPSEC		# IP security
     51 options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     52 #options 	IPSEC_DEBUG	# debug for IP security
     53 
     54 # 4.3BSD compatibility.  Should be optional, but necessary for now.
     55 options 	COMPAT_43
     56 
     57 # Binary compatibility with previous versions of NetBSD.
     58 #options 	COMPAT_09
     59 options 	COMPAT_10
     60 options 	COMPAT_11
     61 options 	COMPAT_12
     62 options 	COMPAT_13
     63 options 	COMPAT_14
     64 
     65 # System V-like message queues
     66 options 	SYSVMSG
     67 
     68 # System V-like semaphores
     69 options 	SYSVSEM
     70 
     71 # System V-like shared memory
     72 options 	SYSVSHM
     73 #options 	SHMMAXPGS=1024		# 1024 pages is the default
     74 
     75 # Loadable Kernel Modules
     76 options 	LKM
     77 
     78 # Disable kernel security.
     79 #options 	INSECURE
     80 
     81 # Misc. options
     82 options 	PCI_NETBSD_CONFIGURE	# NetBSD configures the PCI bus
     83 options 	PCIVERBOSE		# recognize "unknown" PCI devices
     84 options 	MIIVERBOSE		# verbose PHY autoconfig messages
     85 #options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
     86 options 	SCSIVERBOSE		# Verbose SCSI errors
     87 #options 	PCMCIAVERBOSE
     88 #options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
     89 
     90 # The Alpha console firmware network boots using the BOOTP
     91 # protocol, so we ask the NFS code to use BOOTP/DHCP as well,
     92 # in case we have NFS root.
     93 options 	NFS_BOOT_DHCP		# superset of BOOTP
     94 
     95 # WS console uses SUN or VT100 terminal emulation
     96 #options 	WSEMUL_VT100
     97 
     98 config		netbsd	root on ? type ?
     99 #config		netbsd	root on sd0 type ffs
    100 #config		netbsd	root on ? type nfs
    101 
    102 mainbus0 at	root
    103 cpu*	at	mainbus0
    104 
    105 # PCI host bus adapter support
    106 bonito*	at	mainbus?
    107 
    108 # PCI bus support
    109 pci*	at	bonito?
    110 
    111 # PCI devices
    112 #adv*	at	pci? dev ? function ?		# AdvanSys SCSI
    113 #adw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
    114 #options 	SCSI_ADW_WDTR_DISABLE		# 	disable WDTR
    115 #options 	SCSI_ADW_SDTR_DISABLE		# 	disable SDTR
    116 #options 	SCSI_ADW_TAGQ_DISABLE		# 	disable Tag Queuing
    117 #ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
    118 #bha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
    119 #cac*	at	pci? dev ? function ?		# Compaq array controller (untested)
    120 #cy*	at	pci? dev ? function ?		# Cyclades Cyclom-Y (untested)
    121 #cz*	at	pci? dev ? function ?		# Cyclades-Z (untested)
    122 #dpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
    123 #eap*	at	pci? dev ? function ?		# Ensoniq AudioPCI
    124 #en*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
    125 #ep*	at	pci? dev ? function ?		# 3COM 3c59x
    126 #epic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
    127 #eso*	at	pci? dev ? function ?		# ESS Solo-1 PCI AudioDrive
    128 #ex*	at	pci? dev ? function ?		# 3COM 3c90x[B] Ethernet
    129 #fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
    130 #fxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
    131 #gsip*	at	pci? dev ? function ?		# NS DP83820 Gigabit Ethernet
    132 #isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
    133 pcn*	at	pci? dev ? function ?		# AMD PCnet-PCI Ethernet
    134 pcib*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
    135 #siop*	at	pci? dev ? function ?		# Symbios 53c8xx SCSI
    136 #mlx*	at	pci? dev ? function ?		# Mylex DAC960 / DEC SWXCR (untested)
    137 #ne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
    138 #ohci*	at	pci? dev ? function ?		# USB Open Host Controller
    139 pciide*	at	pci? dev ? function ?		# PCI IDE controllers
    140 #pcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
    141 ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
    142 #rtk*	at	pci? dev ? function ?		# RealTek 8129/8139 Ethernet
    143 #sip*	at	pci? dev ? function ?		# SiS 900 Ethernet
    144 #sv*	at	pci? dev ? function ?		# S3 SonicVibes
    145 #tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
    146 #ti*	at	pci? dev ? function ?		# Alteon Tigon Gig-E
    147 #tl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
    148 #tlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
    149 #uhci*	at	pci? dev ? function ?		# USB Univ. Host Controller
    150 #vga*	at	pci? dev ? function ?		# PCI VGA Graphics
    151 #vr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
    152 #yds*	at	pci? dev ? function ?		# Yamaha DS-1 PCI Audio
    153 
    154 #audio*	at	eap?
    155 #audio*	at	eso?
    156 #audio*	at	sv?
    157 #audio*	at	yds?
    158 
    159 #opl*	at	eso?
    160 #opl*	at	sv?
    161 #opl*	at	yds?
    162 
    163 #mpu*	at	eso?
    164 #mpu*	at	yds?
    165 
    166 # MII/PHY support
    167 acphy*	at mii? phy ?			# Altima AC101 and AMD Am79c874 PHYs
    168 amhphy*	at mii? phy ?			# AMD 79c901 10BASE-T PHY
    169 #bmtphy* at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
    170 #brgphy* at mii? phy ?			# Broadcom BCM5400-family PHYs
    171 #dmphy*	at mii? phy ?			# Davicom DM9101 PHYs
    172 #exphy*	at mii? phy ?			# 3Com internal PHYs
    173 #glxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
    174 #gphyter* at mii? phy ?			# NS83861 Gig-E PHY
    175 #icsphy* at mii? phy ?			# Integrated Circuit Systems ICS189x
    176 #inphy*	at mii? phy ?			# Intel 82555 PHYs
    177 #iophy*	at mii? phy ?			# Intel 82553 PHYs
    178 lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
    179 #makphy* at mii? phy ?			# Margell Semiconductor 88E1000 PHYs
    180 nsphy*	at mii? phy ?			# NS83840 PHYs
    181 #nsphyter* at mii? phy ?			# NS83843 PHYs
    182 #qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
    183 pnaphy*	at mii? phy ?			# generic HomePNA PHYs
    184 #nsphy*	at mii? phy ?			# NS83840 PHYs
    185 #sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
    186 #tlphy*	at mii? phy ?			# ThunderLAN PHYs
    187 #tqphy*	at mii? phy ?			# TDK Semiconductor PHYs
    188 ukphy*	at mii? phy ?			# generic unknown PHYs
    189 
    190 # ISA/EISA bus support
    191 isa*	at	pcib?
    192 #isapnp*	at	isa?
    193 
    194 # ISA devices
    195 mcclock* at	isa? port 0x70
    196 #pckbc*	at	isa?				# PC keyboard controller
    197 #pckbd*	at	pckbc?				# PC keyboard (kbd port)
    198 #pms*	at	pckbc?				# PS/2-style mouse (aux port)
    199 #pcppi*	at	isa?				# PC prog. periph. interface
    200 #spkr0	at	pcppi?				# IBM BASIC emulation
    201 #isabeep0 at	pcppi?				# "keyboard" beep
    202 #midi*	at	pcppi?
    203 com*	at	isa? port 0x3f8 irq 4		# standard serial ports
    204 com*	at	isa? port 0x2f8 irq 3
    205 #cs*	at	isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
    206 #ec0	at	isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet
    207 #ep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
    208 #ep*	at	isapnp?
    209 #ix0	at	isa? port 0x300 irq 10		# EtherExpress/16
    210 #iy0	at	isa? port 0x360 irq ?		# EtherExpress PRO 10 ISA
    211 fdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
    212 #lc0	at	isa? port 0x300 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
    213 #lc1	at	isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
    214 #depca0	at	isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 	# DEPCA
    215 #depca1	at	isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 	# DEPCA
    216 #le*	at	depca?
    217 #lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
    218 #vga*	at	isa?				# ISA (EISA: XXX) VGA
    219 #wdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
    220 #wdc1	at	isa? port 0x170 irq 15
    221 #wdc*	at	isapnp?
    222 #we0	at	isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
    223 #we1	at	isa? port 0x300 iomem 0xcc000 irq 10
    224 #wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
    225 #wss*	at	isapnp?
    226 #audio*	at	wss?
    227 #midi*	at	wss?
    228 #sb*	at	isa? port 0x220 irq 5 drq 1	# SoundBlaster
    229 #sb*	at	isapnp?
    230 #audio*	at	sb?
    231 #adv*	at	isa? port ? irq ? drq ?		# AdvanSys APB-514[02]
    232 #aha*	at	isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
    233 #aha*	at	isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
    234 #bha*	at	isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
    235 #bha*	at	isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI (unt.)
    236 #uha*	at	isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
    237 #uha*	at	isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI (unt.)
    238 #pcic0	at	isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
    239 #pcic1	at	isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000
    240 #pcmcia*	at	pcic? controller ? socket ?
    241 
    242 # PCMCIA device
    243 #aic*	at	pcmcia? function ?		# Adaptec APA-1460 SCSI
    244 #com*	at	pcmcia? function ?		# Modems and serial cards
    245 #wdc*	at	pcmcia? function ?		# PCMCIA IDE controllers
    246 #ep*	at	pcmcia? function ?		# 3Com 3c589 and 3c562 Eth.
    247 #mbe*	at	pcmcia? function ?		# MB8696x based Ethernet
    248 #ne*	at	pcmcia? function ?		# NE2000-compatible Eth.
    249 #sm*	at	pcmcia? function ?		# Megahertz Ethernet
    250 #ray*	at	pcmcia? function ?		# Raytheon Raylink (802.11)
    251 #wi*	at	pcmcia? function ?		# Lucent WaveLAN/IEEE
    252 
    253 # SCSI bus support
    254 #scsibus* at	adv?
    255 #scsibus* at	adw?
    256 #scsibus* at	aha?
    257 #scsibus* at	ahb?
    258 #scsibus* at	ahc?
    259 #scsibus* at	aic?
    260 #scsibus* at	bha?
    261 #scsibus* at	dpt?
    262 #scsibus* at	isp?
    263 #scsibus* at	siop?
    264 #scsibus* at	pcscp?
    265 #scsibus* at	uha?
    266 
    267 # SCSI devices
    268 #cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
    269 #sd*	at	scsibus? target ? lun ?		# SCSI disk drives
    270 #st*	at	scsibus? target ? lun ?		# SCSI tape drives
    271 
    272 # ATA bus support
    273 atabus* 	at	pciide? channel ?
    274 #atabus*	at	wdc? channel ?
    275 
    276 # ST506/ESDI/IDE devices
    277 wd*	at	atabus? drive ?
    278 #wd*	at	atabus? drive ?
    279 
    280 # ATAPI bus support
    281 atapibus* at	atabus?
    282 
    283 # ATAPI devices
    284 sd*	at	atapibus? drive ?		# ATAPI disk devices
    285 cd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
    286 
    287 # Floppy drives
    288 fd*	at	fdc? drive ?
    289 
    290 # Hardware RAID devices
    291 #ld*	at	cac? unit ?
    292 #ld*	at	mlx? unit ?
    293 
    294 # USB bus support
    295 #usb*	at uhci?
    296 #usb*	at ohci?
    297 
    298 # USB Hubs
    299 #uhub*	at usb?
    300 #uhub*	at uhub? port ? configuration ? interface ?
    301 
    302 # USB HID device
    303 #uhidev*	at uhub? port ? configuration ? interface ?
    304 
    305 # USB Mice
    306 #ums*	at uhidev? reportid ?
    307 #wsmouse*	at ums?
    308 
    309 # USB Keyboards
    310 #ukbd*	at uhidev? reportid ?
    311 #wskbd*	at ukbd? console ?
    312 
    313 # USB Generic HID devices
    314 #uhid*	at uhidev? reportid ?
    315 
    316 # USB Printer
    317 #ulpt*	at uhub? port ? configuration ? interface ?
    318 
    319 # USB Modem
    320 #umodem*	at uhub? port ? configuration ?
    321 #ucom*	at umodem?
    322 
    323 # USB Mass Storage
    324 #umass*	at uhub? port ? configuration ? interface ?
    325 #atapibus* at umass?
    326 #scsibus* at umass? channel ?
    327 
    328 # USB Ethernet adapters
    329 #aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
    330 #cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
    331 #kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
    332 #uax*	at uhub? port ?		# ASIX AX88172 based adapters
    333 #url*	at uhub? port ?		# Realtek RTL8150L based adapters
    334 
    335 # Serial adapters
    336 # FTDI FT8U100AX serial adapter
    337 #uftdi*	at uhub? port ?
    338 #ucom*	at uftdi? portno ?
    339 
    340 # USB scanners
    341 #uscanner* at uhub? port ?
    342 
    343 # Y@P firmware loader
    344 #uyap* at uhub? port ?
    345 
    346 # USB Generic driver
    347 #ugen*	at uhub? port ?
    348 
    349 # Workstation Console attachments
    350 #wsdisplay*	at	vga?
    351 #wskbd*		at	pckbd?
    352 #wsmouse*	at	pms?
    353 
    354 pseudo-device	bpfilter	16
    355 pseudo-device	ccd		4
    356 #pseudo-device	cgd		4	# cryptographic disk devices
    357 #pseudo-device	raid		4		# RAIDframe disk driver
    358 #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    359 pseudo-device	ipfilter	1
    360 pseudo-device	loop		1
    361 pseudo-device	md		1
    362 pseudo-device	ppp		4
    363 pseudo-device	pty			# pseudo-terminals
    364 pseudo-device	sl		4
    365 pseudo-device	vnd		4
    366 #pseudo-device	gre		2	# generic L3 over IP tunnel
    367 pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
    368 #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
    369 #pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
    370 pseudo-device	vlan			# IEEE 802.1q encapsulation
    371 pseudo-device	sequencer	1	# MIDI sequencer
    372 pseudo-device	rnd			# /dev/random and in-kernel generator
    373 #options 	RND_COM			# use "com" randomness too
    374 pseudo-device	clockctl		# user control of clock subsystem
    375