POWERMAC revision 1.7 1 # $NetBSD: POWERMAC,v 1.7 1998/07/28 23:02:07 thorpej 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 options NFS_BOOT_DHCP # Support DHCP NFS root
42
43 # Networking options
44 options INET # IP + ICMP + TCP + UDP
45 #options PFIL_HOOKS # pfil(9) packet filter hooks
46 options IPFILTER_LOG # ipmon(8) log support
47 options NMBCLUSTERS=1024
48
49 # These options enable verbose messages for several subsystems.
50 options SCSIVERBOSE # Verbose SCSI errors
51 options PCIVERBOSE # verbose PCI device messages
52
53 options ZS_TXDMA # Use dma on zs output
54
55 # Kernel root file system and dump configuration.
56 config netbsd root on ? type ?
57
58 #
59 # Device configuration
60 #
61
62 mainbus0 at root
63
64 cpu* at mainbus0
65
66 pci0 at mainbus0 bus ?
67 pci1 at mainbus0 bus ?
68 pchb* at pci? dev ? function ? # PCI-Host bridges
69
70 ofcons0 at pci? dev ? function ? # Openfirmware console
71
72 de* at pci? dev ? function ? # DEC 21x4x-based Ethernet
73 ep* at pci? dev ? function ?
74
75 obio0 at pci? dev ? function ?
76 nvram0 at obio0 # nvram
77 adb0 at obio0 # Apple Desktop Bus
78 mc0 at obio0 # MACE ethernet
79 esp0 at obio0 flags 0x00ff # 53c9x SCSI
80 scsibus* at esp0
81
82 zsc0 at obio0
83 zstty0 at zsc0 channel 0
84 zstty1 at zsc0 channel 1
85
86 sd* at scsibus? target ? lun ? # SCSI disks
87
88 #grfati0 at pci? dev ? function ? # ATY,mach64
89 #grf0 at grfati0
90 #ite0 at grf0
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