GENERIC revision 1.28
1# $NetBSD: GENERIC,v 1.28 1996/11/19 04:43:57 cgd Exp $ 2# 3# Generic Alpha kernel. Enough to get booted, etc., but not much more. 4 5include "arch/alpha/conf/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. 15options DEC_EB164 # EB164 16#options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150) 17 18# needs to be set per system 19options TIMEZONE="5*60" # Minutes west of GMT (for param.c) 20options DST=1 # Daylight savings rules (for param.c) 21 22# Standard system options 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 EISAVERBOSE # recognize "unknown" EISA devices 56options PCIVERBOSE # recognize "unknown" PCI devices 57options TCVERBOSE # recognize "unknown" TC devices 58options UCONSOLE # users can use TIOCCONS (for xconsole) 59 60config netbsd swap generic 61#config netbsd root on sd0 swap on sd0 62#config netbsd root nfs swap nfs 63 64mainbus0 at root 65cpu* at mainbus0 66 67# TurboChannel host bus adapter support 68tcasic* at mainbus0 69 70# TurboChannel bus support 71tc* at tcasic? 72 73# TurboChannel devices 74ioasic0 at tc? slot ? offset ? 75mcclock0 at ioasic? offset ? 76le* at ioasic? offset ? 77scc0 at ioasic? offset ? 78scc1 at ioasic? offset ? 79tcds0 at tc? slot ? offset ? 80esp0 at tcds? slot ? 81esp1 at tcds? slot ? 82cfb* at tc? slot ? offset ? 83sfb* at tc? slot ? offset ? 84le* at tc? slot ? offset ? 85fta* at tc? slot ? offset ? # DEC DEFTA FDDI cards 86 87# PCI host bus adapter support 88apecs* at mainbus? 89cia* at mainbus? 90lca* at mainbus? 91 92# PCI bus support 93pci* at apecs? 94pci* at cia? 95pci* at lca? 96pci* at ppb? 97 98# PCI devices 99#ahc* at pci? dev ? function ? # AHA-28xx SCSI (NOT 64-BIT) 100de* at pci? dev ? function ? # 21x4[012]-based Ethernet 101en* at pci? dev ? function ? # ENI PCI ATM (untested) 102ep* at pci? dev ? function ? # 3COM 3c59x (untested) 103fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards 104le* at pci? dev ? function ? # PCI LANCE Ethernet (untested) 105ncr* at pci? dev ? function ? # NCR 53c8xx SCSI 106pceb* at pci? dev ? function ? # Intel PCI-EISA brige 107vga* at pci? dev ? function ? # PCI VGA graphics 108ppb* at pci? dev ? function ? # PCI-PCI bridges 109sio* at pci? dev ? function ? # Intel PCI-ISA bridge 110tga* at pci? dev ? function ? # DEC ZLXp-E[123] graphics 111 112# ISA/EISA bus support 113isa* at pceb? 114eisa* at pceb? 115isa* at sio? 116 117# ISA devices 118mcclock0 at isa? port 0x70 119pckbd0 at isa? port 0x60 irq 1 # PC-ish ISA keyboard 120pms0 at isa? port 0x60 irq 12 # PS/2 auxiliary 121com0 at isa? port 0x3f8 irq 4 # standard serial ports 122com1 at isa? port 0x2f8 irq 3 123lpt0 at isa? port 0x3bc irq 7 # standard parallel port 124# VGA ON ISA CANNOT BE USED IN THE PRESENCE OF PCI VGA CARDS + VGA ON PCI. 125#vga0 at isa? # ISA (EISA: XXX) VGA 126#wss0 at isa? port 0x530 irq 9 drq 0 # Windows Sound System 127 128# EISA devices 129fea* at eisa? slot ? # DEC DEFEA FDDI cards 130 131# SCSI bus support 132scsibus* at esp? 133scsibus* at ncr? 134 135# SCSI devices 136sd* at scsibus? target ? lun ? 137st* at scsibus? target ? lun ? 138cd* at scsibus? target ? lun ? 139 140# Workstation Console attachments 141wscons* at cfb? 142wscons* at vga? 143wscons* at sfb? 144wscons* at tga? 145 146pseudo-device bpfilter 16 147pseudo-device loop 148pseudo-device pty 64 149pseudo-device rd 1 150pseudo-device sl 4 151pseudo-device vnd 4 152