Home | History | Annotate | Line # | Download | only in conf
MILAN-PCIIDE revision 1.5.6.3
      1  1.5.6.2  nathanw #
      2  1.5.6.3  nathanw # $NetBSD: MILAN-PCIIDE,v 1.5.6.3 2002/02/28 04:08:25 nathanw Exp $
      3  1.5.6.2  nathanw #
      4  1.5.6.2  nathanw # This file was automatically created. Changes will be
      5  1.5.6.2  nathanw # lost when running makeconf in this directory.
      6  1.5.6.2  nathanw #
      7  1.5.6.2  nathanw # Created from:
      8  1.5.6.2  nathanw #		NetBSD: MILAN.in,v 1.8 2001/11/20 11:29:41 lukem Exp $
      9  1.5.6.3  nathanw #		NetBSD: GENERIC.in,v 1.14 2002/01/27 13:23:13 jdolecek Exp $
     10  1.5.6.2  nathanw 
     11  1.5.6.2  nathanw #This configuration file is for a generic Milan
     12  1.5.6.2  nathanw 
     13  1.5.6.2  nathanw #Generic atari
     14  1.5.6.2  nathanw 
     15  1.5.6.2  nathanw include "arch/atari/conf/std.milan"
     16  1.5.6.2  nathanw 
     17  1.5.6.2  nathanw #Add support for about 16 users. This variable is used to size
     18  1.5.6.2  nathanw #various kernel structures.
     19  1.5.6.2  nathanw 
     20  1.5.6.2  nathanw maxusers	16
     21  1.5.6.2  nathanw 
     22  1.5.6.2  nathanw options 	HZ=64		# Set the clock-rate (48/64/96)
     23  1.5.6.2  nathanw 
     24  1.5.6.2  nathanw #X11R6 related options
     25  1.5.6.2  nathanw 
     26  1.5.6.2  nathanw options 	UCONSOLE	# Allow xconsole to work
     27  1.5.6.2  nathanw 
     28  1.5.6.2  nathanw #Standard system options
     29  1.5.6.2  nathanw options 	INSECURE	# disable kernel security levels
     30  1.5.6.2  nathanw #options 	NTP		# NTP phase/frequency locked loop
     31  1.5.6.2  nathanw 
     32  1.5.6.2  nathanw #(Co)processors this kernel should support
     33  1.5.6.2  nathanw 
     34  1.5.6.2  nathanw options 	M68040		# support for 040
     35  1.5.6.2  nathanw options 	M68060		# support for 060
     36  1.5.6.2  nathanw options 	FPSP		# 68040 Floatingpoint support
     37  1.5.6.2  nathanw options 	M060SP		# MC68060 software support (Required for 060)
     38  1.5.6.2  nathanw 
     39  1.5.6.2  nathanw #Networking options
     40  1.5.6.2  nathanw 
     41  1.5.6.2  nathanw options 	INET		# IP + ICMP + TCP + UDP
     42  1.5.6.2  nathanw 
     43  1.5.6.2  nathanw options 	INET6		# IPV6
     44  1.5.6.2  nathanw #options 	IPSEC		# IP security
     45  1.5.6.2  nathanw #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     46  1.5.6.2  nathanw #options 	IPSEC_DEBUG	# debug for IP security
     47  1.5.6.2  nathanw #options 	GATEWAY		# packet forwarding
     48  1.5.6.2  nathanw #options 	MROUTING	# IP multicast routing
     49  1.5.6.2  nathanw options 	NS		# XNS
     50  1.5.6.2  nathanw #options 	NSIP		# XNS tunneling over IP
     51  1.5.6.2  nathanw options 	ISO,TPIP	# OSI
     52  1.5.6.2  nathanw #options 	EON		# OSI tunneling over IP
     53  1.5.6.2  nathanw options 	CCITT,LLC,HDLC	# X.25
     54  1.5.6.2  nathanw options 	NETATALK	# AppleTalk networking protocols
     55  1.5.6.2  nathanw 
     56  1.5.6.2  nathanw options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     57  1.5.6.2  nathanw options 	PPP_DEFLATE	# Deflate compression support for PPP
     58  1.5.6.2  nathanw options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     59  1.5.6.2  nathanw 
     60  1.5.6.2  nathanw options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     61  1.5.6.2  nathanw options 	IPFILTER_LOG	# ipmon(8) log support
     62  1.5.6.2  nathanw #options 	IPFILTER_DEFAULT_BLOCK	# block packages by default
     63  1.5.6.2  nathanw 
     64  1.5.6.2  nathanw #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     65  1.5.6.2  nathanw 
     66  1.5.6.2  nathanw #File systems
     67  1.5.6.2  nathanw file-system 	FFS		# Berkeley fast file system
     68  1.5.6.2  nathanw file-system 	MFS		# Memory based filesystem
     69  1.5.6.2  nathanw file-system 	KERNFS		# Kernel parameter filesystem
     70  1.5.6.2  nathanw file-system 	MSDOSFS		# MSDOS filesystem
     71  1.5.6.2  nathanw file-system 	CD9660		# ISO 9660 filesystem with Rock Ridge
     72  1.5.6.2  nathanw 
     73  1.5.6.2  nathanw file-system 	NFS		# Network File System client side code
     74  1.5.6.2  nathanw file-system 	PROCFS		# Process filesystem
     75  1.5.6.2  nathanw file-system 	FDESC		# /dev/fd
     76  1.5.6.2  nathanw file-system 	NULLFS		# Loopback filesystem
     77  1.5.6.2  nathanw file-system 	OVERLAY		# overlay filesystem
     78  1.5.6.2  nathanw file-system 	UNION		# union file system
     79  1.5.6.2  nathanw file-system 	UMAPFS		# null file system (with uid & gid remapping)
     80  1.5.6.2  nathanw file-system 	PORTAL		# portal file system
     81  1.5.6.2  nathanw file-system 	EXT2FS		# second extended file system (linux)
     82  1.5.6.2  nathanw file-system 	LFS		# log-structured file system
     83  1.5.6.2  nathanw 
     84  1.5.6.2  nathanw #File system options
     85  1.5.6.2  nathanw options 	QUOTA		# Disk quotas for local disks
     86  1.5.6.2  nathanw #options 	FFS_EI		# FFS Endian Independant support
     87  1.5.6.2  nathanw options 	SOFTDEP		# FFS soft updates support.
     88  1.5.6.2  nathanw options 	NFSSERVER	# Network File System server side code
     89  1.5.6.2  nathanw #options 	EXT2FS_SYSTEM_FLAGS	# makes ext2fs file flags (append and
     90  1.5.6.3  nathanw 				#immutable) behave as system flags.
     91  1.5.6.2  nathanw 
     92  1.5.6.2  nathanw #Misc. debugging options
     93  1.5.6.2  nathanw 
     94  1.5.6.2  nathanw options 	PANICWAIT	# Require keystroke to dump/reboot
     95  1.5.6.2  nathanw options 	DDB		# Kernel debugger
     96  1.5.6.2  nathanw 
     97  1.5.6.2  nathanw options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
     98  1.5.6.2  nathanw #options 	DEBUG		# expensive debugging checks/support
     99  1.5.6.2  nathanw 
    100  1.5.6.2  nathanw #Compatibility options for various existing systems
    101  1.5.6.2  nathanw 
    102  1.5.6.2  nathanw options 	COMPAT_43	# 4.3 BSD compatible system calls (required)
    103  1.5.6.2  nathanw options 	COMPAT_10	# Compatibility to NetBSD1.0
    104  1.5.6.2  nathanw options 	COMPAT_11	# Compatibility to NetBSD1.1
    105  1.5.6.2  nathanw options 	COMPAT_12	# Compatibility to NetBSD1.2
    106  1.5.6.2  nathanw options 	COMPAT_13	# Compatibility to NetBSD1.3
    107  1.5.6.2  nathanw options 	COMPAT_14	# Compatibility to NetBSD1.4
    108  1.5.6.2  nathanw 
    109  1.5.6.2  nathanw #options 	COMPAT_09	# has no meaning on the atari
    110  1.5.6.2  nathanw #options 	COMPAT_SUNOS	# Support to run Sun-3 executables
    111  1.5.6.2  nathanw #options 	COMPAT_SVR4	# Support to run SVR4 executables
    112  1.5.6.2  nathanw #options 	COMPAT_LINUX	# Support to run Linux/m68k executables
    113  1.5.6.2  nathanw #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
    114  1.5.6.2  nathanw 
    115  1.5.6.2  nathanw options 	COMPAT_AOUT_M68K # Compatibility to a.out executables
    116  1.5.6.2  nathanw options 	EXEC_AOUT	# a.out format executables
    117  1.5.6.2  nathanw 
    118  1.5.6.2  nathanw #Support for System V IPC facilities.
    119  1.5.6.2  nathanw 
    120  1.5.6.2  nathanw options 	SYSVSHM			# System V shared memory
    121  1.5.6.2  nathanw options 	SYSVMSG			# System V messages
    122  1.5.6.2  nathanw options 	SYSVSEM			# System V semaphores
    123  1.5.6.2  nathanw #options 	SEMMNI=10		# number of semaphore identifiers
    124  1.5.6.2  nathanw #options 	SEMUME=10		# max number of undo entries per proc.
    125  1.5.6.2  nathanw #options 	SEMMNU=30		# number of undo structures in system
    126  1.5.6.2  nathanw 
    127  1.5.6.2  nathanw #Support for various kernel options
    128  1.5.6.2  nathanw 
    129  1.5.6.2  nathanw options 	KTRACE			# Add kernel tracing system call
    130  1.5.6.2  nathanw options 	DIAGNOSTIC		# Add additional error checking code
    131  1.5.6.3  nathanw #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
    132  1.5.6.2  nathanw 
    133  1.5.6.2  nathanw #These options enable verbose messages for several subsystems.
    134  1.5.6.2  nathanw #Warning, these may compile large string tables into the kernel!
    135  1.5.6.2  nathanw 
    136  1.5.6.2  nathanw options 	SCSIVERBOSE		# human readable SCSI error messages
    137  1.5.6.2  nathanw 
    138  1.5.6.2  nathanw options 	PCIVERBOSE		# verbose PCI device autoconfig messages
    139  1.5.6.2  nathanw #options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
    140  1.5.6.2  nathanw 
    141  1.5.6.2  nathanw #Atari specific options
    142  1.5.6.2  nathanw 
    143  1.5.6.2  nathanw #options 	KFONT_8x8		# Use 8x8 font instead of 8x16
    144  1.5.6.2  nathanw options 	ST_POOL_SIZE=22		# smallest that allows TT-HIGH
    145  1.5.6.2  nathanw 
    146  1.5.6.2  nathanw options 	MEMORY_DISK_HOOKS	# Boot RAM-disk
    147  1.5.6.2  nathanw options 	DISKLABEL_NBDA		# NetBSD disklabels (required)
    148  1.5.6.2  nathanw options 	DISKLABEL_AHDI		# NetBSD/AHDI disklabels
    149  1.5.6.2  nathanw 
    150  1.5.6.2  nathanw options 	SERCONSOLE		# modem1 console support
    151  1.5.6.2  nathanw options 	RELOC_KERNEL		# TT/Falcon: relocate kernel to TT-RAM
    152  1.5.6.2  nathanw options 	STATCLOCK		# Separate {stat,prof}clock
    153  1.5.6.2  nathanw 
    154  1.5.6.2  nathanw #Try linked commands on all targets
    155  1.5.6.2  nathanw options 	TRY_SCSI_LINKED_COMMANDS=0x7f
    156  1.5.6.2  nathanw 
    157  1.5.6.2  nathanw #Build one kernel that can boot from any disk.
    158  1.5.6.2  nathanw 
    159  1.5.6.2  nathanw config		netbsd root on ? type ?
    160  1.5.6.2  nathanw 
    161  1.5.6.2  nathanw pseudo-device	sl			# Slip
    162  1.5.6.2  nathanw pseudo-device	ppp			# ppp
    163  1.5.6.3  nathanw pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    164  1.5.6.2  nathanw pseudo-device	pty			# pseudo-terminals
    165  1.5.6.2  nathanw pseudo-device	loop			# Loopback network
    166  1.5.6.2  nathanw pseudo-device	vnd		3	# 3 pseudo disks (see vnconfig)
    167  1.5.6.2  nathanw pseudo-device	md		2	# Boot memory disk
    168  1.5.6.2  nathanw 
    169  1.5.6.2  nathanw pseudo-device	bpfilter	2	# berkeley packet filters
    170  1.5.6.2  nathanw pseudo-device	tun		2	# network tunnel
    171  1.5.6.2  nathanw #pseudo-device	gre		2	# generic L3 over IP tunnel
    172  1.5.6.2  nathanw pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
    173  1.5.6.2  nathanw #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
    174  1.5.6.2  nathanw #pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
    175  1.5.6.2  nathanw pseudo-device	vlan			# IEEE 802.1q encapsulation
    176  1.5.6.3  nathanw pseudo-device	bridge			# simple inter-network bridging
    177  1.5.6.2  nathanw pseudo-device	ccd		4	# concatenating disk driver
    178  1.5.6.3  nathanw pseudo-device	raid		8	# RAIDframe disk driver
    179  1.5.6.3  nathanw options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    180  1.5.6.3  nathanw #Options to enable various other RAIDframe RAID types.
    181  1.5.6.3  nathanw #options	RF_INCLUDE_EVENODD=1
    182  1.5.6.3  nathanw #options	RF_INCLUDE_RAID5_RS=1
    183  1.5.6.3  nathanw #options	RF_INCLUDE_PARITYLOGGING=1
    184  1.5.6.3  nathanw #options	RF_INCLUDE_CHAINDECLUSTER=1
    185  1.5.6.3  nathanw #options	RF_INCLUDE_INTERDECLUSTER=1
    186  1.5.6.3  nathanw #options 	RF_INCLUDE_PARITY_DECLUSTERING=1
    187  1.5.6.3  nathanw #options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
    188  1.5.6.2  nathanw pseudo-device	ipfilter		# IP filtering device
    189  1.5.6.2  nathanw pseudo-device	rnd			# /dev/random and in-kernel generator
    190  1.5.6.2  nathanw 
    191  1.5.6.2  nathanw #Hardware options for GENERIC are in the various machine type specific files
    192  1.5.6.2  nathanw 
    193  1.5.6.2  nathanw #For the moment, the MILAN will be the only one to use wscons, so define
    194  1.5.6.2  nathanw #the wscons options here too for the moment.
    195  1.5.6.2  nathanw #wscons options
    196  1.5.6.2  nathanw 
    197  1.5.6.2  nathanw #builtin terminal emulations
    198  1.5.6.2  nathanw #options 	WSEMUL_SUN	# sun terminal emulation
    199  1.5.6.2  nathanw options 	WSEMUL_VT100	# VT100 / VT220 emulation
    200  1.5.6.2  nathanw #different kernel output - see dev/wscons/wsdisplayvar.h
    201  1.5.6.2  nathanw #XXX:	Since the Milan VGA works in monochrome for the moment, _only_
    202  1.5.6.2  nathanw #use black and white here!
    203  1.5.6.2  nathanw options 	WS_KERNEL_FG=WSCOL_WHITE
    204  1.5.6.2  nathanw options 	WS_KERNEL_BG=WSCOL_BLACK
    205  1.5.6.2  nathanw 
    206  1.5.6.2  nathanw #compatibility to other console drivers
    207  1.5.6.2  nathanw #options 	WSDISPLAY_COMPAT_USL	# VT handling
    208  1.5.6.2  nathanw #options 	WSDISPLAY_COMPAT_RAWKBD	# can get raw scancodes
    209  1.5.6.2  nathanw 
    210  1.5.6.2  nathanw #see dev/pckbc/wskbdmap_mfii.c for implemented layouts
    211  1.5.6.2  nathanw #options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
    212  1.5.6.2  nathanw #allocate a number of virtual screens at autoconfiguration time
    213  1.5.6.2  nathanw options 	WSDISPLAY_DEFAULTSCREENS=4
    214  1.5.6.2  nathanw #use a large software cursor that doesn't blink
    215  1.5.6.2  nathanw options 	PCDISPLAY_SOFTCURSOR
    216  1.5.6.2  nathanw #modify the screen type of the console; defaults to "80x25"
    217  1.5.6.2  nathanw #options 	VGA_CONSOLE_SCREENTYPE="\"80x25\""
    218  1.5.6.2  nathanw 
    219  1.5.6.2  nathanw #The following sections describe various hardware options.
    220  1.5.6.2  nathanw 
    221  1.5.6.2  nathanw isabus0 	at mainbus0			# ISA-bus
    222  1.5.6.2  nathanw isa0 		at isabus0
    223  1.5.6.2  nathanw pcibus0 	at mainbus0			# PCI-bus
    224  1.5.6.2  nathanw pci0 		at pcibus0
    225  1.5.6.2  nathanw ser0 		at mainbus0
    226  1.5.6.2  nathanw fdcisa0 	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy contr.
    227  1.5.6.2  nathanw fdisa0 		at fdcisa0 drive 0
    228  1.5.6.2  nathanw 
    229  1.5.6.2  nathanw #Ok, the stuff below requires some explanation...
    230  1.5.6.2  nathanw #Initially, when Atari started with IDE on the Falcon, they decided to
    231  1.5.6.2  nathanw #swap the bytelanes on the IDE controller. So all data on the disk was
    232  1.5.6.2  nathanw #byteswapped and all CDROM drivers had to byteswap the data to make
    233  1.5.6.2  nathanw #this nice idea work... To remain compatible with the 'current' drivers,
    234  1.5.6.2  nathanw #this scheme was adopted by the Hades hardware (hence wdc_mb.c). On the Milan
    235  1.5.6.2  nathanw #however, the change was reverted. But... now the hardware is connected to
    236  1.5.6.2  nathanw #a little endian (ISA) bus, in PIO mode this is essentially the same as
    237  1.5.6.2  nathanw #swapping the bytelanes. The fun starts when you use the PCIIDE DMA mode
    238  1.5.6.2  nathanw #provided by the PCI_ISA bridge on the Milan. CDROM's are OK, but the data
    239  1.5.6.3  nathanw # on the disk is swapped :-( Now luckily, both the Milan and HDDRIVER
    240  1.5.6.2  nathanw #developers have thought up a solution, you can make a byteswapped disk
    241  1.5.6.2  nathanw #during the partioning with HDDRIVER and TOS supports booting from it!
    242  1.5.6.2  nathanw #Ok, now you have to choose:
    243  1.5.6.2  nathanw #- If _none_ of your disks are marked byteswapped by HDDRIVER, choose
    244  1.5.6.2  nathanw #the MILAN_ISAIDE version.
    245  1.5.6.3  nathanw #- If _all_ of your disks are byteswapped, use the  1  version
    246  1.5.6.2  nathanw #The is no way to mix things!
    247  1.5.6.2  nathanw 
    248  1.5.6.2  nathanw pciide* 	at pci? dev ? function ? flags 0x0000	# 2 PCIIDE channels
    249  1.5.6.2  nathanw wd* 		at pciide? channel ? drive ? flags 0x0000
    250  1.5.6.2  nathanw atapibus* 	at pciide? channel ?			# ATAPI bus support
    251  1.5.6.2  nathanw 
    252  1.5.6.2  nathanw #The Milan uses wscons
    253  1.5.6.2  nathanw #XXX without the __HAVE_NWSCONS option, the keyboard won't work...
    254  1.5.6.3  nathanw #
    255  1.5.6.2  nathanw options 	__HAVE_NWSCONS
    256  1.5.6.2  nathanw vga0 		at pci? dev ? function ?	# a PCI VGA card
    257  1.5.6.2  nathanw wsdisplay* 	at vga? console ?		# as a wscons console
    258  1.5.6.2  nathanw pckbc0 		at isa? 			# PC keyboard controller
    259  1.5.6.2  nathanw pckbd* 		at pckbc?			# PC keyboard
    260  1.5.6.2  nathanw wskbd* 		at pckbd? console ?		# wscons keyboard
    261  1.5.6.2  nathanw 
    262  1.5.6.2  nathanw #ATAPI devices
    263  1.5.6.2  nathanw cd* 		at atapibus? drive ?		# ATAPI CD-ROM drives
    264