2002-01-27 16:23:08 +03:00
|
|
|
# $NetBSD: GENERIC,v 1.44 2002/01/27 13:23:22 jdolecek Exp $
|
1998-02-18 16:48:03 +03:00
|
|
|
#
|
2001-12-14 08:34:45 +03:00
|
|
|
# GENERIC machine description file
|
|
|
|
#
|
|
|
|
# This machine description file is used to generate the default NetBSD
|
|
|
|
# kernel. The generic kernel does not include all options, subsystems
|
|
|
|
# and device drivers, but should be useful for most applications.
|
|
|
|
#
|
|
|
|
# The machine description file can be customised for your specific
|
|
|
|
# machine to reduce the kernel size and improve its performance.
|
|
|
|
#
|
|
|
|
# For further information on compiling NetBSD kernels, see the config(8)
|
|
|
|
# man page.
|
|
|
|
#
|
|
|
|
# For further information on hardware support for this architecture, see
|
|
|
|
# the intro(4) man page. For further information about kernel options
|
|
|
|
# for this architecture, see the options(4) man page. For an explanation
|
|
|
|
# of each device driver in this file see the section 4 man page for the
|
|
|
|
# device.
|
1999-12-22 08:55:24 +03:00
|
|
|
|
1998-03-05 01:14:13 +03:00
|
|
|
include "arch/newsmips/conf/std.newsmips"
|
1998-02-18 16:48:03 +03:00
|
|
|
|
2002-01-27 16:23:08 +03:00
|
|
|
#ident "GENERIC-$Revision: 1.44 $"
|
2000-01-24 02:46:04 +03:00
|
|
|
|
1998-02-18 16:48:03 +03:00
|
|
|
maxusers 16
|
|
|
|
|
|
|
|
options news3400
|
1999-12-22 08:55:24 +03:00
|
|
|
options news5000
|
1998-02-18 16:48:03 +03:00
|
|
|
options MIPS1 # R2000/R3000 support
|
1999-12-22 08:55:24 +03:00
|
|
|
options MIPS3 # R4000 support
|
|
|
|
options CPU_SINGLE # no I/O processor
|
1998-02-18 16:48:03 +03:00
|
|
|
|
|
|
|
# Standard system options
|
|
|
|
options KTRACE # system call tracing support
|
|
|
|
options SYSVMSG # System V message queues
|
|
|
|
options SYSVSEM # System V semaphores
|
2001-11-20 15:56:17 +03:00
|
|
|
#options SEMMNI=10 # number of semaphore identifiers
|
|
|
|
#options SEMMNS=60 # number of semaphores in system
|
|
|
|
#options SEMUME=10 # max number of undo entries per process
|
|
|
|
#options SEMMNU=30 # number of undo structures in system
|
1998-02-18 16:48:03 +03:00
|
|
|
options SYSVSHM # System V shared memory
|
|
|
|
#options SHMMAXPGS=1024 # 1024 pages is the default
|
|
|
|
options LKM # loadable kernel modules
|
|
|
|
#options NTP # network time protocol
|
|
|
|
#options UCONSOLE # users can redirect console (unsafe)
|
2002-01-27 16:23:08 +03:00
|
|
|
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
1998-02-18 16:48:03 +03:00
|
|
|
|
|
|
|
# Debugging options
|
|
|
|
#options DDB # kernel dynamic debugger
|
|
|
|
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
|
|
|
|
#options DEBUG # extra kernel debugging support
|
|
|
|
#options DIAGNOSTIC # extra kernel sanity checking
|
|
|
|
#options SCSIVERBOSE # Verbose SCSI errors
|
|
|
|
|
|
|
|
# Compatibility options
|
2001-07-08 20:32:12 +04:00
|
|
|
options COMPAT_43 # compatibility with 4.3BSD binaries
|
|
|
|
options COMPAT_10 # NetBSD 1.0 binary compatibility
|
|
|
|
options COMPAT_11 # NetBSD 1.1 binary compatibility
|
|
|
|
options COMPAT_12 # NetBSD 1.2 binary compatibility
|
|
|
|
options COMPAT_13 # NetBSD 1.3 binary compatibility
|
|
|
|
options COMPAT_14 # NetBSD 1.4 binary compatibility
|
|
|
|
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
|
|
|
#options EXEC_AOUT # exec a.out binaries
|
|
|
|
#options EXEC_ECOFF # exec ecoff binaries
|
1998-02-18 16:48:03 +03:00
|
|
|
|
|
|
|
# Filesystem options
|
|
|
|
file-system FFS # Berkeley Fast Filesystem
|
|
|
|
file-system NFS # Sun NFS-compatible filesystem client
|
|
|
|
file-system KERNFS # kernel data-structure filesystem
|
|
|
|
file-system NULLFS # NULL layered filesystem
|
2000-01-20 22:12:28 +03:00
|
|
|
file-system OVERLAY # overlay file system
|
1998-02-18 16:48:03 +03:00
|
|
|
file-system MFS # memory-based filesystem
|
|
|
|
file-system FDESC # user file descriptor filesystem
|
|
|
|
file-system UMAPFS # uid/gid remapping filesystem
|
|
|
|
file-system LFS # Log-based filesystem (still experimental)
|
|
|
|
file-system PORTAL # portal filesystem (still experimental)
|
|
|
|
file-system PROCFS # /proc
|
|
|
|
file-system CD9660 # ISO 9660 + Rock Ridge file system
|
|
|
|
file-system UNION # union file system
|
|
|
|
file-system MSDOSFS # MS-DOS FAT filesystem(s).
|
|
|
|
|
|
|
|
options NFSSERVER # Sun NFS-compatible filesystem server
|
|
|
|
options QUOTA # FFS quotas
|
1998-03-18 19:34:41 +03:00
|
|
|
#options FFS_EI # FFS Endian Independant support
|
2001-11-20 15:56:17 +03:00
|
|
|
options SOFTDEP # FFS soft updates support.
|
1998-02-18 16:48:03 +03:00
|
|
|
|
|
|
|
# Networking options
|
|
|
|
options INET # Internet protocols
|
1999-11-21 17:00:37 +03:00
|
|
|
options INET6 # IPV6
|
|
|
|
#options IPSEC # IP security
|
|
|
|
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
|
|
|
|
#options IPSEC_DEBUG # debug for IP security
|
1998-02-18 16:48:03 +03:00
|
|
|
#options GATEWAY # IP packet forwarding
|
1998-06-05 18:19:22 +04:00
|
|
|
#options MROUTING # packet forwarding of multicast packets
|
|
|
|
options NS # Xerox NS networking
|
|
|
|
#options NSIP # Xerox NS tunneling over IP
|
1998-02-18 16:48:03 +03:00
|
|
|
#options ISO,TPIP # OSI networking
|
|
|
|
#options EON # OSI tunneling over IP
|
|
|
|
#options CCITT,LLC,HDLC # X.25
|
1998-06-05 18:19:22 +04:00
|
|
|
options NETATALK # AppleTalk (over Ethernet) protocol
|
1999-07-20 11:40:34 +04:00
|
|
|
options PPP_BSDCOMP # BSD-Compress compression support for PPP
|
|
|
|
options PPP_DEFLATE # Deflate compression support for PPP
|
|
|
|
options PPP_FILTER # Active filter support for PPP (requires bpf)
|
|
|
|
options PFIL_HOOKS # pfil(9) packet filter hooks
|
|
|
|
options IPFILTER_LOG # ipmon(8) log support
|
2001-07-08 20:32:12 +04:00
|
|
|
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
|
1998-02-18 16:48:03 +03:00
|
|
|
|
1999-12-22 08:55:24 +03:00
|
|
|
options NFS_BOOT_BOOTPARAM
|
|
|
|
|
2000-11-15 17:29:40 +03:00
|
|
|
# wscons options
|
|
|
|
options WSEMUL_VT100 # VT100 / VT220 emulation
|
|
|
|
options FONT_GALLANT12x22
|
|
|
|
|
|
|
|
config netbsd root on ? type ?
|
1998-02-18 16:48:03 +03:00
|
|
|
|
|
|
|
mainbus0 at root
|
|
|
|
|
|
|
|
cpu0 at mainbus0
|
1999-12-22 08:55:24 +03:00
|
|
|
hb0 at mainbus0 # Hyper-bus
|
|
|
|
ap0 at mainbus0 # APbus
|
1998-02-18 16:48:03 +03:00
|
|
|
|
|
|
|
mkclock0 at hb0 addr 0xbff407f8 # MK48T02 realtime clock
|
1999-12-22 08:55:24 +03:00
|
|
|
mkclock0 at ap?
|
1998-02-18 16:48:03 +03:00
|
|
|
|
1999-12-17 09:05:37 +03:00
|
|
|
le0 at hb0 addr 0xbff80000 level 1 # built-in LANCE ethernet
|
1999-12-22 08:55:24 +03:00
|
|
|
le1 at hb0 addr 0xb8c30000 level 0
|
|
|
|
|
|
|
|
sn* at ap? # SONIC Ethernet
|
2000-10-12 07:18:41 +04:00
|
|
|
tlp* at ap?
|
1998-02-18 16:48:03 +03:00
|
|
|
|
1999-12-17 09:05:37 +03:00
|
|
|
kb0 at hb0 addr 0xbfd00000 level 2 # keyboard
|
|
|
|
ms0 at hb0 addr 0xbfd00004 level 2 # mouse
|
1998-02-18 16:48:03 +03:00
|
|
|
|
2000-01-23 18:27:43 +03:00
|
|
|
zsc0 at hb0 addr 0xbfec0000 level 1 flags 0x0 # on-board
|
|
|
|
zsc1 at hb0 addr 0xb8c40100 level 1 flags 0x1 # expansion board
|
|
|
|
zsc2 at hb0 addr 0xb8c40104 level 1 flags 0x1
|
1999-12-22 08:55:24 +03:00
|
|
|
zsc0 at ap?
|
|
|
|
|
1998-06-05 18:19:22 +04:00
|
|
|
zstty0 at zsc0 channel 0 # tty00
|
|
|
|
zstty1 at zsc0 channel 1 # tty01
|
1999-12-22 08:55:24 +03:00
|
|
|
zstty2 at zsc1 channel 0 # tty02
|
|
|
|
zstty3 at zsc1 channel 1 # tty03
|
|
|
|
zstty4 at zsc2 channel 0 # tty04
|
|
|
|
zstty5 at zsc2 channel 1 # tty05
|
1998-02-18 16:48:03 +03:00
|
|
|
|
1999-12-17 09:05:37 +03:00
|
|
|
fb0 at hb0 addr 0x88000000 # frame buffer
|
1998-02-18 16:48:03 +03:00
|
|
|
|
1999-12-17 09:05:37 +03:00
|
|
|
sc0 at hb0 addr 0xbfe00100 level 0 # on-board cxd1185 SCSI controller
|
1998-02-18 16:48:03 +03:00
|
|
|
scsibus0 at sc0
|
|
|
|
|
2000-10-30 13:16:31 +03:00
|
|
|
#dmac* at ap? # dmac3
|
2000-10-30 13:14:44 +03:00
|
|
|
#spifi* at ap? # SPIFI SCSI
|
|
|
|
#scsibus* at spifi?
|
|
|
|
|
2000-11-15 17:29:40 +03:00
|
|
|
xafb* at ap?
|
|
|
|
kb0 at ap?
|
|
|
|
ms0 at ap?
|
|
|
|
|
1998-02-18 16:48:03 +03:00
|
|
|
sd* at scsibus? target ? lun ? # SCSI disks
|
|
|
|
st* at scsibus? target ? lun ? # SCSI tapes
|
|
|
|
cd* at scsibus? target ? lun ? # SCSI CD-ROMs
|
|
|
|
ch* at scsibus? target ? lun ? # SCSI changer devices
|
|
|
|
|
2000-11-13 19:48:41 +03:00
|
|
|
wsdisplay0 at fb? console ?
|
2000-11-15 17:29:40 +03:00
|
|
|
wsdisplay0 at xafb? console ?
|
2000-11-13 19:48:41 +03:00
|
|
|
wskbd0 at kb? console ?
|
|
|
|
wsmouse0 at ms?
|
|
|
|
|
1998-02-18 16:48:03 +03:00
|
|
|
pseudo-device loop # loopback interface; required
|
2000-09-24 19:59:26 +04:00
|
|
|
pseudo-device pty # pseudo-terminals
|
1998-02-18 16:48:03 +03:00
|
|
|
pseudo-device sl 2 # SLIP interfaces
|
|
|
|
pseudo-device ppp 2 # PPP interfaces
|
2001-12-28 15:21:52 +03:00
|
|
|
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
|
1998-02-18 16:48:03 +03:00
|
|
|
pseudo-device tun 4 # Network "tunnel" device
|
1998-11-25 23:30:44 +03:00
|
|
|
#pseudo-device gre 2 # generic L3 over IP tunnel
|
1998-02-18 16:48:03 +03:00
|
|
|
pseudo-device bpfilter 16 # Berkeley Packet Filter
|
1999-11-21 17:00:37 +03:00
|
|
|
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
|
|
|
|
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
|
2000-04-19 10:50:27 +04:00
|
|
|
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
|
2000-12-19 13:42:02 +03:00
|
|
|
pseudo-device vlan # IEEE 802.1q encapsulation
|
2001-11-23 08:00:22 +03:00
|
|
|
pseudo-device bridge # simple inter-network bridging
|
1998-02-18 16:48:03 +03:00
|
|
|
pseudo-device vnd 4 # disk-like interface to files
|
|
|
|
pseudo-device ccd 4 # concatenated and striped disks
|
2002-01-19 21:45:06 +03:00
|
|
|
#pseudo-device raid 8 # RAIDframe disk driver
|
2000-02-29 09:32:20 +03:00
|
|
|
#options RAID_AUTOCONFIG # auto-configuration of RAID components
|
2002-01-19 21:45:06 +03:00
|
|
|
# Options to enable various other RAIDframe RAID types.
|
|
|
|
# options RF_INCLUDE_EVENODD=1
|
|
|
|
# options RF_INCLUDE_RAID5_RS=1
|
|
|
|
# options RF_INCLUDE_PARITYLOGGING=1
|
|
|
|
# options RF_INCLUDE_CHAINDECLUSTER=1
|
|
|
|
# options RF_INCLUDE_INTERDECLUSTER=1
|
|
|
|
# options RF_INCLUDE_PARITY_DECLUSTERING=1
|
|
|
|
# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
|
1998-02-18 16:48:03 +03:00
|
|
|
#pseudo-device strip 1 # radio clock
|
|
|
|
#pseudo-device ipfilter # ip filter
|
2000-10-04 12:26:42 +04:00
|
|
|
pseudo-device rnd # /dev/random and in-kernel generator
|