GENERIC revision 1.18
1# $NetBSD: GENERIC,v 1.18 1996/06/12 01:44:31 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#config netbsd root on sd0 swap on sd0 56#config netbsd root nfs swap nfs 57 58mainbus0 at root 59cpu* at mainbus0 60 61# TurboChannel host bus adapter support 62tcasic* at mainbus0 63 64# TurboChannel bus support 65tc* at tcasic? 66 67# TurboChannel devices 68ioasic0 at tc? slot ? offset ? 69mcclock0 at ioasic? offset ? 70le* at ioasic? offset ? 71scc0 at ioasic? offset ? 72scc1 at ioasic? offset ? 73tcds0 at tc? slot ? offset ? 74esp0 at tcds? slot ? 75esp1 at tcds? slot ? 76cfb* at tc? slot ? offset ? 77sfb* at tc? slot ? offset ? 78le* at tc? slot ? offset ? 79fta* at tc? slot ? offset ? # DEC DEFTA FDDI cards 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? 94le* at pci? 95ncr* at pci? 96pceb* at pci? 97pcivga* at pci? 98ppb* at pci? 99sio* at pci? 100tga* at pci? 101fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards 102 103# ISA/EISA bus support 104isa* at pceb? 105eisa* at pceb? 106isa* at sio? 107 108# ISA devices 109mcclock0 at isa? port 0x70 110pckbd0 at isa? port 0x60 irq 1 # PC-ish ISA keyboard 111pms0 at isa? port 0x60 irq 12 # PS/2 auxiliary 112com0 at isa? port 0x3f8 irq 4 # standard serial ports 113com1 at isa? port 0x2f8 irq 3 114lpt0 at isa? port 0x3bc irq 7 # standard parallel port 115#wss0 at isa? port 0x530 irq 9 drq 0 # Windows Sound System 116 117# EISA devices 118fea* at eisa? slot ? # DEC DEFEA FDDI cards 119 120# SCSI bus support 121scsibus* at esp? 122scsibus* at ncr? 123 124# SCSI devices 125sd* at scsibus? target ? lun ? 126st* at scsibus? target ? lun ? 127cd* at scsibus? target ? lun ? 128 129# Workstation Console attachments 130wscons* at cfb? 131wscons* at pcivga? 132wscons* at sfb? 133wscons* at tga? 134 135pseudo-device bpfilter 136pseudo-device loop 137pseudo-device pty 138pseudo-device sl 139pseudo-device vnd 140