P5064 revision 1.9
1# $NetBSD: P5064,v 1.9 2001/11/20 12:56:18 lukem Exp $ 2# 3# Algorithmics P-5064 kernel. 4# 5 6include "arch/algor/conf/std.algor" 7 8#ident "P5064-$Revision: 1.9 $" 9 10maxusers 32 11 12# Platform Support 13#options ALGOR_P4032 # Algorithmics P-4032 14options ALGOR_P5064 # Algorithmics P-5064 15#options ALGOR_P6032 # Algorithmics P-6032 16 17options MIPS3_L2CACHE_ABSENT # No L2 cache on this machine 18 19# Standard system options 20options KTRACE # System call tracing support 21options NTP # kernel PLL for NTP 22 23# Diagnostic/debugging support options 24options DIAGNOSTIC # Cheap kernel consistency checks 25options DDB # kernel debugger 26makeoptions DEBUG="-g" 27#makeoptions DEBUGLIST="pattern1 pattern2 ..." 28 29# File systems 30file-system FFS # Fast file system 31file-system MFS # Memory-based file system 32file-system CD9660 # ISO-9660 CD-ROM FS (w/RockRidge extensions) 33file-system MSDOSFS # MS-DOS-compatible file system 34file-system NTFS # Windows/NT file system (experimental) 35file-system NFS # Sun NFS-compatible file system client 36file-system KERNFS # Kernel variable file system (/kern) 37file-system PROCFS # Process file system (/proc) 38file-system FDESC # /dev/fd file system 39 40# File system options 41options NFSSERVER # Sun NFS-compatible file system server 42#options FFS_EI # FFS Endian Independant support 43options SOFTDEP # FFS soft updates support. 44 45# Networking options 46options INET # Internet protocol suite 47options INET6 # IPV6 48options IPSEC # IP security 49options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 50#options IPSEC_DEBUG # debug for IP security 51 52# 4.3BSD compatibility. Should be optional, but necessary for now. 53options COMPAT_43 54 55# Binary compatibility with previous versions of NetBSD. 56#options COMPAT_09 57options COMPAT_10 58options COMPAT_11 59options COMPAT_12 60options COMPAT_13 61options COMPAT_14 62 63# System V-like message queues 64options SYSVMSG 65 66# System V-like semaphores 67options SYSVSEM 68 69# System V-like shared memory 70options SYSVSHM 71#options SHMMAXPGS=1024 # 1024 pages is the default 72 73# Loadable Kernel Modules 74options LKM 75 76# Disable kernel security. 77#options INSECURE 78 79# Misc. options 80options PCI_NETBSD_CONFIGURE # NetBSD configures the PCI bus 81options PCIVERBOSE # recognize "unknown" PCI devices 82options MIIVERBOSE # verbose PHY autoconfig messages 83#options PCI_CONFIG_DUMP # verbosely dump PCI config space 84options SCSIVERBOSE # Verbose SCSI errors 85options UCONSOLE # users can use TIOCCONS (for xconsole) 86#options PCMCIAVERBOSE 87 88# Bitmask for enabling the PCI IDE channels in the southbridge. 89# Set bit 0 (0x01) for channel 0, bit 1 (0x02) for channel 1. 90# 91# Do this if your firmware (usually PMON) doens't enable the IDE 92# channels for you (thus causing the NetBSD `pciide' driver to 93# ignore them). 94options PCI_NETBSD_ENABLE_IDE=0x1 95 96# The Alpha console firmware network boots using the BOOTP 97# protocol, so we ask the NFS code to use BOOTP/DHCP as well, 98# in case we have NFS root. 99options NFS_BOOT_DHCP # superset of BOOTP 100 101# WS console uses SUN or VT100 terminal emulation 102#options WSEMUL_VT100 103 104config netbsd root on ? type ? 105#config netbsd root on sd0 type ffs 106#config netbsd root on ? type nfs 107 108mainbus0 at root 109cpu* at mainbus0 110 111# PCI host bus adapter support 112vtpbc* at mainbus? 113 114# PCI bus support 115pci* at vtpbc? 116 117# PCI devices 118#adv* at pci? dev ? function ? # AdvanSys SCSI 119#adw* at pci? dev ? function ? # AdvanSys Wide SCSI 120#options ADW_WDTR_DISABLE # disable WDTR 121#options ADW_SDTR_DISABLE # disable SDTR 122#options ADW_TAGQ_DISABLE # disable Tag Queuing 123#ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 124#bha* at pci? dev ? function ? # BusLogic 9xx SCSI (untested) 125#cac* at pci? dev ? function ? # Compaq array controller (untested) 126#cy* at pci? dev ? function ? # Cyclades Cyclom-Y (untested) 127#cz* at pci? dev ? function ? # Cyclades-Z (untested) 128#de* at pci? dev ? function ? # 21x4x-based Ethernet 129#dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID 130#eap* at pci? dev ? function ? # Ensoniq AudioPCI 131#en* at pci? dev ? function ? # ENI PCI ATM (untested) 132#ep* at pci? dev ? function ? # 3COM 3c59x 133#epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet 134#eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive 135#ex* at pci? dev ? function ? # 3COM 3c90x[B] Ethernet 136#fpa* at pci? dev ? function ? # DEC DEFPA FDDI 137#fxp* at pci? dev ? function ? # Intel EEPRO 10+/100B 138#gsip* at pci? dev ? function ? # NS DP83820 Gigabit Ethernet 139#isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI 140#le* at pci? dev ? function ? # PCI LANCE Ethernet (untested) 141pcib* at pci? dev ? function ? # Intel PCI-ISA Bridges 142siop* at pci? dev ? function ? # Symbios 53c8xx SCSI 143#mlx* at pci? dev ? function ? # Mylex DAC960 / DEC SWXCR (untested) 144#ne* at pci? dev ? function ? # NE2000-compatible Ethernet 145#ohci* at pci? dev ? function ? # USB Open Host Controller 146pciide* at pci? dev ? function ? # PCI IDE controllers 147#pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI 148ppb* at pci? dev ? function ? # PCI-PCI Bridges 149#rtk* at pci? dev ? function ? # RealTek 8129/8139 Ethernet 150#sip* at pci? dev ? function ? # SiS 900 Ethernet 151#sv* at pci? dev ? function ? # S3 SonicVibes 152#tga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics 153#ti* at pci? dev ? function ? # Alteon Tigon Gig-E 154#tl* at pci? dev ? function ? # TI ThunderLAN Ethernet 155tlp* at pci? dev ? function ? # DECchip 21x4x and clones 156options TLP_MATCH_21040 157options TLP_MATCH_21041 158options TLP_MATCH_21140 159options TLP_MATCH_21142 160#uhci* at pci? dev ? function ? # USB Univ. Host Controller 161#vga* at pci? dev ? function ? # PCI VGA Graphics 162#vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet 163#yds* at pci? dev ? function ? # Yamaha DS-1 PCI Audio 164 165#audio* at eap? 166#audio* at eso? 167#audio* at sv? 168#audio* at yds? 169 170#opl* at eso? 171#opl* at sv? 172#opl* at yds? 173 174#mpu* at eso? 175#mpu* at yds? 176 177# MII/PHY support 178#exphy* at mii? phy ? # 3Com internal PHYs 179#icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890 180#inphy* at mii? phy ? # Intel 82555 PHYs 181#lxtphy* at mii? phy ? # Level One LXT-970 PHYs 182#nsphy* at mii? phy ? # NS83840 PHYs 183qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 184#sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 185#tlphy* at mii? phy ? # ThunderLAN PHYs 186ukphy* at mii? phy ? # generic unknown PHYs 187 188# ISA/EISA bus support 189isa* at pcib? 190#isapnp* at isa? 191 192# ISA devices 193mcclock* at isa? port 0x70 194#pckbc* at isa? # PC keyboard controller 195#pckbd* at pckbc? # PC keyboard (kbd port) 196#pms* at pckbc? # PS/2-style mouse (aux port) 197#pcppi* at isa? # PC prog. periph. interface 198#spkr0 at pcppi? # IBM BASIC emulation 199#isabeep0 at pcppi? # "keyboard" beep 200#midi* at pcppi? 201com* at isa? port 0x3f8 irq 4 # standard serial ports 202com* at isa? port 0x2f8 irq 3 203#cs* at isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet 204#ec0 at isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet 205#ep* at isa? port ? irq ? # 3COM 3c509 Ethernet 206#ep* at isapnp? 207#ix0 at isa? port 0x300 irq 10 # EtherExpress/16 208#iy0 at isa? port 0x360 irq ? # EtherExpress PRO 10 ISA 209fdc0 at isa? port 0x3f0 irq 6 drq 2 # floppy controller 210#lc0 at isa? port 0x300 iomem ? irq ? # DEC EtherWORKS III (LEMAC) 211#lc1 at isa? port 0x320 iomem ? irq ? # DEC EtherWORKS III (LEMAC) 212#depca0 at isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 # DEPCA 213#depca1 at isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 # DEPCA 214#le* at depca? 215#lpt* at isa? port 0x3bc irq 7 # standard parallel port 216#vga* at isa? # ISA (EISA: XXX) VGA 217#wdc0 at isa? port 0x1f0 irq 14 # ST506/ESDI/IDE controllers 218#wdc1 at isa? port 0x170 irq 15 219#wdc* at isapnp? 220#we0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC Ethernet 221#we1 at isa? port 0x300 iomem 0xcc000 irq 10 222#wss* at isa? port 0x530 irq 9 drq 0 # Windows Sound System 223#wss* at isapnp? 224#audio* at wss? 225#midi* at wss? 226#sb* at isa? port 0x220 irq 5 drq 1 # SoundBlaster 227#sb* at isapnp? 228#audio* at sb? 229#adv* at isa? port ? irq ? drq ? # AdvanSys APB-514[02] 230#aha* at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI 231#aha* at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI 232#bha* at isa? port 0x330 irq ? drq ? # BusLogic [57]4X SCSI (unt.) 233#bha* at isa? port 0x334 irq ? drq ? # BusLogic [57]4X SCSI (unt.) 234#uha* at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI (unt.) 235#uha* at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI (unt.) 236pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000 237pcic1 at isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000 238pcmcia* at pcic? controller ? socket ? 239 240# PCMCIA device 241aic* at pcmcia? function ? # Adaptec APA-1460 SCSI 242com* at pcmcia? function ? # Modems and serial cards 243wdc* at pcmcia? function ? # PCMCIA IDE controllers 244ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Eth. 245mbe* at pcmcia? function ? # MB8696x based Ethernet 246ne* at pcmcia? function ? # NE2000-compatible Eth. 247sm* at pcmcia? function ? # Megahertz Ethernet 248ray* at pcmcia? function ? # Raytheon Raylink (802.11) 249wi* at pcmcia? function ? # Lucent WaveLAN/IEEE 250 251# SCSI bus support 252#scsibus* at adv? 253#scsibus* at adw? 254#scsibus* at aha? 255#scsibus* at ahb? 256#scsibus* at ahc? 257scsibus* at aic? 258#scsibus* at bha? 259#scsibus* at dpt? 260#scsibus* at isp? 261scsibus* at siop? 262#scsibus* at pcscp? 263#scsibus* at uha? 264 265# SCSI devices 266cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 267sd* at scsibus? target ? lun ? # SCSI disk drives 268#st* at scsibus? target ? lun ? # SCSI tape drives 269 270# ST506/ESDI/IDE devices 271wd* at pciide? channel ? 272wd* at wdc? drive ? 273 274# ATAPI bus support 275atapibus* at pciide? channel ? 276atapibus* at wdc? 277 278# ATAPI devices 279sd* at atapibus? drive ? # ATAPI disk devices 280cd* at atapibus? drive ? # ATAPI CD-ROM devices 281 282# Floppy drives 283fd* at fdc? drive ? 284 285# Hardware RAID devices 286#ld* at cac? unit ? 287#ld* at mlx? unit ? 288 289# USB bus support 290#usb* at uhci? 291#usb* at ohci? 292 293# USB Hubs 294#uhub* at usb? 295#uhub* at uhub? port ? configuration ? interface ? 296 297# USB Mice 298#ums* at uhub? port ? configuration ? interface ? 299#wsmouse* at ums? 300 301# USB Keyboards 302#ukbd* at uhub? port ? configuration ? interface ? 303#wskbd* at ukbd? console ? 304 305# USB Generic HID devices 306#uhid* at uhub? port ? configuration ? interface ? 307 308# USB Printer 309#ulpt* at uhub? port ? configuration ? interface ? 310 311# USB Modem 312#umodem* at uhub? port ? configuration ? 313#ucom* at umodem? 314 315# USB Mass Storage 316#umass* at uhub? port ? configuration ? interface ? 317#atapibus* at umass? channel ? 318#scsibus* at umass? channel ? 319 320# USB Ethernet adapters 321#aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 322#cue* at uhub? port ? # CATC USB-EL1201A based adapters 323#kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 324 325# Serial adapters 326# FTDI FT8U100AX serial adapter 327#uftdi* at uhub? port ? 328#ucom* at uftdi? portno ? 329 330# USB scanners 331#uscanner* at uhub? port ? 332 333# Y@P firmware loader 334#uyap* at uhub? port ? 335 336# USB Generic driver 337#ugen* at uhub? port ? 338 339# Workstation Console attachments 340#wsdisplay* at vga? 341#wskbd* at pckbd? 342#wsmouse* at pms? 343 344pseudo-device bpfilter 16 345pseudo-device ccd 4 346#pseudo-device raid 4 # RAIDframe disk driver 347#options RAID_AUTOCONFIG # auto-configuration of RAID components 348pseudo-device ipfilter 1 349pseudo-device loop 1 350pseudo-device md 1 351pseudo-device ppp 4 352pseudo-device pty # pseudo-terminals 353pseudo-device sl 4 354pseudo-device vnd 4 355#pseudo-device gre 2 # generic L3 over IP tunnel 356pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 357#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 358#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 359pseudo-device vlan # IEEE 802.1q encapsulation 360pseudo-device sequencer 1 # MIDI sequencer 361pseudo-device rnd # /dev/random and in-kernel generator 362#options RND_COM # use "com" randomness too 363