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