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