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