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