NetBSD/sys/arch/macppc/conf/POWERMAC

98 lines
2.4 KiB
Plaintext
Raw Normal View History

1998-12-28 03:50:44 +03:00
# $NetBSD: POWERMAC,v 1.17 1998/12/28 00:50:44 tsubai 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
options BUFPAGES=1200
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
#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
1998-07-29 03:02:06 +04:00
options NFS_BOOT_DHCP # Support DHCP NFS root
1998-05-15 14:15:45 +04:00
# 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
1998-10-14 16:27:03 +04:00
options WSEMUL_VT100 # VT100 / VT220 emulation
1998-05-15 14:15:45 +04:00
# 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
1998-09-03 19:11:52 +04:00
#macofcons0 at pci? dev ? function ? # Openfirmware console
1998-07-03 15:50:32 +04:00
1998-05-15 14:15:45 +04:00
de* at pci? dev ? function ? # DEC 21x4x-based Ethernet
ep* at pci? dev ? function ?
obio0 at pci? dev ? function ?
1998-07-03 15:50:32 +04:00
nvram0 at obio0 # nvram
1998-10-13 15:25:26 +04:00
1998-07-03 15:50:32 +04:00
adb0 at obio0 # Apple Desktop Bus
1998-10-13 15:25:26 +04:00
akbd* at adb? # ADB keyboard
ams* at adb? # ADB mouse
1998-10-14 16:27:03 +04:00
ofb0 at pci? dev ? function ? # Generic Open Firmware Framebuffer
wsdisplay* 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
1998-05-15 14:15:45 +04:00
mc0 at obio0 # MACE ethernet
1998-10-13 15:25:26 +04:00
esp0 at obio0 flags 0x0 # 53c9x SCSI
1998-05-15 14:15:45 +04:00
scsibus* at esp0
zsc0 at obio0
zstty0 at zsc0 channel 0
zstty1 at zsc0 channel 1
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 64 # pseudo-terminals
pseudo-device vnd 4 # disk-like interface to files
pseudo-device ccd 4 # concatenated/striped disk devices