RAMDISK revision 1.3
1# $NetBSD: RAMDISK,v 1.3 1996/09/27 17:08:36 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 SWAPPAGER, VNODEPAGER, DEVPAGER # Paging (mandatory) 27options DEBUG, DIAGNOSTIC # Extra kernel debugging 28options KTRACE # System call tracing support 29 30# File system options 31options FIFO # POSIX fifo support (in all file systems) 32options FFS # Fast file system 33options MFS # Memory-based file system 34options NFSSERVER # Sun NFS-compatible file system server 35options NFSCLIENT # Sun NFS-compatible file system client 36 37# Networking options 38options INET # Internet protocol suite 39 40# 4.3BSD compatibility. Should be optional, but necessary for now. 41options COMPAT_43 42 43# Binary compatibility with previous versions of NetBSD. 44#options COMPAT_09 45options COMPAT_10 46options COMPAT_11 47options COMPAT_12 48 49# OSF/1 binary compatibility -- CURRENTLY DOES NOT WORK 50#options COMPAT_OSF1 51 52# Loadable Kernel Modules 53options LKM 54 55# Disable kernel security. 56#options INSECURE 57 58# Misc. options 59options EISAVERBOSE # recognize "unknown" EISA devices 60options PCIVERBOSE # recognize "unknown" PCI devices 61options TCVERBOSE # recognize "unknown" TC devices 62options UCONSOLE # users can use TIOCCONS (for xconsole) 63 64config netbsd root on rd0 65#config netbsd root on sd0 swap on sd0 66#config netbsd root nfs swap nfs 67 68mainbus0 at root 69cpu* at mainbus0 70 71# TurboChannel host bus adapter support 72tcasic* at mainbus0 73 74# TurboChannel bus support 75tc* at tcasic? 76 77# TurboChannel devices 78ioasic0 at tc? slot ? offset ? 79mcclock0 at ioasic? offset ? 80le* at ioasic? offset ? 81scc0 at ioasic? offset ? 82scc1 at ioasic? offset ? 83tcds0 at tc? slot ? offset ? 84esp0 at tcds? slot ? 85esp1 at tcds? slot ? 86cfb* at tc? slot ? offset ? 87sfb* at tc? slot ? offset ? 88le* at tc? slot ? offset ? 89fta* at tc? slot ? offset ? # DEC DEFTA FDDI cards 90 91# PCI host bus adapter support 92apecs* at mainbus? 93cia* at mainbus? 94lca* at mainbus? 95 96# PCI bus support 97pci* at apecs? 98pci* at cia? 99pci* at lca? 100pci* at ppb? 101 102# PCI devices 103#ahc* at pci? dev ? function ? # AHA-28xx SCSI (NOT 64-BIT) 104de* at pci? dev ? function ? # 21x4[012]-based Ethernet 105en* at pci? dev ? function ? # ENI PCI ATM (untested) 106ep* at pci? dev ? function ? # 3COM 3c59x (untested) 107fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards 108le* at pci? dev ? function ? # PCI LANCE Ethernet (untested) 109ncr* at pci? dev ? function ? # NCR 53c8xx SCSI 110pceb* at pci? dev ? function ? # Intel PCI-EISA brige 111pcivga* at pci? dev ? function ? # PCI VGA graphics 112ppb* at pci? dev ? function ? # PCI-PCI bridges 113sio* at pci? dev ? function ? # Intel PCI-ISA bridge 114tga* at pci? dev ? function ? # DEC ZLXp-E[123] graphics 115 116# ISA/EISA bus support 117isa* at pceb? 118eisa* at pceb? 119isa* at sio? 120 121# ISA devices 122mcclock0 at isa? port 0x70 123pckbd0 at isa? port 0x60 irq 1 # PC-ish ISA keyboard 124pms0 at isa? port 0x60 irq 12 # PS/2 auxiliary 125com0 at isa? port 0x3f8 irq 4 # standard serial ports 126com1 at isa? port 0x2f8 irq 3 127lpt0 at isa? port 0x3bc irq 7 # standard parallel port 128#wss0 at isa? port 0x530 irq 9 drq 0 # Windows Sound System 129 130# EISA devices 131fea* at eisa? slot ? # DEC DEFEA FDDI cards 132 133# SCSI bus support 134scsibus* at esp? 135scsibus* at ncr? 136 137# SCSI devices 138sd* at scsibus? target ? lun ? 139st* at scsibus? target ? lun ? 140cd* at scsibus? target ? lun ? 141 142# Workstation Console attachments 143wscons* at cfb? 144wscons* at pcivga? 145wscons* at sfb? 146wscons* at tga? 147 148pseudo-device bpfilter 16 149pseudo-device loop 150pseudo-device pty 64 151pseudo-device sl 4 152pseudo-device vnd 4 153pseudo-device rd 1 154