POWERMAC revision 1.18 1 # $NetBSD: POWERMAC,v 1.18 1999/02/22 20:25:43 tsubai Exp $
2 #
3 # POWERMAC config file
4 #
5
6 include "arch/macppc/conf/std.macppc"
7
8 maxusers 32
9
10 # Standard system options
11 options BUFPAGES=1280
12 options KTRACE # system call tracing via ktrace(1)
13
14 # Diagnostic/debugging support options
15 options DIAGNOSTIC # cheap kernel consistency checks
16 #options DEBUG # expensive debugging checks/support
17 options DDB # in-kernel debugger
18 #options DDB_HISTORY_SIZE=100 # enable history editing in DDB
19 options TRAP_PANICWAIT
20
21 #makeoptions DEBUG="-g" # compile full symbol table
22
23 # Compatibility options
24 options COMPAT_13 # NetBSD 1.3,
25 options COMPAT_43 # and 4.3BSD
26
27 # File systems
28 file-system FFS # UFS
29 file-system MFS # memory file system
30 #file-system NFS # Network File System client
31 file-system PROCFS # /proc
32
33 # File system options
34 #options NFSSERVER # Network File System server
35
36 #options NFS_BOOT_DHCP # Support DHCP NFS root
37
38 # Networking options
39 options INET # IP + ICMP + TCP + UDP
40 options IPFILTER_LOG # ipmon(8) log support
41 options NMBCLUSTERS=1024
42
43 # These options enable verbose messages for several subsystems.
44 options SCSIVERBOSE # Verbose SCSI errors
45 options PCIVERBOSE # verbose PCI device messages
46
47 #options ZS_TXDMA # Use dma on zs output
48 options WSEMUL_VT100 # VT100 / VT220 emulation
49
50 # Kernel root file system and dump configuration.
51 config netbsd root on ? type ?
52
53 #
54 # Device configuration
55 #
56
57 mainbus* at root
58
59 cpu* at mainbus?
60 pci* at mainbus? bus ?
61 pci* at ppb? bus ?
62
63 pchb* at pci? dev ? function ? # PCI-Host bridges
64 ppb* at pci? dev ? function ? # PCI-PCI bridges
65 de* at pci? dev ? function ? # DEC 21x4x-based Ethernet
66 ep* at pci? dev ? function ? # 3Com 3c59x
67 ofb* at pci? dev ? function ? # Generic Open Firmware Framebuffer
68 obio0 at pci? dev ? function ?
69
70 nsphy* at mii? phy ? # NS83840 PHYs
71
72 mc* at obio? # MACE ethernet
73 esp* at obio? flags 0x0 # 53c9x SCSI
74 mesh* at obio? flags 0xffff # MESH SCSI
75 adb* at obio? # Apple Desktop Bus
76 akbd* at adb? # ADB keyboard
77 ams* at adb? # ADB mouse
78 nvram* at obio? # nvram
79 zsc* at obio?
80 zstty* at zsc? channel ?
81
82 wsdisplay0 at ofb? console ?
83 wskbd0 at akbd? console ?
84 wsmouse0 at ams?
85
86 scsibus* at esp?
87 scsibus* at mesh?
88 sd* at scsibus? target ? lun ? # SCSI disks
89
90 pseudo-device loop # network loopback
91 pseudo-device bpfilter 8 # packet filter
92 pseudo-device ipfilter # IP filter (firewall) and NAT
93 pseudo-device pty 64 # pseudo-terminals
94 pseudo-device vnd 4 # disk-like interface to files
95 pseudo-device ccd 4 # concatenated/striped disk devices
96