POWERMAC revision 1.17 1 # $NetBSD: POWERMAC,v 1.17 1998/12/28 00:50:44 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=1200
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
32 # File system options
33 #options FFS_EI # FFS Endian Independant support
34
35 options NFS_BOOT_DHCP # Support DHCP NFS root
36
37 # Networking options
38 options INET # IP + ICMP + TCP + UDP
39 #options PFIL_HOOKS # pfil(9) packet filter hooks
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 mainbus0 at root
58
59 cpu* at mainbus0
60
61 pci0 at mainbus0 bus ?
62 pci1 at mainbus0 bus ?
63 pchb* at pci? dev ? function ? # PCI-Host bridges
64
65 #macofcons0 at pci? dev ? function ? # Openfirmware console
66
67 de* at pci? dev ? function ? # DEC 21x4x-based Ethernet
68 ep* at pci? dev ? function ?
69
70 obio0 at pci? dev ? function ?
71 nvram0 at obio0 # nvram
72
73 adb0 at obio0 # Apple Desktop Bus
74 akbd* at adb? # ADB keyboard
75 ams* at adb? # ADB mouse
76
77 ofb0 at pci? dev ? function ? # Generic Open Firmware Framebuffer
78 wsdisplay* at ofb? console ?
79 wskbd0 at akbd? console ?
80 wsmouse0 at ams?
81
82 mc0 at obio0 # MACE ethernet
83 esp0 at obio0 flags 0x0 # 53c9x SCSI
84 scsibus* at esp0
85
86 zsc0 at obio0
87 zstty0 at zsc0 channel 0
88 zstty1 at zsc0 channel 1
89
90 sd* at scsibus? target ? lun ? # SCSI disks
91
92 pseudo-device loop # network loopback
93 pseudo-device bpfilter 8 # packet filter
94 pseudo-device ipfilter # IP filter (firewall) and NAT
95 pseudo-device pty 64 # pseudo-terminals
96 pseudo-device vnd 4 # disk-like interface to files
97 pseudo-device ccd 4 # concatenated/striped disk devices
98