1 1.3.8.2 nathanw # $NetBSD: P4032,v 1.3.8.2 2002/01/08 00:22:50 nathanw Exp $ 2 1.3.8.2 nathanw # 3 1.3.8.2 nathanw # Algorithmics P-4032 kernel. 4 1.3.8.2 nathanw # 5 1.3.8.2 nathanw 6 1.3.8.2 nathanw include "arch/algor/conf/std.algor" 7 1.3.8.2 nathanw 8 1.3.8.2 nathanw #ident "P4032-$Revision: 1.3.8.2 $" 9 1.3.8.2 nathanw 10 1.3.8.2 nathanw maxusers 32 11 1.3.8.2 nathanw 12 1.3.8.2 nathanw # Platform Support 13 1.3.8.2 nathanw options ALGOR_P4032 # Algorithmics P-4032 14 1.3.8.2 nathanw #options ALGOR_P5064 # Algorithmics P-5064 15 1.3.8.2 nathanw #options ALGOR_P6032 # Algorithmics P-6032 16 1.3.8.2 nathanw 17 1.3.8.2 nathanw # Set these to the appropriate values, in case you have a buggy PMON 18 1.3.8.2 nathanw # that doesn't provide environment variables properly. 19 1.3.8.2 nathanw #options MEMSIZE=48 # memory size, in MB 20 1.3.8.2 nathanw #options ETHADDR="\"00:40:bc:03:00:6c\"" 21 1.3.8.2 nathanw 22 1.3.8.2 nathanw options MIPS3_L2CACHE_ABSENT # No L2 cache on this machine 23 1.3.8.2 nathanw 24 1.3.8.2 nathanw # Standard system options 25 1.3.8.2 nathanw options KTRACE # System call tracing support 26 1.3.8.2 nathanw options NTP # kernel PLL for NTP 27 1.3.8.2 nathanw 28 1.3.8.2 nathanw # Diagnostic/debugging support options 29 1.3.8.2 nathanw options DIAGNOSTIC # Cheap kernel consistency checks 30 1.3.8.2 nathanw options DDB # kernel debugger 31 1.3.8.2 nathanw makeoptions DEBUG="-g" 32 1.3.8.2 nathanw #makeoptions DEBUGLIST="pattern1 pattern2 ..." 33 1.3.8.2 nathanw 34 1.3.8.2 nathanw # File systems 35 1.3.8.2 nathanw file-system FFS # Fast file system 36 1.3.8.2 nathanw file-system MFS # Memory-based file system 37 1.3.8.2 nathanw file-system CD9660 # ISO-9660 CD-ROM FS (w/RockRidge extensions) 38 1.3.8.2 nathanw file-system MSDOSFS # MS-DOS-compatible file system 39 1.3.8.2 nathanw file-system NTFS # Windows/NT file system (experimental) 40 1.3.8.2 nathanw file-system NFS # Sun NFS-compatible file system client 41 1.3.8.2 nathanw file-system KERNFS # Kernel variable file system (/kern) 42 1.3.8.2 nathanw file-system PROCFS # Process file system (/proc) 43 1.3.8.2 nathanw file-system FDESC # /dev/fd file system 44 1.3.8.2 nathanw 45 1.3.8.2 nathanw # File system options 46 1.3.8.2 nathanw options NFSSERVER # Sun NFS-compatible file system server 47 1.3.8.2 nathanw #options FFS_EI # FFS Endian Independant support 48 1.3.8.2 nathanw options SOFTDEP # FFS soft updates support. 49 1.3.8.2 nathanw 50 1.3.8.2 nathanw # Networking options 51 1.3.8.2 nathanw options INET # Internet protocol suite 52 1.3.8.2 nathanw options INET6 # IPV6 53 1.3.8.2 nathanw options IPSEC # IP security 54 1.3.8.2 nathanw options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 55 1.3.8.2 nathanw #options IPSEC_DEBUG # debug for IP security 56 1.3.8.2 nathanw 57 1.3.8.2 nathanw # 4.3BSD compatibility. Should be optional, but necessary for now. 58 1.3.8.2 nathanw options COMPAT_43 59 1.3.8.2 nathanw 60 1.3.8.2 nathanw # Binary compatibility with previous versions of NetBSD. 61 1.3.8.2 nathanw #options COMPAT_09 62 1.3.8.2 nathanw options COMPAT_10 63 1.3.8.2 nathanw options COMPAT_11 64 1.3.8.2 nathanw options COMPAT_12 65 1.3.8.2 nathanw options COMPAT_13 66 1.3.8.2 nathanw options COMPAT_14 67 1.3.8.2 nathanw 68 1.3.8.2 nathanw # System V-like message queues 69 1.3.8.2 nathanw options SYSVMSG 70 1.3.8.2 nathanw 71 1.3.8.2 nathanw # System V-like semaphores 72 1.3.8.2 nathanw options SYSVSEM 73 1.3.8.2 nathanw 74 1.3.8.2 nathanw # System V-like shared memory 75 1.3.8.2 nathanw options SYSVSHM 76 1.3.8.2 nathanw #options SHMMAXPGS=1024 # 1024 pages is the default 77 1.3.8.2 nathanw 78 1.3.8.2 nathanw # Loadable Kernel Modules 79 1.3.8.2 nathanw options LKM 80 1.3.8.2 nathanw 81 1.3.8.2 nathanw # Disable kernel security. 82 1.3.8.2 nathanw #options INSECURE 83 1.3.8.2 nathanw 84 1.3.8.2 nathanw # Misc. options 85 1.3.8.2 nathanw #options PCI_NETBSD_CONFIGURE # NetBSD configures the PCI bus 86 1.3.8.2 nathanw options PCIVERBOSE # recognize "unknown" PCI devices 87 1.3.8.2 nathanw #options MIIVERBOSE # verbose PHY autoconfig messages 88 1.3.8.2 nathanw #options PCI_CONFIG_DUMP # verbosely dump PCI config space 89 1.3.8.2 nathanw options SCSIVERBOSE # Verbose SCSI errors 90 1.3.8.2 nathanw options UCONSOLE # users can use TIOCCONS (for xconsole) 91 1.3.8.2 nathanw #options PCMCIAVERBOSE 92 1.3.8.2 nathanw 93 1.3.8.2 nathanw # The Alpha console firmware network boots using the BOOTP 94 1.3.8.2 nathanw # protocol, so we ask the NFS code to use BOOTP/DHCP as well, 95 1.3.8.2 nathanw # in case we have NFS root. 96 1.3.8.2 nathanw options NFS_BOOT_DHCP # superset of BOOTP 97 1.3.8.2 nathanw 98 1.3.8.2 nathanw # WS console uses SUN or VT100 terminal emulation 99 1.3.8.2 nathanw #options WSEMUL_VT100 100 1.3.8.2 nathanw 101 1.3.8.2 nathanw config netbsd root on ? type ? 102 1.3.8.2 nathanw #config netbsd root on sd0 type ffs 103 1.3.8.2 nathanw #config netbsd root on ? type nfs 104 1.3.8.2 nathanw 105 1.3.8.2 nathanw mainbus0 at root 106 1.3.8.2 nathanw cpu* at mainbus0 107 1.3.8.2 nathanw 108 1.3.8.2 nathanw # Devices on the P-4032 local I/O bus 109 1.3.8.2 nathanw mcclock* at mainbus? addr ? 110 1.3.8.2 nathanw com* at mainbus? addr ? 111 1.3.8.2 nathanw lpt* at mainbus? addr ? 112 1.3.8.2 nathanw #pckbc* at mainbus? addr ? 113 1.3.8.2 nathanw #fdc* at mainbus? addr ? 114 1.3.8.2 nathanw 115 1.3.8.2 nathanw # PCI host bus adapter support 116 1.3.8.2 nathanw vtpbc* at mainbus? 117 1.3.8.2 nathanw 118 1.3.8.2 nathanw # PCI bus support 119 1.3.8.2 nathanw pci* at vtpbc? 120 1.3.8.2 nathanw 121 1.3.8.2 nathanw # PCI devices 122 1.3.8.2 nathanw #adv* at pci? dev ? function ? # AdvanSys SCSI 123 1.3.8.2 nathanw #adw* at pci? dev ? function ? # AdvanSys Wide SCSI 124 1.3.8.2 nathanw #options ADW_WDTR_DISABLE # disable WDTR 125 1.3.8.2 nathanw #options ADW_SDTR_DISABLE # disable SDTR 126 1.3.8.2 nathanw #options ADW_TAGQ_DISABLE # disable Tag Queuing 127 1.3.8.2 nathanw #ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 128 1.3.8.2 nathanw #bha* at pci? dev ? function ? # BusLogic 9xx SCSI (untested) 129 1.3.8.2 nathanw #cac* at pci? dev ? function ? # Compaq array controller (untested) 130 1.3.8.2 nathanw #cy* at pci? dev ? function ? # Cyclades Cyclom-Y (untested) 131 1.3.8.2 nathanw #cz* at pci? dev ? function ? # Cyclades-Z (untested) 132 1.3.8.2 nathanw #de* at pci? dev ? function ? # 21x4x-based Ethernet 133 1.3.8.2 nathanw #dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID 134 1.3.8.2 nathanw #eap* at pci? dev ? function ? # Ensoniq AudioPCI 135 1.3.8.2 nathanw #en* at pci? dev ? function ? # ENI PCI ATM (untested) 136 1.3.8.2 nathanw #ep* at pci? dev ? function ? # 3COM 3c59x 137 1.3.8.2 nathanw #epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet 138 1.3.8.2 nathanw #eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive 139 1.3.8.2 nathanw #ex* at pci? dev ? function ? # 3COM 3c90x[B] Ethernet 140 1.3.8.2 nathanw #fpa* at pci? dev ? function ? # DEC DEFPA FDDI 141 1.3.8.2 nathanw #fxp* at pci? dev ? function ? # Intel EEPRO 10+/100B 142 1.3.8.2 nathanw #gsip* at pci? dev ? function ? # NS DP83820 Gigabit Ethernet 143 1.3.8.2 nathanw #isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI 144 1.3.8.2 nathanw #le* at pci? dev ? function ? # PCI LANCE Ethernet (untested) 145 1.3.8.2 nathanw #pcib* at pci? dev ? function ? # Intel PCI-ISA Bridges 146 1.3.8.2 nathanw #siop* at pci? dev ? function ? # Symbios 53c8xx SCSI 147 1.3.8.2 nathanw #mlx* at pci? dev ? function ? # Mylex DAC960 / DEC SWXCR (untested) 148 1.3.8.2 nathanw #ne* at pci? dev ? function ? # NE2000-compatible Ethernet 149 1.3.8.2 nathanw #ohci* at pci? dev ? function ? # USB Open Host Controller 150 1.3.8.2 nathanw #pciide* at pci? dev ? function ? # PCI IDE controllers 151 1.3.8.2 nathanw #pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI 152 1.3.8.2 nathanw ppb* at pci? dev ? function ? # PCI-PCI Bridges 153 1.3.8.2 nathanw #rtk* at pci? dev ? function ? # RealTek 8129/8139 Ethernet 154 1.3.8.2 nathanw #sip* at pci? dev ? function ? # SiS 900 Ethernet 155 1.3.8.2 nathanw #sv* at pci? dev ? function ? # S3 SonicVibes 156 1.3.8.2 nathanw #tga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics 157 1.3.8.2 nathanw #ti* at pci? dev ? function ? # Alteon Tigon Gig-E 158 1.3.8.2 nathanw #tl* at pci? dev ? function ? # TI ThunderLAN Ethernet 159 1.3.8.2 nathanw tlp* at pci? dev ? function ? # DECchip 21x4x and clones 160 1.3.8.2 nathanw options TLP_MATCH_21040 161 1.3.8.2 nathanw options TLP_MATCH_21041 162 1.3.8.2 nathanw options TLP_MATCH_21140 163 1.3.8.2 nathanw options TLP_MATCH_21142 164 1.3.8.2 nathanw #uhci* at pci? dev ? function ? # USB Univ. Host Controller 165 1.3.8.2 nathanw #vga* at pci? dev ? function ? # PCI VGA Graphics 166 1.3.8.2 nathanw #vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet 167 1.3.8.2 nathanw #yds* at pci? dev ? function ? # Yamaha DS-1 PCI Audio 168 1.3.8.2 nathanw 169 1.3.8.2 nathanw #audio* at eap? 170 1.3.8.2 nathanw #audio* at eso? 171 1.3.8.2 nathanw #audio* at sv? 172 1.3.8.2 nathanw #audio* at yds? 173 1.3.8.2 nathanw 174 1.3.8.2 nathanw #opl* at eso? 175 1.3.8.2 nathanw #opl* at sv? 176 1.3.8.2 nathanw #opl* at yds? 177 1.3.8.2 nathanw 178 1.3.8.2 nathanw #mpu* at eso? 179 1.3.8.2 nathanw #mpu* at yds? 180 1.3.8.2 nathanw 181 1.3.8.2 nathanw # MII/PHY support 182 1.3.8.2 nathanw #exphy* at mii? phy ? # 3Com internal PHYs 183 1.3.8.2 nathanw #icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890 184 1.3.8.2 nathanw #inphy* at mii? phy ? # Intel 82555 PHYs 185 1.3.8.2 nathanw #lxtphy* at mii? phy ? # Level One LXT-970 PHYs 186 1.3.8.2 nathanw #nsphy* at mii? phy ? # NS83840 PHYs 187 1.3.8.2 nathanw qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 188 1.3.8.2 nathanw #sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 189 1.3.8.2 nathanw #tlphy* at mii? phy ? # ThunderLAN PHYs 190 1.3.8.2 nathanw ukphy* at mii? phy ? # generic unknown PHYs 191 1.3.8.2 nathanw 192 1.3.8.2 nathanw # SCSI bus support 193 1.3.8.2 nathanw #scsibus* at adv? 194 1.3.8.2 nathanw #scsibus* at adw? 195 1.3.8.2 nathanw #scsibus* at ahc? 196 1.3.8.2 nathanw #scsibus* at bha? 197 1.3.8.2 nathanw #scsibus* at dpt? 198 1.3.8.2 nathanw #scsibus* at isp? 199 1.3.8.2 nathanw #scsibus* at siop? 200 1.3.8.2 nathanw #scsibus* at pcscp? 201 1.3.8.2 nathanw 202 1.3.8.2 nathanw # SCSI devices 203 1.3.8.2 nathanw #cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 204 1.3.8.2 nathanw #sd* at scsibus? target ? lun ? # SCSI disk drives 205 1.3.8.2 nathanw #st* at scsibus? target ? lun ? # SCSI tape drives 206 1.3.8.2 nathanw 207 1.3.8.2 nathanw # ST506/ESDI/IDE devices 208 1.3.8.2 nathanw #wd* at pciide? channel ? 209 1.3.8.2 nathanw #wd* at wdc? drive ? 210 1.3.8.2 nathanw 211 1.3.8.2 nathanw # ATAPI bus support 212 1.3.8.2 nathanw #atapibus* at pciide? channel ? 213 1.3.8.2 nathanw #atapibus* at wdc? 214 1.3.8.2 nathanw 215 1.3.8.2 nathanw # ATAPI devices 216 1.3.8.2 nathanw #sd* at atapibus? drive ? # ATAPI disk devices 217 1.3.8.2 nathanw #cd* at atapibus? drive ? # ATAPI CD-ROM devices 218 1.3.8.2 nathanw 219 1.3.8.2 nathanw # Floppy drives 220 1.3.8.2 nathanw #fd* at fdc? drive ? 221 1.3.8.2 nathanw 222 1.3.8.2 nathanw # Hardware RAID devices 223 1.3.8.2 nathanw #ld* at cac? unit ? 224 1.3.8.2 nathanw #ld* at mlx? unit ? 225 1.3.8.2 nathanw 226 1.3.8.2 nathanw # USB bus support 227 1.3.8.2 nathanw #usb* at uhci? 228 1.3.8.2 nathanw #usb* at ohci? 229 1.3.8.2 nathanw 230 1.3.8.2 nathanw # USB Hubs 231 1.3.8.2 nathanw #uhub* at usb? 232 1.3.8.2 nathanw #uhub* at uhub? port ? configuration ? interface ? 233 1.3.8.2 nathanw 234 1.3.8.2 nathanw # USB HID device 235 1.3.8.2 nathanw #uhidev* at uhub? port ? configuration ? interface ? 236 1.3.8.2 nathanw 237 1.3.8.2 nathanw # USB Mice 238 1.3.8.2 nathanw #ums* at uhidev? reportid ? 239 1.3.8.2 nathanw #wsmouse* at ums? 240 1.3.8.2 nathanw 241 1.3.8.2 nathanw # USB Keyboards 242 1.3.8.2 nathanw #ukbd* at uhidev? reportid ? 243 1.3.8.2 nathanw #wskbd* at ukbd? console ? 244 1.3.8.2 nathanw 245 1.3.8.2 nathanw # USB Generic HID devices 246 1.3.8.2 nathanw #uhid* at uhidev? reportid ? 247 1.3.8.2 nathanw 248 1.3.8.2 nathanw # USB Printer 249 1.3.8.2 nathanw #ulpt* at uhub? port ? configuration ? interface ? 250 1.3.8.2 nathanw 251 1.3.8.2 nathanw # USB Modem 252 1.3.8.2 nathanw #umodem* at uhub? port ? configuration ? 253 1.3.8.2 nathanw #ucom* at umodem? 254 1.3.8.2 nathanw 255 1.3.8.2 nathanw # USB Mass Storage 256 1.3.8.2 nathanw #umass* at uhub? port ? configuration ? interface ? 257 1.3.8.2 nathanw #atapibus* at umass? channel ? 258 1.3.8.2 nathanw #scsibus* at umass? channel ? 259 1.3.8.2 nathanw 260 1.3.8.2 nathanw # USB Ethernet adapters 261 1.3.8.2 nathanw #aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 262 1.3.8.2 nathanw #cue* at uhub? port ? # CATC USB-EL1201A based adapters 263 1.3.8.2 nathanw #kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 264 1.3.8.2 nathanw 265 1.3.8.2 nathanw # Serial adapters 266 1.3.8.2 nathanw # FTDI FT8U100AX serial adapter 267 1.3.8.2 nathanw #uftdi* at uhub? port ? 268 1.3.8.2 nathanw #ucom* at uftdi? portno ? 269 1.3.8.2 nathanw 270 1.3.8.2 nathanw # USB scanners 271 1.3.8.2 nathanw #uscanner* at uhub? port ? 272 1.3.8.2 nathanw 273 1.3.8.2 nathanw # Y@P firmware loader 274 1.3.8.2 nathanw #uyap* at uhub? port ? 275 1.3.8.2 nathanw 276 1.3.8.2 nathanw # USB Generic driver 277 1.3.8.2 nathanw #ugen* at uhub? port ? 278 1.3.8.2 nathanw 279 1.3.8.2 nathanw # Workstation Console attachments 280 1.3.8.2 nathanw #wsdisplay* at vga? 281 1.3.8.2 nathanw #wskbd* at pckbd? 282 1.3.8.2 nathanw #wsmouse* at pms? 283 1.3.8.2 nathanw 284 1.3.8.2 nathanw pseudo-device bpfilter 16 285 1.3.8.2 nathanw pseudo-device ccd 4 286 1.3.8.2 nathanw #pseudo-device raid 4 # RAIDframe disk driver 287 1.3.8.2 nathanw #options RAID_AUTOCONFIG # auto-configuration of RAID components 288 1.3.8.2 nathanw pseudo-device ipfilter 1 289 1.3.8.2 nathanw pseudo-device loop 1 290 1.3.8.2 nathanw pseudo-device md 1 291 1.3.8.2 nathanw pseudo-device ppp 4 292 1.3.8.2 nathanw pseudo-device pty # pseudo-terminals 293 1.3.8.2 nathanw pseudo-device sl 4 294 1.3.8.2 nathanw pseudo-device vnd 4 295 1.3.8.2 nathanw #pseudo-device gre 2 # generic L3 over IP tunnel 296 1.3.8.2 nathanw pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 297 1.3.8.2 nathanw #pseudo-device faith 1 # IPv[46] tcp relay translation i/f 298 1.3.8.2 nathanw #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 299 1.3.8.2 nathanw pseudo-device vlan # IEEE 802.1q encapsulation 300 1.3.8.2 nathanw pseudo-device sequencer 1 # MIDI sequencer 301 1.3.8.2 nathanw pseudo-device rnd # /dev/random and in-kernel generator 302 1.3.8.2 nathanw #options RND_COM # use "com" randomness too 303