98 lines
2.4 KiB
Plaintext
98 lines
2.4 KiB
Plaintext
# $NetBSD: POWERMAC,v 1.17 1998/12/28 00:50:44 tsubai Exp $
|
|
#
|
|
# POWERMAC config file
|
|
#
|
|
|
|
include "arch/macppc/conf/std.macppc"
|
|
|
|
maxusers 32
|
|
|
|
# Standard system options
|
|
options BUFPAGES=1200
|
|
options KTRACE # system call tracing via ktrace(1)
|
|
|
|
# Diagnostic/debugging support options
|
|
options DIAGNOSTIC # cheap kernel consistency checks
|
|
#options DEBUG # expensive debugging checks/support
|
|
options DDB # in-kernel debugger
|
|
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
|
|
options TRAP_PANICWAIT
|
|
|
|
#makeoptions DEBUG="-g" # compile full symbol table
|
|
|
|
# Compatibility options
|
|
options COMPAT_13 # NetBSD 1.3,
|
|
options COMPAT_43 # and 4.3BSD
|
|
|
|
# File systems
|
|
file-system FFS # UFS
|
|
file-system MFS # memory file system
|
|
file-system NFS # Network File System client
|
|
|
|
# File system options
|
|
#options FFS_EI # FFS Endian Independant support
|
|
|
|
options NFS_BOOT_DHCP # Support DHCP NFS root
|
|
|
|
# Networking options
|
|
options INET # IP + ICMP + TCP + UDP
|
|
#options PFIL_HOOKS # pfil(9) packet filter hooks
|
|
options IPFILTER_LOG # ipmon(8) log support
|
|
options NMBCLUSTERS=1024
|
|
|
|
# These options enable verbose messages for several subsystems.
|
|
options SCSIVERBOSE # Verbose SCSI errors
|
|
options PCIVERBOSE # verbose PCI device messages
|
|
|
|
options ZS_TXDMA # Use dma on zs output
|
|
options WSEMUL_VT100 # VT100 / VT220 emulation
|
|
|
|
# Kernel root file system and dump configuration.
|
|
config netbsd root on ? type ?
|
|
|
|
#
|
|
# Device configuration
|
|
#
|
|
|
|
mainbus0 at root
|
|
|
|
cpu* at mainbus0
|
|
|
|
pci0 at mainbus0 bus ?
|
|
pci1 at mainbus0 bus ?
|
|
pchb* at pci? dev ? function ? # PCI-Host bridges
|
|
|
|
#macofcons0 at pci? dev ? function ? # Openfirmware console
|
|
|
|
de* at pci? dev ? function ? # DEC 21x4x-based Ethernet
|
|
ep* at pci? dev ? function ?
|
|
|
|
obio0 at pci? dev ? function ?
|
|
nvram0 at obio0 # nvram
|
|
|
|
adb0 at obio0 # Apple Desktop Bus
|
|
akbd* at adb? # ADB keyboard
|
|
ams* at adb? # ADB mouse
|
|
|
|
ofb0 at pci? dev ? function ? # Generic Open Firmware Framebuffer
|
|
wsdisplay* at ofb? console ?
|
|
wskbd0 at akbd? console ?
|
|
wsmouse0 at ams?
|
|
|
|
mc0 at obio0 # MACE ethernet
|
|
esp0 at obio0 flags 0x0 # 53c9x SCSI
|
|
scsibus* at esp0
|
|
|
|
zsc0 at obio0
|
|
zstty0 at zsc0 channel 0
|
|
zstty1 at zsc0 channel 1
|
|
|
|
sd* at scsibus? target ? lun ? # SCSI disks
|
|
|
|
pseudo-device loop # network loopback
|
|
pseudo-device bpfilter 8 # packet filter
|
|
pseudo-device ipfilter # IP filter (firewall) and NAT
|
|
pseudo-device pty 64 # pseudo-terminals
|
|
pseudo-device vnd 4 # disk-like interface to files
|
|
pseudo-device ccd 4 # concatenated/striped disk devices
|