Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/alpha/conf These systems haven't been available to ...
details: https://anonhg.NetBSD.org/src/rev/9b56a63347cd
branches: trunk
changeset: 486455:9b56a63347cd
user: thorpej <thorpej%NetBSD.org@localhost>
date: Mon May 22 16:45:30 2000 +0000
description:
These systems haven't been available to NetBSD/alpha developers
for a very very very long time, and there are more up-to-date
example configs for the BUNNY case.
diffstat:
sys/arch/alpha/conf/BUNNY | 110 ----------------------------------------------
sys/arch/alpha/conf/JURA | 82 ----------------------------------
2 files changed, 0 insertions(+), 192 deletions(-)
diffs (200 lines):
diff -r 5a3b284d9abd -r 9b56a63347cd sys/arch/alpha/conf/BUNNY
--- a/sys/arch/alpha/conf/BUNNY Mon May 22 16:38:24 2000 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,110 +0,0 @@
-# $NetBSD: BUNNY,v 1.25 2000/03/22 00:58:16 cgd Exp $
-#
-# Kernel for bunnahabhain.pdl.cs.cmu.edu.
-#
-# Trimmed down kernel for AlphaStation [24]xx systems, with lots
-# of buffer cache.
-
-include "arch/alpha/conf/std.alpha"
-
-maxusers 8
-
-# bump up the number of buffers, for quicker compiles
-options BUFPAGES=2048 # 16M of buffer cache
-
-# CPU Support
-options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc.
-
-# Standard system options
-options KTRACE # System call tracing support
-
-# Diagnostic/debugging support options
-options DIAGNOSTIC # Cheap kernel consistency checks
-options DEBUG # Expensive debugging checks/support
-
-# File systems
-file-system FFS # Fast file system
-file-system MFS # Memory-based file system
-file-system NFS # Sun NFS-compatible file system client
-
-# File system options
-options NFSSERVER # Sun NFS-compatible file system server
-
-# Networking options
-options INET # Internet protocol suite
-
-# 4.3BSD compatibility. Should be optional, but necessary for now.
-options COMPAT_43
-
-# Binary compatibility with previous versions of NetBSD.
-#options COMPAT_09
-options COMPAT_10
-options COMPAT_11
-options COMPAT_12
-options COMPAT_13
-options COMPAT_14
-
-# Loadable Kernel Modules
-options LKM
-
-# Disable kernel security.
-#options INSECURE
-
-# Misc. options
-options PCIVERBOSE # recognize "unknown" PCI devices
-#options PCI_CONFIG_DUMP # verbosely dump PCI config space
-options UCONSOLE # users can use TIOCCONS (for xconsole)
-
-# WS console uses SUN terminal emulation
-options WSEMUL_SUN
-
-config netbsd root on ? type ?
-
-mainbus0 at root
-cpu* at mainbus0
-
-# PCI host bus adapter support
-apecs* at mainbus?
-
-# PCI bus support
-pci* at apecs?
-
-# PCI devices
-de* at pci?
-ncr* at pci?
-vga* at pci?
-sio* at pci?
-tga* at pci?
-
-# ISA/EISA bus support
-isa* at sio?
-
-# ISA devices
-mcclock* at isa? port 0x70
-pckbc* at isa? # PC keyboard controller
-pckbd* at pckbc? # PC keyboard (kbd port)
-pms* at pckbc? # PS/2-style mouse (aux port)
-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
-#wss* at isa? port 0x530 irq 9 drq 0 # Windows Sound System
-#audio* at wss?
-
-# SCSI bus support
-scsibus* at ncr?
-
-# SCSI devices
-sd* at scsibus? target ? lun ?
-st* at scsibus? target ? lun ?
-cd* at scsibus? target ? lun ?
-
-# Workstation Console attachments
-wsdisplay* at vga?
-wsdisplay* at tga?
-wskbd* at pckbd?
-wsmouse* at pms?
-
-pseudo-device bpfilter 16
-pseudo-device loop
-pseudo-device pty 64
-pseudo-device vnd 4
diff -r 5a3b284d9abd -r 9b56a63347cd sys/arch/alpha/conf/JURA
--- a/sys/arch/alpha/conf/JURA Mon May 22 16:38:24 2000 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,82 +0,0 @@
-# $NetBSD: JURA,v 1.23 1999/07/29 10:37:13 augustss Exp $
-#
-# Kernel for jura.pdl.cs.cmu.edu.
-#
-# THIS KERNEL DOES NOT CURRENTLY WORK, OR EVEN CONFIGURE!
-
-include "arch/alpha/conf/std.alpha"
-
-maxusers 8
-
-makeoptions DEBUG="-g"
-
-# CPU Support
-options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150)
-
-options BOOTKEY # ask for keyhit before halt/reboot
-
-# Standard system options
-options KTRACE # System call tracing support
-
-# Diagnostic/debugging support options
-options DIAGNOSTIC # Cheap kernel consistency checks
-options DEBUG # Expensive debugging checks/support
-
-# File systems
-file-system FFS # Fast file system
-file-system MFS # Memory-based file system
-file-system NFS # Sun NFS-compatible file system client
-
-# Networking options
-options INET # Internet protocol suite
-
-# 4.3BSD compatibility. Should be optional, but necessary for now.
-options COMPAT_43
-
-# Binary compatibility with previous versions of NetBSD.
-#options COMPAT_09
-options COMPAT_10
-options COMPAT_11
-options COMPAT_12
-options COMPAT_13
-options COMPAT_14
-
-# Loadable Kernel Modules
-options LKM
-
-config netbsd root on ? type nfs
-
-mainbus0 at root
-
-ibus* at mainbus0 # "internal bus"
-
-jcombo* at ibus? # the VLSI combo chip
-isa* at jcombo?
-
-mcclock0 at isa? port 0x70
-pckbc* at isa? # PC keyboard controller
-pckbd* at pckbc? # PC keyboard (kbd port)
-pms* at pckbc? # PS/2-style mouse (aux port)
-com0 at isa? port 0x3f8 irq 4 # standard serial ports
-com1 at isa? port 0x2f8 irq 3
-lpt0 at isa? port 0x3bc irq 7 # standard parallel port
-#wss0 at isa? port 0x530 irq 9 drq 0 # Windows Sound System
-#audio* at wss?
-
-jeisa* at ibus?
-eisa* at jeisa?
-# ahb* at eisa0 EISA devices
-
-isa* at jeisa?
-
-#scsibus* at scsi?
-#
-#sd* at scsibus? target ? lun ?
-#st* at scsibus? target ? lun ?
-#cd* at scsibus? target ? lun ?
-
-pseudo-device bpfilter
-pseudo-device loop
-pseudo-device pty
-pseudo-device sl
-pseudo-device vnd
Home |
Main Index |
Thread Index |
Old Index