Home | History | Annotate | Line # | Download | only in conf
MILAN-PCIIDE revision 1.30.2.3.2.1
      1 #
      2 # $NetBSD: MILAN-PCIIDE,v 1.30.2.3.2.1 2005/04/02 21:43:44 he Exp $
      3 #
      4 # This file was automatically created. Changes will be
      5 # lost when running makeconf in this directory.
      6 #
      7 # Created from:
      8 #		NetBSD$
      9 #		NetBSD: GENERIC.in,v 1.33.2.3 2004/07/15 20:18:24 he Exp $
     10 
     11 #This configuration file is for a generic Milan
     12 
     13 #Generic atari
     14 
     15 include "arch/atari/conf/std.milan"
     16 
     17 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
     18 
     19 #Add support for about 16 users. This variable is used to size
     20 #various kernel structures.
     21 
     22 maxusers	16
     23 
     24 options 	HZ=64		# Set the clock-rate (48/64/96)
     25 
     26 #Standard system options
     27 options 	INSECURE	# disable kernel security levels
     28 #options 	NTP		# NTP phase/frequency locked loop
     29 
     30 #Enable experimental buffer queue strategy for better responsiveness under 
     31 #high disk I/O load. Use it with caution - it's not proven to be stable yet.
     32 #options 	NEW_BUFQ_STRATEGY
     33 
     34 #(Co)processors this kernel should support
     35 
     36 options 	M68040		# support for 040
     37 options 	M68060		# support for 060
     38 options 	FPSP		# 68040 Floatingpoint support
     39 options 	M060SP		# MC68060 software support (Required for 060)
     40 
     41 #Networking options
     42 
     43 options 	INET		# IP + ICMP + TCP + UDP
     44 
     45 options 	INET6		# IPV6
     46 #options 	IPSEC		# IP security
     47 #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     48 #options 	IPSEC_DEBUG	# debug for IP security
     49 #options 	GATEWAY		# packet forwarding
     50 #options 	MROUTING	# IP multicast routing
     51 options 	NS		# XNS
     52 #options 	NSIP		# XNS tunneling over IP
     53 options 	ISO,TPIP	# OSI
     54 #options 	EON		# OSI tunneling over IP
     55 options 	CCITT,LLC,HDLC	# X.25
     56 
     57 options 	NETATALK	# AppleTalk networking protocols
     58 
     59 options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     60 options 	PPP_DEFLATE	# Deflate compression support for PPP
     61 options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     62 
     63 options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     64 options 	IPFILTER_LOG	# ipmon(8) log support
     65 #options  	IPFILTER_DEFAULT_BLOCK	# block packages by default
     66 
     67 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     68 
     69 #options 	ALTQ		# Manipulate network interfaces' output queues
     70 #options 	ALTQ_BLUE	# Stochastic Fair Blue
     71 #options 	ALTQ_CBQ	# Class-Based Queueing
     72 #options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
     73 #options 	ALTQ_FIFOQ	# First-In First-Out Queue
     74 #options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
     75 #options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
     76 #options 	ALTQ_LOCALQ	# Local queueing discipline
     77 #options 	ALTQ_PRIQ	# Priority Queueing
     78 #options 	ALTQ_RED	# Random Early Detection
     79 #options 	ALTQ_RIO	# RED with IN/OUT
     80 #options 	ALTQ_WFQ	# Weighted Fair Queueing
     81 
     82 #File systems
     83 file-system 	FFS		# Berkeley fast file system
     84 file-system 	MFS		# Memory based filesystem
     85 file-system 	KERNFS		# Kernel parameter filesystem
     86 file-system 	MSDOSFS		# MSDOS filesystem
     87 file-system 	CD9660		# ISO 9660 filesystem with Rock Ridge
     88 
     89 file-system 	NFS		# Network File System client side code
     90 file-system 	PROCFS		# Process filesystem
     91 file-system 	FDESC		# /dev/fd
     92 file-system 	NULLFS		# Loopback filesystem
     93 file-system 	OVERLAY		# overlay filesystem
     94 file-system 	UNION		# union file system
     95 file-system 	UMAPFS		# null file system (with uid & gid remapping)
     96 file-system 	PORTAL		# portal file system
     97 file-system 	EXT2FS		# second extended file system (linux)
     98 file-system 	LFS		# log-structured file system
     99 
    100 #File system options
    101 options 	QUOTA		# Disk quotas for local disks
    102 #options 	FFS_EI		# FFS Endian Independant support
    103 options 	SOFTDEP		# FFS soft updates support.
    104 options 	NFSSERVER	# Network File System server side code
    105 #options 	EXT2FS_SYSTEM_FLAGS	# makes ext2fs file flags (append and
    106 				# immutable) behave as system flags.
    107 
    108 #Misc. debugging options
    109 
    110 options 	PANICWAIT	# Require keystroke to dump/reboot
    111 options 	DDB		# Kernel debugger
    112 
    113 options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    114 #options 	DEBUG		# expensive debugging checks/support
    115 
    116 #Compatibility options for various existing systems
    117 
    118 options 	COMPAT_43	# 4.3 BSD compatible system calls (required)
    119 options 	COMPAT_10	# Compatibility to NetBSD1.0
    120 options 	COMPAT_11	# Compatibility to NetBSD1.1
    121 options 	COMPAT_12	# Compatibility to NetBSD1.2
    122 options 	COMPAT_13	# Compatibility to NetBSD1.3
    123 options 	COMPAT_14	# Compatibility to NetBSD1.4
    124 options 	COMPAT_15	# Compatibility to NetBSD1.5
    125 options 	COMPAT_16	# Compatibility to NetBSD1.6
    126 
    127 #options 	COMPAT_09	# has no meaning on the atari
    128 #options 	COMPAT_SUNOS	# Support to run Sun-3 executables
    129 #options 	COMPAT_SVR4	# Support to run SVR4 executables
    130 #options 	COMPAT_LINUX	# Support to run Linux/m68k executables
    131 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
    132 
    133 options 	COMPAT_AOUT_M68K # Compatibility to a.out executables
    134 options 	EXEC_AOUT	# a.out format executables
    135 
    136 #Support for System V IPC facilities.
    137 
    138 options 	SYSVSHM			# System V shared memory
    139 options 	SYSVMSG			# System V messages
    140 options 	SYSVSEM			# System V semaphores
    141 #options 	SEMMNI=10		# number of semaphore identifiers
    142 #options 	SEMUME=10		# max number of undo entries per proc.
    143 #options 	SEMMNU=30		# number of undo structures in system
    144 options 	P1003_1B_SEMAPHORE # p1003.1b semaphore support
    145 
    146 #Support for various kernel options
    147 
    148 options 	KTRACE			# Add kernel tracing system call
    149 options 	SYSTRACE		# system call vetting via systrace(1)
    150 options 	DIAGNOSTIC		# Add additional error checking code
    151 options 	USERCONF		# userconf(4) support
    152 #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
    153 options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
    154 
    155 #These options enable verbose messages for several subsystems.
    156 #Warning, these may compile large string tables into the kernel!
    157 
    158 options 	SCSIVERBOSE		# human readable SCSI error messages
    159 
    160 options 	MIIVERBOSE		# verbose PHY autoconfig messages
    161 options 	PCIVERBOSE		# verbose PCI device autoconfig messages
    162 #options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
    163 
    164 #Atari specific options
    165 
    166 #options 	KFONT_8x8		# Use 8x8 font instead of 8x16
    167 options 	ST_POOL_SIZE=22		# smallest that allows TT-HIGH
    168 
    169 options 	MEMORY_DISK_HOOKS	# Boot RAM-disk
    170 options 	DISKLABEL_NBDA		# NetBSD disklabels (required)
    171 options 	DISKLABEL_AHDI		# NetBSD/AHDI disklabels
    172 
    173 options 	SERCONSOLE		# modem1 console support
    174 options 	RELOC_KERNEL		# TT/Falcon: relocate kernel to TT-RAM
    175 options 	MSGBUFSIZE=32768        # size of kernel msg. buffer
    176 #options 	STATCLOCK	        # Separate {stat,prof}clock
    177 
    178 #Try linked commands on all targets
    179 options 	TRY_SCSI_LINKED_COMMANDS=0x7f
    180 
    181 #Build one kernel that can boot from any disk.
    182 
    183 config		netbsd root on ? type ?
    184 
    185 pseudo-device	sl			# Slip
    186 pseudo-device	ppp			# ppp
    187 
    188 pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    189 
    190 pseudo-device	pty			# pseudo-terminals
    191 pseudo-device	loop			# Loopback network
    192 pseudo-device	vnd		3	# 3 pseudo disks (see vnconfig)
    193 pseudo-device	md		3	# Boot memory disk
    194 
    195 pseudo-device	bpfilter	2	# berkeley packet filters
    196 pseudo-device	tun		2	# network tunnel
    197 #pseudo-device	gre		2	# generic L3 over IP tunnel
    198 pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
    199 #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
    200 #pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
    201 
    202 pseudo-device	vlan			# IEEE 802.1q encapsulation
    203 pseudo-device	bridge			# simple inter-network bridging
    204 
    205 pseudo-device	ccd		4	# concatenating disk driver
    206 #pseudo-device	cgd		4	# cryptographic disk driver
    207 pseudo-device	raid		8	# RAIDframe disk driver
    208 options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    209 #Options to enable various other RAIDframe RAID types.
    210 #options	RF_INCLUDE_EVENODD=1
    211 #options	RF_INCLUDE_RAID5_RS=1
    212 #options	RF_INCLUDE_PARITYLOGGING=1
    213 #options	RF_INCLUDE_CHAINDECLUSTER=1
    214 #options	RF_INCLUDE_INTERDECLUSTER=1
    215 #options 	RF_INCLUDE_PARITY_DECLUSTERING=1
    216 #options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
    217 pseudo-device	ipfilter		# IP filtering device
    218 pseudo-device	rnd			# /dev/random and in-kernel generator
    219 pseudo-device	clockctl		# user control of clock subsystem
    220 
    221 #MII/PHY support
    222 exphy*	at mii? phy ?			# 3Com internal PHYs
    223 inphy*	at mii? phy ?			# Intel 82555 PHYs
    224 iophy*	at mii? phy ?			# Intel 82553 PHYs
    225 ukphy*	at mii? phy ?			# generic unknown PHYs
    226 
    227 #PCI network interfaces
    228 #If unsure, check the port-atari page for tested cards.
    229 ep*	at pci? dev ? function ?	# 3Com 3c59x
    230 fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
    231 
    232 #This is the only tested audio card at the moment.
    233 
    234 eso*	at pci? dev ? function ?	# ESS Solo-1 PCI AudioDrive
    235 audio*	at eso?
    236 
    237 #Hardware options for GENERIC are in the various machine type specific files
    238 
    239 #For the moment, the MILAN will be the only one to use wscons, so define
    240 #the wscons options here too for the moment.
    241 #wscons options
    242 
    243 #builtin terminal emulations
    244 #options 	WSEMUL_SUN	# sun terminal emulation
    245 options 	WSEMUL_VT100	# VT100 / VT220 emulation
    246 #different kernel output - see dev/wscons/wsdisplayvar.h
    247 #XXX:	Since the Milan VGA works in monochrome for the moment, _only_
    248 #use black and white here!
    249 options 	WS_KERNEL_FG=WSCOL_WHITE
    250 options 	WS_KERNEL_BG=WSCOL_BLACK
    251 
    252 #compatibility to other console drivers
    253 #options 	WSDISPLAY_COMPAT_USL	# VT handling
    254 #options 	WSDISPLAY_COMPAT_RAWKBD	# can get raw scancodes
    255 
    256 #see dev/pckbc/wskbdmap_mfii.c for implemented layouts
    257 #options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
    258 #allocate a number of virtual screens at autoconfiguration time
    259 options 	WSDISPLAY_DEFAULTSCREENS=4
    260 #use a large software cursor that doesn't blink
    261 options 	PCDISPLAY_SOFTCURSOR
    262 #modify the screen type of the console; defaults to "80x25"
    263 #options 	VGA_CONSOLE_SCREENTYPE="\"80x25\""
    264 
    265 #The following sections describe various hardware options.
    266 
    267 isab0 		at mainbus0			# ISA-bus
    268 isa0 		at isab0
    269 pcib0 		at mainbus0			# PCI-bus
    270 pci0 		at pcib0
    271 nvr0 		at mainbus0			# nvram driver
    272 ser0 		at mainbus0
    273 fdcisa0 	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy contr.
    274 fdisa0 		at fdcisa0 drive 0
    275 
    276 #Ok, the stuff below requires some explanation...
    277 #Initially, when Atari started with IDE on the Falcon, they decided to
    278 #swap the bytelanes on the IDE controller. So all data on the disk was
    279 #byteswapped and all CDROM drivers had to byteswap the data to make
    280 #this nice idea work... To remain compatible with the 'current' drivers,
    281 #this scheme was adopted by the Hades hardware (hence wdc_mb.c). On the Milan
    282 #however, the change was reverted. But... now the hardware is connected to
    283 #a little endian (ISA) bus, in PIO mode this is essentially the same as
    284 #swapping the bytelanes. The fun starts when you use the PCIIDE DMA mode
    285 #provided by the PCI_ISA bridge on the Milan. CDROM's are OK, but the data
    286 #on the disk is swapped :-( Now luckily, both the Milan and HDDRIVER
    287 #developers have thought up a solution, you can make a byteswapped disk
    288 #during the partioning with HDDRIVER and TOS supports booting from it!
    289 #Ok, now you have to choose:
    290 #- If _none_ of your disks are marked byteswapped by HDDRIVER, choose
    291 #the MILAN-ISAIDE version.
    292 #- If _all_ of your disks are byteswapped, use the  MILAN-PCIIDE version
    293 #The is no way to mix things!
    294 
    295 pciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
    296 acardide*	at pci? dev ? function ?	# Acard IDE controllers
    297 aceride* 	at pci? dev ? function ?	# Acer Lab IDE controllers
    298 artsata*	at pci? dev ? function ?	# Intel i31244 SATA controller
    299 cmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
    300 cypide* 	at pci? dev ? function ?	# Cypress IDE controllers
    301 hptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
    302 optiide* 	at pci? dev ? function ?	# Opti IDE controllers
    303 piixide* 	at pci? dev ? function ?	# Intel IDE controllers
    304 pdcide* 	at pci? dev ? function ?	# Promise IDE controllers
    305 pdcsata* 	at pci? dev ? function ?	# Promise SATA150 controllers
    306 satalink*	at pci? dev ? function ?	# SiI SATALink controllers
    307 siside* 	at pci? dev ? function ?	# SiS IDE controllers
    308 slide*  	at pci? dev ? function ?	# Symphony Labs IDE controllers
    309 viaide* 	at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
    310 
    311 atabus*		at ata? channel ?
    312 
    313 #The Milan uses wscons
    314 #XXX without the __HAVE_NWSCONS option, the keyboard won't work...
    315 
    316 options 	__HAVE_NWSCONS
    317 vga0 		at pci? dev ? function ?	# a PCI VGA card
    318 wsdisplay* 	at vga? console ?		# as a wscons console
    319 pckbc0 		at isa? 			# PC keyboard controller
    320 pckbd* 		at pckbc?			# PC keyboard
    321 wskbd* 		at pckbd? console ?		# wscons keyboard
    322 
    323 #ATA devices
    324 wd*		at atabus? drive ?
    325 atapibus* 	at atabus?				# ATAPI bus support
    326 #ATAPI devices
    327 cd* 		at atapibus? drive ?		# ATAPI CD-ROM drives
    328