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