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