NetBSD/sys/arch/macppc/conf/INSTALL

99 lines
2.5 KiB
Plaintext
Raw Normal View History

1999-04-01 20:11:45 +04:00
# $NetBSD: INSTALL,v 1.11 1999/04/01 16:11:45 tsubai Exp $
1998-07-29 09:19:26 +04:00
#
# config file for INSTALL FLOPPY
#
include "arch/macppc/conf/std.macppc"
maxusers 32
# Enable the hooks used for initializing the ram-disk.
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # Force root on ram-disk
options MINIROOTSIZE=3072 # 1.5 Megabytes
# Standard system options
options BUFPAGES=800
# Compatibility options
options COMPAT_13 # NetBSD 1.3,
options COMPAT_43 # and 4.3BSD
# File systems
file-system FFS # UFS
1999-01-27 15:43:17 +03:00
file-system MFS # memory file system
1998-07-29 09:19:26 +04:00
file-system NFS # Network File System client
file-system CD9660 # ISO 9660 + Rock Ridge file system
file-system MSDOSFS # MS-DOS file system
file-system KERNFS # /kern
# Networking options
options INET # IP + ICMP + TCP + UDP
options NMBCLUSTERS=1024
options NFS_BOOT_DHCP, NFS_BOOT_BOOTPARAM
1998-10-14 17:54:09 +04:00
options WSEMUL_VT100 # VT100 / VT220 emulation
1998-07-29 09:19:26 +04:00
# Kernel root file system and dump configuration.
config netbsd root on ? type ?
#
# Device configuration
#
1999-02-22 23:25:43 +03:00
mainbus* at root
1998-07-29 09:19:26 +04:00
1999-02-22 23:25:43 +03:00
cpu* at mainbus?
pci* at mainbus? bus ?
pci* at ppb? bus ?
1998-07-29 09:19:26 +04:00
pchb* at pci? dev ? function ? # PCI-Host bridges
1999-02-04 18:04:58 +03:00
ppb* at pci? dev ? function ? # PCI-PCI bridges
1998-07-29 09:19:26 +04:00
1999-04-01 20:11:45 +04:00
de* at pci? dev ? function ? # DEC 21x4x-based Ethernet
1999-02-22 23:25:43 +03:00
ep* at pci? dev ? function ? # 3Com 3c59x
1998-07-29 09:19:26 +04:00
ne* at pci? dev ? function ? # NE2000-compatible Ethernet
adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
1998-07-29 09:19:26 +04:00
ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
1999-02-22 23:25:43 +03:00
pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI SCSI
ofb* at pci? dev ? function ? # Generic Open Firmware Framebuffer
1998-07-29 09:19:26 +04:00
obio0 at pci? dev ? function ?
1998-10-14 17:54:09 +04:00
1999-02-22 23:25:43 +03:00
nsphy* at mii? phy ? # NS83840 PHYs
bm* at obio? # bmac ethernet
mc* at obio? # MACE ethernet
esp* at obio? flags 0x00ff # 53c9x SCSI
mesh* at obio? flags 0xffff # MESH SCSI
nvram* at obio? # nvram
adb* at obio? # Apple Desktop Bus
1998-10-14 17:54:09 +04:00
akbd* at adb? # ADB keyboard
ams* at adb? # ADB mouse
1999-02-22 23:25:43 +03:00
zsc* at obio?
zstty* at zsc? channel ?
1998-10-14 17:54:09 +04:00
1999-02-22 23:25:43 +03:00
wsdisplay0 at ofb? console ?
1998-12-28 03:50:44 +03:00
wskbd0 at akbd? console ?
1998-10-14 17:54:09 +04:00
1999-02-22 23:25:43 +03:00
scsibus* at adv?
scsibus* at ahc?
scsibus* at esp?
scsibus* at mesh?
scsibus* at pcscp?
1998-07-29 09:19:26 +04:00
sd* at scsibus? target ? lun ? # SCSI disks
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
1999-02-22 23:25:43 +03:00
wdc* at obio? flags 0x0
1998-12-10 23:21:28 +03:00
wd* at wdc? channel ? drive ? flags 0x0000
atapibus* at wdc? channel ?
cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
1998-07-29 09:19:26 +04:00
pseudo-device md 1 # memory disk
pseudo-device loop # network loopback
pseudo-device sl 2 # Serial Line IP
1999-02-22 23:25:43 +03:00
pseudo-device pty 16 # pseudo-terminals