GENERIC revision 1.14
1# $NetBSD: GENERIC,v 1.14 1996/05/01 23:22:19 cgd Exp $ 2# 3# Generic Alpha kernel. Enough to get booted, etc., but not much more. 4 5include "std.alpha" 6 7maxusers 8 8 9# does not really do anything anymore, but this replaces "ident GENERIC" 10options GENERIC 11 12# CPU Support 13options DEC_3000_500 # Flamingo etc: 3000/[4-9]00* 14options DEC_3000_300 # Pelican etc: 3000/300* 15options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc. 16options DEC_KN20AA # KN20AA: AlphaStation 600 17options DEC_AXPPCI_33 # NoName: AXPpci33, etc. 18#options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150) 19 20# needs to be set per system 21options TIMEZONE="5*60" # Minutes west of GMT (for param.c) 22options DST=1 # Daylight savings rules (for param.c) 23 24# Standard system options 25options SWAPPAGER, VNODEPAGER, DEVPAGER # Paging (mandatory) 26options DEBUG, DIAGNOSTIC # Extra kernel debugging 27options KTRACE # System call tracing support 28 29# File system options 30options FIFO # POSIX fifo support (in all file systems) 31options FFS # Fast file system 32options MFS # Memory-based file system 33options NFSSERVER # Sun NFS-compatible file system server 34options NFSCLIENT # Sun NFS-compatible file system client 35 36# Networking options 37options INET # Internet protocol suite 38 39# 4.3BSD compatibility. Should be optional, but necessary for now. 40options COMPAT_43 41 42# Binary compatibility with previous versions of NetBSD. 43options COMPAT_10 44 45# OSF/1 binary compatibility -- CURRENTLY DOES NOT WORK 46#options COMPAT_OSF1 47 48# Loadable Kernel Modules 49options LKM 50 51# Disable kernel security. 52#options INSECURE 53 54# Misc. options 55options PCIVERBOSE # recognize "unknown" PCI devices 56 57config netbsd swap generic 58 59mainbus0 at root 60cpu* at mainbus0 61 62# TurboChannel host bus adapter support 63tcasic* at mainbus0 64 65# TurboChannel bus support 66tc* at tcasic? 67 68# TurboChannel devices 69ioasic0 at tc? slot ? offset ? 70mcclock0 at ioasic? offset ? 71le* at ioasic? offset ? 72scc0 at ioasic? offset ? 73scc1 at ioasic? offset ? 74tcds0 at tc? slot ? offset ? 75esp0 at tcds? slot ? 76esp1 at tcds? slot ? 77cfb* at tc? slot ? offset ? 78sfb* at tc? slot ? offset ? 79le* at tc? slot ? offset ? 80 81# PCI host bus adapter support 82apecs* at mainbus? 83cia* at mainbus? 84lca* at mainbus? 85 86# PCI bus support 87pci* at apecs? 88pci* at cia? 89pci* at lca? 90pci* at ppb? 91 92# PCI devices 93de* at pci? 94ncr* at pci? 95pceb* at pci? 96pcivga* at pci? 97ppb* at pci? 98sio* at pci? 99tga* at pci? 100 101# ISA/EISA bus support 102isa* at pceb? 103eisa* at pceb? 104isa* at sio? 105 106# ISA devices 107mcclock0 at isa? port 0x70 108pckbd0 at isa? port 0x60 irq 1 # PC-ish ISA keyboard 109pms0 at isa? port 0x60 irq 12 # PS/2 auxiliary 110com0 at isa? port 0x3f8 irq 4 # standard serial ports 111com1 at isa? port 0x2f8 irq 3 112lpt0 at isa? port 0x3bc irq 7 # standard parallel port 113#wss0 at isa? port 0x530 irq 9 drq 0 # Windows Sound System 114 115# SCSI bus support 116scsibus* at esp? 117scsibus* at ncr? 118 119# SCSI devices 120sd* at scsibus? target ? lun ? 121st* at scsibus? target ? lun ? 122cd* at scsibus? target ? lun ? 123 124# Workstation Console attachments 125wscons* at cfb? 126wscons* at pcivga? 127wscons* at sfb? 128wscons* at tga? 129 130pseudo-device bpfilter 131pseudo-device loop 132pseudo-device pty 133pseudo-device sl 134pseudo-device vnd 135