Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / arch / mac68k / conf / INSTALL
blob6a1c75b9d5b247c8b7bc228c3eca70d7cf2f2cf4
1 #       $NetBSD: INSTALL,v 1.43 2008/07/31 07:41:02 simonb Exp $
3 # INSTALL
5 include "arch/mac68k/conf/std.mac68k"
7 #options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
9 makeoptions     COPTS="-Os"             # Optimise for space. Implies -O2
11 maxusers        8               # estimated number of users
13 # Enable the hooks used for initializing the ram-disk.
14 options         MEMORY_DISK_HOOKS
15 options         MEMORY_DISK_IS_ROOT     # Force root on ram-disk
16 options         MEMORY_DISK_ROOT_SIZE=5120      # 2.5 MB
17 options         MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode
19 # CPU support.  At least one is REQUIRED.
20 options         M68040
21 options         M68030
22 options         M68020          # Note:  must have 68851 PMMU
24 # CPU-related options.
25 options         FPSP
26 options         FPU_EMULATE
28 # Standard system options
30 options         INSECURE        # disable kernel security levels
32 options         RTC_OFFSET=0    # hardware clock is this many mins. west of GMT
34 options         USERCONF        # userconf(4) support
35 options         PIPE_SOCKETPAIR         # smaller, but slower pipe(2)
36 #options        SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
38 # Diagnostic/debugging support options - XXX remove these at some point
39 options         DIAGNOSTIC      # cheap kernel consistency checks
40 options         DDB             # in-kernel debugger
41 #options        ADB_DEBUG       # ADB debugging
43 # Compatibility options
44 options         COMPAT_10       # NetBSD 1.0,
45 options         COMPAT_11       # NetBSD 1.1,
46 options         COMPAT_12       # NetBSD 1.2,
47 options         COMPAT_13       # NetBSD 1.3,
48 options         COMPAT_14       # NetBSD 1.4,
49 options         COMPAT_15       # NetBSD 1.5,
50 options         COMPAT_16       # NetBSD 1.6,
51 options         COMPAT_43       # and 4.3BSD
52 options         COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.
54 # File systems
55 file-system     FFS             # UFS
56 file-system     NFS             # Network File System client
57 file-system     CD9660          # ISO 9660 + Rock Ridge file system
58 file-system     MSDOSFS         # MS-DOS file system
59 file-system     KERNFS          # /kern
60 #file-system    PTYFS           # /dev/pts/N support
62 # Filesystem options
63 #options        NFS_V2_ONLY     # Exclude NFS3 code to save space
64 options         FFS_NO_SNAPSHOT # No FFS snapshot support
65 options         WAPBL           # File system journaling support - Experimental
67 # Networking options
68 options         INET            # IP + ICMP + TCP + UDP
70 # These options enable verbose messages for several subsystems.
71 # Warning, these may compile large string tables into the kernel!
72 options         SCSIVERBOSE     # human readable SCSI error messages
74 # wscons options
75 #options        WSEMUL_SUN              # sun terminal emulation
76 options         WSEMUL_VT100            # VT100 / VT220 emulation
77 options         WSDISPLAY_COMPAT_ITEFONT # use ite font (6x10)
79 # rcons options; note that 1-bit and 8-bit displays are supported by default.
80 options         RCONS_2BPP              # Support for 2-bit display
81 options         RCONS_4BPP              # Support for 4-bit display
82 options         RCONS_16BPP             # Support for 16-bit display
84 # Mac-specific options
85 #options        DISABLE_EXT_CACHE # If really paranoid, disable IIci ext. cache
86 #options        MRG_ADB         # Use ROM-based ADB driver
87 options         ZS_CONSOLE_ABORT
89 options         NFS_BOOT_DHCP
91 # Kernel root file system and dump configuration.
92 config          netbsd  root on ? type ?
95 # Device configuration
98 mainbus0 at root
101 # Basic Bus Support
103 # On-board I/O bus support
104 obio0 at mainbus?
106 # NuBus support
107 nubus0 at mainbus?
110 # Console Devices
112 # Apple Desktop Bus interface
113 adb0    at obio?
114 aed*    at adb?                         # ADB event device
115 akbd*   at adb?                         # ADB keyboard
116 ams*    at adb?                         # ADB mouse
118 # Basic frame buffer support
119 intvid0 at obio?                        # Internal video hardware
120 macvid* at nubus?                       # NuBus video card
122 # Device-independent frame buffer interface
123 macfb*  at intvid?
124 macfb*  at macvid?
126 # Workstation Console devices
127 wsdisplay0 at macfb? console ?
128 wskbd0  at akbd? console ?
129 wsmouse0 at ams?
132 # Serial Devices
134 # On-board serial interface
135 zsc0    at obio?
136 zstty*  at zsc? channel ?
139 # SCSI Controllers and Devices
141 # SCSI controllers
142 # XXX - use only one of ncrscsi or sbc
143 ncrscsi0 at obio? addr 0                # SCSI NCR 5380
144 #sbc0   at obio? addr 0 flags 0x1       # MI SCSI NCR 5380
145 esp0    at obio? addr 0                 # SCSI NCR 53C9x
146 esp1    at obio? addr 1                 # SCSI NCR 53C9x
148 # SCSI bus support
149 scsibus* at scsi?
151 # SCSI devices
152 sd*     at scsibus? target ? lun ?      # SCSI disk drives
153 cd*     at scsibus? target ? lun ?      # SCSI CD-ROM drives
154 st*     at scsibus? target ? lun ?      # SCSI tape drives
156 # IDE controller and devices
157 wdc*    at obio? flags 0x1000
158 atabus* at ata?
159 wd*     at atabus? drive ?
162 # Miscellaneous mass storage devices
164 # IWM floppy disk controller
165 iwm0    at obio?                        # Sony driver (800K GCR)
166 fd*     at iwm? drive ?
169 # Network Interfaces
171 # On-board Ethernet controllers
172 sn*     at obio?                        # SONIC-based (DP83932, DP83916)
173 mc*     at obio?                        # MACE-based
175 # NuBus Ethernet controllers
176 ae*     at nubus?                       # DP8390-based
177 sn*     at nubus?                       # SONIC-based (DP83932, DP83916)
178 sm*     at nubus?                       # SMC-based
179 netdock*        at nubus?               # Asante NetDock, Newer Ether MicroDock
181 nsphy*  at mii? phy ?
182 ukphy*  at mii? phy ?
184 # Audio Devices
186 # On-board audio hardware
187 asc0    at obio?                        # ASC/EASC audio
189 # Pseudo-Devices
191 # disk/mass storage pseudo-devices
192 pseudo-device   md              1       # memory disk device (ramdisk)
193 #pseudo-device  fss             4       # file system snapshot device
195 # network pseudo-devices
196 pseudo-device   loop            1       # network loopback
197 pseudo-device   ppp                     # Point-to-Point Protocol
198 pseudo-device   sl                      # Serial Line IP
200 # miscellaneous pseudo-devices
201 pseudo-device   bpfilter                # Berkeley packet filter
202 pseudo-device   pty             2       # pseudo-terminals (Sysinst needs two)
204 pseudo-device   rnd                     # /dev/random and in-kernel generator