2006-02-05 08:01:48 +03:00
|
|
|
# $NetBSD: POWERMAC,v 1.54 2006/02/05 05:01:56 cube Exp $
|
1998-05-15 14:15:45 +04:00
|
|
|
#
|
|
|
|
# POWERMAC config file
|
|
|
|
#
|
|
|
|
|
1998-07-29 04:19:20 +04:00
|
|
|
include "arch/macppc/conf/std.macppc"
|
1998-05-15 14:15:45 +04:00
|
|
|
|
2002-04-25 19:06:20 +04:00
|
|
|
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
|
|
|
|
1998-05-15 14:15:45 +04:00
|
|
|
maxusers 32
|
|
|
|
|
|
|
|
# Standard system options
|
1998-12-28 03:50:44 +03:00
|
|
|
options KTRACE # system call tracing via ktrace(1)
|
2001-05-28 03:52:41 +04:00
|
|
|
options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
2002-09-18 06:43:53 +04:00
|
|
|
options USERCONF # userconf(4) support
|
2002-01-27 16:23:08 +03:00
|
|
|
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
2004-07-15 07:53:44 +04:00
|
|
|
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
1998-05-15 14:15:45 +04:00
|
|
|
|
|
|
|
# Diagnostic/debugging support options
|
|
|
|
options DIAGNOSTIC # cheap kernel consistency checks
|
|
|
|
#options DEBUG # expensive debugging checks/support
|
|
|
|
options DDB # in-kernel debugger
|
2000-11-01 09:57:56 +03:00
|
|
|
options DDB_HISTORY_SIZE=512 # enable history editing in DDB
|
1998-05-15 14:15:45 +04:00
|
|
|
options TRAP_PANICWAIT
|
|
|
|
|
|
|
|
#makeoptions DEBUG="-g" # compile full symbol table
|
|
|
|
|
|
|
|
# Compatibility options
|
|
|
|
options COMPAT_13 # NetBSD 1.3,
|
1999-07-29 14:37:12 +04:00
|
|
|
options COMPAT_14 # NetBSD 1.4,
|
2005-02-25 16:46:48 +03:00
|
|
|
options COMPAT_16 # NetBSD 1.6,
|
|
|
|
options COMPAT_20 # NetBSD 2.0,
|
2005-08-19 06:03:49 +04:00
|
|
|
options COMPAT_30 # NetBSD 3.0 compatibility.
|
1998-05-15 14:15:45 +04:00
|
|
|
options COMPAT_43 # and 4.3BSD
|
2004-11-10 20:54:02 +03:00
|
|
|
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
|
1998-05-15 14:15:45 +04:00
|
|
|
|
|
|
|
# File systems
|
|
|
|
file-system FFS # UFS
|
|
|
|
file-system MFS # memory file system
|
1999-02-22 23:25:43 +03:00
|
|
|
#file-system NFS # Network File System client
|
|
|
|
file-system PROCFS # /proc
|
2005-08-19 09:19:49 +04:00
|
|
|
file-system PTYFS # /dev/pts/N support
|
1998-05-15 14:15:45 +04:00
|
|
|
|
|
|
|
# File system options
|
1999-02-22 23:25:43 +03:00
|
|
|
#options NFSSERVER # Network File System server
|
2002-09-29 00:22:33 +04:00
|
|
|
options APPLE_UFS # Apple UFS support in FFS
|
2005-12-07 12:10:11 +03:00
|
|
|
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
1998-05-15 14:15:45 +04:00
|
|
|
|
1999-02-22 23:25:43 +03:00
|
|
|
#options NFS_BOOT_DHCP # Support DHCP NFS root
|
1998-07-29 03:02:06 +04:00
|
|
|
|
1998-05-15 14:15:45 +04:00
|
|
|
# Networking options
|
|
|
|
options INET # IP + ICMP + TCP + UDP
|
|
|
|
options IPFILTER_LOG # ipmon(8) log support
|
|
|
|
|
|
|
|
# These options enable verbose messages for several subsystems.
|
|
|
|
options SCSIVERBOSE # Verbose SCSI errors
|
|
|
|
options PCIVERBOSE # verbose PCI device messages
|
2000-03-22 03:58:16 +03:00
|
|
|
#options PCI_CONFIG_DUMP # verbosely dump PCI config space
|
1998-05-15 14:15:45 +04:00
|
|
|
|
1999-02-22 23:25:43 +03:00
|
|
|
#options ZS_TXDMA # Use dma on zs output
|
1998-10-14 16:27:03 +04:00
|
|
|
options WSEMUL_VT100 # VT100 / VT220 emulation
|
2000-02-09 16:10:15 +03:00
|
|
|
options FONT_GALLANT12x22
|
1998-05-15 14:15:45 +04:00
|
|
|
|
|
|
|
# Kernel root file system and dump configuration.
|
|
|
|
config netbsd root on ? type ?
|
|
|
|
|
|
|
|
#
|
|
|
|
# Device configuration
|
|
|
|
#
|
|
|
|
|
1999-02-22 23:25:43 +03:00
|
|
|
mainbus* at root
|
1998-05-15 14:15:45 +04:00
|
|
|
|
1999-02-22 23:25:43 +03:00
|
|
|
cpu* at mainbus?
|
2000-02-03 22:27:43 +03:00
|
|
|
bandit* at mainbus?
|
|
|
|
|
|
|
|
pci* at bandit? bus ?
|
1999-02-22 23:25:43 +03:00
|
|
|
pci* at ppb? bus ?
|
1998-05-15 14:15:45 +04:00
|
|
|
|
|
|
|
pchb* at pci? dev ? function ? # PCI-Host bridges
|
1999-02-22 23:25:43 +03:00
|
|
|
ppb* at pci? dev ? function ? # PCI-PCI bridges
|
|
|
|
ep* at pci? dev ? function ? # 3Com 3c59x
|
2002-04-17 06:22:41 +04:00
|
|
|
tlp* at pci? dev ? function ? # DECchip 21x4x and clones
|
1999-02-22 23:25:43 +03:00
|
|
|
ofb* at pci? dev ? function ? # Generic Open Firmware Framebuffer
|
2002-03-07 16:10:12 +03:00
|
|
|
#options OFB_ENABLE_CACHE # Speed up console
|
2005-01-08 06:24:58 +03:00
|
|
|
obio* at pci? dev ? function ?
|
1998-10-13 15:25:26 +04:00
|
|
|
|
1999-02-22 23:25:43 +03:00
|
|
|
nsphy* at mii? phy ? # NS83840 PHYs
|
2002-04-17 06:22:41 +04:00
|
|
|
ukphy* at mii? phy ? # generic unknown PHYs
|
1999-02-22 23:25:43 +03:00
|
|
|
|
|
|
|
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
|
1998-10-13 15:25:26 +04:00
|
|
|
akbd* at adb? # ADB keyboard
|
|
|
|
ams* at adb? # ADB mouse
|
1999-02-22 23:25:43 +03:00
|
|
|
nvram* at obio? # nvram
|
|
|
|
zsc* at obio?
|
|
|
|
zstty* at zsc? channel ?
|
1998-10-13 15:25:26 +04:00
|
|
|
|
1999-02-22 23:25:43 +03:00
|
|
|
wsdisplay0 at ofb? console ?
|
1998-12-28 03:50:44 +03:00
|
|
|
wskbd0 at akbd? console ?
|
|
|
|
wsmouse0 at ams?
|
1998-10-14 16:27:03 +04:00
|
|
|
|
2005-06-01 02:09:08 +04:00
|
|
|
scsibus* at scsi?
|
1998-05-15 14:15:45 +04:00
|
|
|
sd* at scsibus? target ? lun ? # SCSI disks
|
|
|
|
|
|
|
|
pseudo-device loop # network loopback
|
2006-02-04 05:53:13 +03:00
|
|
|
pseudo-device bpfilter # packet filter
|
1998-05-15 14:15:45 +04:00
|
|
|
pseudo-device ipfilter # IP filter (firewall) and NAT
|
2000-09-24 19:59:26 +04:00
|
|
|
pseudo-device pty # pseudo-terminals
|
2006-02-05 08:01:48 +03:00
|
|
|
pseudo-device vnd # disk-like interface to files
|
1998-05-15 14:15:45 +04:00
|
|
|
pseudo-device ccd 4 # concatenated/striped disk devices
|
2005-01-31 19:54:32 +03:00
|
|
|
#pseudo-device fss 4 # file system snapshot device
|
2000-11-15 01:33:24 +03:00
|
|
|
pseudo-device rnd # /dev/random and in-kernel generator
|
2001-11-20 15:56:17 +03:00
|
|
|
pseudo-device openfirm # /dev/openfirm
|
2002-06-17 09:14:02 +04:00
|
|
|
pseudo-device clockctl # user control of clock subsystem
|