GENERIC revision 1.17
1# $NetBSD: GENERIC,v 1.17 1996/06/12 01:42:49 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# CPU Support 10options DEC_3000_500 # Flamingo etc: 3000/[4-9]00* 11options DEC_3000_300 # Pelican etc: 3000/300* 12options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc. 13options DEC_KN20AA # KN20AA: AlphaStation 600 14options DEC_AXPPCI_33 # NoName: AXPpci33, etc. 15#options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150) 16 17# needs to be set per system 18options TIMEZONE="5*60" # Minutes west of GMT (for param.c) 19options DST=1 # Daylight savings rules (for param.c) 20 21# Standard system options 22options SWAPPAGER, VNODEPAGER, DEVPAGER # Paging (mandatory) 23options DEBUG, DIAGNOSTIC # Extra kernel debugging 24options KTRACE # System call tracing support 25 26# File system options 27options FIFO # POSIX fifo support (in all file systems) 28options FFS # Fast file system 29options MFS # Memory-based file system 30options NFSSERVER # Sun NFS-compatible file system server 31options NFSCLIENT # Sun NFS-compatible file system client 32 33# Networking options 34options INET # Internet protocol suite 35 36# 4.3BSD compatibility. Should be optional, but necessary for now. 37options COMPAT_43 38 39# Binary compatibility with previous versions of NetBSD. 40options COMPAT_10 41 42# OSF/1 binary compatibility -- CURRENTLY DOES NOT WORK 43#options COMPAT_OSF1 44 45# Loadable Kernel Modules 46options LKM 47 48# Disable kernel security. 49#options INSECURE 50 51# Misc. options 52options PCIVERBOSE # recognize "unknown" PCI devices 53 54config netbsd swap generic 55 56mainbus0 at root 57cpu* at mainbus0 58 59# TurboChannel host bus adapter support 60tcasic* at mainbus0 61 62# TurboChannel bus support 63tc* at tcasic? 64 65# TurboChannel devices 66ioasic0 at tc? slot ? offset ? 67mcclock0 at ioasic? offset ? 68le* at ioasic? offset ? 69scc0 at ioasic? offset ? 70scc1 at ioasic? offset ? 71tcds0 at tc? slot ? offset ? 72esp0 at tcds? slot ? 73esp1 at tcds? slot ? 74cfb* at tc? slot ? offset ? 75sfb* at tc? slot ? offset ? 76le* at tc? slot ? offset ? 77fta* at tc? slot ? offset ? # DEC DEFTA FDDI cards 78 79# PCI host bus adapter support 80apecs* at mainbus? 81cia* at mainbus? 82lca* at mainbus? 83 84# PCI bus support 85pci* at apecs? 86pci* at cia? 87pci* at lca? 88pci* at ppb? 89 90# PCI devices 91de* at pci? 92le* at pci? 93ncr* at pci? 94pceb* at pci? 95pcivga* at pci? 96ppb* at pci? 97sio* at pci? 98tga* at pci? 99fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards 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# EISA devices 116fea* at eisa? slot ? # DEC DEFEA FDDI cards 117 118# SCSI bus support 119scsibus* at esp? 120scsibus* at ncr? 121 122# SCSI devices 123sd* at scsibus? target ? lun ? 124st* at scsibus? target ? lun ? 125cd* at scsibus? target ? lun ? 126 127# Workstation Console attachments 128wscons* at cfb? 129wscons* at pcivga? 130wscons* at sfb? 131wscons* at tga? 132 133pseudo-device bpfilter 134pseudo-device loop 135pseudo-device pty 136pseudo-device sl 137pseudo-device vnd 138