NetBSD/sys/arch/macppc/conf/POWERMAC

137 lines
4.0 KiB
Plaintext

# $NetBSD: POWERMAC,v 1.61 2010/05/08 22:16:28 mrg 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,
options COMPAT_40 # NetBSD 4.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
options IPFILTER_COMPAT # Compat for IP-Filter
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
# 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
genfb* at pci?
wsdisplay0 at wsemuldisplaydev? console 1
wsdisplay* at wsemuldisplaydev? console 0
# ofb is deprecated, use genfb instead
#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 ?
cuda* at obio? # Apple CUDA
#options CUDA_DEBUG
iic0 at cuda0
sgsmix0 at iic0 addr 0x8a # additional mixer found in beige G3
#options SGSMIX_DEBUG
nadb* at cuda? # new ADB Bus abstraction
adbkbd* at nadb? # ADB keyboard
#options ADB_DEBUG
#options ADBKBD_DEBUG
adbms* at nadb?
wskbd* at wskbddev? console ?
wsmouse* at wsmousedev?
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 # 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