NetBSD/sys/arch/macppc/conf/POWERMAC

92 lines
2.2 KiB
Plaintext
Raw Normal View History

# $NetBSD: POWERMAC,v 1.10 1998/07/29 00:19:20 thorpej 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
options UVM
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
# 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
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
adb0 at obio0 # Apple Desktop Bus
1998-05-15 14:15:45 +04:00
mc0 at obio0 # MACE ethernet
esp0 at obio0 flags 0x00ff # 53c9x SCSI
scsibus* at esp0
zsc0 at obio0
zstty0 at zsc0 channel 0
zstty1 at zsc0 channel 1
sd* at scsibus? target ? lun ? # SCSI disks
1998-07-03 15:50:32 +04:00
#grfati0 at pci? dev ? function ? # ATY,mach64
#grf0 at grfati0
#ite0 at grf0
1998-05-15 14:15:45 +04:00
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