GENERIC revision 1.8
1# $NetBSD: GENERIC,v 1.8 1995/08/03 00:09:19 cgd Exp $ 2# 3# Generic Alpha kernel. Enough to get booted, etc., but not much more. 4 5machine alpha 6 7makeoptions DEBUG="-g" 8 9maxusers 8 10 11# does not really do anything anymore, but this replaces "ident GENERIC" 12options GENERIC 13 14# CPU Support 15options DEC_3000_500 # Flamingo etc: 3000/[4-9]00* 16options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150) 17options DEC_3000_300 # Pelican etc: 3000/300* 18options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc. 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 NFSCLIENT # Sun NFS-compatible file system client 34 35# Networking options 36options INET # Internet protocol suite 37 38# 4.3BSD compatibility. Should be optional, but necessary for now. 39options COMPAT_43 40 41# OSF/1 binary compatibility -- CURRENTLY DOES NOT WORK 42#options COMPAT_OSF1 43 44# Loadable Kernel Modules 45options LKM 46 47# Disable kernel security. 48#options INSECURE 49 50# Misc. options 51options PCIVERBOSE # recognize "unknown" PCI devices 52 53config netbsd swap generic 54 55mainbus0 at root 56cpu* at mainbus0 57 58# TurboChannel bus support 59tc* at mainbus0 60 61# TurboChannel devices 62asic0 at tc? slot ? offset ? 63clock0 at asic? offset ? 64le0 at asic? offset ? 65scc0 at asic? offset ? 66scc1 at asic? offset ? 67tcds0 at tc? slot ? offset ? 68esp0 at tcds? slot ? 69esp1 at tcds? slot ? 70#sfb* at tc? slot ? offset ? 71 72# PCI host bus adapter support 73apecs* at mainbus? 74#lca* at cpu? 75 76# PCI bus support 77pci* at apecs? 78#pci* at lca? 79 80# PCI devices 81de* at pci? 82sio* at pci? 83ncr* at pci? 84tga* at pci? 85pcivga* at pci? 86 87# ISA bus support 88isa0 at sio? 89 90# ISA devices 91clock0 at isa? port 0x70 92pckbd0 at isa? port 0x60 irq 1 # PC-ish ISA keyboard 93#pms0 at isa? port 0x60 irq 12 # PS/2 auxiliary 94com0 at isa? port 0x3f8 irq 4 # standard serial ports 95com1 at isa? port 0x2f8 irq 3 96lpt0 at isa? port 0x3bc irq 7 # standard parallel port 97wss0 at isa? port 0x530 irq 9 drq 0 # Windows Sound System 98 99# SCSI bus support 100scsibus* at esp? 101scsibus* at ncr? 102 103# SCSI devices 104sd* at scsibus? target ? lun ? 105st* at scsibus? target ? lun ? 106cd* at scsibus? target ? lun ? 107 108pseudo-device bpfilter 109pseudo-device loop 110pseudo-device pty 111pseudo-device sl 112pseudo-device vnd 113