GENERIC revision 1.34
1# $NetBSD: GENERIC,v 1.34 1997/01/14 23:18:17 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: AlphaPC 164 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 CD9660 # ISO-9660 CD-ROM FS (w/RockRidge extensions) 31options MSDOSFS # MS-DOS-compatible file system 32options NFSSERVER # Sun NFS-compatible file system server 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# Binary compatibility with previous versions of NetBSD. 42#options COMPAT_09 43options COMPAT_10 44options COMPAT_11 45options COMPAT_12 46 47# System V-like shared memory 48options SYSVSHM 49#options SHMMAXPGS=1024 # 1024 pages is the default 50 51# Loadable Kernel Modules 52options LKM 53 54# Disable kernel security. 55#options INSECURE 56 57# Misc. options 58options EISAVERBOSE # recognize "unknown" EISA devices 59options PCIVERBOSE # recognize "unknown" PCI devices 60options TCVERBOSE # recognize "unknown" TC devices 61options UCONSOLE # users can use TIOCCONS (for xconsole) 62 63config netbsd swap generic 64#config netbsd root on sd0 swap on sd0 65#config netbsd root nfs swap nfs 66 67mainbus0 at root 68cpu* at mainbus0 69 70# TurboChannel host bus adapter support 71tcasic* at mainbus0 72 73# TurboChannel bus support 74tc* at tcasic? 75 76# TurboChannel devices 77ioasic* at tc? slot ? offset ? 78mcclock* at ioasic? offset ? 79le* at ioasic? offset ? 80scc0 at ioasic? offset ? 81scc1 at ioasic? offset ? 82tcds0 at tc? slot ? offset ? 83esp0 at tcds? slot ? 84esp1 at tcds? slot ? 85cfb* at tc? slot ? offset ? 86sfb* at tc? slot ? offset ? 87le* at tc? slot ? offset ? 88fta* at tc? slot ? offset ? # DEC DEFTA FDDI cards 89 90# PCI host bus adapter support 91apecs* at mainbus? 92cia* at mainbus? 93lca* at mainbus? 94 95# PCI bus support 96pci* at apecs? 97pci* at cia? 98pci* at lca? 99pci* at ppb? 100 101# PCI devices 102#ahc* at pci? dev ? function ? # AHA-28xx SCSI (NOT 64-BIT) 103de* at pci? dev ? function ? # 21x4[012]-based Ethernet 104en* at pci? dev ? function ? # ENI PCI ATM (untested) 105ep* at pci? dev ? function ? # 3COM 3c59x (untested) 106fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards 107le* at pci? dev ? function ? # PCI LANCE Ethernet (untested) 108ncr* at pci? dev ? function ? # NCR 53c8xx SCSI 109pceb* at pci? dev ? function ? # Intel PCI-EISA brige 110vga* at pci? dev ? function ? # PCI VGA graphics 111ppb* at pci? dev ? function ? # PCI-PCI bridges 112sio* at pci? dev ? function ? # Intel PCI-ISA bridge 113tga* at pci? dev ? function ? # DEC ZLXp-E[123] graphics 114 115# ISA/EISA bus support 116isa* at pceb? 117eisa* at pceb? 118isa* at sio? 119 120# ISA devices 121mcclock* at isa? port 0x70 122pcppi* at isa? # PC prog. periph. interface 123pckbd* at pcppi? # PC keyboard (kbd port) 124pms* at pcppi? # PS/2-style mouse (aux port) 125com* at isa? port 0x3f8 irq 4 # standard serial ports 126com* at isa? port 0x2f8 irq 3 127lpt* at isa? port 0x3bc irq 7 # standard parallel port 128vga* at isa? # ISA (EISA: XXX) VGA 129#wss* at isa? port 0x530 irq 9 drq 0 # Windows Sound System 130 131# EISA devices 132fea* at eisa? slot ? # DEC DEFEA FDDI cards 133 134# SCSI bus support 135scsibus* at esp? 136scsibus* at ncr? 137 138# SCSI devices 139cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 140sd* at scsibus? target ? lun ? # SCSI disk drives 141st* at scsibus? target ? lun ? # SCSI tape drives 142 143# Workstation Console attachments 144wscons* at cfb? 145wscons* at vga? 146wscons* at sfb? 147wscons* at tga? 148 149pseudo-device bpfilter 16 150pseudo-device ccd 4 151pseudo-device loop 1 152pseudo-device md 1 153pseudo-device ppp 4 154pseudo-device pty 64 155pseudo-device sl 4 156pseudo-device vnd 4 157