NetBSD/sys/arch/macppc/conf/POWERMAC

102 lines
2.7 KiB
Plaintext
Raw Normal View History

2000-11-27 11:55:41 +03:00
# $NetBSD: POWERMAC,v 1.28 2000/11/27 08:55:42 soren Exp $
1998-05-15 14:15:45 +04:00
#
# POWERMAC config file
#
include "arch/macppc/conf/std.macppc"
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)
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,
1998-05-15 14:15:45 +04:00
options COMPAT_43 # and 4.3BSD
# 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
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
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
options NMBCLUSTERS=1024
# 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
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?
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
1998-05-15 14:15:45 +04:00
de* at pci? dev ? function ? # DEC 21x4x-based Ethernet
1999-02-22 23:25:43 +03:00
ep* at pci? dev ? function ? # 3Com 3c59x
ofb* at pci? dev ? function ? # Generic Open Firmware Framebuffer
1998-05-15 14:15:45 +04:00
obio0 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
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
1999-02-22 23:25:43 +03:00
scsibus* at esp?
scsibus* at mesh?
1998-05-15 14:15:45 +04:00
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 # pseudo-terminals
1998-05-15 14:15:45 +04:00
pseudo-device vnd 4 # disk-like interface to files
pseudo-device ccd 4 # concatenated/striped disk devices
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device openfirm # /dev/openfirm