POWERMAC revision 1.66.10.1 1 # $NetBSD: POWERMAC,v 1.66.10.1 2018/02/26 01:04:43 snj 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 #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
18
19 # Diagnostic/debugging support options
20 options DIAGNOSTIC # cheap kernel consistency checks
21 #options DEBUG # expensive debugging checks/support
22 options DDB # in-kernel debugger
23 pseudo-device ksyms
24 options DDB_HISTORY_SIZE=512 # enable history editing in DDB
25 options TRAP_PANICWAIT
26
27 #makeoptions DEBUG="-g" # compile full symbol table
28
29 # Compatibility options
30 options COMPAT_43 # 4.3BSD binary compatibility.
31 options COMPAT_13 # NetBSD 1.3,
32 options COMPAT_14 # NetBSD 1.4,
33 options COMPAT_15 # NetBSD 1.5,
34 options COMPAT_16 # NetBSD 1.6,
35 options COMPAT_20 # NetBSD 2.0,
36 options COMPAT_30 # NetBSD 3.0, and
37 options COMPAT_40 # NetBSD 4.0 binary compatibility.
38 options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
39
40 # File systems
41 file-system FFS # UFS
42 file-system MFS # memory file system
43 #file-system NFS # Network File System client
44 file-system PROCFS # /proc
45 file-system PTYFS # /dev/pts/N support
46
47 # File system options
48 #options NFSSERVER # Network File System server
49 options APPLE_UFS # Apple UFS support in FFS
50 #options FFS_NO_SNAPSHOT # No FFS snapshot support
51
52 #options NFS_BOOT_DHCP # Support DHCP NFS root
53
54 # Networking options
55 options INET # IP + ICMP + TCP + UDP
56 options IPFILTER_LOG # ipmon(8) log support
57 options IPFILTER_LOOKUP # ippool(8) support
58 options IPFILTER_COMPAT # Compat for IP-Filter
59 #options IPFILTER_DEFAULT_BLOCK # block all packets by default
60
61 # These options enable verbose messages for several subsystems.
62 options SCSIVERBOSE # Verbose SCSI errors
63 options PCIVERBOSE # verbose PCI device messages
64 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
65
66 #options ZS_TXDMA # Use dma on zs output
67 options WSEMUL_VT100 # VT100 / VT220 emulation
68 options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
69 options FONT_GALLANT12x22
70
71 # Kernel root file system and dump configuration.
72 config netbsd root on ? type ?
73
74 #
75 # Device configuration
76 #
77
78 mainbus* at root
79
80 cpu* at mainbus?
81 bandit* at mainbus?
82
83 pci* at bandit? bus ?
84 pci* at ppb? bus ?
85
86 pchb* at pci? dev ? function ? # PCI-Host bridges
87 ppb* at pci? dev ? function ? # PCI-PCI bridges
88 ep* at pci? dev ? function ? # 3Com 3c59x
89 tlp* at pci? dev ? function ? # DECchip 21x4x and clones
90 genfb* at pci?
91 wsdisplay0 at wsemuldisplaydev? console 1
92 wsdisplay* at wsemuldisplaydev? console 0
93
94 # ofb is deprecated, use genfb instead
95 #ofb* at pci? dev ? function ? # Generic Open Firmware Framebuffer
96 obio* at pci? dev ? function ?
97
98 nsphy* at mii? phy ? # NS83840 PHYs
99 ukphy* at mii? phy ? # generic unknown PHYs
100
101 mc* at obio? # MACE ethernet
102 esp* at obio? flags 0x0 # 53c9x SCSI
103 mesh* at obio? flags 0xffff # MESH SCSI
104 #adb* at obio? # Apple Desktop Bus
105 #akbd* at adb? # ADB keyboard
106 #ams* at adb? # ADB mouse
107 nvram* at obio? # nvram
108 zsc* at obio?
109 zstty* at zsc? channel ?
110
111 cuda* at obio? # Apple CUDA
112 #options CUDA_DEBUG
113 iic0 at cuda0
114 sgsmix0 at iic0 addr 0x8a # additional mixer found in beige G3
115 #options SGSMIX_DEBUG
116 nadb* at cuda? # new ADB Bus abstraction
117 adbkbd* at nadb? # ADB keyboard
118 #options ADB_DEBUG
119 #options ADBKBD_DEBUG
120 adbms* at nadb?
121
122 wskbd* at wskbddev? console ?
123 wsmouse* at wsmousedev?
124
125 scsibus* at scsi?
126 sd* at scsibus? target ? lun ? # SCSI disks
127
128 pseudo-device loop # network loopback
129 pseudo-device bpfilter # packet filter
130 pseudo-device ipfilter # IP filter (firewall) and NAT
131 pseudo-device pty # pseudo-terminals
132 pseudo-device vnd # disk-like interface to files
133 pseudo-device ccd # concatenated/striped disk devices
134 #pseudo-device fss # file system snapshot device
135 pseudo-device openfirm # /dev/openfirm
136 pseudo-device clockctl # user control of clock subsystem
137