This machine hasn't existed for some time.
This commit is contained in:
parent
8102caac9d
commit
bda486229f
|
@ -1,103 +0,0 @@
|
|||
# $NetBSD: LAGER,v 1.27 2000/09/24 15:59:32 jdolecek Exp $
|
||||
#
|
||||
# LAGER (hpeyerl's hp425s)
|
||||
#
|
||||
|
||||
# Include attributes common to all hp300s
|
||||
include "arch/hp300/conf/std.hp300"
|
||||
|
||||
# Support for various CPU types
|
||||
options HP433
|
||||
options FPSP # floating point interface for 68040
|
||||
|
||||
# Need to set locally
|
||||
maxusers 32
|
||||
|
||||
# Standard system options
|
||||
options COMPAT_43 # compatibility with 4.3BSD interfaces
|
||||
options COMPAT_44 # compatibility with 4.4BSD binaries
|
||||
options COMPAT_09 # compatibility with NetBSD 0.9
|
||||
options COMPAT_10 # compatibility with NetBSD 1.0
|
||||
options COMPAT_11 # compatibility with NetBSD 1.1
|
||||
options COMPAT_12 # compatibility with NetBSD 1.2
|
||||
options COMPAT_13 # compatibility with NetBSD 1.3
|
||||
options COMPAT_14 # compatibility with NetBSD 1.4
|
||||
options SYSVSHM # System V-style shared memory
|
||||
options SYSVSEM # System V-style semaphores
|
||||
options SYSVMSG # System V-style message queues
|
||||
options KTRACE # system call tracing support
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
# Filesystems
|
||||
file-system FFS # fast filesystem
|
||||
file-system NFS # Network filesystem client
|
||||
file-system KERNFS # kernel data-structure filesystem
|
||||
file-system FDESC # user file descriptor filesystem
|
||||
file-system PROCFS # /proc filesystem
|
||||
file-system MFS # Memory-based filesystem
|
||||
file-system CD9660 # ISO 9660 + Rock Ridge filesystem
|
||||
|
||||
# Filesystem options
|
||||
options NFSSERVER # Network filesystem server
|
||||
|
||||
# Networking options
|
||||
options INET # Internet protocols
|
||||
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
||||
options GATEWAY # Packet forwarding + larger mb_map
|
||||
options NMBCLUSTERS=1024 # Crank this up
|
||||
options PFIL_HOOKS # packet filter hooks
|
||||
|
||||
# Options for HP hardware
|
||||
options USELEDS # make the lights twinkle
|
||||
options COMPAT_HPUX # HP-UX binary compatibility
|
||||
options COMPAT_M68K4K # m68k4k executables
|
||||
|
||||
# Debugging options
|
||||
options DIAGNOSTIC # Kernel sanity checks
|
||||
options DDB # Kernel Dynamic Debugger
|
||||
#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
|
||||
options DDB_ONPANIC=0 # Don't go into DDB on panic
|
||||
|
||||
config netbsd root on ? type ?
|
||||
|
||||
mainbus0 at root # root "bus"
|
||||
|
||||
intio0 at mainbus0 # internal i/o space
|
||||
dio0 at mainbus0 # DIO/DIO-II bus
|
||||
|
||||
# Topcat/catseye framebuffers
|
||||
topcat* at intio?
|
||||
topcat* at dio? scode ?
|
||||
|
||||
# Framebuffer abstraction
|
||||
grf* at topcat?
|
||||
|
||||
# Internal Terminal Emulator
|
||||
ite* at grf?
|
||||
|
||||
dca0 at dio? scode 9 # built-in DCA serial interface
|
||||
|
||||
#dcm* at dio? scode ? flags 0xe # DCM 4-port serial card
|
||||
|
||||
le* at dio? scode ? # LANCE ethernet interfaces
|
||||
|
||||
nhpib0 at dio? scode 7 # internal HP-IB
|
||||
|
||||
hpibbus0 at nhpib0
|
||||
|
||||
rd* at hpibbus? slave ? punit ? # HP-IB disks
|
||||
ct* at hpibbus? slave ? punit ? # HP-IB cartridge tapes
|
||||
|
||||
oscsi* at dio? scode ? # Old HP SCSI
|
||||
|
||||
sd* at oscsi? target ? lun ? # SCSI disks
|
||||
st* at oscsi? target ? lun ? # SCSI tapes
|
||||
ac* at oscsi? target ? lun ? # SCSI changers
|
||||
|
||||
pseudo-device pty # pseudo-terminals
|
||||
pseudo-device ppp 1 # PPP network interfaces
|
||||
pseudo-device bpfilter 4 # packet filter devices
|
||||
pseudo-device vnd 4 # vnode pseudo-disks
|
||||
pseudo-device loop # loopback network interface
|
||||
pseudo-device ipfilter # IP Filter
|
||||
pseudo-device ccd 4
|
Loading…
Reference in New Issue