diff options
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/conf/RAMDISK | 77 |
1 files changed, 41 insertions, 36 deletions
diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK index 889529aee36..91d6a968e41 100644 --- a/sys/arch/alpha/conf/RAMDISK +++ b/sys/arch/alpha/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.2 1997/01/24 19:57:02 niklas Exp $ +# $OpenBSD: RAMDISK,v 1.3 1997/05/08 00:47:47 niklas Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -8,59 +8,61 @@ include "arch/alpha/conf/std.alpha" maxusers 8 # CPU Support -options DEC_3000_500 # Flamingo etc: 3000/[4-9]00* -options DEC_3000_300 # Pelican etc: 3000/300* -options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc. -options DEC_KN20AA # KN20AA: AlphaStation 600 -options DEC_AXPPCI_33 # NoName: AXPpci33, etc. -options DEC_EB164 # EB164: AlphaPC 164 -#options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150) +option DEC_3000_500 # Flamingo etc: 3000/[4-9]00* +option DEC_3000_300 # Pelican etc: 3000/300* +option DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc. +option DEC_KN20AA # KN20AA: AlphaStation 600 +option DEC_AXPPCI_33 # NoName: AXPpci33, etc. +option DEC_EB164 # EB164: AlphaPC 164 +#option DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150) # Enable the hooks used for initializing the ram-disk. -options RAMDISK_HOOKS -options MINIROOTSIZE=8192 # 4 Megabytes! +option RAMDISK_HOOKS +option MINIROOTSIZE=8192 # 4 Megabytes! # needs to be set per system -options TIMEZONE="5*60" # Minutes west of GMT (for param.c) -options DST=1 # Daylight savings rules (for param.c) +option TIMEZONE="5*60" # Minutes west of GMT (for param.c) +option DST=1 # Daylight savings rules (for param.c) -# Standard system options -options DEBUG, DIAGNOSTIC # Extra kernel debugging -options KTRACE # System call tracing support +# Standard system option +option DEBUG, DIAGNOSTIC # Extra kernel debugging +#option KTRACE # System call tracing support -# File system options -options FIFO # POSIX fifo support (in all file systems) -options FFS # Fast file system -options MFS # Memory-based file system -options NFSSERVER # Sun NFS-compatible file system server -options NFSCLIENT # Sun NFS-compatible file system client +# File system option +option FIFO # POSIX fifo support (in all file systems) +option FFS # Fast file system +option MFS # Memory-based file system +option KERNFS # pseudo-fs to get at kernel internals +#option NFSSERVER # Sun NFS-compatible file system server +option NFSCLIENT # Sun NFS-compatible file system client +option CD9660 # ISO 9660 + Rock Ridge file system -# Networking options -options INET # Internet protocol suite +# Networking option +option INET # Internet protocol suite # 4.3BSD compatibility. Should be optional, but necessary for now. -options COMPAT_43 +option COMPAT_43 # Binary compatibility with previous versions of NetBSD. -#options COMPAT_09 -options COMPAT_10 -options COMPAT_11 -options COMPAT_12 +#option COMPAT_09 +option COMPAT_10 +option COMPAT_11 +option COMPAT_12 # OSF/1 binary compatibility -- CURRENTLY DOES NOT WORK -#options COMPAT_OSF1 +#option COMPAT_OSF1 # Loadable Kernel Modules -options LKM +#option LKM # Disable kernel security. -#options INSECURE +#option INSECURE -# Misc. options -options EISAVERBOSE # recognize "unknown" EISA devices -options PCIVERBOSE # recognize "unknown" PCI devices -options TCVERBOSE # recognize "unknown" TC devices -options UCONSOLE # users can use TIOCCONS (for xconsole) +# Misc. option +option EISAVERBOSE # recognize "unknown" EISA devices +option PCIVERBOSE # recognize "unknown" PCI devices +option TCVERBOSE # recognize "unknown" TC devices +option UCONSOLE # users can use TIOCCONS (for xconsole) config bsd swap generic #config bsd root on sd0 swap on sd0 @@ -128,6 +130,9 @@ com* at isa? port 0x3f8 irq 4 # standard serial ports com* at isa? port 0x2f8 irq 3 lpt* at isa? port 0x3bc irq 7 # standard parallel port vga* at isa? # ISA (EISA: XXX) VGA +ed0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC, 3C503, and +ed1 at isa? port 0x250 iomem 0xd8000 irq 9 # NE[12]000 ethercards +ed2 at isa? port 0x300 iomem 0xcc000 irq 10 #wss* at isa? port 0x530 irq 9 drq 0 # Windows Sound System # EISA devices |