GENERIC revision 1.20
1# $NetBSD: GENERIC,v 1.20 1996/07/14 21:14:48 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. 40#options COMPAT_09 41options COMPAT_10 42options COMPAT_11 43 44# OSF/1 binary compatibility -- CURRENTLY DOES NOT WORK 45#options COMPAT_OSF1 46 47# Loadable Kernel Modules 48options LKM 49 50# Disable kernel security. 51#options INSECURE 52 53# Misc. options 54options PCIVERBOSE # recognize "unknown" PCI devices 55 56config netbsd swap generic 57#config netbsd root on sd0 swap on sd0 58#config netbsd root nfs swap nfs 59 60mainbus0 at root 61cpu* at mainbus0 62 63# TurboChannel host bus adapter support 64tcasic* at mainbus0 65 66# TurboChannel bus support 67tc* at tcasic? 68 69# TurboChannel devices 70ioasic0 at tc? slot ? offset ? 71mcclock0 at ioasic? offset ? 72le* at ioasic? offset ? 73scc0 at ioasic? offset ? 74scc1 at ioasic? offset ? 75tcds0 at tc? slot ? offset ? 76esp0 at tcds? slot ? 77esp1 at tcds? slot ? 78cfb* at tc? slot ? offset ? 79sfb* at tc? slot ? offset ? 80le* at tc? slot ? offset ? 81fta* at tc? slot ? offset ? # DEC DEFTA FDDI cards 82 83# PCI host bus adapter support 84apecs* at mainbus? 85cia* at mainbus? 86lca* at mainbus? 87 88# PCI bus support 89pci* at apecs? 90pci* at cia? 91pci* at lca? 92pci* at ppb? 93 94# PCI devices 95#ahc* at pci? dev ? function ? # AHA-28xx SCSI (NOT 64-BIT) 96de* at pci? dev ? function ? # 21x4[012]-based Ethernet 97en* at pci? dev ? function ? # ENI PCI ATM (untested) 98ep* at pci? dev ? function ? # 3COM 3c59x (untested) 99fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards 100le* at pci? dev ? function ? # PCI LANCE Ethernet (untested) 101ncr* at pci? dev ? function ? # NCR 53c8xx SCSI 102pceb* at pci? dev ? function ? # Intel PCI-EISA brige 103pcivga* at pci? dev ? function ? # PCI VGA graphics 104ppb* at pci? dev ? function ? # PCI-PCI bridges 105sio* at pci? dev ? function ? # Intel PCI-ISA bridge 106tga* at pci? dev ? function ? # DEC ZLXp-E[123] graphics 107 108# ISA/EISA bus support 109isa* at pceb? 110eisa* at pceb? 111isa* at sio? 112 113# ISA devices 114mcclock0 at isa? port 0x70 115pckbd0 at isa? port 0x60 irq 1 # PC-ish ISA keyboard 116pms0 at isa? port 0x60 irq 12 # PS/2 auxiliary 117com0 at isa? port 0x3f8 irq 4 # standard serial ports 118com1 at isa? port 0x2f8 irq 3 119lpt0 at isa? port 0x3bc irq 7 # standard parallel port 120#wss0 at isa? port 0x530 irq 9 drq 0 # Windows Sound System 121 122# EISA devices 123fea* at eisa? slot ? # DEC DEFEA FDDI cards 124 125# SCSI bus support 126scsibus* at esp? 127scsibus* at ncr? 128 129# SCSI devices 130sd* at scsibus? target ? lun ? 131st* at scsibus? target ? lun ? 132cd* at scsibus? target ? lun ? 133 134# Workstation Console attachments 135wscons* at cfb? 136wscons* at pcivga? 137wscons* at sfb? 138wscons* at tga? 139 140pseudo-device bpfilter 16 141pseudo-device loop 142pseudo-device pty 64 143pseudo-device sl 4 144pseudo-device vnd 4 145