Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.111.8.2
      1 #	$NetBSD: INSTALL,v 1.111.8.2 2012/10/30 17:19:57 yamt Exp $
      2 #
      3 # config file for INSTALL FLOPPY
      4 #
      5 
      6 include		"arch/macppc/conf/std.macppc"
      7 
      8 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9 
     10 makeoptions	COPTS="-Os -mmultiple -pipe" # -Os -mmultiple to reduce size.
     11 
     12 maxusers	12
     13 
     14 options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     15 
     16 # Enable the hooks used for initializing the ram-disk.
     17 options 	MEMORY_DISK_HOOKS
     18 options 	MEMORY_DISK_IS_ROOT	# Force root on ram-disk
     19 options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
     20 options 	MEMORY_DISK_ROOT_SIZE=4424	# 2212 KiB
     21 options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
     22 
     23 options 	USERCONF	# userconf(4) support
     24 options 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
     25 #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     26 
     27 # Compatibility options
     28 #options 	COMPAT_13	# NetBSD 1.3,
     29 options 	COMPAT_14	# NetBSD 1.4,
     30 options 	COMPAT_15	# NetBSD 1.5,
     31 options 	COMPAT_16	# NetBSD 1.6,
     32 options 	COMPAT_20	# NetBSD 2.0,
     33 options 	COMPAT_30	# NetBSD 3.0,
     34 options 	COMPAT_40	# NetBSD 4.0 compatibility.
     35 options 	COMPAT_43	# and 4.3BSD
     36 options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     37 
     38 # File systems
     39 file-system 	FFS		# UFS
     40 file-system 	MFS		# memory file system
     41 file-system 	NFS		# Network File System client
     42 file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     43 file-system 	MSDOSFS		# MS-DOS file system
     44 #file-system	PTYFS		# /dev/pts/N support
     45 
     46 # Filesystem options
     47 options 	NFS_V2_ONLY	# Exclude NFS3 code to save space
     48 options 	APPLE_UFS	# Apple UFS support in FFS
     49 #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     50 options 	WAPBL		# File system journaling support
     51 
     52 # Networking options
     53 options 	INET		# IP + ICMP + TCP + UDP
     54 options 	INET6		# IPV6
     55 options 	NFS_BOOT_DHCP	# Support DHCP NFS root
     56 
     57 options 	WSEMUL_VT100	# VT100 / VT220 emulation
     58 options 	WSDISPLAY_DEFAULTSCREENS=1
     59 #options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
     60 options 	FONT_GALLANT12x22	# big, Sun-like font
     61 options 	FONT_QVSS8x15		# a smaller font for lower resolutions
     62 
     63 # Kernel root file system and dump configuration.
     64 config		netbsd	root on ? type ?
     65 
     66 #
     67 # Device configuration
     68 #
     69 
     70 mainbus* at root
     71 
     72 cpu*	at mainbus?
     73 bandit*	at mainbus?
     74 grackle* at mainbus?
     75 uninorth* at mainbus?
     76 
     77 pci*	at bandit? bus ?
     78 pci*	at grackle? bus ?
     79 pci*	at uninorth? bus ?
     80 pci*	at ppb? bus ?
     81 
     82 pchb*	at pci? dev ? function ?	# PCI-Host bridges
     83 ppb*	at pci? dev ? function ?	# PCI-PCI bridges
     84 
     85 ep*	at pci? dev ? function ?	# 3Com 3c59x
     86 epic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
     87 ex*	at pci? dev ? function ?	# 3Com 90x[BC]
     88 fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
     89 gem*	at pci? dev ? function ?	# gmac ethernet
     90 ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
     91 re*	at pci? dev ? function ?	# Realtek 8139C+/8169/8169S/8110S
     92 rtk*	at pci? dev ? function ?	# Realtek 8129/8139
     93 sip*	at pci? dev ? function ?	# SiS 900/7016 Ethernet
     94 vge*	at pci? dev ? function ?	# VIA VT612X Gigabit Ethernet
     95 vr*	at pci? dev ? function ?	# VIA Rhine Fast Ethernet
     96 wi*	at pci? dev ? function ?	# Intersil Prism Mini-PCI (802.11b)
     97 adv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
     98 adw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
     99 ahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
    100 iha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
    101 pcscp*	at pci? dev ? function ?	# AMD Am53c974 PCscsi-PCI SCSI
    102 siop*	at pci? dev ? function ?	# NCR 53c8xx SCSI
    103 #ofb*	at pci? dev ? function ?	# Generic Open Firmware Framebuffer
    104 genfb*	at pci? dev ? function ?
    105 cbb*	at pci? dev ? function ?	# PCI-CardBus bridge
    106 ohci*	at pci? dev ? function ?	# Open Host Controller
    107 pciide* at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
    108 acardide* at pci? dev ? function ?	# Acard IDE controllers
    109 aceride* at pci? dev ? function ?	# Acer Lab IDE controllers
    110 artsata* at pci? dev ? function ?	# Intel i31244 SATA controller
    111 cmdide* at pci? dev ? function ?	# CMD tech IDE controllers
    112 cypide* at pci? dev ? function ?	# Cypress IDE controllers
    113 hptide* at pci? dev ? function ?	# Triones/HighPoint IDE controllers
    114 optiide* at pci? dev ? function ?	# Opti IDE controllers
    115 pdcide* at pci? dev ? function ?	# Promise IDE controllers
    116 pdcsata* at pci? dev ? function ?	# Promise SATA150 controllers
    117 satalink* at pci? dev ? function ?	# SiI SATALink controllers
    118 siside* at pci? dev ? function ?	# SiS IDE controllers
    119 slide*  at pci? dev ? function ?	# Symphony Labs IDE controllers
    120 viaide* at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
    121 wdc*	at pci? dev ? function ?	# Kauai ATA
    122 obio*	at pci? dev ? function ?
    123 tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
    124 
    125 bmtphy*	at mii? phy ?			# Broadcom BCM5201/BCM5202 PHYs
    126 brgphy*	at mii? phy ?			# Broadcom BCM5400 PHYs
    127 ciphy*	at mii? phy ?			# Cicada CS8201 Gig-E PHYs
    128 exphy*	at mii? phy ?			# 3Com internal PHYs
    129 icsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
    130 inphy*	at mii? phy ?			# Intel 82555 PHYs
    131 iophy*	at mii? phy ?			# Intel 82553 PHYs
    132 lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
    133 nsphy*	at mii? phy ?			# NS83840 PHYs
    134 nsphyter* at mii? phy ?			# NS83843 PHYs
    135 qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
    136 rgephy* at mii? phy ?			# Realtek 8169S/8110S internal PHYs
    137 rlphy*	at mii? phy ?			# Realtek 8139/8201L PHYs
    138 sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
    139 tqphy*	at mii? phy ?			# TDK Semiconductor PHYs
    140 ukphy*	at mii? phy ?			# generic unknown PHYs
    141 
    142 cardslot* at cbb?
    143 cardbus* at cardslot?
    144 pcmcia*	at cardslot?
    145 
    146 wdc*	at pcmcia? function ?		# PCMCIA IDE controllers
    147 ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
    148 mbe*	at pcmcia? function ?		# MB8696x based Ethernet
    149 ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
    150 wi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
    151 ex*	at cardbus? function ?	# 3Com 3C575TX
    152 tlp*	at cardbus? function ?	# DECchip 21143
    153 
    154 bm*	at obio?			# bmac ethernet
    155 mc*	at obio?			# MACE ethernet
    156 wi*	at obio?			# AirMac
    157 esp*	at obio? flags 0x00ff		# 53c9x SCSI
    158 mesh*	at obio? flags 0xffff		# MESH SCSI
    159 nvram*	at obio?			# nvram
    160 #adb*	at obio?			# Apple Desktop Bus
    161 #akbd*	at adb?				# ADB keyboard
    162 cuda*	at obio?			# Apple CUDA
    163 pmu*	at obio?			# Apple CUDA
    164 nadb*	at cuda?			# new ADB Bus abstraction
    165 nadb*	at pmu?				# new ADB Bus abstraction
    166 adbkbd* at nadb?			# ADB keyboard
    167 
    168 zsc*	at obio?
    169 zstty*	at zsc? channel ?
    170 mediabay* at obio?
    171 wdc*	at mediabay? flags 0
    172 
    173 wsdisplay0 at wsemuldisplaydev? console 1
    174 wsdisplay* at wsemuldisplaydev? console 0
    175 wskbd*	at wskbddev?
    176 
    177 scsibus* at scsi?
    178 
    179 sd*	at scsibus? target ? lun ?	# SCSI disks
    180 cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    181 
    182 wdc*	at obio? flags 0x1
    183 atabus* at ata?
    184 wd*	at atabus? drive ? flags 0x0000
    185 
    186 atapibus* at atapi?
    187 
    188 cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
    189 sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
    190 
    191 usb*	at ohci?
    192 uhub*	at usb?
    193 uhub*	at uhub? port ?
    194 uhidev* 	at uhub? port ? configuration ? interface ?
    195 ukbd* 	at uhidev? reportid ?
    196 umass*	at uhub? port ? configuration ? interface ?	# USB Mass Storage
    197 
    198 pseudo-device	md			# memory disk
    199 #pseudo-device	fss			# file system snapshot device
    200 pseudo-device	loop			# network loopback
    201 pseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
    202 
    203 pseudo-device	wsmux			# mouse and keyboard multiplexor
    204 pseudo-device	openfirm		# /dev/openfirm
    205 
    206 pseudo-device	raid		8	# RAIDframe disk driver
    207 options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    208