Home | History | Annotate | Line # | Download | only in conf
INSTALLSBC revision 1.9
      1 #	$NetBSD: INSTALLSBC,v 1.9 2002/04/27 19:29:08 shiba Exp $
      2 #
      3 # INSTALLSBC
      4 
      5 include	"arch/mac68k/conf/std.mac68k"
      6 
      7 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      8 
      9 makeoptions	COPTS="-Os"		# Optimise for space. Implies -O2
     10 
     11 maxusers	8		# estimated number of users
     12 
     13 # Enable the hooks used for initializing the ram-disk.
     14 options 	MEMORY_DISK_HOOKS
     15 options 	MEMORY_DISK_IS_ROOT 	# Force root on ram-disk
     16 options 	MEMORY_DISK_ROOT_SIZE=5120	# 2.5 MB
     17 
     18 # CPU support.  At least one is REQUIRED.
     19 options 	M68040
     20 options 	M68030
     21 options 	M68020		# Note:  must have 68851 PMMU
     22 
     23 # CPU-related options.
     24 options 	FPSP
     25 options 	FPU_EMULATE
     26 
     27 # Standard system options
     28 
     29 options 	UCONSOLE	# users can use TIOCCONS (for xconsole)
     30 options 	INSECURE	# disable kernel security levels
     31 
     32 options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     33 
     34 #options 	USERCONF	# userconf(4) support
     35 options		PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     36 
     37 # Diagnostic/debugging support options - XXX remove these at some point
     38 options 	DIAGNOSTIC	# cheap kernel consistency checks
     39 options 	DDB		# in-kernel debugger
     40 #options 	ADB_DEBUG	# ADB debugging
     41 
     42 # Compatibility options
     43 options 	COMPAT_10	# NetBSD 1.0,
     44 options 	COMPAT_11	# NetBSD 1.1,
     45 options 	COMPAT_12	# NetBSD 1.2,
     46 options 	COMPAT_13	# NetBSD 1.3,
     47 options 	COMPAT_14	# NetBSD 1.4,
     48 options 	COMPAT_43	# and 4.3BSD
     49 
     50 # File systems
     51 file-system 	FFS		# UFS
     52 file-system 	NFS		# Network File System client
     53 file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     54 file-system 	MSDOSFS		# MS-DOS file system
     55 file-system 	KERNFS		# /kern
     56 
     57 # Filesystem options
     58 #options 	NFS_V2_ONLY	# Exclude NFS3 and NQNFS code to save space
     59 #options 	VNODE_OP_NOINLINE # Save space by not inlining vnode op calls
     60 
     61 # Networking options
     62 options 	INET		# IP + ICMP + TCP + UDP
     63 
     64 # These options enable verbose messages for several subsystems.
     65 # Warning, these may compile large string tables into the kernel!
     66 options 	SCSIVERBOSE	# human readable SCSI error messages
     67 
     68 # wscons options
     69 #options 	WSEMUL_SUN		# sun terminal emulation
     70 options 	WSEMUL_VT100		# VT100 / VT220 emulation
     71 options 	WSDISPLAY_COMPAT_ITEFONT # use ite font (6x10)
     72 
     73 # rcons options; note that 1-bit and 8-bit displays are supported by default.
     74 options 	RCONS_2BPP		# Support for 2-bit display
     75 options 	RCONS_4BPP		# Support for 4-bit display
     76 options 	RCONS_16BPP		# Support for 16-bit display
     77 
     78 # Mac-specific options
     79 #options 	DISABLE_EXT_CACHE # If really paranoid, disable IIci ext. cache
     80 #options 	MRG_ADB		# Use ROM-based ADB driver
     81 options 	ZS_CONSOLE_ABORT
     82 
     83 options 	NFS_BOOT_DHCP
     84 
     85 # Kernel root file system and dump configuration.
     86 config		netbsd	root on ? type ?
     87 
     88 #
     89 # Device configuration
     90 #
     91 
     92 mainbus0 at root
     93 
     94 fpu0 at mainbus?			# Floating-Point Coprocessor support
     95 
     96 
     97 # Basic Bus Support
     98 
     99 # On-board I/O bus support
    100 obio0 at mainbus?
    101 
    102 # NuBus support
    103 nubus0 at mainbus?
    104 
    105 
    106 # Console Devices
    107 
    108 # Apple Desktop Bus interface
    109 adb0	at obio?
    110 aed*	at adb?				# ADB event device
    111 akbd*	at adb?				# ADB keyboard
    112 ams*	at adb?				# ADB mouse
    113 
    114 # Basic frame buffer support
    115 intvid0	at obio?			# Internal video hardware
    116 macvid*	at nubus?			# NuBus video card
    117 
    118 # Device-independent frame buffer interface
    119 macfb*	at intvid?
    120 macfb*	at macvid?
    121 
    122 # Workstation Console devices
    123 wsdisplay0 at macfb? console ?
    124 wskbd0	at akbd? console ?
    125 wsmouse0 at ams?
    126 
    127 
    128 # Serial Devices
    129 
    130 # On-board serial interface
    131 zsc0	at obio?
    132 zstty*	at zsc? channel ?
    133 
    134 
    135 # SCSI Controllers and Devices
    136 
    137 # SCSI controllers
    138 # XXX - use only one of ncrscsi or sbc
    139 #ncrscsi0 at obio?			# SCSI NCR 5380
    140 sbc0	at obio? flags 0x1		# MI SCSI NCR 5380
    141 esp0	at obio?			# SCSI NCR 53C9x
    142 esp1	at obio?			# SCSI NCR 53C9x
    143 
    144 # SCSI bus support
    145 scsibus* at scsi?
    146 
    147 # SCSI devices
    148 sd*	at scsibus? target ? lun ?	# SCSI disk drives
    149 cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    150 st*	at scsibus? target ? lun ?	# SCSI tape drives
    151 
    152 # IDE controller and devices
    153 wdc*	at obio? flags 0x1000
    154 wd*	at wdc? channel ? drive ?
    155 
    156 
    157 # Miscellaneous mass storage devices
    158 
    159 # IWM floppy disk controller
    160 iwm0	at obio?			# Sony driver (800K GCR)
    161 fd*	at iwm? drive ?
    162 
    163 
    164 # Network Interfaces
    165 
    166 # On-board Ethernet controllers
    167 sn*	at obio?			# SONIC-based (DP83932, DP83916)
    168 mc*	at obio?			# MACE-based
    169 
    170 # NuBus Ethernet controllers
    171 ae*	at nubus?			# DP8390-based
    172 sn*	at nubus?			# SONIC-based (DP83932, DP83916)
    173 sm*	at nubus?			# SMC-based
    174 
    175 nsphy*	at mii? phy ?
    176 ukphy*	at mii? phy ?
    177 
    178 # Audio Devices
    179 
    180 # On-board audio hardware
    181 asc0	at obio?			# ASC/EASC audio
    182 
    183 # Pseudo-Devices
    184 
    185 # disk/mass storage pseudo-devices
    186 pseudo-device	md		1	# memory disk device (ramdisk)
    187 
    188 # network pseudo-devices
    189 pseudo-device	loop 		1 	# network loopback
    190 pseudo-device	ppp		1 	# Point-to-Point Protocol
    191 pseudo-device	sl		1 	# Serial Line IP
    192 
    193 # miscellaneous pseudo-devices
    194 pseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
    195