RAMDISK revision 1.5
1# $NetBSD: RAMDISK,v 1.5 1996/11/15 19:37:33 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. 15#options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150) 16 17# Enable the hooks used for initializing the ram-disk. 18options RAMDISK_HOOKS 19options MINIROOTSIZE=8192 # 4 Megabytes! 20 21# needs to be set per system 22options TIMEZONE="5*60" # Minutes west of GMT (for param.c) 23options DST=1 # Daylight savings rules (for param.c) 24 25# Standard system options 26options DEBUG, DIAGNOSTIC # Extra kernel debugging 27options KTRACE # System call tracing support 28 29# File system options 30options FIFO # POSIX fifo support (in all file systems) 31options FFS # Fast file system 32options MFS # Memory-based file system 33options NFSSERVER # Sun NFS-compatible file system server 34options NFSCLIENT # Sun NFS-compatible file system client 35 36# Networking options 37options INET # Internet protocol suite 38 39# 4.3BSD compatibility. Should be optional, but necessary for now. 40options COMPAT_43 41 42# Binary compatibility with previous versions of NetBSD. 43#options COMPAT_09 44options COMPAT_10 45options COMPAT_11 46options COMPAT_12 47 48# OSF/1 binary compatibility -- CURRENTLY DOES NOT WORK 49#options COMPAT_OSF1 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 77ioasic0 at tc? slot ? offset ? 78mcclock0 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 110pcivga* 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 121mcclock0 at isa? port 0x70 122pckbd0 at isa? port 0x60 irq 1 # PC-ish ISA keyboard 123pms0 at isa? port 0x60 irq 12 # PS/2 auxiliary 124com0 at isa? port 0x3f8 irq 4 # standard serial ports 125com1 at isa? port 0x2f8 irq 3 126lpt0 at isa? port 0x3bc irq 7 # standard parallel port 127#wss0 at isa? port 0x530 irq 9 drq 0 # Windows Sound System 128 129# EISA devices 130fea* at eisa? slot ? # DEC DEFEA FDDI cards 131 132# SCSI bus support 133scsibus* at esp? 134scsibus* at ncr? 135 136# SCSI devices 137sd* at scsibus? target ? lun ? 138st* at scsibus? target ? lun ? 139cd* at scsibus? target ? lun ? 140 141# Workstation Console attachments 142wscons* at cfb? 143wscons* at pcivga? 144wscons* at sfb? 145wscons* at tga? 146 147pseudo-device bpfilter 16 148pseudo-device loop 149pseudo-device pty 64 150pseudo-device sl 4 151pseudo-device vnd 4 152pseudo-device rd 1 153