POWERMAC revision 1.6 1 # $NetBSD: POWERMAC,v 1.6 1998/07/03 11:50:32 tsubai Exp $
2 #
3 # POWERMAC config file
4 #
5
6 machine macppc powerpc
7
8 maxusers 32
9
10 # Standard system options
11 options SWAPPAGER, VNODEPAGER, DEVPAGER
12 options EXEC_AOUT
13 options EXEC_ELF32
14 options EXEC_SCRIPT
15
16 options HTABENTS=8192
17 options BUFPAGES=1200
18 options UVM
19
20 # Diagnostic/debugging support options
21 options DIAGNOSTIC # cheap kernel consistency checks
22 #options DEBUG # expensive debugging checks/support
23 options DDB # in-kernel debugger
24 #options DDB_HISTORY_SIZE=100 # 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_13 # NetBSD 1.3,
31 options COMPAT_43 # and 4.3BSD
32
33 # File systems
34 file-system FFS # UFS
35 file-system MFS # memory file system
36 file-system NFS # Network File System client
37
38 # File system options
39 #options FFS_EI # FFS Endian Independant support
40
41 # Networking options
42 options INET # IP + ICMP + TCP + UDP
43 #options PFIL_HOOKS # pfil(9) packet filter hooks
44 options IPFILTER_LOG # ipmon(8) log support
45 options NMBCLUSTERS=1024
46
47 # These options enable verbose messages for several subsystems.
48 options SCSIVERBOSE # Verbose SCSI errors
49 options PCIVERBOSE # verbose PCI device messages
50
51 options ZS_TXDMA # Use dma on zs output
52
53 # Kernel root file system and dump configuration.
54 config netbsd root on ? type ?
55
56 #
57 # Device configuration
58 #
59
60 mainbus0 at root
61
62 cpu* at mainbus0
63
64 pci0 at mainbus0 bus ?
65 pci1 at mainbus0 bus ?
66 pchb* at pci? dev ? function ? # PCI-Host bridges
67
68 ofcons0 at pci? dev ? function ? # Openfirmware console
69
70 de* at pci? dev ? function ? # DEC 21x4x-based Ethernet
71 ep* at pci? dev ? function ?
72
73 obio0 at pci? dev ? function ?
74 nvram0 at obio0 # nvram
75 adb0 at obio0 # Apple Desktop Bus
76 mc0 at obio0 # MACE ethernet
77 esp0 at obio0 flags 0x00ff # 53c9x SCSI
78 scsibus* at esp0
79
80 zsc0 at obio0
81 zstty0 at zsc0 channel 0
82 zstty1 at zsc0 channel 1
83
84 sd* at scsibus? target ? lun ? # SCSI disks
85
86 #grfati0 at pci? dev ? function ? # ATY,mach64
87 #grf0 at grfati0
88 #ite0 at grf0
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