96 lines
2.3 KiB
Plaintext
96 lines
2.3 KiB
Plaintext
# $NetBSD: POWERMAC,v 1.6 1998/07/03 11:50:32 tsubai Exp $
|
|
#
|
|
# POWERMAC config file
|
|
#
|
|
|
|
machine macppc powerpc
|
|
|
|
maxusers 32
|
|
|
|
# Standard system options
|
|
options SWAPPAGER, VNODEPAGER, DEVPAGER
|
|
options EXEC_AOUT
|
|
options EXEC_ELF32
|
|
options EXEC_SCRIPT
|
|
|
|
options HTABENTS=8192
|
|
options BUFPAGES=1200
|
|
options UVM
|
|
|
|
# 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
|
|
|
|
# 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
|
|
|
|
# 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
|
|
|
|
ofcons0 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
|
|
mc0 at obio0 # MACE ethernet
|
|
esp0 at obio0 flags 0x00ff # 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
|
|
|
|
#grfati0 at pci? dev ? function ? # ATY,mach64
|
|
#grf0 at grfati0
|
|
#ite0 at grf0
|
|
|
|
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
|