100 lines
2.6 KiB
Plaintext
100 lines
2.6 KiB
Plaintext
# $NetBSD: POWERMAC,v 1.21 2000/02/09 13:10:16 tsubai Exp $
|
|
#
|
|
# POWERMAC config file
|
|
#
|
|
|
|
include "arch/macppc/conf/std.macppc"
|
|
|
|
maxusers 32
|
|
|
|
# Standard system options
|
|
options BUFPAGES=1280
|
|
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_14 # NetBSD 1.4,
|
|
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 PROCFS # /proc
|
|
|
|
# File system options
|
|
#options NFSSERVER # Network File System server
|
|
|
|
#options NFS_BOOT_DHCP # Support DHCP NFS root
|
|
|
|
# Networking options
|
|
options INET # IP + ICMP + TCP + UDP
|
|
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
|
|
options FONT_GALLANT12x22
|
|
|
|
# Kernel root file system and dump configuration.
|
|
config netbsd root on ? type ?
|
|
|
|
#
|
|
# Device configuration
|
|
#
|
|
|
|
mainbus* at root
|
|
|
|
cpu* at mainbus?
|
|
bandit* at mainbus?
|
|
|
|
pci* at bandit? bus ?
|
|
pci* at ppb? bus ?
|
|
|
|
pchb* at pci? dev ? function ? # PCI-Host bridges
|
|
ppb* at pci? dev ? function ? # PCI-PCI bridges
|
|
de* at pci? dev ? function ? # DEC 21x4x-based Ethernet
|
|
ep* at pci? dev ? function ? # 3Com 3c59x
|
|
ofb* at pci? dev ? function ? # Generic Open Firmware Framebuffer
|
|
obio0 at pci? dev ? function ?
|
|
|
|
nsphy* at mii? phy ? # NS83840 PHYs
|
|
|
|
mc* at obio? # MACE ethernet
|
|
esp* at obio? flags 0x0 # 53c9x SCSI
|
|
mesh* at obio? flags 0xffff # MESH SCSI
|
|
adb* at obio? # Apple Desktop Bus
|
|
akbd* at adb? # ADB keyboard
|
|
ams* at adb? # ADB mouse
|
|
nvram* at obio? # nvram
|
|
zsc* at obio?
|
|
zstty* at zsc? channel ?
|
|
|
|
wsdisplay0 at ofb? console ?
|
|
wskbd0 at akbd? console ?
|
|
wsmouse0 at ams?
|
|
|
|
scsibus* at esp?
|
|
scsibus* at mesh?
|
|
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
|