119 lines
3.5 KiB
Plaintext
119 lines
3.5 KiB
Plaintext
# $NetBSD: POWERMAC,v 1.57 2007/01/12 19:34:33 uwe Exp $
|
|
#
|
|
# POWERMAC config file
|
|
#
|
|
|
|
include "arch/macppc/conf/std.macppc"
|
|
|
|
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
|
|
|
maxusers 32
|
|
|
|
# Standard system options
|
|
options KTRACE # system call tracing via ktrace(1)
|
|
options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
|
options USERCONF # userconf(4) support
|
|
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
|
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
|
|
|
# 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=512 # 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_15 # NetBSD 1.5,
|
|
options COMPAT_16 # NetBSD 1.6,
|
|
options COMPAT_20 # NetBSD 2.0,
|
|
options COMPAT_30 # NetBSD 3.0 compatibility.
|
|
options COMPAT_43 # and 4.3BSD
|
|
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
|
|
|
|
# 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 PTYFS # /dev/pts/N support
|
|
|
|
# File system options
|
|
#options NFSSERVER # Network File System server
|
|
options APPLE_UFS # Apple UFS support in FFS
|
|
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
|
|
|
#options NFS_BOOT_DHCP # Support DHCP NFS root
|
|
|
|
# Networking options
|
|
options INET # IP + ICMP + TCP + UDP
|
|
options IPFILTER_LOG # ipmon(8) log support
|
|
options IPFILTER_LOOKUP # ippool(8) support
|
|
|
|
# These options enable verbose messages for several subsystems.
|
|
options SCSIVERBOSE # Verbose SCSI errors
|
|
options PCIVERBOSE # verbose PCI device messages
|
|
#options PCI_CONFIG_DUMP # verbosely dump PCI config space
|
|
|
|
#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
|
|
ep* at pci? dev ? function ? # 3Com 3c59x
|
|
tlp* at pci? dev ? function ? # DECchip 21x4x and clones
|
|
ofb* at pci? dev ? function ? # Generic Open Firmware Framebuffer
|
|
#options OFB_ENABLE_CACHE # Speed up console
|
|
obio* at pci? dev ? function ?
|
|
|
|
nsphy* at mii? phy ? # NS83840 PHYs
|
|
ukphy* at mii? phy ? # generic unknown 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 scsi?
|
|
sd* at scsibus? target ? lun ? # SCSI disks
|
|
|
|
pseudo-device loop # network loopback
|
|
pseudo-device bpfilter # packet filter
|
|
pseudo-device ipfilter # IP filter (firewall) and NAT
|
|
pseudo-device pty # pseudo-terminals
|
|
pseudo-device vnd # disk-like interface to files
|
|
pseudo-device ccd 4 # concatenated/striped disk devices
|
|
#pseudo-device fss 4 # file system snapshot device
|
|
pseudo-device rnd # /dev/random and in-kernel generator
|
|
pseudo-device openfirm # /dev/openfirm
|
|
pseudo-device clockctl # user control of clock subsystem
|