diff options
-rw-r--r-- | sys/arch/alpha/conf/RAMDISK | 63 |
1 files changed, 1 insertions, 62 deletions
diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK index 68befe5e5bc..0107bc65ad5 100644 --- a/sys/arch/alpha/conf/RAMDISK +++ b/sys/arch/alpha/conf/RAMDISK @@ -1,7 +1,5 @@ -# $OpenBSD: RAMDISK,v 1.32 2000/11/08 16:21:38 art Exp $ +# $OpenBSD: RAMDISK,v 1.33 2001/01/18 20:11:37 art 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. machine alpha # architecture, used by config; REQUIRED @@ -19,49 +17,16 @@ option DEC_550 # Miata: Digital Personal Workstation option RAMDISK_HOOKS option MINIROOTSIZE=5744 # 4 Megabytes! -# Needs to be set per system -#option TIMEZONE="7*60" # Minutes west of GMT (for param.c) -#option DST=1 # Daylight savings rules (for param.c) - # Standard system options maxusers 8 # estimated number of users -option SWAPPAGER # paging; REQUIRED -option DEVPAGER # mmap() of devices - -#option DEBUG, DIAGNOSTIC # Extra kernel debugging -#option KTRACE # System call tracing support - # File system options -#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 option INET # Internet protocol suite -# 4.3BSD compatibility. Should be optional, but necessary for now. -#option COMPAT_43 - -# Binary compatibility with previous versions of NetBSD. -#option COMPAT_09 -#option COMPAT_10 -#option COMPAT_11 -#option COMPAT_12 - -# OSF/1 binary compatibility -- CURRENTLY DOES NOT WORK -#option COMPAT_OSF1 - -# Loadable Kernel Modules -#option LKM - -# Disable kernel security. -#option INSECURE - # Misc. options #option EISAVERBOSE # recognize "unknown" EISA devices #option PCIVERBOSE # recognize "unknown" PCI devices @@ -71,32 +36,10 @@ option SCSITERSE # less verbose scsi error messages option WSEMUL_VT100 # wscons VT100 emulation config bsd swap generic -#config bsd root on sd0 swap on sd0 -#config bsd root nfs swap nfs mainbus0 at root cpu* at mainbus0 -# TurboChannel host bus adapter support -#tcasic* at mainbus0 - -# TurboChannel bus support -#tc* at tcasic? - -# TurboChannel devices -#ioasic* at tc? slot ? offset ? -#mcclock* at ioasic? offset ? -#le* at ioasic? offset ? -#scc0 at ioasic? offset ? -#scc1 at ioasic? offset ? -#tcds0 at tc? slot ? offset ? -#asc0 at tcds? slot ? -#asc1 at tcds? slot ? -#cfb* at tc? slot ? offset ? -#sfb* at tc? slot ? offset ? -#le* at tc? slot ? offset ? -#fta* at tc? slot ? offset ? # DEC DEFTA FDDI cards - # PCI host bus adapter support apecs* at mainbus? cia* at mainbus? @@ -139,7 +82,6 @@ inphy* at mii? phy ? # Intel 82555 PHYs # ISA/EISA bus support isa* at pceb? -eisa* at pceb? isa* at sio? # ISA devices @@ -160,9 +102,6 @@ ne2 at isa? port 0x280 irq 9 # NE[12]000 ethernet cards #wss* at isa? port 0x530 irq 9 drq 0 # Windows Sound System #cy0 at isa? iomem 0xd4000 irq 12 # ISA cyclom card -# EISA devices -#fea* at eisa? slot ? # DEC DEFEA FDDI cards - # IDE #pciide* at pci ? dev ? function ? flags 0x0000 #wdc0 at isa? port 0x1f0 irq 14 flags 0x00 |