Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.11
      1 #	$NetBSD: INSTALL,v 1.11 1999/04/01 16:11:45 tsubai Exp $
      2 #
      3 # config file for INSTALL FLOPPY
      4 #
      5 
      6 include		"arch/macppc/conf/std.macppc"
      7 
      8 maxusers	32
      9 
     10 # Enable the hooks used for initializing the ram-disk.
     11 options 	MEMORY_DISK_HOOKS
     12 options 	MEMORY_DISK_IS_ROOT	# Force root on ram-disk
     13 options 	MINIROOTSIZE=3072	# 1.5 Megabytes
     14 
     15 # Standard system options
     16 options 	BUFPAGES=800
     17 
     18 # Compatibility options
     19 options 	COMPAT_13	# NetBSD 1.3,
     20 options 	COMPAT_43	# and 4.3BSD
     21 
     22 # File systems
     23 file-system 	FFS		# UFS
     24 file-system 	MFS		# memory file system
     25 file-system 	NFS		# Network File System client
     26 file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     27 file-system 	MSDOSFS		# MS-DOS file system
     28 file-system 	KERNFS		# /kern
     29 
     30 # Networking options
     31 options 	INET		# IP + ICMP + TCP + UDP
     32 options 	NMBCLUSTERS=1024
     33 options 	NFS_BOOT_DHCP, NFS_BOOT_BOOTPARAM
     34 
     35 options 	WSEMUL_VT100	# VT100 / VT220 emulation
     36 
     37 # Kernel root file system and dump configuration.
     38 config		netbsd	root on ? type ?
     39 
     40 #
     41 # Device configuration
     42 #
     43 
     44 mainbus* at root
     45 
     46 cpu*	at mainbus?
     47 pci*	at mainbus? bus ?
     48 pci*	at ppb? bus ?
     49 
     50 pchb*	at pci? dev ? function ?	# PCI-Host bridges
     51 ppb*	at pci? dev ? function ?	# PCI-PCI bridges
     52 
     53 de*	at pci? dev ? function ?	# DEC 21x4x-based Ethernet
     54 ep*	at pci? dev ? function ?	# 3Com 3c59x
     55 ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
     56 adv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
     57 ahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
     58 pcscp*	at pci? dev ? function ?	# AMD Am53c974 PCscsi-PCI SCSI
     59 ofb*	at pci? dev ? function ?	# Generic Open Firmware Framebuffer
     60 obio0	at pci? dev ? function ?
     61 
     62 nsphy*	at mii? phy ?			# NS83840 PHYs
     63 
     64 bm*	at obio?			# bmac ethernet
     65 mc*	at obio?			# MACE ethernet
     66 esp*	at obio? flags 0x00ff		# 53c9x SCSI
     67 mesh*	at obio? flags 0xffff		# MESH SCSI
     68 nvram*	at obio?			# nvram
     69 adb*	at obio?			# Apple Desktop Bus
     70 akbd*	at adb?				# ADB keyboard
     71 ams*	at adb?				# ADB mouse
     72 zsc*	at obio?
     73 zstty*	at zsc? channel ?
     74 
     75 wsdisplay0 at ofb? console ?
     76 wskbd0	at akbd? console ?
     77 
     78 scsibus* at adv?
     79 scsibus* at ahc?
     80 scsibus* at esp?
     81 scsibus* at mesh?
     82 scsibus* at pcscp?
     83 
     84 sd*	at scsibus? target ? lun ?	# SCSI disks
     85 cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
     86 
     87 wdc*	at obio? flags 0x0
     88 wd*	at wdc? channel ? drive ? flags 0x0000
     89 
     90 atapibus* at wdc? channel ?
     91 
     92 cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
     93 sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
     94 
     95 pseudo-device	md		1	# memory disk
     96 pseudo-device	loop			# network loopback
     97 pseudo-device	sl		2	# Serial Line IP
     98 pseudo-device	pty		16	# pseudo-terminals
     99