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