bishop.nas.nasa.gov and nostromo.nas.nasa.gov are no more.
This commit is contained in:
parent
88352edc02
commit
b0600483b9
|
@ -1,219 +0,0 @@
|
|||
# $NetBSD: BISHOP,v 1.13 2000/03/22 00:58:16 cgd Exp $
|
||||
#
|
||||
# Kernel for bishop.nas.nasa.gov and ripley.nas.nasa.gov (AlphaStation 500
|
||||
# and AlphaStation 600, respectively).
|
||||
#
|
||||
|
||||
include "arch/alpha/conf/std.alpha"
|
||||
|
||||
prefix ../crypto-us/sys
|
||||
cinclude "conf/files.crypto-us"
|
||||
prefix
|
||||
|
||||
maxusers 64
|
||||
|
||||
makeoptions COPTS="-O2 -mcpu=ev56"
|
||||
|
||||
# CPU Support
|
||||
options DEC_KN20AA # KN20AA: AlphaStation 500 and 600
|
||||
|
||||
# Standard system options
|
||||
options KTRACE # System call tracing support
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # Cheap kernel consistency checks
|
||||
#options DEBUG # more expensive debugging code
|
||||
#options LOCKDEBUG # debug locks
|
||||
options KMEMSTATS # malloc statistics
|
||||
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
|
||||
options DDB # kernel debugger
|
||||
makeoptions DEBUG="-g" # full debugging symbols
|
||||
|
||||
# File systems
|
||||
file-system FFS # Fast file system
|
||||
file-system MFS # Memory-based file system
|
||||
file-system CD9660 # ISO-9660 CD-ROM FS (w/RockRidge extensions)
|
||||
file-system MSDOSFS # MS-DOS-compatible file system
|
||||
file-system NFS # Sun NFS-compatible file system client
|
||||
file-system PROCFS # /proc file system
|
||||
file-system KERNFS # /kern file system
|
||||
file-system FDESC # /dev/fd file system
|
||||
#file-system CODA # CODA file system
|
||||
|
||||
# File system options
|
||||
options NFSSERVER # Sun NFS-compatible file system server
|
||||
options SOFTDEP # FFS soft dependencies
|
||||
options NFS_BOOT_DHCP # use DHCP for NFS root
|
||||
|
||||
# Networking options
|
||||
options INET # Internet protocol suite
|
||||
options INET6 # IPv6
|
||||
options IPSEC # IP security
|
||||
options IPSEC_ESP # IP security encryption support
|
||||
#options IPSEC_DEBUG # IP security debugging
|
||||
|
||||
# 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
|
||||
|
||||
options COMPAT_OSF1 # OSF/1 binary compatibility
|
||||
|
||||
# System V-like message queues
|
||||
options SYSVMSG
|
||||
|
||||
# System V-like semaphores
|
||||
options SYSVSEM
|
||||
|
||||
# System V-like shared memory
|
||||
options SYSVSHM
|
||||
#options SHMMAXPGS=1024 # 1024 pages is the default
|
||||
|
||||
# Loadable Kernel Modules
|
||||
options LKM
|
||||
|
||||
# Disable kernel security.
|
||||
options INSECURE
|
||||
|
||||
# Misc. options
|
||||
options EISAVERBOSE # recognize "unknown" EISA devices
|
||||
options PCIVERBOSE # recognize "unknown" PCI devices
|
||||
#options PCI_CONFIG_DUMP # verbosely dump PCI config space
|
||||
options SCSIVERBOSE # Verbose SCSI errors
|
||||
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
|
||||
cia* at mainbus?
|
||||
|
||||
# PCI bus support
|
||||
pci* at cia?
|
||||
pci* at ppb?
|
||||
|
||||
# PCI devices
|
||||
ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
|
||||
bha* at pci? dev ? function ? # BusLogic 9xx SCSI (untested)
|
||||
de* at pci? dev ? function ? # 21x4x-based Ethernet
|
||||
en* at pci? dev ? function ? # ENI PCI ATM (untested)
|
||||
ep* at pci? dev ? function ? # 3COM 3c59x/3c90x Ethernet
|
||||
ex* at pci? dev ? function ? # 3COM 3c90xB Ethernet
|
||||
epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
|
||||
fpa* at pci? dev ? function ? # DEC DEFPA FDDI
|
||||
fxp* at pci? dev ? function ? # Intel EEPRO 10/100B (unt.)
|
||||
isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI
|
||||
le* at pci? dev ? function ? # PCI LANCE Ethernet (untested)
|
||||
ncr* at pci? dev ? function ? # NCR 53c8xx SCSI
|
||||
ne* at pci? dev ? function ? # NE2000 PCI clones
|
||||
pceb* at pci? dev ? function ? # Intel PCI-EISA Bridges
|
||||
ppb* at pci? dev ? function ? # PCI-PCI Bridges
|
||||
sio* at pci? dev ? function ? # Intel PCI-ISA Bridges
|
||||
tga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics
|
||||
tl* at pci? dev ? function ? # TI ThunderLAN Ethernet
|
||||
vga* at pci? dev ? function ? # PCI VGA Graphics
|
||||
vr* at pci? dev ? function ? # VIA Rhine Ethernet
|
||||
options TLP_MATCH_21040
|
||||
options TLP_MATCH_21041
|
||||
options TLP_MATCH_21140
|
||||
options TLP_MATCH_21142
|
||||
tlp0 at pci? dev 6 function 0
|
||||
tlp1 at pci? dev 8 function 0
|
||||
tlp2 at pci? dev 11 function 0
|
||||
tlp3 at pci? dev 12 function 0
|
||||
tlp* at pci? dev ? function ? # DECchip 21x4x Ethernet
|
||||
sf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet
|
||||
sip* at pci? dev ? function ? # SiS 900 Ethernet
|
||||
|
||||
# ISA/EISA bus support
|
||||
isa* at pceb?
|
||||
eisa* at pceb?
|
||||
isa* at sio?
|
||||
|
||||
# EISA devices
|
||||
fea* at eisa? slot ? # DEFEA FDDI controller
|
||||
|
||||
# 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)
|
||||
pcppi* at isa? port ? # PC prog. periph. interface
|
||||
spkr* at pcppi? # PC speaker (IBM BASIC'ish)
|
||||
com* at isa? port 0x3f8 irq 4 # standard serial ports
|
||||
com* at isa? port 0x2f8 irq 3
|
||||
fdc0 at isa? port 0x3f0 irq 6 drq 2 # floppy controller
|
||||
lpt* at isa? port 0x3bc irq 7 # standard parallel port
|
||||
vga* at isa? # ISA (EISA: XXX) VGA
|
||||
#wdc0 at isa? port 0x1f0 irq 14 # ST506/ESDI/IDE controllers
|
||||
#wdc1 at isa? port 0x170 irq 15
|
||||
#wss* at isa? port 0x530 irq 9 drq 0 # Windows Sound System
|
||||
#audio* at wss?
|
||||
|
||||
# ISA PnP bus support
|
||||
isapnp* at isa?
|
||||
|
||||
# MII/PHY support
|
||||
exphy* at mii? phy ?
|
||||
inphy* at mii? phy ?
|
||||
nsphy* at mii? phy ?
|
||||
icsphy* at mii? phy ?
|
||||
lxtphy* at mii? phy ?
|
||||
sqphy* at mii? phy ?
|
||||
qsphy* at mii? phy ?
|
||||
tlphy* at mii? phy ?
|
||||
ukphy* at mii? phy ?
|
||||
|
||||
# SCSI bus support
|
||||
scsibus* at ahc?
|
||||
scsibus* at bha?
|
||||
scsibus* at isp?
|
||||
scsibus* at ncr?
|
||||
|
||||
# SCSI devices
|
||||
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
|
||||
sd* at scsibus? target ? lun ? # SCSI disk drives
|
||||
st* at scsibus? target ? lun ? # SCSI tape drives
|
||||
|
||||
# ST506/ESDI/IDE devices
|
||||
#wd* at wdc? drive ?
|
||||
|
||||
# ATAPI bus support
|
||||
#atapibus* at wdc?
|
||||
|
||||
# ATAPI devices
|
||||
#sd* at atapibus? drive ? # ATAPI disk devices
|
||||
#cd* at atapibus? drive ? # ATAPI CD-ROM devices
|
||||
|
||||
# Floppy drives
|
||||
fd* at fdc? drive ?
|
||||
|
||||
# Workstation Console attachments
|
||||
#wsdisplay* at cfb?
|
||||
wsdisplay* at vga?
|
||||
#wsdisplay* at sfb?
|
||||
wsdisplay* at tga?
|
||||
wskbd* at pckbd?
|
||||
wsmouse* at pms?
|
||||
|
||||
pseudo-device bpfilter 16
|
||||
pseudo-device ccd 4
|
||||
pseudo-device loop 1
|
||||
pseudo-device md 1
|
||||
pseudo-device pty 64
|
||||
pseudo-device vnd 4
|
||||
#pseudo-device vcoda 4
|
||||
pseudo-device wsmux 4
|
||||
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
pseudo-device faith 1 # IPv[46] tcp relay translation i/f
|
|
@ -1,104 +0,0 @@
|
|||
# $NetBSD: NOSY,v 1.30 1999/07/29 10:37:13 augustss Exp $
|
||||
#
|
||||
# Kernel for nostromo.nas.nasa.gov.
|
||||
#
|
||||
|
||||
include "arch/alpha/conf/std.alpha"
|
||||
|
||||
maxusers 64
|
||||
|
||||
# CPU Support
|
||||
options DEC_3000_500 # Flamingo etc: 3000/[4-9]00*
|
||||
|
||||
# Standard system options
|
||||
options KTRACE # System call tracing support
|
||||
options NTP # NTP PLL
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # Cheap kernel consistency checks
|
||||
options DEBUG # Expensive debugging checks/support
|
||||
options DDB # Kernel dynamic debugger
|
||||
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
|
||||
makeoptions DEBUG="-g" # full debugging symbols
|
||||
|
||||
# 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 KERNFS # Kernel data-structure file system (/kern)
|
||||
file-system PROCFS # Process file system (/proc)
|
||||
file-system FDESC # user file descriptor file system (/dev/fd)
|
||||
#file-system UNION # Union filesystem
|
||||
|
||||
# File system options
|
||||
options NFSSERVER # Sun NFS-compatible file system server
|
||||
|
||||
# Networking options
|
||||
options INET # Internet protocol suite
|
||||
options PFIL_HOOKS # packet filter hooks
|
||||
|
||||
# 4.3BSD compatibility. Should be optional, but necessary for now.
|
||||
options COMPAT_43
|
||||
|
||||
# Binary compatibility with previous versions of NetBSD.
|
||||
options COMPAT_10
|
||||
options COMPAT_11
|
||||
options COMPAT_12
|
||||
options COMPAT_13
|
||||
options COMPAT_14
|
||||
|
||||
# OSF/1 binary compatibility
|
||||
#options COMPAT_OSF1
|
||||
|
||||
# Loadable Kernel Modules
|
||||
#options LKM
|
||||
|
||||
# Disable kernel security.
|
||||
options INSECURE
|
||||
|
||||
# WS console uses SUN terminal emulation
|
||||
options WSEMUL_SUN
|
||||
|
||||
config netbsd root on ? type ?
|
||||
|
||||
mainbus0 at root
|
||||
cpu* at mainbus0
|
||||
|
||||
# TurboChannel host bus adapter support
|
||||
tcasic* at mainbus0
|
||||
|
||||
# TurboChannel bus support
|
||||
tc* at tcasic?
|
||||
|
||||
# TurboChannel devices
|
||||
ioasic0 at tc? slot ? offset ?
|
||||
mcclock0 at ioasic? offset ?
|
||||
le* at ioasic? offset ?
|
||||
#scc0 at ioasic? offset ?
|
||||
#scc1 at ioasic? offset ?
|
||||
zsc* at ioasic? offset ?
|
||||
tcds* at tc? slot ? offset ?
|
||||
asc* at tcds? chip ?
|
||||
sfb* at tc? slot ? offset ?
|
||||
#fta* at tc? slot ? offset ? # DEC DEFTA FDDI cards
|
||||
|
||||
# Zilog serial TTY support
|
||||
zstty* at zsc? channel 1 # serial ports on B channels
|
||||
|
||||
options NEW_SCC_DRIVER
|
||||
|
||||
# SCSI bus support
|
||||
scsibus* at asc?
|
||||
|
||||
# SCSI devices
|
||||
sd* at scsibus? target ? lun ?
|
||||
st* at scsibus? target ? lun ?
|
||||
cd* at scsibus? target ? lun ?
|
||||
ch* at scsibus? target ? lun ?
|
||||
|
||||
# Workstation Console attachments
|
||||
wsdisplay* at sfb?
|
||||
|
||||
pseudo-device bpfilter 16
|
||||
pseudo-device loop
|
||||
pseudo-device pty 64
|
Loading…
Reference in New Issue